summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)AuthorFilesLines
2019-05-02x264: Link to gmodule in the meson build if extra x264 libraries are providedSebastian Dröge1-1/+4
2019-05-02meson: Always require the gmodule dependencySebastian Dröge1-1/+0
2019-05-01x264: Only enable dynamic loading code for x264 < 253Sebastian Dröge1-2/+2
2018-08-17x264enc: Set bit depth for x264 ≥ 153Jan Alexander Steffens (heftig)1-0/+3
2018-02-28x264enc: fix build with newer x264 with support for multiple bit depthsTim-Philipp Müller1-1/+34
2018-02-27x264enc: Add format example for option-stringAlicia Boya García1-1/+2
2018-01-30meson: use -fno-strict-aliasing where supportedTim-Philipp Müller1-4/+6
2018-01-03amrnbdec: Don't use g_return_*_if_fail() on data parsingEdward Hervey1-4/+2
2018-01-03amrwbdec: Don't use g_return_*_if_fail() on data parsingEdward Hervey1-4/+2
2017-12-08x264enc: add 'insert-vui' property for users to chooseJustin Kim2-0/+19
2017-12-06cdio: Fix build with cdio >= 1.0Sebastian Dröge3-9/+9
2017-09-26a52dec: Fix out buffer memory leak in error code pathPonnam Srinivas1-0/+1
2017-09-18mpeg2dec: Fix buffer memory leak in error code pathDeepak Srivastava1-0/+1
2017-09-07mpeg2dec: Unmap output video frame if copying to it failsSatya Prakash Gupta1-0/+1
2017-08-26Remove twolame plugin, moved to -goodTim-Philipp Müller6-1013/+0
2017-08-26Remove lame plugin, moved to -goodTim-Philipp Müller7-1099/+0
2017-08-20Remove mpg123 plugin, moved to -goodTim-Philipp Müller6-744/+0
2017-08-10sidplay: hide symbols in meson for this c++ plugin tooTim-Philipp Müller1-1/+6
2017-08-09x264enc: add FIXME note for future configuration cleanupMark Nauwelaerts1-0/+8
2017-07-25dvdreadsrc: Fix string memory leakSatya Prakash Gupta1-0/+1
2017-07-15x264enc: fix indentationTim-Philipp Müller1-2/+4
2017-07-15x264enc: fix caps leakTim-Philipp Müller1-9/+11
2017-07-15mpg123audiodec: fix caps leakTim-Philipp Müller1-0/+1
2017-06-24x264enc: relax bframes upper limit count to maximum encoder supportedMark Nauwelaerts1-1/+1
2017-06-23meson: don't error out if sidplay library is not foundTim-Philipp Müller1-1/+1
2017-06-23meson: build sid pluginTim-Philipp Müller2-1/+26
2017-06-21x264: fix memory leakVíctor Manuel Jáquez Leal1-0/+1
2017-05-16Remove plugin specific static build optionNicolas Dufresne11-11/+0
2017-05-09sid: Make plugin name match plugin file nameNicolas Dufresne1-1/+1
2017-04-27x264: Use __declspec(dllimport) with MinGW tooNirbheek Chauhan1-0/+7
2017-03-01mpeg2dec: Fix latency calculationJan Schmidt1-1/+1
2017-02-27Update Edgard Lima's emailEdgard Lima2-2/+2
2017-02-01x264: Initialize function vtable in plugin_init()Nirbheek Chauhan1-10/+22
2017-01-03meson: Install presets filesThibault Saunier2-0/+3
2017-01-03x264enc: Add a youtube preset.Mathieu Duponchelle1-0/+7
2016-12-28mad: remove pluginTim-Philipp Müller6-685/+0
2016-11-30x264enc: Add information for mixed modeVivia Nikolaidou1-0/+21
2016-11-30x264enc: Correctly pass interlacing/TFF informationVivia Nikolaidou1-6/+12
2016-11-28x264enc: Auto-detect interlace mode from capsVivia Nikolaidou1-2/+6
2016-11-20dvdreadsrc: dvd-spu-clut-change is a sticky custom eventMark Nauwelaerts1-1/+1
2016-11-14x264enc: Add configure parameter to specify additional x264 libraries with e....Sebastian Dröge4-205/+347
2016-09-29x264enc: Set colorimetry and chroma-site informationSebastian Dröge1-1/+106
2016-09-01siddec: Fix compilation with debugging disabledSebastian Dröge1-3/+1
2016-08-26Use the new API to post flow ERROR messages on the busThibault Saunier1-2/+1
2016-08-20Add support for Meson as alternative/parallel build systemNirbheek Chauhan12-0/+163
2016-08-19plugins: Use <stdint.h> instead of _stdint.hNirbheek Chauhan3-5/+11
2016-08-19mpeg2dec: remove file no longer used or neededTim-Philipp Müller1-37/+0
2016-07-24sidplay: fix compiler warnings when building with -O3Josep Torra1-18/+18
2016-04-16amrnbec, mad: fix two more parse function declarationsTim-Philipp Müller2-4/+4
2016-04-15a52dec, amrwbec: fix parse function declaration mismatchTim-Philipp Müller2-4/+4