summaryrefslogtreecommitdiffstats
path: root/libavcodec/vp8.c
Commit message (Expand)AuthorAgeFilesLines
* VP8: Move calculation of outer filter limit out of dsp functions for normalDavid Conrad2010-07-021-17/+20
* Avoid square brackets in Doxygen comments; Doxygen chokes on them.Diego Biurrun2010-07-021-2/+1
* Simplify MV parsing, removes laying out 2 or 4 (16x8/8x8/8x16) MVs over allRonald S. Bultje2010-06-281-27/+36
* Optimize split MC, so we don't always do 4x4 blocks of 4x4pixels each, butRonald S. Bultje2010-06-281-20/+62
* VP8 bilinear filterDavid Conrad2010-06-271-8/+14
* vp8: warn and request sample if upscaling specified in headerMåns Rullgård2010-06-271-0/+3
* Make VP8 DSP functions take two stridesJason Garrett-Glaser2010-06-251-2/+2
* fix typo in vp8 decoder error messageJason Garrett-Glaser2010-06-251-1/+1
* avoid conditional and division in chroma MV calculationStefan Gehrer2010-06-231-2/+2
* Native VP8 decoder.David Conrad2010-06-221-0/+1412
OpenPOWER on IntegriCloud