summaryrefslogtreecommitdiffstats
path: root/libavcodec/vp9block.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove unnecessary get_bits.h #includesDiego Biurrun2016-06-071-1/+0
|
* vp9: Use the correct upper bound for seg_idLuca Barbato2014-11-211-1/+2
| | | | | | And use a macro to make apparent why the value. Bug-Id: CID 1108595
* vp9: drop support for real (non-emulated) edgesAnton Khirnov2014-01-091-2/+2
| | | | | | They are not measurably faster on x86, they might be somewhat faster on other platforms due to missing emu edge SIMD, but the gain is not large enough to justify the added complexity.
* lavc: VP9 decoderRonald S. Bultje2013-11-151-0/+1684
Originally written by Ronald S. Bultje <rsbultje@gmail.com> and Clément Bœsch <u@pkh.me> Further contributions by: Anton Khirnov <anton@khirnov.net> Diego Biurrun <diego@biurrun.de> Luca Barbato <lu_zero@gentoo.org> Martin Storsjö <martin@martin.st> Signed-off-by: Luca Barbato <lu_zero@gentoo.org> Signed-off-by: Anton Khirnov <anton@khirnov.net>
OpenPOWER on IntegriCloud