summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2011-07-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer65-156/+198
2011-07-14doxygen: do not include license boilerplate in Doxygen documentationDiego Biurrun20-75/+115
2011-05-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer58-387/+500
2011-05-21multiple inclusion guard cleanupDiego Biurrun51-76/+97
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2011-02-18VP8: split out declarations to new headerJason Garrett-Glaser3-213/+248
2011-02-17VP8: split out declarations to new headerJason Garrett-Glaser3-213/+248
2011-02-12VP8: ARM optimised decode_block_coeffs_internalMans Rullgard6-3/+260
2011-02-11VP8: ARM optimised decode_block_coeffs_internalMans Rullgard6-3/+260
2011-02-06VP8: simplify lf_delta mb mode logicJason Garrett-Glaser2-29/+13
2011-02-04VP8: simplify lf_delta mb mode logicJason Garrett-Glaser2-29/+13
2010-08-03VP8: slightly faster DCT coefficient probability updateJason Garrett-Glaser2-3/+16
2010-08-03VP8: unroll partition type decoding treeJason Garrett-Glaser2-11/+18
2010-08-03VP8: unroll splitmv decoding treeJason Garrett-Glaser2-26/+12
2010-08-03VP8: unroll MB mode decoding treeJason Garrett-Glaser2-31/+23
2010-08-02VP8: eliminate a dereference in coefficient decodingJason Garrett-Glaser2-12/+19
2010-08-02VP8: simplify token_prob handlingJason Garrett-Glaser2-9/+6
2010-07-23VP8: Inline traversing vp8_small_mvtreeDavid Conrad2-13/+12
2010-07-23Decode DCT tokens by branching to a different code path for each branchDavid Conrad3-40/+67
2010-07-22Eliminate a LUT in escape decoding in VP8 decode_block_coeffsJason Garrett-Glaser2-3/+1
2010-06-28Simplify MV parsing, removes laying out 2 or 4 (16x8/8x8/8x16) MVs over allRonald S. Bultje2-29/+41
2010-06-28Optimize split MC, so we don't always do 4x4 blocks of 4x4pixels each, butRonald S. Bultje2-24/+73
2010-06-23Fix a typo, spotted by Diego.Ronald S. Bultje1-1/+1
2010-06-22Native VP8 decoder.David Conrad10-4/+2699