summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* x264enc: Strip trailing whitespace from x264's log messagesJan Alexander Steffens (heftig)2021-09-211-2/+14
* x264enc: Add the func/line info to the log callbackJan Alexander Steffens (heftig)2021-09-211-2/+5
* x264enc: Reduce log spam about bit depth supportJan Alexander Steffens (heftig)2021-09-211-4/+7
* mpeg2dec: drop B-frame on open gopStéphane Cerveau2021-07-291-4/+12
* Use g_memdup2() where available and add fallback for older GLib versionsTim-Philipp Müller2021-06-021-2/+5
* x264enc: Change accepted caps width and height from [16, MAX] to [1, MAX]David Fernandez2021-05-051-2/+2
* x264: allow per feature registrationStéphane Cerveau2021-03-292-4/+11
* sidplay: allow per feature registrationStéphane Cerveau2021-03-292-3/+5
* mpeg2dec: allow per feature registrationStéphane Cerveau2021-03-292-5/+4
* dvdread: allow per feature registrationStéphane Cerveau2021-03-292-7/+11
* cdio: allow per feature registrationStéphane Cerveau2021-03-294-16/+16
* amrwbdec: allow per feature registrationStéphane Cerveau2021-03-293-2/+4
* amrnb: allow per feature registrationStéphane Cerveau2021-03-295-4/+12
* a52dec: allow per feature registrationStéphane Cerveau2021-03-292-5/+12
* gst: don't use volatile to mean atomicMatthew Waters2021-03-191-1/+1
* x264: Update for gst_video_transfer_function_*() function renamingSebastian Dröge2020-09-071-1/+1
* x264enc: Allow maximum quantizer value of 63 instead of 51Sebastian Dröge2020-08-241-3/+3
* x264enc: Add a 'Zero Latency' profileThibault Saunier2020-07-231-0/+3
* x264enc: Separate high-10 video formats from 8-bit formatsJan Alexander Steffens (heftig)2020-07-211-13/+18
* x264enc: Forward downstream colorimetry and chroma-site upstreamThibault Saunier2020-07-101-0/+6
* siddec: update gst_type_mark_as_plugin_api() callsPhilippe Normand2020-06-061-2/+2
* plugins: uddate gst_type_mark_as_plugin_api() callsMathieu Duponchelle2020-06-064-10/+10
* plugins: Use gst_type_mark_as_plugin_api() for all non-element plugin typesSebastian Dröge2020-06-035-0/+17
* dvdreadsrc: fix uninitialized warningGuillaume Desmottes2020-05-271-1/+1
* meson: Pass native: false to add_languages()Nirbheek Chauhan2020-05-121-23/+34
* x264enc: Fix 'ref' property range and defaultNicolas Dufresne2020-04-021-2/+2
* a52dec: Mark as converterThibault Saunier2020-03-191-1/+1
* x264enc: Respect Youtube bitrate recommandationThibault Saunier2020-01-075-12/+329
* ugly: use of g_value_dup_stringStéphane Cerveau2019-12-181-1/+1
* x264enc: fixed codestyleDmitry Shusharin2019-12-141-1/+1
* x264enc: corrected em_data value in CEA-708 CC SEI message (fixes #28)Dmitry Shusharin2019-12-141-1/+1
* Remove autotools build systemTim-Philipp Müller2019-10-1310-208/+0
* documentation: fix some typosAaron Boxer2019-09-022-4/+4
* docstrings: port ulinks to markdown linksMathieu Duponchelle2019-08-233-3/+3
* x264enc: Port to color_{primaries,transfer,matrix}_to_isoSeungha Yang2019-07-151-76/+6
* doc: remove xml from commentsMathieu Duponchelle2019-05-291-3/+2
* docs: Port documentation to hotdocThibault Saunier2019-05-138-0/+8
* docs: Port all docstring to gtk-doc markdownThibault Saunier2019-04-266-55/+44
* meson: sidplay: use library() instead of shared_module()Tim-Philipp Müller2019-04-261-1/+2
* meson: Always require the gmodule dependencySebastian Dröge2019-04-221-2/+0
* meson: Add a subproject fallback for x264Nirbheek Chauhan2019-03-271-1/+2
* x264enc: inject CEA708 closed captionsMathieu Duponchelle2019-02-281-0/+54
* sidplay: fix indentationTim-Philipp Müller2019-02-221-5/+6
* dvdreadsrc: Work around GCC9 compiler warningSebastian Dröge2019-02-121-3/+7
* x264: Only enable dynamic loading code for x264 < 253Sebastian Dröge2019-01-251-2/+2
* x264: Link to gmodule in the meson build if extra x264 libraries are providedSebastian Dröge2019-01-251-1/+4
* x264enc: Avoid format decision per frameSeungha Yang2018-09-222-4/+7
* x264enc: Set bit depth for x264 ≥ 153Jan Alexander Steffens (heftig)2018-08-161-0/+3
* x264enc: Remove superfluous x264_param_defaultJan Alexander Steffens (heftig)2018-08-161-9/+0
* Add feature options for all pluginsNirbheek Chauhan2018-07-278-21/+23