]> git.sesse.net Git - ffmpeg/history - libavcodec/h264_cavlc.c
fix compilation with --disable-everything --enable-decoder=twinvq
[ffmpeg] / libavcodec / h264_cavlc.c
2010-03-10 Michael NiedermayerCheck level_prefix a bit (this just checks the max...
2010-02-28 Michael NiedermayerRemove some unneeded fill_rectangle() for 16x16 blocks.
2010-02-17 Michael NiedermayerMove check for and call of predict_field_decoding_flag...
2010-02-15 Michael NiedermayerSplit setting neighboring MBs from fill_decode_caches()
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.