summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into 0.11Tim-Philipp Müller2012-01-135-16/+31
|\
| * cogmse: fix pad leaksVincent Penquerc'h2012-01-121-0/+3
| * schroenc: balance encoder and video format alloc/deallocVincent Penquerc'h2012-01-121-11/+17
| * schrodec: fix tag leakVincent Penquerc'h2012-01-111-0/+2
| * schrodec: take out unused leaking bufferVincent Penquerc'h2012-01-111-4/+3
| * opusparse: fix caps leakVincent Penquerc'h2012-01-111-0/+1
| * opusparse: fix slist leakVincent Penquerc'h2012-01-111-0/+2
| * modplug: fix caps leakVincent Penquerc'h2012-01-101-1/+3
* | voaacenc: also indicate mono audio in sink capsMark Nauwelaerts2012-01-121-6/+7
* | faac: also indicate mono audio in sink capsMark Nauwelaerts2012-01-121-8/+7
* | voaacenc: port to 0.11Mark Nauwelaerts2012-01-111-107/+99
* | faac: fix some input and output buffer map and ref handlingMark Nauwelaerts2012-01-111-3/+4
* | faac: base class audio info is not yet set during set_formatMark Nauwelaerts2012-01-111-10/+7
* | faac: sprinkle some more layout info in capsMark Nauwelaerts2012-01-111-1/+2
* | voamrwbenc: fix audio format in template capsMark Nauwelaerts2012-01-111-1/+1
* | voamrwbenc: port to 0.11Mark Nauwelaerts2012-01-111-25/+22
* | faad: Unset the UNPOSITIONED flag if we have valid channel positionsSebastian Dröge2012-01-111-0/+3
* | dtsdec: Port to 0.11Sebastian Dröge2012-01-102-141/+144
* | Merge branch 'master' into 0.11Sebastian Dröge2012-01-104-0/+16
|\ \ | |/
| * opusenc: fix slist leakVincent Penquerc'h2012-01-101-0/+2
| * opusenc: fix caps leakVincent Penquerc'h2012-01-101-0/+1
| * vp8dec: use is_alt_data option to prevent timestamp collisionsOleksij Rempel (Alexey Fisher)2012-01-101-0/+1
| * vp8: add initial preset fileOleksij Rempel (Alexey Fisher)2012-01-062-0/+12
* | faad: Make sure that the srcpad has caps before finishing actual audio dataSebastian Dröge2012-01-091-1/+2
* | faad: Update for the new raw audio capsSebastian Dröge2012-01-052-34/+37
* | faac: Port to the new raw audio capsSebastian Dröge2012-01-052-45/+39
* | flitetestsrc: Update to the new raw audio capsSebastian Dröge2012-01-051-44/+136
* | GST_FLOW_UNEXPECTED -> GST_FLOW_EOSWim Taymans2012-01-042-4/+3
* | GST_FLOW_UNEXPECTED -> GST_FLOW_EOSWim Taymans2012-01-032-2/+2
* | Merge remote-tracking branch 'origin/master' into 0.11-premergeEdward Hervey2011-12-3028-598/+1084
|\ \ | |/
| * faac: standardize some field data typesMark Nauwelaerts2011-12-231-2/+2
| * faac: recreate encoder after flushingMark Nauwelaerts2011-12-221-0/+7
| * faac: refactor encoder library setupMark Nauwelaerts2011-12-221-29/+50
| * voaacenc: no need to duplicate baseclass sanity checksMark Nauwelaerts2011-12-221-10/+0
| * voamrwbenc: no need to duplicate baseclass sanity checksMark Nauwelaerts2011-12-221-5/+0
| * katetiger: don't unref NULL bufferTim-Philipp Müller2011-12-151-2/+4
| * dtsdec: avoid crashing upon drainingMark Nauwelaerts2011-12-141-2/+7
| * tiger: advertise all the new YUV formats we can now useVincent Penquerc'h2011-12-121-2/+7
| * tiger: replace the new YUV blitting code with the newer overlay codeVincent Penquerc'h2011-12-122-426/+47
| * 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
| * 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