summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-01-25port to new memory APImemory-improvements3Wim Taymans21-287/+288
2012-01-19port to new gthread APIWim Taymans4-22/+10
2012-01-18configure.ac: Require GLib 2.31.10 for consistencySebastian Dröge1-1/+3
2012-01-18Automatic update of common submoduleSebastian Dröge1-0/+0
2012-01-13asfdemux: set caps on src pad before adding itMark Nauwelaerts1-1/+1
2012-01-13asfdemux: perform writable buffer map to copy into itMark Nauwelaerts1-3/+2
2012-01-13asfpacket: fix 0.11 ported payload extractionMark Nauwelaerts2-1/+5
2012-01-13GST_TYPE_DATE -> G_TYPE_DATETim-Philipp Müller1-5/+3
2012-01-13Merge remote-tracking branch 'origin/master' into 0.11Tim-Philipp Müller0-0/+0
2012-01-12a52dec: plug buffer leakMark Nauwelaerts1-0/+1
2012-01-12a52dec: plug buffer leakMark Nauwelaerts1-1/+1
2012-01-11amrnbenc: _map and _unmap the appropriate input and output buffersMark Nauwelaerts1-2/+3
2012-01-10a52dec: Fix some merge mistakesSebastian Dröge1-2/+2
2012-01-10Merge branch 'master' into 0.11Sebastian Dröge18-460/+815
2012-01-10dvdsub: add some CFLAGS and LIBS in Makefile.amMark Nauwelaerts1-2/+4
2012-01-09rmdemux: Don't use buffer after unreffingSebastian Dröge1-1/+3
2012-01-09asfdemux: Only change writable caps and make sure to set updated caps on the ...Sebastian Dröge1-0/+3
2012-01-09mad: Correctly unmap the buffer with the original data pointerSebastian Dröge1-3/+3
2012-01-09mad: Make sure to set caps on the srcpad if none are set yetSebastian Dröge1-1/+2
2012-01-08mad: fix LIBS order in Makefile.amTim-Philipp Müller1-2/+2
2012-01-07mad: remove left-over id3tag.h includeTim-Philipp Müller1-1/+0
2012-01-05dvdlpcmdec: fix for multichannelWim Taymans1-2/+2
2012-01-05a52dec: Update for the new raw audio capsSebastian Dröge2-20/+27
2012-01-05mad: Update for the new raw audio capsSebastian Dröge1-0/+7
2012-01-05lamemp3enc: Update for the new raw audio capsSebastian Dröge1-2/+8
2012-01-05twolamemp2enc: Update for the new raw audio capsSebastian Dröge1-2/+8
2012-01-05amrwbdec: Add the new layout field to the raw audio capsSebastian Dröge1-0/+2
2012-01-05amrnb: Add the new layout field to the raw audio capsSebastian Dröge2-0/+4
2012-01-05dvdlpcmdec: Port to the new raw audio capsSebastian Dröge2-50/+61
2012-01-05asfdemux: Update for libgstriff API changesSebastian Dröge1-1/+2
2012-01-04Automatic update of common submoduleTim-Philipp Müller1-0/+0
2012-01-04lame: fix LIBADD order in Makefile.amTim-Philipp Müller1-2/+2
2012-01-04tests: make tests compileWim Taymans5-20/+26
2012-01-03GST_FLOW_UNEXPECTED -> GST_FLOW_EOSWim Taymans8-23/+23
2011-12-30tests: disable generic index testTim-Philipp Müller1-2/+1
2011-12-30mpeg2dec: remove all seeking-related codeTim-Philipp Müller1-321/+4
2011-12-30mpeg2dec: update for GstIndex removalTim-Philipp Müller2-131/+1
2011-12-30cdio: update for probe vfunc removal in GstAudioCdSrcTim-Philipp Müller1-2/+4
2011-12-27lame: fix printf format in debug statementsTim-Philipp Müller2-2/+2
2011-12-26lame: ensure parsed outputMark Nauwelaerts2-4/+234
2011-12-26lame: cleanup unused instance struct fieldsMark Nauwelaerts1-6/+0
2011-12-26lamemp3enc: ensure parsed outputMark Nauwelaerts3-6/+237
2011-12-26lamemp3enc: do not leak merged tagsMark Nauwelaerts1-1/+3
2011-12-22mad: helpfully bodge the last buffer to let mad decode the last frameVincent Penquerc'h2-0/+34
2011-12-21dvdreadsrc: map subtitle language tag to stream indicated in PGC dataMark Nauwelaerts1-2/+13
2011-12-21dvddemux: tweak subtitle stream setup based on dvd language codes eventMark Nauwelaerts1-5/+11
2011-12-21dvdreadsrc: minor safety tweak to sector seekingMark Nauwelaerts1-1/+2
2011-12-20a52dec: check that a52_init returns a valid a52 stateJulien Isorce1-0/+7
2011-12-19mpeg2dec: update for new interlaced flagsWim Taymans1-1/+6
2011-12-14a52dec: port to audiodecoderMark Nauwelaerts3-423/+243