| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit 'f4d581cda3897f66c1dda7586b93f86a591dbbef' | Derek Buitenhuis | 2016-04-24 | 1 | -8/+0 |
|\ |
|
| * | lavc: Deduplicate zigzag_scan table | Diego Biurrun | 2016-03-25 | 1 | -8/+0 |
* | | Merge commit 'ac4b32df71bd932838043a4838b86d11e169707f' | Michael Niedermayer | 2014-04-04 | 1 | -45/+54 |
|\| |
|
| * | On2 VP7 decoder | Peter Ross | 2014-04-04 | 1 | -4/+147 |
* | | Merge commit '53c20f17c78d1d8a0fc2505868f201e69ff59cc5' | Michael Niedermayer | 2014-03-30 | 1 | -95/+99 |
|\| |
|
| * | vp8: K&R formatting cosmetics | Vittorio Giovara | 2014-03-29 | 1 | -92/+96 |
* | | On2 VP7 decoder | Peter Ross | 2014-03-25 | 1 | -2/+136 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-15 | 1 | -3/+6 |
|\| |
|
| * | doxygen: do not include license boilerplate in Doxygen documentation | Diego Biurrun | 2011-07-15 | 1 | -3/+6 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-05-22 | 1 | -1/+1 |
|\| |
|
| * | multiple inclusion guard cleanup | Diego Biurrun | 2011-05-21 | 1 | -1/+1 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
| * | VP8: split out declarations to new header | Jason Garrett-Glaser | 2011-02-17 | 1 | -37/+5 |
| * | VP8: ARM optimised decode_block_coeffs_internal | Mans Rullgard | 2011-02-11 | 1 | -1/+1 |
| * | VP8: simplify lf_delta mb mode logic | Jason Garrett-Glaser | 2011-02-03 | 1 | -4/+2 |
* | | VP8: split out declarations to new header | Jason Garrett-Glaser | 2011-02-18 | 1 | -37/+5 |
* | | VP8: ARM optimised decode_block_coeffs_internal | Mans Rullgard | 2011-02-13 | 1 | -1/+1 |
* | | VP8: simplify lf_delta mb mode logic | Jason Garrett-Glaser | 2011-02-06 | 1 | -4/+2 |
|/ |
|
* | VP8: slightly faster DCT coefficient probability update | Jason Garrett-Glaser | 2010-08-03 | 1 | -0/+14 |
* | VP8: unroll partition type decoding tree | Jason Garrett-Glaser | 2010-08-03 | 1 | -6/+0 |
* | VP8: unroll splitmv decoding tree | Jason Garrett-Glaser | 2010-08-03 | 1 | -13/+0 |
* | VP8: unroll MB mode decoding tree | Jason Garrett-Glaser | 2010-08-03 | 1 | -7/+0 |
* | VP8: eliminate a dereference in coefficient decoding | Jason Garrett-Glaser | 2010-08-02 | 1 | -3/+2 |
* | VP8: simplify token_prob handling | Jason Garrett-Glaser | 2010-08-02 | 1 | -2/+3 |
* | VP8: Inline traversing vp8_small_mvtree | David Conrad | 2010-07-23 | 1 | -10/+0 |
* | Decode DCT tokens by branching to a different code path for each branch | David Conrad | 2010-07-23 | 1 | -18/+2 |
* | Eliminate a LUT in escape decoding in VP8 decode_block_coeffs | Jason Garrett-Glaser | 2010-07-22 | 1 | -2/+0 |
* | Simplify MV parsing, removes laying out 2 or 4 (16x8/8x8/8x16) MVs over all | Ronald S. Bultje | 2010-06-28 | 1 | -2/+5 |
* | Optimize split MC, so we don't always do 4x4 blocks of 4x4pixels each, but | Ronald S. Bultje | 2010-06-28 | 1 | -4/+11 |
* | Fix a typo, spotted by Diego. | Ronald S. Bultje | 2010-06-23 | 1 | -1/+1 |
* | Native VP8 decoder. | David Conrad | 2010-06-22 | 1 | -0/+752 |