summaryrefslogtreecommitdiff
path: root/libavcodec/vp9block.c
Commit message (Expand)AuthorAge
* avcodec/vp9dec: Constify VP9TileData->VP9Context pointer targetAndreas Rheinhardt2022-07-31
* avcodec/vp8, vp9: Avoid using VP56mv and VP56Frame in VP8/9Andreas Rheinhardt2022-07-28
* avcodec/vp56: Move VP5-9 range coder functions to a header of their ownAndreas Rheinhardt2022-07-28
* avcodec/vp56: Move VP8/9-only rac functions to a header of their ownAndreas Rheinhardt2022-07-28
* avcodec/thread: Move ff_thread_(await|report)_progress to new headerAndreas Rheinhardt2022-02-09
* Remove/replace some unnecessary avcodec.h inclusionsAndreas Rheinhardt2021-07-22
* vp9dec: support exporting QP tables through the AVVideoEncParams APIAnton Khirnov2020-05-12
* Merge commit 'fd9212f2edfe9b107c3c08ba2df5fd2cba5ab9e3'James Almer2017-09-26
|\
| * Mark some arrays that never change as const.Anton Khirnov2017-02-01
| * aarch64: vp9: Add NEON optimizations of VP9 MC functionsMartin Storsjö2016-11-10
| * arm: vp9: Add NEON optimizations of VP9 MC functionsMartin Storsjö2016-11-03
| * vp9: Flip the order of arguments in MC functionsMartin Storsjö2016-11-03
| * vp9: ignore reference segmentation map if error_resilience flag is set.Ronald S. Bultje2016-10-04
| * vp9: add frame threadingRonald S. Bultje2016-08-11
| * vp9: allocate 'b', 'block/uvblock' and 'eob/uveob' dynamically.Ronald S. Bultje2016-08-11
| * vp9: split last/cur_frame from the reference buffers.Ronald S. Bultje2016-08-11
| * Remove unnecessary get_bits.h #includesDiego Biurrun2016-06-07
| * vp9: Use the correct upper bound for seg_idLuca Barbato2014-11-21
| * vp9: drop support for real (non-emulated) edgesAnton Khirnov2014-01-09
| * lavc: VP9 decoderRonald S. Bultje2013-11-15
* avcodec/vp9: Add tile threading supportIlia Valiakhmetov2017-09-08
* avcodec/vp9block: fix runtime error: signed integer overflow: 196675 * 20670 ...Michael Niedermayer2017-05-21
* vp9: split out reconstruction functions in their own source file.Ronald S. Bultje2017-03-28
* vp9: re-split the decoder/format/dsp interface header files.Ronald S. Bultje2017-03-28
* lavc/vp9: consistent use of typedef instead of structClément Bœsch2017-03-27
* lavc/vp9: misc cosmeticsClément Bœsch2017-03-27
* lavc/vp9: rename ctx to avctxClément Bœsch2017-03-27
* lavc/vp9: split into vp9{block,data,mvs}Clément Bœsch2017-03-27