Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-04-04Merge commit 'ac4b32df71bd932838043a4838b86d11e169707f'Michael Niedermayer
2014-04-04On2 VP7 decoderPeter Ross
2014-03-30Merge commit '53c20f17c78d1d8a0fc2505868f201e69ff59cc5'Michael Niedermayer
2014-03-29vp8: K&R formatting cosmeticsVittorio Giovara
2014-03-25On2 VP7 decoderPeter Ross
2011-07-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-15doxygen: do not include license boilerplate in Doxygen documentationDiego Biurrun
2011-05-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-05-21multiple inclusion guard cleanupDiego Biurrun
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-18VP8: split out declarations to new headerJason Garrett-Glaser
2011-02-18VP8: split out declarations to new headerJason Garrett-Glaser
2011-02-13VP8: ARM optimised decode_block_coeffs_internalMans Rullgard
2011-02-11VP8: ARM optimised decode_block_coeffs_internalMans Rullgard
2011-02-06VP8: simplify lf_delta mb mode logicJason Garrett-Glaser
2011-02-04VP8: simplify lf_delta mb mode logicJason Garrett-Glaser
2010-08-04VP8: slightly faster DCT coefficient probability updateJason Garrett-Glaser
2010-08-03VP8: unroll partition type decoding treeJason Garrett-Glaser
2010-08-03VP8: unroll splitmv decoding treeJason Garrett-Glaser
2010-08-03VP8: unroll MB mode decoding treeJason Garrett-Glaser
2010-08-03VP8: eliminate a dereference in coefficient decodingJason Garrett-Glaser
2010-08-02VP8: simplify token_prob handlingJason Garrett-Glaser
2010-07-24VP8: Inline traversing vp8_small_mvtreeDavid Conrad
2010-07-24Decode DCT tokens by branching to a different code path for each branchDavid Conrad
2010-07-23Eliminate a LUT in escape decoding in VP8 decode_block_coeffsJason Garrett-Glaser
2010-06-28Simplify MV parsing, removes laying out 2 or 4 (16x8/8x8/8x16) MVs over allRonald S. Bultje
2010-06-28Optimize split MC, so we don't always do 4x4 blocks of 4x4pixels each, butRonald S. Bultje
2010-06-23Fix a typo, spotted by Diego.Ronald S. Bultje
2010-06-22Native VP8 decoder.David Conrad