]> git.sesse.net Git - ffmpeg/history - libavcodec/lzw.c
Simplify H.264 decode_cabac_mb_cbp_luma(), giving a ~0.5% speedup.
[ffmpeg] / libavcodec / lzw.c
2007-03-26 Michael Niedermayerfactorize &
2007-03-26 Michael Niedermayersimplify
2007-03-25 Michael Niedermayercheck input validity, this prevents a few variables...
2007-03-25 Michael Niedermayersimplify
2007-03-25 Michael Niedermayermove eob_reached logic into ff_lzw_decode_tail() which...
2007-03-25 Michael Niedermayersimplify
2007-03-25 Michael Niedermayerfactorize
2007-03-25 Michael Niedermayersimplify
2007-03-24 Baptiste Coudurierfix indentation
2007-03-24 Baptiste Coudurierbreak if eob is reached to avoid reading one too much...
2006-10-26 Kostya ShishkovLZW decoder as separate module plus TIFF LZW support