]> git.sesse.net Git - ffmpeg/history - libavcodec/h264_cavlc.c
Optimize top non_zero_count_cache init.
[ffmpeg] / libavcodec / h264_cavlc.c
2010-01-18 Michael Niedermayerfilter_mb_fast needs cbp_table to be set.
2010-01-17 Michael NiedermayerSplit fill_caches() between filter and decoder.
2010-01-17 Michael NiedermayerRearchitecturing the stiched up goose part 1
2010-01-16 Michael NiedermayerReplace cabac checks in inline functions from h264...
2010-01-13 Michael NiedermayerMove golomb_to_int*cbp tables back to h264_data.h as...
2010-01-13 Michael NiedermayerSplit cavlc out of h264.c.