summaryrefslogtreecommitdiff
path: root/libavcodec/lzw.c
Commit message (Expand)AuthorAge
* factorize &Michael Niedermayer2007-03-26
* simplifyMichael Niedermayer2007-03-26
* check input validity, this prevents a few variables from reachin odd values w...Michael Niedermayer2007-03-25
* simplifyMichael Niedermayer2007-03-25
* move eob_reached logic into ff_lzw_decode_tail() which simplifies the code, a...Michael Niedermayer2007-03-25
* simplifyMichael Niedermayer2007-03-25
* factorizeMichael Niedermayer2007-03-25
* simplifyMichael Niedermayer2007-03-25
* fix indentationBaptiste Coudurier2007-03-24
* break if eob is reached to avoid reading one too much byteBaptiste Coudurier2007-03-24
* LZW decoder as separate module plus TIFF LZW supportKostya Shishkov2006-10-26