Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Simplify MV parsing, removes laying out 2 or 4 (16x8/8x8/8x16) MVs over all | Ronald S. Bultje | 2010-06-28 | 1 | -27/+36 |
* | Optimize split MC, so we don't always do 4x4 blocks of 4x4pixels each, but | Ronald S. Bultje | 2010-06-28 | 1 | -20/+62 |
* | VP8 bilinear filter | David Conrad | 2010-06-27 | 1 | -8/+14 |
* | vp8: warn and request sample if upscaling specified in header | Måns Rullgård | 2010-06-27 | 1 | -0/+3 |
* | Make VP8 DSP functions take two strides | Jason Garrett-Glaser | 2010-06-25 | 1 | -2/+2 |
* | fix typo in vp8 decoder error message | Jason Garrett-Glaser | 2010-06-25 | 1 | -1/+1 |
* | avoid conditional and division in chroma MV calculation | Stefan Gehrer | 2010-06-23 | 1 | -2/+2 |
* | Native VP8 decoder. | David Conrad | 2010-06-22 | 1 | -0/+1412 |