summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)AuthorFilesLines
2012-02-03voamrwbenc: init debug categoryMark Nauwelaerts1-0/+3
2012-02-03voaacenc: init debug categoryMark Nauwelaerts1-0/+2
2012-02-03kateenc: remove 'flush every packet' hackVincent Penquerc'h1-7/+0
2012-01-25vp8enc: trace outgoing timestampsOleksij Rempel (Alexey Fisher)1-0/+3
2012-01-25resindvd: fix caps refcount errorVincent Penquerc'h1-1/+3
2012-01-25resindvd: fix preroll on titles with no audio trackVincent Penquerc'h2-12/+41
2012-01-23rsndvdsrc: fix leakVincent Penquerc'h1-0/+1
2012-01-23resindvdbin: fix video/audio mixup in error messageVincent Penquerc'h1-1/+1
2012-01-23rsnaudiomunge: keep the object ref longerVincent Penquerc'h1-1/+1
2012-01-23kateenc: Don't error on empty input buffersDavid Schleef1-19/+17
2012-01-18opencv: fix missing finalize chaining to parent classVincent Penquerc'h1-0/+2
2012-01-18gme: fix missing dispose chaining to parent classVincent Penquerc'h1-0/+2
2012-01-18spc: fix missing dispose chaining to parent classVincent Penquerc'h1-0/+2
2012-01-18cogmse: fix finalize not calling base class (and leaking)Vincent Penquerc'h1-0/+2
2012-01-18cogmse: signal chain functions to exit on flush-startVincent Penquerc'h1-0/+3
2012-01-18cogmse: fix typo using the wrong padVincent Penquerc'h1-1/+1
2012-01-18cogmse: fix possible buffer leakVincent Penquerc'h1-0/+1
2012-01-18rsvgoverlay: fix adapter leakVincent Penquerc'h1-0/+13
2012-01-18cogmse: fix pad leaksVincent Penquerc'h1-0/+3
2012-01-18schroenc: balance encoder and video format alloc/deallocVincent Penquerc'h1-11/+17
2012-01-18schrodec: fix tag leakVincent Penquerc'h1-0/+2
2012-01-18schrodec: take out unused leaking bufferVincent Penquerc'h1-4/+3
2012-01-18opusparse: fix caps leakVincent Penquerc'h1-0/+1
2012-01-18opusparse: fix slist leakVincent Penquerc'h1-0/+2
2012-01-18modplug: fix caps leakVincent Penquerc'h1-1/+3
2012-01-18opusenc: fix slist leakVincent Penquerc'h1-0/+2
2012-01-18opusenc: fix caps leakVincent Penquerc'h1-0/+1
2011-12-16dtsdec: avoid crashing upon drainingMark Nauwelaerts1-2/+7
2011-12-12teletextdec: Properly integrate into the build systemSebastian Dröge1-2/+2
2011-12-12dts: Add $(GST_BASE_LIBS) and CFLAGS to the buildSebastian Dröge1-3/+4
2011-12-110.10.22.2 pre-releaseTim-Philipp Müller1-74/+74
2011-12-10opusenc: add upstream negotiation for multistream abilityVincent Penquerc'h4-6/+71
2011-12-09Adding opus RTP payloader/depayloader elementDanilo Cesar Lemes de Paula6-2/+392
2011-12-09opus: include streams count in capsVincent Penquerc'h3-3/+18
2011-12-09opus: properly create channel mapping tablesVincent Penquerc'h8-52/+214
2011-12-07opusdec: header cleanupOlivier Crête1-2/+1
2011-12-07opusdec: Truncate caps firstOlivier Crête1-1/+6
2011-12-07opusdec: default to stereo 48000 Hz if possible when no headers seenVincent Penquerc'h1-12/+35
2011-12-07rsndec: Don't use the initial-identity property on autoconvertSebastian Dröge1-2/+1
2011-12-02opusdec: guard against decoding 0 samplesVincent Penquerc'h1-4/+4
2011-12-01xvidenc: Don't add the profile/level to the video/x-xvid capsSebastian Dröge1-24/+5
2011-12-01xvidenc: Add profile/level to the caps and negotiate them with downstreamSebastian Dröge2-3/+204
2011-12-01xvidenc: Add support for levels 4a/5/6 of the simple profileSebastian Dröge1-2/+4
2011-11-30replace propset_mutex with GST_OBJECT_LOCKNicola Murino2-33/+19
2011-11-29kate: fix set-but-not-used-variable compiler warningTim-Philipp Müller1-6/+1
2011-11-28kate: support for rendering on several YUV formatsVincent Penquerc'h2-7/+483
2011-11-28various: fix pad template ref leaksVincent Penquerc'h99-368/+286
2011-11-28rtmp: add WSAStartup and WSACleanup on Win32Julien Isorce2-0/+40
2011-11-25opusenc: Fixing "Unused var" compiling error for opus codecDanilo Cesar Lemes de Paula2-4/+0
2011-11-25opusenc: only use mono streams for > 2 channelsVincent Penquerc'h2-3/+3