]> git.sesse.net Git - ffmpeg/history - libavcodec/vp8data.h
avcodec: Drop long-deprecated imgconvert.h header
[ffmpeg] / libavcodec / vp8data.h
2011-07-14 Diego Biurrundoxygen: do not include license boilerplate in Doxygen...
2011-05-21 Diego Biurrunmultiple inclusion guard cleanup
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-02-17 Jason Garrett-GlaserVP8: split out declarations to new header
2011-02-11 Mans RullgardVP8: ARM optimised decode_block_coeffs_internal
2011-02-04 Jason Garrett-GlaserVP8: simplify lf_delta mb mode logic
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.