]> git.sesse.net Git - ffmpeg/history - libavcodec/vp8.c
VP8: clear DCT blocks in iDCT instead of using clear_blocks.
[ffmpeg] / libavcodec / vp8.c
2010-07-23 Jason Garrett-GlaserVP8: clear DCT blocks in iDCT instead of using clear_bl...
2010-07-23 Jason Garrett-GlaserVP8: avoid a memset for non-i4x4 blocks with no coeffic...
2010-07-22 Jason Garrett-GlaserGet rid of more unnecessary dereferences in VP8 deblocking
2010-07-22 Jason Garrett-GlaserShut up an uninitialized variable GCC warning in VP8.
2010-07-22 Jason Garrett-GlaserSmarter VP8 prefetching
2010-07-22 Jason Garrett-GlaserFix stupid bug in VP8 prefetching code
2010-07-22 Jason Garrett-GlaserEliminate a LUT in escape decoding in VP8 decode_block_...
2010-07-22 Jason Garrett-GlaserEliminate some repeated dereferences in VP8 inter_predict
2010-07-22 Jason Garrett-GlaserEliminate a pointless memset for intra blocks in P...
2010-07-22 Jason Garrett-GlaserVP8: Don't store segment in macroblock struct anymore.
2010-07-22 Jason Garrett-GlaserConvert VP8 macroblock structures to a ring buffer.
2010-07-22 Jason Garrett-GlaserCalculate deblock strength per-MB instead of per-row
2010-07-22 Jason Garrett-GlaserAvoid tracking i4x4 modes in P-frames in VP8
2010-07-22 Jason Garrett-GlaserAvoid useless fill_rectangle in P-frames in VP8
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.