summaryrefslogtreecommitdiff
path: root/ext/vpx
Commit message (Expand)AuthorAgeFilesLines
* vpxdec: Fix direct rendering, avoid holding write accessHavard Graff2021-08-232-0/+14
* vpx: add enum for adaptive quantization modesJakub Adam2021-06-284-8/+67
* vp9enc: expose frame-parallel-decoding propertyJakub Adam2021-06-282-0/+42
* vp9enc: expose aq-mode propertyJakub Adam2021-06-282-0/+38
* Use g_memdup2() where available and add fallback for older GLib versionsTim-Philipp Müller2021-06-021-3/+1
* vp9enc: Add color range supportNicolas Dufresne2021-05-061-2/+23
* vp9enc: Move colorspace configuration in VP9 encNicolas Dufresne2021-05-062-62/+65
* vpxdenc: Add a GstVideoCodecState to configure_encoder virtualNicolas Dufresne2021-05-063-3/+3
* vpxenc: add colorspace information into VP9 bitstreamJakub Adam2021-04-071-0/+61
* vpx: allow per feature registrationStéphane Cerveau2021-03-298-17/+95
* gst: don't use volatile to mean atomicMatthew Waters2021-03-182-9/+9
* vpx: Fix the check to unfixed/unknown framerate to set bitrateThibault Saunier2020-10-221-1/+1
* vp8enc: expect bps for temporal-scalability-target-bitrate.John-Mark Bell2020-10-161-3/+3
* vp8enc: finish support for temporally scaled encodingJohn-Mark Bell2020-10-164-8/+322
* vpxdec: request a sync point on decoder errorsHaakon Sporsheim2020-09-144-2/+44
* vp9enc: expose row-mt propertyMathieu Duponchelle2020-09-093-1/+43
* vpxenc: change default for deadline to good qualityMathieu Duponchelle2020-09-091-2/+2
* vp9enc: expose tile-columns and tile-rows propertiesMathieu Duponchelle2020-09-092-1/+146
* vpxenc: add configure_encoder virtual methodMathieu Duponchelle2020-09-092-1/+11
* vpx: Support GST_VIDEO_FORMAT_I422_10LEJakub Adam2020-09-083-4/+16
* vpx: Support GST_VIDEO_FORMAT_I420_10LEJakub Adam2020-09-083-5/+22
* vp9enc: support GST_VIDEO_FORMAT_Y444Jakub Adam2020-09-082-16/+54
* vpxenc: mark all properties as GST_DOC_SHOW_DEFAULTMathieu Duponchelle2020-06-241-48/+95
* vpx: Fix links to baseclass propertiesThibault Saunier2020-06-232-6/+6
* docs: mark more types as plugin APIMathieu Duponchelle2020-06-232-0/+2
* plugins: uddate gst_type_mark_as_plugin_api() callsMathieu Duponchelle2020-06-062-8/+8
* vpxenc: Add new bit-per-pixel property to select a better "default" bitrateMikhail Fludkov2020-06-043-15/+80
* plugins: Use gst_type_mark_as_plugin_api() for all non-element plugin typesMathieu Duponchelle2020-06-032-0/+10
* vpxdec: Check that output width and height != 0Stian Selnes2020-06-021-0/+8
* vpx: Use G_DECLARE_FINAL_TYPENiels De Graef2020-03-166-80/+12
* vp8enc/vp8enc: set 1 for the default value of VP8E_SET_STATIC_THRESHOLDJulien Isorce2020-01-281-3/+6
* vp9dec: Fix broken 4:4:4 8bits decodingSeungha Yang2019-11-291-2/+5
* vpx: Error out if enabled and no features foundNirbheek Chauhan2019-11-051-2/+9
* Remove autotools build systemTim-Philipp Müller2019-10-141-37/+0
* vpx: fix macos werror buildMatthew Waters2019-08-301-1/+2
* docstrings: port ulinks to markdown linksMathieu Duponchelle2019-08-234-18/+14
* vpx: bump libvpx requirement to 1.5.0Tim-Philipp Müller2019-08-192-14/+2
* vpx: avoid confusing meson configure output when checking for vpx versionsTim-Philipp Müller2019-08-191-2/+4
* doc: fix element section documentationsMathieu Duponchelle2019-05-252-6/+6
* doc: Port documentation to hotdocThibault Saunier2019-05-131-0/+1
* docs: Port all docstring to gtk-doc markdownThibault Saunier2019-05-134-12/+12
* vpx: Fix build against libvpx 1.8Jan Alexander Steffens (heftig)2019-02-072-0/+6
* meson: Add feature options for all pluginsNirbheek Chauhan2018-07-271-3/+2
* Meson: Generate pc file for all plugins in goodXavier Claessens2018-04-251-0/+1
* vpx: add VP8_DEBUG_TXT_* flags for postprocessingOleksij Rempel2018-01-251-0/+12
* vpxenc: discard frames that have been dropped by libvpxGeorge Kiagiadakis2017-08-111-1/+16
* Remove plugin specific static build optionNicolas Dufresne2017-05-161-1/+0
* vpxdec: Set fb->priv to NULL after freeing just in caseSebastian Dröge2017-05-091-0/+1
* vpx: fix build against older libvpx versionsTim-Philipp Müller2017-05-081-2/+10
* vp9dec: Add warnings for unsupported frame formatsJan Schmidt2017-04-051-0/+31