summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)AuthorFilesLines
2018-02-28x264enc: fix build with newer x264 with support for multiple bit depthsTim-Philipp Müller1-1/+34
2018-01-17amrnbdec: Don't use g_return_*_if_fail() on data parsingEdward Hervey1-4/+2
2018-01-17amrwbdec: Don't use g_return_*_if_fail() on data parsingEdward Hervey1-4/+2
2017-12-06cdio: Fix build with cdio >= 1.0Sebastian Dröge3-9/+9
2017-12-01a52dec: Fix out buffer memory leak in error code pathPonnam Srinivas1-0/+1
2017-12-01mpeg2dec: Fix buffer memory leak in error code pathDeepak Srivastava1-0/+1
2017-09-16mpeg2dec: Unmap output video frame if copying to it failsSatya Prakash Gupta1-0/+1
2017-07-25dvdreadsrc: Fix string memory leakSatya Prakash Gupta1-0/+1
2017-07-25mpg123audiodec: fix caps leakTim-Philipp Müller1-0/+1
2017-07-25x264enc: fix caps leakTim-Philipp Müller1-9/+11
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
2016-04-15mpg123: fix build with msvcTim-Philipp Müller1-0/+12
2016-04-15mpeg2dec: bump libmpeg2 requirement to 0.5.1 and fix msvc buildTim-Philipp Müller1-29/+1
2016-03-24ugly: use new gst_element_class_add_static_pad_template()Vineeth TM11-42/+29
2016-02-28dvdread: Fix seek starting at 0 for title != 1Jens Georg1-1/+2
2016-02-20mpeg2dec: don't use exported but undeclared core debug category symbolsTim-Philipp Müller1-3/+4
2016-02-18sidplay: Fix compiler warning about C++11 compatibilitySebastian Dröge1-1/+1
2016-02-16mpg123: move from -bad to -uglyTim-Philipp Müller1-0/+8
2016-02-16Merge branch 'plugin-move-mpg123'Tim-Philipp Müller3-0/+707
2016-02-16plugins-bad: Fix example pipelinesVineeth TM1-1/+1
2016-02-16mpg123: still reset pending audio info on hard flushTim-Philipp Müller1-0/+2
2016-02-16mpg123: fix handling of sample rate change during playbackJason Litzinger1-1/+0
2016-02-16audiodecoders: use default pad accept-caps handlingThiago Santos1-0/+3
2016-02-16Remove obsolete Android build cruftTim-Philipp Müller1-15/+0
2016-02-16mpg123: fix compiler warning and simplify checks in set_capsTim-Philipp Müller1-45/+40
2016-02-16mpg123: rework set_format code so mpg123audiodec works with decodebin/playbinCarlos Rafael Giani1-121/+110
2016-02-16Fix up one-element lists in template capsTim-Philipp Müller1-1/+1
2016-02-16mpg123: improved error report and checksCarlos Rafael Giani1-5/+12
2016-02-16mpg123audiodec: Require caps to be set before any data processingSebastian Dröge1-0/+1
2016-02-16mpg123: Remove dead assignmentEdward Hervey1-2/+0