aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
...
* opusenc: fix slist leakVincent Penquerc'h2012-01-181-0/+2
* opusenc: fix caps leakVincent Penquerc'h2012-01-181-0/+1
* dtsdec: avoid crashing upon drainingMark Nauwelaerts2011-12-161-2/+7
* teletextdec: Properly integrate into the build systemSebastian Dröge2011-12-121-2/+2
* dts: Add $(GST_BASE_LIBS) and CFLAGS to the buildSebastian Dröge2011-12-121-3/+4
* 0.10.22.2 pre-releaseTim-Philipp Müller2011-12-111-74/+74
* 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
* rsndec: Don't use the initial-identity property on autoconvertSebastian Dröge2011-12-071-2/+1
* opusdec: guard against decoding 0 samplesVincent Penquerc'h2011-12-021-4/+4
* xvidenc: Don't add the profile/level to the video/x-xvid capsSebastian Dröge2011-12-011-24/+5
* xvidenc: Add profile/level to the caps and negotiate them with downstreamSebastian Dröge2011-12-012-3/+204
* xvidenc: Add support for levels 4a/5/6 of the simple profileSebastian Dröge2011-12-011-2/+4
* replace propset_mutex with GST_OBJECT_LOCKNicola Murino2011-11-302-33/+19
* kate: fix set-but-not-used-variable compiler warningTim-Philipp Müller2011-11-291-6/+1
* kate: support for rendering on several YUV formatsVincent Penquerc'h2011-11-282-7/+483
* various: fix pad template ref leaksVincent Penquerc'h2011-11-2899-368/+286
* rtmp: add WSAStartup and WSACleanup on Win32Julien Isorce2011-11-282-0/+40
* 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
* vp8dec: use new basevideodecoder API to drop frames and get QoS messages postedTim-Philipp Müller2011-11-251-1/+1
* 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