Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | vp9: split out reconstruction functions in their own source file. | Ronald S. Bultje | 2017-03-28 | 1 | -0/+1 |
| | |||||
* | vp9: re-split the decoder/format/dsp interface header files. | Ronald S. Bultje | 2017-03-28 | 1 | -1/+1 |
| | | | | | The advantage here is that the internal software decoder interface is not exposed to the DSP functions or the hardware accelerations. | ||||
* | lavc/vp9: split into vp9{block,data,mvs} | Clément Bœsch | 2017-03-27 | 1 | -2247/+40 |
| | | | | This is following Libav layout to ease merges. | ||||
* | vp9: split header into separate struct and expose in vp9.h | Ronald S. Bultje | 2015-10-15 | 1 | -14/+0 |
| | | | | This allows hwaccels to access the bitstream header information. | ||||
* | vp9: add keyframe profile 2/3 support. | Ronald S. Bultje | 2015-05-06 | 1 | -66/+202 |
| | |||||
* | Put vp9_scans and vp9_scans_nb in ro_data. | Ronald S. Bultje | 2013-11-04 | 1 | -2/+2 |
| | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | ||||
* | Fix make checkheaders for vp9 header files. | Carl Eugen Hoyos | 2013-10-09 | 1 | -0/+2 |
| | |||||
* | Native VP9 decoder. | Ronald S. Bultje | 2013-10-02 | 1 | -0/+2153 |
Authors: Ronald S. Bultje <rsbultje gmail com>, Clement Boesch <u pkh me> |