summaryrefslogtreecommitdiff
path: root/libavcodec/h264_cavlc.c
Commit message (Expand)AuthorAge
...
* 1 cpu cycle faster suffix_length calculation.Michael Niedermayer2010-01-24
* Move dquant check into qscale overflow check.Michael Niedermayer2010-01-21
* Merge multiple IS_* macro uses where possible.Michael Niedermayer2010-01-20
* Fix compilation with -O0.Michael Niedermayer2010-01-18
* filter_mb_fast needs cbp_table to be set.Michael Niedermayer2010-01-18
* Split fill_caches() between filter and decoder.Michael Niedermayer2010-01-17
* Rearchitecturing the stiched up goose part 1Michael Niedermayer2010-01-17
* Replace cabac checks in inline functions from h264.h with constants.Michael Niedermayer2010-01-16
* Move golomb_to_int*cbp tables back to h264_data.h as svq3.c used them.Michael Niedermayer2010-01-13
* Split cavlc out of h264.c.Michael Niedermayer2010-01-13