]> git.sesse.net Git - ffmpeg/history - libavcodec/h264_cabac.c
Skip some more code that isnt needed for direct MBs.
[ffmpeg] / libavcodec / h264_cabac.c
2010-01-25 Michael NiedermayerOptimize decode_cabac_field_decoding_flag().
2010-01-22 Måns RullgårdMove array specifiers outside DECLARE_ALIGNED() invocations
2010-01-18 Michael NiedermayerCosmetic, get rid of &x[0]
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 NiedermayerSplit cabac decoding code out of h264.c.