summaryrefslogtreecommitdiffstats
path: root/libavcodec/lzw.c
Commit message (Expand)AuthorAgeFilesLines
* factorize &Michael Niedermayer2007-03-261-3/+3
* simplifyMichael Niedermayer2007-03-261-10/+1
* check input validity, this prevents a few variables from reachin odd values w...Michael Niedermayer2007-03-251-3/+4
* simplifyMichael Niedermayer2007-03-251-16/+6
* move eob_reached logic into ff_lzw_decode_tail() which simplifies the code, a...Michael Niedermayer2007-03-251-11/+8
* simplifyMichael Niedermayer2007-03-251-4/+3
* factorizeMichael Niedermayer2007-03-251-11/+5
* simplifyMichael Niedermayer2007-03-251-10/+4
* fix indentationBaptiste Coudurier2007-03-241-1/+1
* break if eob is reached to avoid reading one too much byteBaptiste Coudurier2007-03-241-0/+1
* LZW decoder as separate module plus TIFF LZW supportKostya Shishkov2006-10-261-0/+262
OpenPOWER on IntegriCloud