aboutsummaryrefslogtreecommitdiffstats
path: root/ext/opus
Commit message (Expand)AuthorAgeFilesLines
* printf format fixesDavid Schleef2012-02-201-1/+2
* opusparse: fix caps leakVincent Penquerc'h2012-01-181-0/+1
* opusparse: fix slist leakVincent Penquerc'h2012-01-181-0/+2
* opusenc: fix slist leakVincent Penquerc'h2012-01-181-0/+2
* opusenc: fix caps leakVincent Penquerc'h2012-01-181-0/+1
* opusenc: add upstream negotiation for multistream abilityVincent Penquerc'h2011-12-104-6/+71
* Adding opus RTP payloader/depayloader elementDanilo Cesar Lemes de Paula2011-12-096-2/+392
* opus: include streams count in capsVincent Penquerc'h2011-12-093-3/+18
* opus: properly create channel mapping tablesVincent Penquerc'h2011-12-098-52/+214
* opusdec: header cleanupOlivier Crête2011-12-071-2/+1
* opusdec: Truncate caps firstOlivier Crête2011-12-071-1/+6
* opusdec: default to stereo 48000 Hz if possible when no headers seenVincent Penquerc'h2011-12-071-12/+35
* opusdec: guard against decoding 0 samplesVincent Penquerc'h2011-12-021-4/+4
* various: fix pad template ref leaksVincent Penquerc'h2011-11-282-8/+6
* 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
* 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
* 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
* 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