log lzw.c @ 12530:63edd10ad4bc libavcodec tip

age author description
2010-07-02 diego Fix misspelled parameter names in Doxygen documentation. libavcodec
2010-04-20 diego Remove explicit filename from Doxygen @file commands. libavcodec
2009-02-01 diego Use full internal pathname in doxygen @file directives. libavcodec
2009-01-19 diego cosmetics: Remove pointless period after copyright statement non-sentences. libavcodec
2008-07-13 reimar check that csize in ff_lzw_decode_init is < LZW_MAXBITS, <= is not enough and libavcodec
2008-03-21 zuxy Apply 'cold' attribute to init/uninit functions in libavcodec libavcodec
2008-02-01 michael consts libavcodec
2007-03-26 michael factorize & libavcodec
2007-03-26 michael simplify libavcodec
2007-03-25 michael check input validity, this prevents a few variables from reachin odd values which might have lead to out of array writes and thus might have been exploitable libavcodec
2007-03-25 michael simplify libavcodec
2007-03-25 michael move eob_reached logic into ff_lzw_decode_tail() which simplifies the code, avoids some checks in the innermost loop and also gets rid of the controversal break while hopefully retaining the last byte in a valid bytestream, invalid bytestreams still can have very significant overread libavcodec
2007-03-25 michael simplify libavcodec
2007-03-25 michael factorize libavcodec
2007-03-25 michael simplify libavcodec
2007-03-24 bcoudurier fix indentation libavcodec
2007-03-24 bcoudurier break if eob is reached to avoid reading one too much byte libavcodec
2006-10-26 kostya LZW decoder as separate module plus TIFF LZW support libavcodec