summaryrefslogtreecommitdiff
path: root/libavcodec/vp9dec.h
Commit message (Expand)AuthorAgeFilesLines
* avcodec/vp9dec: Constify VP9TileData->VP9Context pointer targetAndreas Rheinhardt2022-07-311-3/+1
* avcodec/vp8, vp9: Avoid using VP56mv and VP56Frame in VP8/9Andreas Rheinhardt2022-07-281-4/+6
* avcodec/vp56: Move VP5-9 range coder functions to a header of their ownAndreas Rheinhardt2022-07-281-3/+4
* avcodec/vp9: Check initializing conditions/mutexesAndreas Rheinhardt2021-09-041-0/+1
* lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov2021-01-011-0/+1
* vp9dec: support exporting QP tables through the AVVideoEncParams APIAnton Khirnov2020-05-121-0/+7
* lavc/vp9: fix reference frame dimensions check for SINGLE_REFERENCE modeLinjie Fu2020-05-051-0/+5
* avcodec/vp9: use a buffer pool to allocate VP9Frame extradataJames Almer2020-03-261-0/+4
* vp9: move VP9SharedContext back to the top of VP9ContextHendrik Leppkes2017-09-191-1/+1
* vp9: fix compilation with threading disabled.Ronald S. Bultje2017-09-111-0/+2
* avcodec/vp9: Add tile threading supportIlia Valiakhmetov2017-09-081-41/+62
* vp9: split out generic decoding skeleton interface API from VP9 types.Ronald S. Bultje2017-03-281-0/+1
* vp9: split out reconstruction functions in their own source file.Ronald S. Bultje2017-03-281-0/+7
* vp9: split out loopfilter functions in their own source file.Ronald S. Bultje2017-03-281-0/+3
* vp9: re-split the decoder/format/dsp interface header files.Ronald S. Bultje2017-03-281-0/+206