summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)AuthorFilesLines
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
2016-02-16gst: Add better support for static pluginsSebastian Dröge1-1/+1
2016-02-16mpg123: Add conditional on API version for new enumDavid Schleef1-0/+4
2016-01-25amrnb, amrwb: unconditionally depend on opencore-amr*b >= 0.1.3Tim-Philipp Müller3-13/+0
2016-01-21mpeg2dec: Demote rank to SECONDARYEdward Hervey1-1/+1
2015-11-26x264enc: increase bitrate limit from 100Mbps to 2GbpsArjen Veenhuizen1-1/+1
2015-11-18x264enc: drop unnecessary NULL check before g_freeReynaldo H. Verdejo Pinochet1-2/+1
2015-09-29dvdread: remove broken linkReynaldo H. Verdejo Pinochet1-1/+0
2015-09-05x264: Add bitrate info to the tags output.Jan Schmidt1-1/+3
2015-08-18x264enc: actually return TRUE from accept-caps handlerThiago Santos1-0/+1
2015-08-16x264enc: implement accept-caps handlingThiago Santos1-0/+34