| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/vp9dec: Constify VP9TileData->VP9Context pointer target | Andreas Rheinhardt | 2022-07-31 | 1 | -3/+1 |
* | avcodec/vp8, vp9: Avoid using VP56mv and VP56Frame in VP8/9 | Andreas Rheinhardt | 2022-07-28 | 1 | -4/+6 |
* | avcodec/vp56: Move VP5-9 range coder functions to a header of their own | Andreas Rheinhardt | 2022-07-28 | 1 | -3/+4 |
* | avcodec/vp9: Check initializing conditions/mutexes | Andreas Rheinhardt | 2021-09-04 | 1 | -0/+1 |
* | lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bump | Anton Khirnov | 2021-01-01 | 1 | -0/+1 |
* | vp9dec: support exporting QP tables through the AVVideoEncParams API | Anton Khirnov | 2020-05-12 | 1 | -0/+7 |
* | lavc/vp9: fix reference frame dimensions check for SINGLE_REFERENCE mode | Linjie Fu | 2020-05-05 | 1 | -0/+5 |
* | avcodec/vp9: use a buffer pool to allocate VP9Frame extradata | James Almer | 2020-03-26 | 1 | -0/+4 |
* | vp9: move VP9SharedContext back to the top of VP9Context | Hendrik Leppkes | 2017-09-19 | 1 | -1/+1 |
* | vp9: fix compilation with threading disabled. | Ronald S. Bultje | 2017-09-11 | 1 | -0/+2 |
* | avcodec/vp9: Add tile threading support | Ilia Valiakhmetov | 2017-09-08 | 1 | -41/+62 |
* | vp9: split out generic decoding skeleton interface API from VP9 types. | Ronald S. Bultje | 2017-03-28 | 1 | -0/+1 |
* | vp9: split out reconstruction functions in their own source file. | Ronald S. Bultje | 2017-03-28 | 1 | -0/+7 |
* | vp9: split out loopfilter functions in their own source file. | Ronald S. Bultje | 2017-03-28 | 1 | -0/+3 |
* | vp9: re-split the decoder/format/dsp interface header files. | Ronald S. Bultje | 2017-03-28 | 1 | -0/+206 |