aboutsummaryrefslogtreecommitdiff
path: root/libavcodec/lzw.c
AgeCommit message (Expand)Author
2010-07-02Fix misspelled parameter names in Doxygen documentation.Diego Biurrun
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
2008-07-13check that csize in ff_lzw_decode_init is < LZW_MAXBITS, <= is not enough andReimar Döffinger
2008-03-21Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng
2008-02-01constsMichael Niedermayer
2007-03-26factorize &Michael Niedermayer
2007-03-26simplifyMichael Niedermayer
2007-03-25check input validity, this prevents a few variables from reachin odd values w...Michael Niedermayer
2007-03-25simplifyMichael Niedermayer
2007-03-25move eob_reached logic into ff_lzw_decode_tail() which simplifies the code, a...Michael Niedermayer
2007-03-25simplifyMichael Niedermayer
2007-03-25factorizeMichael Niedermayer
2007-03-25simplifyMichael Niedermayer
2007-03-24fix indentationBaptiste Coudurier
2007-03-24break if eob is reached to avoid reading one too much byteBaptiste Coudurier
2006-10-26LZW decoder as separate module plus TIFF LZW supportKostya Shishkov