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