| Commit message (Expand) | Author | Age | Files | Lines |
* | H.264: 8% faster CAVLC zero-run decoding | Jason Garrett-Glaser | 2010-08-07 | 1 | -25/+22 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Check level_prefix a bit (this just checks the max our bitreader can handle, | Michael Niedermayer | 2010-03-10 | 1 | -1/+6 |
* | Remove some unneeded fill_rectangle() for 16x16 blocks. | Michael Niedermayer | 2010-02-28 | 1 | -7/+3 |
* | Move check for and call of predict_field_decoding_flag() from the mb code to | Michael Niedermayer | 2010-02-17 | 1 | -2/+0 |
* | Split setting neighboring MBs from fill_decode_caches() | Michael Niedermayer | 2010-02-15 | 1 | -0/+1 |
* | Branchless setting of MB_TYPE_8x8DCT. | Michael Niedermayer | 2010-01-24 | 1 | -3/+1 |
* | Remove cruft. | Michael Niedermayer | 2010-01-24 | 1 | -2/+0 |
* | a[b-1] -> (a-1)[b]. | Michael Niedermayer | 2010-01-24 | 1 | -4/+4 |
* | Optimize suffix_length computation, 1 cpu cycle speedup. | Michael Niedermayer | 2010-01-24 | 1 | -3/+1 |
* | Simplify suffix_length computation, same speed. | Michael Niedermayer | 2010-01-24 | 1 | -3/+1 |
* | Optimize level_code computation, 6cpu cycles speedup. | Michael Niedermayer | 2010-01-24 | 1 | -1/+1 |
* | 1 cpu cycle faster suffix_length calculation. | Michael Niedermayer | 2010-01-24 | 1 | -1/+1 |
* | Move dquant check into qscale overflow check. | Michael Niedermayer | 2010-01-21 | 1 | -5/+5 |
* | Merge multiple IS_* macro uses where possible. | Michael Niedermayer | 2010-01-20 | 1 | -2/+1 |
* | Fix compilation with -O0. | Michael Niedermayer | 2010-01-18 | 1 | -4/+0 |
* | filter_mb_fast needs cbp_table to be set. | Michael Niedermayer | 2010-01-18 | 1 | -2/+2 |
* | Split fill_caches() between filter and decoder. | Michael Niedermayer | 2010-01-17 | 1 | -1/+1 |
* | Rearchitecturing the stiched up goose part 1 | Michael Niedermayer | 2010-01-17 | 1 | -1/+1 |
* | Replace cabac checks in inline functions from h264.h with constants. | Michael Niedermayer | 2010-01-16 | 1 | -0/+2 |
* | Move golomb_to_int*cbp tables back to h264_data.h as svq3.c used them. | Michael Niedermayer | 2010-01-13 | 1 | -12/+0 |
* | Split cavlc out of h264.c. | Michael Niedermayer | 2010-01-13 | 1 | -0/+1053 |