Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | avcodec/vp9: Add tile threading support | Ilia Valiakhmetov | 2017-09-08 | 1 | -47/+50 |
| | | | | | Signed-off-by: Ilia Valiakhmetov <zakne0ne@gmail.com> Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> | ||||
* | vp9: re-split the decoder/format/dsp interface header files. | Ronald S. Bultje | 2017-03-28 | 1 | -0/+1 |
| | | | | | The advantage here is that the internal software decoder interface is not exposed to the DSP functions or the hardware accelerations. | ||||
* | 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 |
| | | | | Imported from Libav | ||||
* | lavc/vp9: split into vp9{block,data,mvs} | Clément Bœsch | 2017-03-27 | 1 | -0/+361 |
This is following Libav layout to ease merges. |