summaryrefslogtreecommitdiff
path: root/ext/aom
Commit message (Expand)AuthorAgeFilesLines
* Use gst_buffer_new_memdup()Tim-Philipp Müller2021-05-241-1/+1
* Use new gst_buffer_new_copy()Tim-Philipp Müller2021-05-231-2/+1
* aom: allow per feature registrationJulian Bouzas2021-03-235-10/+12
* 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
* documentation: fixed a heap o' typosAaron Boxer2019-11-051-1/+1
* av1enc: Add tile-{columns,rows} propertiesWonchul Lee2019-11-052-1/+42
* av1enc: Enable row-mt by defaultWonchul Lee2019-11-051-1/+1
* Remove autotools build systemTim-Philipp Müller2019-10-141-17/+0
* av1enc: change cpu-used range upto 5Wonchul Lee2019-09-061-1/+1
* av1enc: fix werror build with clangMatthew Waters2019-08-281-1/+1
* av1enc: enable row-mt property conditionallyWonchul Lee2019-07-271-0/+8
* av1enc: Also set AV1E_SET_ROW_MT from the property value when initializing th...Sebastian Dröge2019-07-221-0/+2
* av1enc: Add threads and row-mt propertiesWonchul Lee2019-07-222-1/+41
* av1enc: Release lock when failing to initializeWonchul Lee2019-07-221-0/+1
* Revert "av1enc: Release lock when failing to initialize"Sebastian Dröge2019-07-222-42/+1
* av1enc: Release lock when failing to initializeWonchul Lee2019-07-222-1/+42
* doc: remove xml from commentsMathieu Duponchelle2019-05-292-6/+4
* meson: Keep track of the aom pluginPhilippe Normand2019-05-181-0/+1
* av1enc: Add to configure image formatsWonchul Lee2018-10-103-3/+92
* av1enc: fix compliation with removed definesWonchul Lee2018-10-101-3/+0
* av1enc: Add configurationsWonchul Lee2018-10-106-23/+580
* Add feature options for almost all pluginsNirbheek Chauhan2018-07-271-1/+1
* av1enc: Implement latency settingOlivier Crête2018-07-261-6/+18
* av1enc: Propagate flags from encoder to GstBufferOlivier Crête2018-07-261-0/+6
* av1enc: Implement finish for EOSOlivier Crête2018-07-261-5/+38
* av1enc: Return downstream error from pushOlivier Crête2018-07-261-1/+4
* aomenc: Handle 8 bit_depth images with AOM_IMG_FMT_HIGHBITDEPTH enabledSean-Der2018-06-291-4/+16
* aomenc: Add support for 10/12bit decodingSean-Der2018-06-291-5/+103
* Meson: Generate pc file for all plugins in badXavier Claessens2018-04-251-0/+1
* aom: Implement cpu-used in av1encSean DuBois2018-02-142-6/+47
* aom: Drop pointless cast from av1encSean DuBois2018-02-051-4/+3
* aom: Fix all definite leaks in av1encSean DuBois2018-02-052-29/+62
* aom: Consistent naming between av1dec and av1encSean DuBois2018-02-052-13/+18
* aom: Implement flush for av1decSean DuBois2018-02-051-0/+21
* aom: Add direct casts for GstAV1Enc and GstAV1DecSean DuBois2018-01-264-9/+13
* aom: Deadline was removed from AV1Sean DuBois2018-01-262-3/+3
* aom: Fix leak in av1decSean DuBois2018-01-261-0/+5
* aom: Put av1enc config debugging under gst_av1_enc_debug namespaceSean DuBois2018-01-261-5/+6
* av1enc: Add debugging of configuration settingsEdward Hervey2017-12-151-1/+71
* av1enc: Remove g_print for errorsEdward Hervey2017-12-151-5/+1
* Add aom plugin with av1enc and av1dec elementSean DuBois2017-12-158-0/+937