summaryrefslogtreecommitdiff
path: root/libavcodec/libaomdec.c
Commit message (Expand)AuthorAge
* avcodec/libaomenc: support AV_CODEC_CAP_ENCODER_RECON_FRAMEJames Almer2022-08-02
* avcodec: Add FF_CODEC_CAP_NOT_INIT_THREADSAFEAndreas Rheinhardt2022-07-18
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-05
* avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt2022-04-05
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-21
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-21
* avcodec/libaomdec: use intermediate arrays for plane pointers and stridesJames Almer2021-11-01
* libaom: Dont use aom_codec_av1_dx_algo.Matt Oliver2021-10-30
* avcodec/avcodec: Don't include cpu.hAndreas Rheinhardt2021-07-22
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* lavc/libaomdec: fix build with 1.0.0Anton Khirnov2021-04-18
* avcodec/libaomdec: export frame pict_typeJames Almer2021-04-16
* lavc: rename AV_CODEC_CAP_AUTO_THREADS->AV_CODEC_CAP_OTHER_THREADSAnton Khirnov2021-03-16
* lavc: replace internal use of AV_CODEC_CAP_AUTO_THREADS with an internal capAnton Khirnov2021-03-16
* avcodec/libaomdec: Set SAR based on RenderWidth and RenderHeightDerek Buitenhuis2020-08-21
* avcodec/libaomdec: remove bogus commentJames Almer2018-10-04
* avcodec/libaom: fix setting amount of threadsJames Almer2018-09-13
* Revert "avcodec/libaomdec: auto insert dump_extra bitstream filter"James Almer2018-08-17
* avcodec/libaomdec: auto insert dump_extra bitstream filterJames Almer2018-08-02
* avcodec/libaomdec: fix broken pix_fmt changes from the previous commitJames Almer2018-04-04
* avcodec/libaomdec: add support for monochrome filesJames Almer2018-04-03
* avcodec/libaomdec: remove duplicate codeJames Almer2018-04-03
* avcodec/libaomdec: remove references to gbrp pixfmtJames Almer2018-04-02
* libavcodec/libaomdec: add support for transfer characteristics and color prim...James Almer2018-03-29
* libavcodec/libaomdec: use the matrix coefficients value from aom_imageJames Almer2018-03-29
* avcode/profiles: add AV1 profilesJames Almer2018-03-29
* avcodec/libaomdec: remove references to yuv440p pixfmtJames Almer2018-03-28
* Merge commit 'c438899a706422b8362a13714580e988be4d638b'James Almer2018-03-28
* Add AV1 video decoding support through libaomLuca Barbato2018-03-12