summaryrefslogtreecommitdiff
path: root/ext/vpx
AgeCommit message (Expand)AuthorFilesLines
2020-06-24vpxenc: mark all properties as GST_DOC_SHOW_DEFAULTMathieu Duponchelle1-48/+95
2020-06-23vpx: Fix links to baseclass propertiesThibault Saunier2-6/+6
2020-06-23docs: mark more types as plugin APIMathieu Duponchelle2-0/+2
2020-06-06plugins: uddate gst_type_mark_as_plugin_api() callsMathieu Duponchelle2-8/+8
2020-06-04vpxenc: Add new bit-per-pixel property to select a better "default" bitrateMikhail Fludkov3-15/+80
2020-06-03plugins: Use gst_type_mark_as_plugin_api() for all non-element plugin typesMathieu Duponchelle2-0/+10
2020-06-02vpxdec: Check that output width and height != 0Stian Selnes1-0/+8
2020-03-16vpx: Use G_DECLARE_FINAL_TYPENiels De Graef6-80/+12
2020-01-28vp8enc/vp8enc: set 1 for the default value of VP8E_SET_STATIC_THRESHOLDJulien Isorce1-3/+6
2019-11-29vp9dec: Fix broken 4:4:4 8bits decodingSeungha Yang1-2/+5
2019-11-05vpx: Error out if enabled and no features foundNirbheek Chauhan1-2/+9
2019-10-14Remove autotools build systemTim-Philipp Müller1-37/+0
2019-08-30vpx: fix macos werror buildMatthew Waters1-1/+2
2019-08-23docstrings: port ulinks to markdown linksMathieu Duponchelle4-18/+14
2019-08-19vpx: bump libvpx requirement to 1.5.0Tim-Philipp Müller2-14/+2
2019-08-19vpx: avoid confusing meson configure output when checking for vpx versionsTim-Philipp Müller1-2/+4
2019-05-25doc: fix element section documentationsMathieu Duponchelle2-6/+6
2019-05-13doc: Port documentation to hotdocThibault Saunier1-0/+1
2019-05-13docs: Port all docstring to gtk-doc markdownThibault Saunier4-12/+12
2019-02-07vpx: Fix build against libvpx 1.8Jan Alexander Steffens (heftig)2-0/+6
2018-07-27meson: Add feature options for all pluginsNirbheek Chauhan1-3/+2
2018-04-25Meson: Generate pc file for all plugins in goodXavier Claessens1-0/+1
2018-01-25vpx: add VP8_DEBUG_TXT_* flags for postprocessingOleksij Rempel1-0/+12
2017-08-11vpxenc: discard frames that have been dropped by libvpxGeorge Kiagiadakis1-1/+16
2017-05-16Remove plugin specific static build optionNicolas Dufresne1-1/+0
2017-05-09vpxdec: Set fb->priv to NULL after freeing just in caseSebastian Dröge1-0/+1
2017-05-08vpx: fix build against older libvpx versionsTim-Philipp Müller1-2/+10
2017-04-05vp9dec: Add warnings for unsupported frame formatsJan Schmidt1-0/+31
2017-01-05meson: Install presets filesThibault Saunier1-0/+2
2016-11-22vpxdec: libvpx's release buffer is sometimes called with fb->priv==NULLSebastian Dröge1-1/+4
2016-09-26meson: add unit testsTim-Philipp Müller1-0/+3
2016-09-18meson: fix build with vpx 1.3.xTim-Philipp Müller1-1/+1
2016-08-26vp9enc: Fix leak of vpx_image_tStian Selnes1-0/+8
2016-08-20Add support for Meson as alternative/parallel build systemNirbheek Chauhan1-0/+57
2016-04-23vpxenc: Properly handle frames with too low durationMario Sanchez Prada1-1/+11
2016-03-24vpxdec: Use threads on multi-core systemsNicolas Dufresne1-1/+5
2016-03-24good: use new gst_element_class_add_static_pad_template()Vineeth TM4-17/+16
2016-01-20vp8enc: Ensure that we always have valid frame user data before using itSebastian Dröge1-0/+14
2016-01-20vpxdec: Unref frame in all code paths of handle_frame()Sebastian Dröge1-4/+8
2016-01-20vpxenc: Unref frame on ERRORThibault Saunier1-0/+1
2016-01-16vp8enc: Return FLOW_ERROR when an error accuresThibault Saunier1-1/+2
2015-12-29vpxdec: Initialize buffer variable to NULLSebastian Dröge1-1/+1
2015-12-15vpx: Add missing headers in Makefile.amNicolas Dufresne1-2/+4
2015-12-15vpx: created common baseclass GstVPXEncPrashant Gotarne7-3849/+2273
2015-12-15vpxdec: Remove unneeded add video_metaNicolas Dufresne3-28/+5
2015-12-15vpx: created common base class GstVPXdec for vpx decodersPrashant Gotarne7-1378/+1029
2015-12-04vpxdec: Use GstMemory to avoid copiesNicolas Dufresne4-13/+324
2015-11-17vpxdec: Use threads on multi-core systemsNicolas Dufresne2-8/+16
2015-11-15vp9enc: remove unnecessary NULL check before g_free()Reynaldo H. Verdejo Pinochet1-2/+1
2015-11-15vp8enc: remove unnecessary NULL check before g_free()Reynaldo H. Verdejo Pinochet1-2/+1