aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/vp8data.h
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-151-3/+6
|\
| * doxygen: do not include license boilerplate in Doxygen documentationDiego Biurrun2011-07-151-3/+6
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-221-1/+1
|\|
| * multiple inclusion guard cleanupDiego Biurrun2011-05-211-1/+1
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * VP8: split out declarations to new headerJason Garrett-Glaser2011-02-171-37/+5
| * VP8: ARM optimised decode_block_coeffs_internalMans Rullgard2011-02-111-1/+1
| * VP8: simplify lf_delta mb mode logicJason Garrett-Glaser2011-02-031-4/+2
* | VP8: split out declarations to new headerJason Garrett-Glaser2011-02-181-37/+5
* | VP8: ARM optimised decode_block_coeffs_internalMans Rullgard2011-02-131-1/+1
* | VP8: simplify lf_delta mb mode logicJason Garrett-Glaser2011-02-061-4/+2
|/
* VP8: slightly faster DCT coefficient probability updateJason Garrett-Glaser2010-08-031-0/+14
* VP8: unroll partition type decoding treeJason Garrett-Glaser2010-08-031-6/+0
* VP8: unroll splitmv decoding treeJason Garrett-Glaser2010-08-031-13/+0
* VP8: unroll MB mode decoding treeJason Garrett-Glaser2010-08-031-7/+0
* VP8: eliminate a dereference in coefficient decodingJason Garrett-Glaser2010-08-021-3/+2
* VP8: simplify token_prob handlingJason Garrett-Glaser2010-08-021-2/+3
* VP8: Inline traversing vp8_small_mvtreeDavid Conrad2010-07-231-10/+0
* Decode DCT tokens by branching to a different code path for each branchDavid Conrad2010-07-231-18/+2
* Eliminate a LUT in escape decoding in VP8 decode_block_coeffsJason Garrett-Glaser2010-07-221-2/+0
* Simplify MV parsing, removes laying out 2 or 4 (16x8/8x8/8x16) MVs over allRonald S. Bultje2010-06-281-2/+5
* Optimize split MC, so we don't always do 4x4 blocks of 4x4pixels each, butRonald S. Bultje2010-06-281-4/+11
* Fix a typo, spotted by Diego.Ronald S. Bultje2010-06-231-1/+1
* Native VP8 decoder.David Conrad2010-06-221-0/+752