| Commit message (Expand) | Author | Age | Files | Lines |
* | some MMX optimizations for the CAVS decoder | Stefan Gehrer | 2006-07-29 | 1 | -3/+8 |
* | avoid double copying of left border in luma prediction | Stefan Gehrer | 2006-07-14 | 1 | -21/+22 |
* | replace run by run+1 in VLC tables | Stefan Gehrer | 2006-07-14 | 1 | -4/+2 |
* | change partition flags SYM -> FWD|SYM | Stefan Gehrer | 2006-07-14 | 1 | -14/+6 |
* | set mvP2 also in PSKIP macroblock | Stefan Gehrer | 2006-07-14 | 1 | -10/+6 |
* | avoid overflows of qp and pic_type | Stefan Gehrer | 2006-07-14 | 1 | -2/+6 |
* | simplify | Michael Niedermayer | 2006-07-09 | 1 | -33/+16 |
* | avoid redundant local variables | Michael Niedermayer | 2006-07-09 | 1 | -11/+7 |
* | simplify | Michael Niedermayer | 2006-07-09 | 1 | -69/+25 |
* | hopefully better for platforms not supporting misaligned read | Stefan Gehrer | 2006-07-06 | 1 | -1/+1 |
* | make use of 16x16 motion comp functions, 16x8 and 8x16 do not seem to be wort... | Stefan Gehrer | 2006-07-06 | 1 | -8/+22 |
* | even more cbp safety | Stefan Gehrer | 2006-07-05 | 1 | -13/+10 |
* | missed removing this line in my last commit | Stefan Gehrer | 2006-07-05 | 1 | -1/+0 |
* | return -1 on bitstream errors instead of continuing, as the following stuff a... | Michael Niedermayer | 2006-07-04 | 1 | -1/+1 |
* | simplify intra prediction mode decoding | Michael Niedermayer | 2006-07-04 | 1 | -10/+7 |
* | check cbp for validity, avoids possible out of array reads / segfaults | Michael Niedermayer | 2006-07-04 | 1 | -5/+21 |
* | minor simplificationn | Michael Niedermayer | 2006-07-04 | 1 | -4/+2 |
* | cleanup macroblock layer: merged decode of skipped MBs | Stefan Gehrer | 2006-07-03 | 1 | -52/+32 |
* | cosmetic patch: | Stefan Gehrer | 2006-07-03 | 1 | -31/+60 |
* | CAVS decoder by (Stefan Gehrer stefan.gehrer gmx.de) | Michael Niedermayer | 2006-07-03 | 1 | -46/+39 |
* | remove unneeded casts | Måns Rullgård | 2006-07-02 | 1 | -5/+5 |
* | get rid of veccpy(), replace with simple assignment | Måns Rullgård | 2006-07-02 | 1 | -37/+33 |
* | new files for the CAVS decoder by (Stefan Gehrer <stefan gehrer gmx de) | Michael Niedermayer | 2006-07-01 | 1 | -0/+1550 |