summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* 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
* faac: do not leak buffer when no encoded data yet or encoding errorMark Nauwelaerts2011-11-231-1/+4
* dtsdec: port to audiodecoderMark Nauwelaerts2011-11-233-405/+234
* modplug: fix modules playing as mono instead of stereoKrzysztof Krakowiak2011-11-231-4/+4
* 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
* opencv: use caps constants moreStefan Sauer2011-11-182-7/+14
* opencv: fixup doc blobsStefan Sauer2011-11-184-5/+5
* opencv: fixup gobject naming conventionsStefan Sauer2011-11-1813-274/+274
* opencv: remove empty finalize implementationsStefan Sauer2011-11-184-36/+0
* voamrwbenc: port to audioencoderMark Nauwelaerts2011-11-173-154/+80
* voaacenc: some code shuffle cleanupMark Nauwelaerts2011-11-171-158/+155
* voaacenc: port to audioencoderMark Nauwelaerts2011-11-173-188/+113
* celtenc: properly report error caseMark Nauwelaerts2011-11-171-1/+2
* celtdec: remove unused instance variableMark Nauwelaerts2011-11-171-2/+0
* facedetect: detect face featuresStefan Sauer2011-11-162-56/+288
* facedetect: Gstfacedetect -> GstFacedetectStefan Sauer2011-11-162-17/+17
* facedetect: code maintenanceStefan Sauer2011-11-161-32/+38
* 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
* celtdec: port to audiodecoderMark Nauwelaerts2011-11-162-536/+131
* celtenc: port to audioencoderMark Nauwelaerts2011-11-163-719/+287
* 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
* mimic, opencv, vp8, acmmp3dec, linsys: Don't build static pluginsMart Raudsepp2011-11-113-0/+3
* opusenc: fix bandwidth property type mismatchVincent Penquerc'h2011-11-101-2/+2