summaryrefslogtreecommitdiff
path: root/ext/opus
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge remote-tracking branch 'origin/master' into 0.11Tim-Philipp Müller2011-11-266-21/+36
|\ \ | |/
| * opusenc: Fixing "Unused var" compiling error for opus codecDanilo Cesar Lemes de Paula2011-11-252-4/+0
| * opusenc: only use mono streams for > 2 channelsVincent Penquerc'h2011-11-252-3/+3
| * opus: add some more debug information about channel mappingVincent Penquerc'h2011-11-254-4/+24
| * opusparse: remove dead assigmentsVincent Penquerc'h2011-11-251-6/+2
| * opusenc: do not cause the decoder to apply the channel mapping againVincent Penquerc'h2011-11-251-2/+6
| * opusdec: fix bogus assertionVincent Penquerc'h2011-11-251-1/+2
* | Merge remote-tracking branch 'origin/master' into 0.11Edward Hervey2011-11-2511-166/+661
|\ \ | |/
| * opus: pre-skip and output gain are little endian, remove reminder noteVincent Penquerc'h2011-11-241-2/+2
| * opus: multichannel supportVincent Penquerc'h2011-11-2411-116/+415
| * opus: switch to multistream APIVincent Penquerc'h2011-11-244-24/+49
| * opusdec: shuffle supported sample rates to favor 48000Vincent Penquerc'h2011-11-241-1/+1
| * opusenc: remove useless setup fieldVincent Penquerc'h2011-11-242-5/+0
| * opusdec: implement replay gainVincent Penquerc'h2011-11-232-2/+57
| * opusdec: add in-band FEC supportVincent Penquerc'h2011-11-232-17/+110
* | Merge branch 'master' into 0.11Wim Taymans2011-11-239-292/+602
|\ \ | |/
| * opusenc: mark properties changeable at runtime with GST_PARAM_MUTABLE_PLAYINGTim-Philipp Müller2011-11-221-19/+29
| * opusenc: allow setting most properties at PLAYING timeVincent Penquerc'h2011-11-222-15/+64
| * opusenc: bound the bitrate to more sensible valuesVincent Penquerc'h2011-11-221-1/+7
| * opusenc: fix crash on pathological parametersVincent Penquerc'h2011-11-222-10/+23
| * opusparse: do not send headers through data pathVincent Penquerc'h2011-11-221-15/+39
| * opus: move header magic testing to gstopusheaderVincent Penquerc'h2011-11-223-13/+14
| * opusdec: skip pre-skip samplesVincent Penquerc'h2011-11-221-1/+19
| * opusdec: read pre-skip from first header if availableVincent Penquerc'h2011-11-222-0/+13
| * opusenc: reset tagsetter interface on stopVincent Penquerc'h2011-11-211-0/+1
| * opusdec: handle NULL packets (used for PLC)Vincent Penquerc'h2011-11-211-7/+13
| * opusdec: light cleanupVincent Penquerc'h2011-11-211-3/+3
| * opusparse: parse raw opus packetsVincent Penquerc'h2011-11-211-19/+46
| * opusenc: do not push header buffersVincent Penquerc'h2011-11-211-33/+0
| * opus: make opusparse set headers on capsVincent Penquerc'h2011-11-216-137/+322
| * opusenc: fix terminating NUL being written in signatureVincent Penquerc'h2011-11-191-1/+1
| * opusenc: make frame-size an enumVincent Penquerc'h2011-11-191-4/+31
| * opusenc: the encoder might not make use of all the bytesVincent Penquerc'h2011-11-191-1/+3
* | Merge branch 'master' into 0.11Wim Taymans2011-11-174-72/+74
|\ \ | |/
| * opusenc: do not include variable fields in capsVincent Penquerc'h2011-11-161-7/+2
| * opusenc: fix constrained-vbr property name typoVincent Penquerc'h2011-11-161-1/+1
| * opusdec: let the base class handle all timingVincent Penquerc'h2011-11-162-29/+5
| * opusparse: add opusparse elementVincent Penquerc'h2011-11-164-2/+220
| * opusdec: allow negotiation of rate/channels with downstreamVincent Penquerc'h2011-11-161-27/+47
| * opusdec: rewrite logicVincent Penquerc'h2011-11-162-80/+47
| * opus: port to base audio encoder/decoderVincent Penquerc'h2011-11-165-1269/+492
* | opusdec: allow negotiation of rate/channels with downstreamVincent Penquerc'h2011-11-161-24/+43
* | opusdec: rewrite logicVincent Penquerc'h2011-11-162-87/+53
* | opusdec: remove buffer pool, buffers are not constant sizeVincent Penquerc'h2011-11-162-72/+12
* | opusparse: add opusparse elementVincent Penquerc'h2011-11-164-2/+220
* | opusenc: fix pointer mismatch in memcpy on drainVincent Penquerc'h2011-11-151-1/+1
* | opus: port to encoder/decoder base classesVincent Penquerc'h2011-11-145-1252/+513
* | opus: port to 0.11Vincent Penquerc'h2011-11-113-172/+193
|/
* opusenc: fix bandwidth property type mismatchVincent Penquerc'h2011-11-101-2/+2
* opusenc: fix latency queryVincent Penquerc'h2011-11-071-1/+1