summaryrefslogtreecommitdiff
path: root/ext/x265
AgeCommit message (Expand)AuthorFilesLines
2018-07-27Add feature options for almost all pluginsNirbheek Chauhan1-1/+1
2018-04-25Meson: Generate pc file for all plugins in badXavier Claessens1-0/+1
2018-03-26x265enc: no //-style commentsTim-Philipp Müller1-7/+5
2018-03-26x265enc: Add "key-int-max" propertyJames Stevenson2-1/+26
2018-03-23x265: Fix tagging of keyframes on output buffersJames Stevenson1-0/+4
2018-02-27x265enc: Add format example for option-stringAlicia Boya García1-1/+2
2017-05-16Remove plugin specific static build optionNicolas Dufresne1-1/+0
2017-04-12docs: Port all docstring to gtk-doc markdownThibault Saunier1-0/+1
2017-01-03x265: fix a minor string leakFabrice Bellet1-4/+2
2016-08-20Add support for Meson as alternative/parallel build systemNirbheek Chauhan1-0/+11
2016-08-11x265enc: Enable aspect ratioxlazom001-0/+1
2016-03-24bad: use new gst_element_class_add_static_pad_template()Vineeth TM1-4/+2
2016-02-08x265enc: get rid of _stdint.h includeLuis de Bethencourt1-1/+0
2015-09-21x265enc: Drop incorrect stream-format="avc" in template capsArun Raghavan1-1/+1
2015-08-17x265enc: add accept-caps handlingThiago Santos1-0/+27
2015-08-05x265enc: remove dead codeLuis de Bethencourt1-4/+0
2015-08-05x265enc: fix memory leakLuis de Bethencourt1-2/+3
2015-05-20x265enc: Only copy VPS/SPS/PPS NAL units in header bufferThijs Vermeir1-12/+18
2015-05-20x265enc: Fix tune parameter mismatchThijs Vermeir1-2/+2
2015-04-26Remove obsolete Android build cruftTim-Philipp Müller1-15/+0
2015-02-11x265enc: Add support for 10bit 4:2:0 and 4:4:4 formatsSebastian Dröge1-12/+41
2015-02-11Improve and fix LATENCY query handlingSebastian Dröge1-15/+20
2014-12-17x265enc: reuse the gstvideo proxy getcapsThiago Santos1-58/+5
2014-12-01x265enc: add qp propertyJürgen Slowack2-2/+25
2014-10-15x265enc: add x265 encoder elementThijs Vermeir3-0/+1355