summaryrefslogtreecommitdiff
path: root/ext/x264
AgeCommit message (Expand)AuthorFilesLines
2021-04-13gst: don't use volatile to mean atomicMatthew Waters1-1/+1
2020-09-07x264: Update for gst_video_transfer_function_*() function renamingSebastian Dröge1-1/+1
2020-08-24x264enc: Allow maximum quantizer value of 63 instead of 51Sebastian Dröge1-3/+3
2020-07-23x264enc: Add a 'Zero Latency' profileThibault Saunier1-0/+3
2020-07-21x264enc: Separate high-10 video formats from 8-bit formatsJan Alexander Steffens (heftig)1-13/+18
2020-07-10x264enc: Forward downstream colorimetry and chroma-site upstreamThibault Saunier1-0/+6
2020-06-06plugins: uddate gst_type_mark_as_plugin_api() callsMathieu Duponchelle1-7/+7
2020-06-03plugins: Use gst_type_mark_as_plugin_api() for all non-element plugin typesSebastian Dröge1-0/+8
2020-04-02x264enc: Fix 'ref' property range and defaultNicolas Dufresne1-2/+2
2020-01-07x264enc: Respect Youtube bitrate recommandationThibault Saunier5-12/+329
2019-12-14x264enc: fixed codestyleDmitry Shusharin1-1/+1
2019-12-14x264enc: corrected em_data value in CEA-708 CC SEI message (fixes #28)Dmitry Shusharin1-1/+1
2019-10-13Remove autotools build systemTim-Philipp Müller1-22/+0
2019-09-02documentation: fix some typosAaron Boxer1-1/+1
2019-07-15x264enc: Port to color_{primaries,transfer,matrix}_to_isoSeungha Yang1-76/+6
2019-05-13docs: Port documentation to hotdocThibault Saunier1-0/+1
2019-04-26docs: Port all docstring to gtk-doc markdownThibault Saunier1-15/+14
2019-03-27meson: Add a subproject fallback for x264Nirbheek Chauhan1-1/+2
2019-02-28x264enc: inject CEA708 closed captionsMathieu Duponchelle1-0/+54
2019-01-25x264: Only enable dynamic loading code for x264 < 253Sebastian Dröge1-2/+2
2019-01-25x264: Link to gmodule in the meson build if extra x264 libraries are providedSebastian Dröge1-1/+4
2018-09-22x264enc: Avoid format decision per frameSeungha Yang2-4/+7
2018-08-16x264enc: Set bit depth for x264 ≥ 153Jan Alexander Steffens (heftig)1-0/+3
2018-08-16x264enc: Remove superfluous x264_param_defaultJan Alexander Steffens (heftig)1-9/+0
2018-07-27Add feature options for all pluginsNirbheek Chauhan1-1/+1
2018-04-25Meson: Generate pc file for all plugins in uglyXavier Claessens1-0/+1
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
2017-12-08x264enc: add 'insert-vui' property for users to chooseJustin Kim2-0/+19
2017-08-09x264enc: add FIXME note for future configuration cleanupMark Nauwelaerts1-0/+8
2017-07-15x264enc: fix indentationTim-Philipp Müller1-2/+4
2017-07-15x264enc: fix caps leakTim-Philipp Müller1-9/+11
2017-06-24x264enc: relax bframes upper limit count to maximum encoder supportedMark Nauwelaerts1-1/+1
2017-06-21x264: fix memory leakVíctor Manuel Jáquez Leal1-0/+1
2017-05-16Remove plugin specific static build optionNicolas Dufresne1-1/+0
2017-04-27x264: Use __declspec(dllimport) with MinGW tooNirbheek Chauhan1-0/+7
2017-02-01x264: Initialize function vtable in plugin_init()Nirbheek Chauhan1-10/+22
2017-01-03meson: Install presets filesThibault Saunier1-0/+2
2017-01-03x264enc: Add a youtube preset.Mathieu Duponchelle1-0/+7
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-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-08-20Add support for Meson as alternative/parallel build systemNirbheek Chauhan1-0/+16
2016-08-19plugins: Use <stdint.h> instead of _stdint.hNirbheek Chauhan1-1/+5
2016-03-24ugly: use new gst_element_class_add_static_pad_template()Vineeth TM1-4/+2
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-05x264: Add bitrate info to the tags output.Jan Schmidt1-1/+3