Mercurial > libavcodec.hg
log lzw.c @ 5862:8983530be918 libavcodec
age | author | description |
---|---|---|
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 |