summaryrefslogtreecommitdiff
path: root/libavcodec/vp8data.h
Commit message (Expand)AuthorAge
* avcodec/vp8data: Remove unused arrayAndreas Rheinhardt2021-01-25
* Merge commit 'f4d581cda3897f66c1dda7586b93f86a591dbbef'Derek Buitenhuis2016-04-24
|\
| * lavc: Deduplicate zigzag_scan tableDiego Biurrun2016-03-25
* | Merge commit 'ac4b32df71bd932838043a4838b86d11e169707f'Michael Niedermayer2014-04-04
|\|
| * On2 VP7 decoderPeter Ross2014-04-04
* | Merge commit '53c20f17c78d1d8a0fc2505868f201e69ff59cc5'Michael Niedermayer2014-03-30
|\|
| * vp8: K&R formatting cosmeticsVittorio Giovara2014-03-29
* | On2 VP7 decoderPeter Ross2014-03-25
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-15
|\|
| * doxygen: do not include license boilerplate in Doxygen documentationDiego Biurrun2011-07-15
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-22
|\|
| * 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: split out declarations to new headerJason Garrett-Glaser2011-02-18
* | VP8: ARM optimised decode_block_coeffs_internalMans Rullgard2011-02-13
* | VP8: simplify lf_delta mb mode logicJason Garrett-Glaser2011-02-06
|/
* 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