summaryrefslogtreecommitdiff
path: root/libavcodec/vp9recon.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/vp9dec: Constify VP9TileData->VP9Context pointer targetAndreas Rheinhardt2022-07-311-11/+11
* avcodec: Constify ThreadFrames if possibleAndreas Rheinhardt2022-07-311-4/+4
* avcodec/vp8, vp9: Avoid using VP56mv and VP56Frame in VP8/9Andreas Rheinhardt2022-07-281-6/+6
* avcodec/thread: Move ff_thread_(await|report)_progress to new headerAndreas Rheinhardt2022-02-091-0/+1
* Remove/replace some unnecessary avcodec.h inclusionsAndreas Rheinhardt2021-07-221-2/+0
* lavu: move LOCAL_ALIGNED from internal.h to mem_internal.hAnton Khirnov2021-01-011-0/+1
* lavc/vp9: fix reference frame dimensions check for SINGLE_REFERENCE modeLinjie Fu2020-05-051-0/+10
* avcodec/vp9: Add tile threading supportIlia Valiakhmetov2017-09-081-74/+79
* vp9: split out reconstruction functions in their own source file.Ronald S. Bultje2017-03-281-0/+639