summaryrefslogtreecommitdiff
path: root/libavcodec/vp9block.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/vp9dec: Constify VP9TileData->VP9Context pointer targetAndreas Rheinhardt2022-07-311-15/+15
* avcodec/vp8, vp9: Avoid using VP56mv and VP56Frame in VP8/9Andreas Rheinhardt2022-07-281-1/+0
* avcodec/vp56: Move VP5-9 range coder functions to a header of their ownAndreas Rheinhardt2022-07-281-58/+59
* avcodec/vp56: Move VP8/9-only rac functions to a header of their ownAndreas Rheinhardt2022-07-281-41/+43
* 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-3/+0
* vp9dec: support exporting QP tables through the AVVideoEncParams APIAnton Khirnov2020-05-121-0/+8
* Merge commit 'fd9212f2edfe9b107c3c08ba2df5fd2cba5ab9e3'James Almer2017-09-261-1/+1
|\
| * Mark some arrays that never change as const.Anton Khirnov2017-02-011-2/+2
| * aarch64: vp9: Add NEON optimizations of VP9 MC functionsMartin Storsjö2016-11-101-2/+2
| * arm: vp9: Add NEON optimizations of VP9 MC functionsMartin Storsjö2016-11-031-2/+8
| * vp9: Flip the order of arguments in MC functionsMartin Storsjö2016-11-031-8/+8
| * vp9: ignore reference segmentation map if error_resilience flag is set.Ronald S. Bultje2016-10-041-12/+16
| * vp9: add frame threadingRonald S. Bultje2016-08-111-33/+78
| * vp9: allocate 'b', 'block/uvblock' and 'eob/uveob' dynamically.Ronald S. Bultje2016-08-111-4/+4
| * vp9: split last/cur_frame from the reference buffers.Ronald S. Bultje2016-08-111-32/+42
| * Remove unnecessary get_bits.h #includesDiego Biurrun2016-06-071-1/+0
| * vp9: Use the correct upper bound for seg_idLuca Barbato2014-11-211-1/+2
| * vp9: drop support for real (non-emulated) edgesAnton Khirnov2014-01-091-2/+2
| * lavc: VP9 decoderRonald S. Bultje2013-11-151-0/+1684
* avcodec/vp9: Add tile threading supportIlia Valiakhmetov2017-09-081-270/+252
* avcodec/vp9block: fix runtime error: signed integer overflow: 196675 * 20670 ...Michael Niedermayer2017-05-211-2/+2
* vp9: split out reconstruction functions in their own source file.Ronald S. Bultje2017-03-281-631/+12
* vp9: re-split the decoder/format/dsp interface header files.Ronald S. Bultje2017-03-281-0/+1
* lavc/vp9: consistent use of typedef instead of structClément Bœsch2017-03-271-2/+2
* lavc/vp9: misc cosmeticsClément Bœsch2017-03-271-86/+112
* lavc/vp9: rename ctx to avctxClément Bœsch2017-03-271-33/+33
* lavc/vp9: split into vp9{block,data,mvs}Clément Bœsch2017-03-271-0/+2059