summaryrefslogtreecommitdiff
path: root/ext/aom
AgeCommit message (Expand)AuthorFilesLines
2018-07-27Add feature options for almost all pluginsNirbheek Chauhan1-1/+1
2018-07-26av1enc: Implement latency settingOlivier Crête1-6/+18
2018-07-26av1enc: Propagate flags from encoder to GstBufferOlivier Crête1-0/+6
2018-07-26av1enc: Implement finish for EOSOlivier Crête1-5/+38
2018-07-26av1enc: Return downstream error from pushOlivier Crête1-1/+4
2018-06-29aomenc: Handle 8 bit_depth images with AOM_IMG_FMT_HIGHBITDEPTH enabledSean-Der1-4/+16
2018-06-29aomenc: Add support for 10/12bit decodingSean-Der1-5/+103
2018-04-25Meson: Generate pc file for all plugins in badXavier Claessens1-0/+1
2018-02-14aom: Implement cpu-used in av1encSean DuBois2-6/+47
2018-02-05aom: Drop pointless cast from av1encSean DuBois1-4/+3
2018-02-05aom: Fix all definite leaks in av1encSean DuBois2-29/+62
2018-02-05aom: Consistent naming between av1dec and av1encSean DuBois2-13/+18
2018-02-05aom: Implement flush for av1decSean DuBois1-0/+21
2018-01-26aom: Add direct casts for GstAV1Enc and GstAV1DecSean DuBois4-9/+13
2018-01-26aom: Deadline was removed from AV1Sean DuBois2-3/+3
2018-01-26aom: Fix leak in av1decSean DuBois1-0/+5
2018-01-26aom: Put av1enc config debugging under gst_av1_enc_debug namespaceSean DuBois1-5/+6
2017-12-15av1enc: Add debugging of configuration settingsEdward Hervey1-1/+71
2017-12-15av1enc: Remove g_print for errorsEdward Hervey1-5/+1
2017-12-15Add aom plugin with av1enc and av1dec elementSean DuBois8-0/+937