]> git.sesse.net Git - ffmpeg/history - libavcodec/vp8data.h
xdcam hd422 720p24 fourcc in mov
[ffmpeg] / libavcodec / vp8data.h
2010-08-03 Jason Garrett-GlaserVP8: slightly faster DCT coefficient probability update
2010-08-03 Jason Garrett-GlaserVP8: unroll partition type decoding tree
2010-08-03 Jason Garrett-GlaserVP8: unroll splitmv decoding tree
2010-08-03 Jason Garrett-GlaserVP8: unroll MB mode decoding tree
2010-08-02 Jason Garrett-GlaserVP8: eliminate a dereference in coefficient decoding
2010-08-02 Jason Garrett-GlaserVP8: simplify token_prob handling
2010-07-23 David ConradVP8: Inline traversing vp8_small_mvtree
2010-07-23 David ConradDecode DCT tokens by branching to a different code...
2010-07-22 Jason Garrett-GlaserEliminate a LUT in escape decoding in VP8 decode_block_...
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-23 Ronald S. BultjeFix a typo, spotted by Diego.
2010-06-22 David ConradNative VP8 decoder.