summaryrefslogtreecommitdiff
path: root/libavcodec/libaomdec.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/avcodec: Don't include cpu.hAndreas Rheinhardt2021-07-221-0/+1
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* lavc/libaomdec: fix build with 1.0.0Anton Khirnov2021-04-181-10/+12
* avcodec/libaomdec: export frame pict_typeJames Almer2021-04-161-0/+14
* lavc: rename AV_CODEC_CAP_AUTO_THREADS->AV_CODEC_CAP_OTHER_THREADSAnton Khirnov2021-03-161-1/+1
* lavc: replace internal use of AV_CODEC_CAP_AUTO_THREADS with an internal capAnton Khirnov2021-03-161-0/+1
* avcodec/libaomdec: Set SAR based on RenderWidth and RenderHeightDerek Buitenhuis2020-08-211-0/+8
* avcodec/libaomdec: remove bogus commentJames Almer2018-10-041-1/+0
* avcodec/libaom: fix setting amount of threadsJames Almer2018-09-131-1/+1
* Revert "avcodec/libaomdec: auto insert dump_extra bitstream filter"James Almer2018-08-171-1/+0
* avcodec/libaomdec: auto insert dump_extra bitstream filterJames Almer2018-08-021-0/+1
* avcodec/libaomdec: fix broken pix_fmt changes from the previous commitJames Almer2018-04-041-6/+6
* avcodec/libaomdec: add support for monochrome filesJames Almer2018-04-031-4/+8
* avcodec/libaomdec: remove duplicate codeJames Almer2018-04-031-11/+2
* avcodec/libaomdec: remove references to gbrp pixfmtJames Almer2018-04-021-8/+4
* libavcodec/libaomdec: add support for transfer characteristics and color prim...James Almer2018-03-291-0/+2
* libavcodec/libaomdec: use the matrix coefficients value from aom_imageJames Almer2018-03-291-6/+1
* avcode/profiles: add AV1 profilesJames Almer2018-03-291-0/+14
* avcodec/libaomdec: remove references to yuv440p pixfmtJames Almer2018-03-281-16/+0
* Merge commit 'c438899a706422b8362a13714580e988be4d638b'James Almer2018-03-281-20/+109
* Add AV1 video decoding support through libaomLuca Barbato2018-03-121-0/+160