log lzw.c @ 6517:48759bfbd073 libavcodec

age author description
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