| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/vp9dec: Constify VP9TileData->VP9Context pointer target | Andreas Rheinhardt | 2022-07-31 | 1 | -3/+3 |
* | avcodec/vp8, vp9: Avoid using VP56mv and VP56Frame in VP8/9 | Andreas Rheinhardt | 2022-07-28 | 1 | -6/+5 |
* | avcodec/vp56: Move VP5-9 range coder functions to a header of their own | Andreas Rheinhardt | 2022-07-28 | 1 | -6/+6 |
* | avcodec/vp56: Move VP8/9-only rac functions to a header of their own | Andreas Rheinhardt | 2022-07-28 | 1 | -10/+11 |
* | avcodec/thread: Move ff_thread_(await|report)_progress to new header | Andreas Rheinhardt | 2022-02-09 | 1 | -0/+1 |
* | all: Remove unnecessary libavcodec/internal.h inclusions | Andreas Rheinhardt | 2022-02-08 | 1 | -1/+0 |
* | avcodec/vp9: Add tile threading support | Ilia Valiakhmetov | 2017-09-08 | 1 | -47/+50 |
* | vp9: re-split the decoder/format/dsp interface header files. | Ronald S. Bultje | 2017-03-28 | 1 | -0/+1 |
* | lavc/vp9: consistent use of typedef instead of struct | Clément Bœsch | 2017-03-27 | 1 | -6/+6 |
* | lavc/vp9: misc cosmetics | Clément Bœsch | 2017-03-27 | 1 | -107/+106 |
* | lavc/vp9: split into vp9{block,data,mvs} | Clément Bœsch | 2017-03-27 | 1 | -0/+361 |