| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |