summaryrefslogtreecommitdiff
path: root/libavcodec/vp9dsp.h
Commit message (Collapse)AuthorAge
* vp9: add keyframe profile 2/3 support.Ronald S. Bultje2015-05-06
|
* vp9: add support for resolution changes in inter frames.Ronald S. Bultje2015-04-23
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avcodec/vp9dsp: fix typo in mc doxy.Clément Bœsch2014-03-29
|
* Fix make checkheaders for vp9 header files.Carl Eugen Hoyos2013-10-09
|
* VP9 MC (ssse3) optimizations.Ronald S. Bultje2013-10-02
| | | | Decoding time of ped1080p.webm goes from 20.7sec to 11.3sec.
* Native VP9 decoder.Ronald S. Bultje2013-10-02
Authors: Ronald S. Bultje <rsbultje gmail com>, Clement Boesch <u pkh me>