summaryrefslogtreecommitdiff
path: root/libavcodec/lzw.c
Commit message (Expand)AuthorAge
* check that csize in ff_lzw_decode_init is < LZW_MAXBITS, <= is not enough andReimar Döffinger2008-07-13
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-21
* constsMichael Niedermayer2008-02-01
* 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