summaryrefslogtreecommitdiff
path: root/ext/x265
Commit message (Expand)AuthorAgeFilesLines
* x265: Fix a deadlock when failing to create the x265enc.He Junyan2021-08-091-2/+5
* x265enc: add negative DTS supportMathieu Duponchelle2021-06-211-0/+4
* x265: allow per feature registrationStéphane Cerveau2021-03-232-1/+11
* x265enc: fix deadlock on reconfigJakub Adam2020-10-091-16/+21
* gst: Update for gst_video_transfer_function_*() function renamingSebastian Dröge2020-09-071-1/+1
* x265: ignore tune property when diffing generated docsTim-Philipp Müller2020-06-191-1/+2
* plugins: uddate gst_type_mark_as_plugin_api() callsMathieu Duponchelle2020-06-061-3/+3
* plugins: Use gst_type_mark_as_plugin_api() for all non-element plugin typesSebastian Dröge2020-06-041-0/+4
* x265enc: Update for video-hdr struct changeSeungha Yang2020-04-011-54/+12
* documentation: fixed a heap o' typosAaron Boxer2019-11-051-2/+2
* Remove autotools build systemTim-Philipp Müller2019-10-141-16/+0
* x265enc: Enhance profile setting with fixing infinite loop conditionSeungha Yang2019-08-092-58/+111
* x265enc: Fix deadlock on profile setting failureSeungha Yang2019-08-091-0/+1
* x265enc: Add support more 8/10/12 bits 4:2:0, 4:2:2 and 4:4:4 profilesSeungha Yang2019-08-072-121/+471
* x265enc: Specify max CU size depending on input resolutionYeongjin Jeong2019-07-311-4/+16
* x265enc: Specify colorimetry related VUI parametersSeungha Yang2019-07-171-0/+17
* docs: Build documentation with hotdocThibault Saunier2019-05-131-0/+1
* x265enc: Do not drop SEI nals from headerSeungha Yang2019-05-021-7/+18
* x265enc: Add support mastering display info and content light level encodingSeungha Yang2019-05-021-0/+74
* Add feature options for almost all pluginsNirbheek Chauhan2018-07-271-1/+1
* Meson: Generate pc file for all plugins in badXavier Claessens2018-04-251-0/+1
* x265enc: no //-style commentsTim-Philipp Müller2018-03-261-7/+5
* x265enc: Add "key-int-max" propertyJames Stevenson2018-03-262-1/+26
* x265: Fix tagging of keyframes on output buffersJames Stevenson2018-03-231-0/+4
* x265enc: Add format example for option-stringAlicia Boya García2018-02-271-1/+2
* Remove plugin specific static build optionNicolas Dufresne2017-05-161-1/+0
* docs: Port all docstring to gtk-doc markdownThibault Saunier2017-04-121-0/+1
* x265: fix a minor string leakFabrice Bellet2017-01-031-4/+2
* Add support for Meson as alternative/parallel build systemNirbheek Chauhan2016-08-201-0/+11
* x265enc: Enable aspect ratioxlazom002016-08-111-0/+1
* bad: use new gst_element_class_add_static_pad_template()Vineeth TM2016-03-241-4/+2
* x265enc: get rid of _stdint.h includeLuis de Bethencourt2016-02-081-1/+0
* x265enc: Drop incorrect stream-format="avc" in template capsArun Raghavan2015-09-211-1/+1
* x265enc: add accept-caps handlingThiago Santos2015-08-171-0/+27
* x265enc: remove dead codeLuis de Bethencourt2015-08-051-4/+0
* x265enc: fix memory leakLuis de Bethencourt2015-08-051-2/+3
* x265enc: Only copy VPS/SPS/PPS NAL units in header bufferThijs Vermeir2015-05-201-12/+18
* x265enc: Fix tune parameter mismatchThijs Vermeir2015-05-201-2/+2
* Remove obsolete Android build cruftTim-Philipp Müller2015-04-261-15/+0
* x265enc: Add support for 10bit 4:2:0 and 4:4:4 formatsSebastian Dröge2015-02-111-12/+41
* Improve and fix LATENCY query handlingSebastian Dröge2015-02-111-15/+20
* x265enc: reuse the gstvideo proxy getcapsThiago Santos2014-12-171-58/+5
* x265enc: add qp propertyJürgen Slowack2014-12-012-2/+25
* x265enc: add x265 encoder elementThijs Vermeir2014-10-153-0/+1355