| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove/replace some unnecessary avcodec.h inclusions | Andreas Rheinhardt | 2021-07-22 | 1 | -3/+0 |
* | vp9dec: support exporting QP tables through the AVVideoEncParams API | Anton Khirnov | 2020-05-12 | 1 | -0/+8 |
* | Merge commit 'fd9212f2edfe9b107c3c08ba2df5fd2cba5ab9e3' | James Almer | 2017-09-26 | 1 | -1/+1 |
|\ |
|
| * | Mark some arrays that never change as const. | Anton Khirnov | 2017-02-01 | 1 | -2/+2 |
| * | aarch64: vp9: Add NEON optimizations of VP9 MC functions | Martin Storsjö | 2016-11-10 | 1 | -2/+2 |
| * | arm: vp9: Add NEON optimizations of VP9 MC functions | Martin Storsjö | 2016-11-03 | 1 | -2/+8 |
| * | vp9: Flip the order of arguments in MC functions | Martin Storsjö | 2016-11-03 | 1 | -8/+8 |
| * | vp9: ignore reference segmentation map if error_resilience flag is set. | Ronald S. Bultje | 2016-10-04 | 1 | -12/+16 |
| * | vp9: add frame threading | Ronald S. Bultje | 2016-08-11 | 1 | -33/+78 |
| * | vp9: allocate 'b', 'block/uvblock' and 'eob/uveob' dynamically. | Ronald S. Bultje | 2016-08-11 | 1 | -4/+4 |
| * | vp9: split last/cur_frame from the reference buffers. | Ronald S. Bultje | 2016-08-11 | 1 | -32/+42 |
| * | Remove unnecessary get_bits.h #includes | Diego Biurrun | 2016-06-07 | 1 | -1/+0 |
| * | vp9: Use the correct upper bound for seg_id | Luca Barbato | 2014-11-21 | 1 | -1/+2 |
| * | vp9: drop support for real (non-emulated) edges | Anton Khirnov | 2014-01-09 | 1 | -2/+2 |
| * | lavc: VP9 decoder | Ronald S. Bultje | 2013-11-15 | 1 | -0/+1684 |
* | avcodec/vp9: Add tile threading support | Ilia Valiakhmetov | 2017-09-08 | 1 | -270/+252 |
* | avcodec/vp9block: fix runtime error: signed integer overflow: 196675 * 20670 ... | Michael Niedermayer | 2017-05-21 | 1 | -2/+2 |
* | vp9: split out reconstruction functions in their own source file. | Ronald S. Bultje | 2017-03-28 | 1 | -631/+12 |
* | 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 | -2/+2 |
* | lavc/vp9: misc cosmetics | Clément Bœsch | 2017-03-27 | 1 | -86/+112 |
* | lavc/vp9: rename ctx to avctx | Clément Bœsch | 2017-03-27 | 1 | -33/+33 |
* | lavc/vp9: split into vp9{block,data,mvs} | Clément Bœsch | 2017-03-27 | 1 | -0/+2059 |