summaryrefslogtreecommitdiff
path: root/ext/aom
Commit message (Expand)AuthorAgeFilesLines
* 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