summaryrefslogtreecommitdiff
path: root/libavcodec/vp9data.h
Commit message (Collapse)AuthorAgeFilesLines
* vp9: split out reconstruction functions in their own source file.Ronald S. Bultje2017-03-281-0/+1
|
* vp9: re-split the decoder/format/dsp interface header files.Ronald S. Bultje2017-03-281-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œsch2017-03-271-2247/+40
| | | | This is following Libav layout to ease merges.
* vp9: split header into separate struct and expose in vp9.hRonald S. Bultje2015-10-151-14/+0
| | | | This allows hwaccels to access the bitstream header information.
* vp9: add keyframe profile 2/3 support.Ronald S. Bultje2015-05-061-66/+202
|
* Put vp9_scans and vp9_scans_nb in ro_data.Ronald S. Bultje2013-11-041-2/+2
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Fix make checkheaders for vp9 header files.Carl Eugen Hoyos2013-10-091-0/+2
|
* Native VP9 decoder.Ronald S. Bultje2013-10-021-0/+2153
Authors: Ronald S. Bultje <rsbultje gmail com>, Clement Boesch <u pkh me>