]> git.sesse.net Git - ffmpeg/history - libavcodec/vp8.c
Optimize partition mv decoding in VP8
[ffmpeg] / libavcodec / vp8.c
2010-07-22 Jason Garrett-GlaserOptimize partition mv decoding in VP8
2010-07-22 Jason Garrett-GlaserTake shortcuts for mv0 case in VP8 MC
2010-07-22 Jason Garrett-GlaserMuch faster VP8 mv and mode prediction
2010-07-22 Jason Garrett-GlaserAdd prefetching to VP8 decoder
2010-07-20 Måns Rullgårdvp8: indent
2010-07-20 Måns Rullgårdvp8: add do { } while(0) around XCHG() macro to avoid...
2010-07-20 Diego BiurrunAdd some braces to silence the warning:
2010-07-19 Ronald S. BultjeChange function prototypes for width=8 inner and mbedge...
2010-07-16 David Conradvp8: Save mb border needed for intra prediction so...
2010-07-16 David Conradvp8: Check for malloc failure
2010-07-08 Ronald S. BultjeAdd missing doxy for function arguments.
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.