log lzw.c @ 12488:351a81a23343 libavcodec

age author description
Fri, 02 Jul 2010 10:49:29 +0000 diego Fix misspelled parameter names in Doxygen documentation. libavcodec
Tue, 20 Apr 2010 14:45:34 +0000 diego Remove explicit filename from Doxygen @file commands. libavcodec
Sun, 01 Feb 2009 02:00:19 +0000 diego Use full internal pathname in doxygen @file directives. libavcodec
Mon, 19 Jan 2009 15:46:40 +0000 diego cosmetics: Remove pointless period after copyright statement non-sentences. libavcodec
Sun, 13 Jul 2008 20:03:57 +0000 reimar check that csize in ff_lzw_decode_init is < LZW_MAXBITS, <= is not enough and libavcodec
Fri, 21 Mar 2008 03:11:20 +0000 zuxy Apply 'cold' attribute to init/uninit functions in libavcodec libavcodec
Fri, 01 Feb 2008 03:26:31 +0000 michael consts libavcodec
Mon, 26 Mar 2007 00:54:29 +0000 michael factorize & libavcodec
Mon, 26 Mar 2007 00:44:42 +0000 michael simplify libavcodec
Sun, 25 Mar 2007 23:37:38 +0000 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
Sun, 25 Mar 2007 23:22:11 +0000 michael simplify libavcodec
Sun, 25 Mar 2007 15:43:46 +0000 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
Sun, 25 Mar 2007 15:09:16 +0000 michael simplify libavcodec
Sun, 25 Mar 2007 14:02:54 +0000 michael factorize libavcodec
Sun, 25 Mar 2007 13:41:14 +0000 michael simplify libavcodec
Sat, 24 Mar 2007 23:23:51 +0000 bcoudurier fix indentation libavcodec
Sat, 24 Mar 2007 23:23:05 +0000 bcoudurier break if eob is reached to avoid reading one too much byte libavcodec
Thu, 26 Oct 2006 04:15:48 +0000 kostya LZW decoder as separate module plus TIFF LZW support libavcodec