summaryrefslogtreecommitdiff
path: root/libavcodec/vp8data.h
Commit message (Expand)AuthorAge
* lavc: Deduplicate zigzag_scan tableDiego Biurrun2016-03-25
* On2 VP7 decoderPeter Ross2014-04-04
* vp8: K&R formatting cosmeticsVittorio Giovara2014-03-29
* doxygen: do not include license boilerplate in Doxygen documentationDiego Biurrun2011-07-15
* multiple inclusion guard cleanupDiego Biurrun2011-05-21
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* VP8: split out declarations to new headerJason Garrett-Glaser2011-02-17
* VP8: ARM optimised decode_block_coeffs_internalMans Rullgard2011-02-11
* VP8: simplify lf_delta mb mode logicJason Garrett-Glaser2011-02-03
* VP8: slightly faster DCT coefficient probability updateJason Garrett-Glaser2010-08-03
* VP8: unroll partition type decoding treeJason Garrett-Glaser2010-08-03
* VP8: unroll splitmv decoding treeJason Garrett-Glaser2010-08-03
* VP8: unroll MB mode decoding treeJason Garrett-Glaser2010-08-03
* VP8: eliminate a dereference in coefficient decodingJason Garrett-Glaser2010-08-02
* VP8: simplify token_prob handlingJason Garrett-Glaser2010-08-02
* VP8: Inline traversing vp8_small_mvtreeDavid Conrad2010-07-23
* Decode DCT tokens by branching to a different code path for each branchDavid Conrad2010-07-23
* Eliminate a LUT in escape decoding in VP8 decode_block_coeffsJason Garrett-Glaser2010-07-22
* Simplify MV parsing, removes laying out 2 or 4 (16x8/8x8/8x16) MVs over allRonald S. Bultje2010-06-28
* Optimize split MC, so we don't always do 4x4 blocks of 4x4pixels each, butRonald S. Bultje2010-06-28
* Fix a typo, spotted by Diego.Ronald S. Bultje2010-06-23
* Native VP8 decoder.David Conrad2010-06-22