summaryrefslogtreecommitdiff
path: root/libavcodec/vp8data.h
Commit message (Expand)AuthorAgeFilesLines
* vcodec/vp8data: Move ff_vp8_dct_cat_prob to vp8data.cDai, Jianhui J2023-05-101-19/+1
* avcodec/vp8data: Remove unused arrayAndreas Rheinhardt2021-01-251-6/+0
* Merge commit 'f4d581cda3897f66c1dda7586b93f86a591dbbef'Derek Buitenhuis2016-04-241-8/+0
|\
| * lavc: Deduplicate zigzag_scan tableDiego Biurrun2016-03-251-8/+0
* | Merge commit 'ac4b32df71bd932838043a4838b86d11e169707f'Michael Niedermayer2014-04-041-45/+54
|\ \ | |/
| * On2 VP7 decoderPeter Ross2014-04-041-4/+147
* | Merge commit '53c20f17c78d1d8a0fc2505868f201e69ff59cc5'Michael Niedermayer2014-03-301-95/+99
|\ \ | |/
| * vp8: K&R formatting cosmeticsVittorio Giovara2014-03-291-92/+96
* | On2 VP7 decoderPeter Ross2014-03-251-2/+136
* | 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