]> git.sesse.net Git - ffmpeg/history - libavcodec/lzw.c
parser: Move Doxygen documentation to the header files
[ffmpeg] / libavcodec / lzw.c
2012-08-15 Martin StorsjöDon't include common.h from avutil.h
2012-03-29 Ronald S. Bultjelzw: fix potential integer overflow.
2012-03-29 Ronald S. Bultjelzw: prevent buffer overreads.
2011-07-15 Diego Biurrundoxygen: use Doxygen markup for authors and web links...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2010-07-02 Diego BiurrunFix misspelled parameter names in Doxygen documentation.
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
2008-07-13 Reimar Döffingercheck that csize in ff_lzw_decode_init is < LZW_MAXBITS...
2008-03-21 Zuxy MengApply 'cold' attribute to init/uninit functions in...
2008-02-01 Michael Niedermayerconsts
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