]> git.sesse.net Git - ffmpeg/history - libavcodec/vp8.c
SSSE3 versions of vp8 width4 bilinear MC functions
[ffmpeg] / libavcodec / vp8.c
2010-07-02 David ConradVP8: Move calculation of outer filter limit out of...
2010-07-02 Diego BiurrunAvoid square brackets in Doxygen comments; Doxygen...
2010-06-28 Ronald S. BultjeSimplify MV parsing, removes laying out 2 or 4 (16x8...
2010-06-28 Ronald S. BultjeOptimize split MC, so we don't always do 4x4 blocks...
2010-06-27 David ConradVP8 bilinear filter
2010-06-27 Måns Rullgårdvp8: warn and request sample if upscaling specified...
2010-06-25 Jason Garrett-GlaserMake VP8 DSP functions take two strides
2010-06-25 Jason Garrett-Glaserfix typo in vp8 decoder error message
2010-06-23 Stefan Gehreravoid conditional and division in chroma MV calculation
2010-06-22 David ConradNative VP8 decoder.