summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-03-06a52dec: use base class tag handling helperHEADmasterMark Nauwelaerts2-29/+3
2012-03-06dvdreadsrc: Use variable type with correct signednessSebastian Dröge1-2/+2
2012-03-05mpeg2dec: Copy planes in one go when possibleEdward Hervey1-4/+14
2012-03-03amrnb, amrwbdec: fix build with opencore-amr >= 0.1.3Tim-Philipp Müller4-1/+23
2012-03-03configure: get rid of non-pkg-config ways to check for opencore-amrTim-Philipp Müller1-12/+10
2012-02-23Bump version after releaseTim-Philipp Müller25-87/+120
2012-02-22autogen.sh: avoid touching .po files during 'make'David Schleef1-0/+3
2012-02-21mad: handle libmad freeform parsing quirkMark Nauwelaerts1-0/+16
2012-02-21mad: fixup unhacking last frame coaxingMark Nauwelaerts1-1/+2
2012-02-16mad: unhack last frame coaxingMark Nauwelaerts1-26/+18
2012-02-09x264enc: Add baseline profile to capsRobert Swain1-3/+7
2012-01-31mad: ensure we do not confuse the base class with our buffer guardVincent Penquerc'h1-0/+11
2012-01-26x264enc: implement force-key-unit APIAlessandro Decina2-51/+146
2012-01-19a52dec: fix read buffer overflow upon syncingVincent Penquerc'h1-1/+1
2012-01-19Add --disable-fatal-warnings configure optionTim-Philipp Müller2-2/+4
2012-01-17amrwbdec: _parse should not return OK if not enough data yetMark Nauwelaerts1-1/+3
2012-01-17amrnbdec: _parse should not return OK if not enough data yetMark Nauwelaerts1-1/+4
2012-01-13dvdreadsrc: fix off by one in cell calculation for the last chapterVincent Penquerc'h1-1/+4
2012-01-13x264enc: remove useless and semantically (though not practically) wrong codeVincent Penquerc'h1-1/+1
2012-01-13x264enc: remove leaking "optimization"Vincent Penquerc'h1-1/+1
2012-01-12a52dec: plug buffer leakMark Nauwelaerts1-0/+1
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-04lame: fix LIBADD order in Makefile.amTim-Philipp Müller1-2/+2
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-14a52dec: port to audiodecoderMark Nauwelaerts3-423/+243
2011-12-14mad: port to audiodecoderMark Nauwelaerts3-1634/+257
2011-12-13a52dec: Don't claim to support upstream renegotiationSebastian Dröge1-0/+1
2011-12-13a52dec: Check that the a52_state is correctly initializedJulien Isorce1-11/+23
2011-12-12Work around deprecated thread API in glib masterTim-Philipp Müller7-1/+152
2011-12-10po: update translationsTim-Philipp Müller5-213/+119
2011-12-09rdtdepay: make buffer metadata writable before setting caps on itTim-Philipp Müller1-0/+1
2011-11-29dvdreadsrc: Fix format string compiler warningРуслан Ижбулатов1-1/+2
2011-11-28various: fix pad template ref leaksVincent Penquerc'h30-122/+107
2011-10-29asfdemux: Don't leak pending payload buffersEdward Hervey1-0/+10
2011-10-28siddec: use BOILERPLATE macro and cleanup FIXMEsStefan Sauer1-45/+13
2011-10-05amrwbdec: port to audiodecoderMark Nauwelaerts3-240/+97
2011-10-05amrnbdec: fixup buildMark Nauwelaerts1-2/+3
2011-10-05amrnbdec: remove leftover extraneous _unrefMark Nauwelaerts1-1/+0
2011-10-03amrnbdec: port to audiodecoderMark Nauwelaerts2-238/+93
2011-09-30mpeg2dec: post QoS messages when dropping a frame due to QoSVincent Penquerc'h2-1/+28