summaryrefslogtreecommitdiff
path: root/libavcodec/vp8.c
Commit message (Expand)AuthorAge
...
* vp8: Save mb border needed for intra prediction so that loop filter can runDavid Conrad2010-07-16
* vp8: Check for malloc failureDavid Conrad2010-07-16
* Add missing doxy for function arguments.Ronald S. Bultje2010-07-08
* VP8: Move calculation of outer filter limit out of dsp functions for normalDavid Conrad2010-07-02
* Avoid square brackets in Doxygen comments; Doxygen chokes on them.Diego Biurrun2010-07-02
* Simplify MV parsing, removes laying out 2 or 4 (16x8/8x8/8x16) MVs over allRonald S. Bultje2010-06-28
* Optimize split MC, so we don't always do 4x4 blocks of 4x4pixels each, butRonald S. Bultje2010-06-28
* VP8 bilinear filterDavid Conrad2010-06-27
* vp8: warn and request sample if upscaling specified in headerMåns Rullgård2010-06-27
* Make VP8 DSP functions take two stridesJason Garrett-Glaser2010-06-25
* fix typo in vp8 decoder error messageJason Garrett-Glaser2010-06-25
* avoid conditional and division in chroma MV calculationStefan Gehrer2010-06-23
* Native VP8 decoder.David Conrad2010-06-22