]> git.sesse.net Git - ffmpeg/history - libavcodec/h264_cavlc.c
Fix svq3_* function declarations.
[ffmpeg] / libavcodec / h264_cavlc.c
2010-01-24 Michael NiedermayerBranchless setting of MB_TYPE_8x8DCT.
2010-01-24 Michael NiedermayerRemove cruft.
2010-01-24 Michael Niedermayera[b-1] -> (a-1)[b].
2010-01-24 Michael NiedermayerOptimize suffix_length computation, 1 cpu cycle speedup.
2010-01-24 Michael NiedermayerSimplify suffix_length computation, same speed.
2010-01-24 Michael NiedermayerOptimize level_code computation, 6cpu cycles speedup.
2010-01-24 Michael Niedermayer1 cpu cycle faster suffix_length calculation.
2010-01-21 Michael NiedermayerMove dquant check into qscale overflow check.
2010-01-20 Michael NiedermayerMerge multiple IS_* macro uses where possible.
2010-01-18 Michael NiedermayerFix compilation with -O0.
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.