summaryrefslogtreecommitdiff
path: root/libavcodec/lzw.c
Commit message (Expand)AuthorAge
* lzw: switch to bytestream2Anton Khirnov2014-01-03
* gifdec: convert to bytestream2Anton Khirnov2013-11-21
* Don't include common.h from avutil.hMartin Storsjö2012-08-15
* lzw: fix potential integer overflow.Ronald S. Bultje2012-03-29
* lzw: prevent buffer overreads.Ronald S. Bultje2012-03-28
* doxygen: use Doxygen markup for authors and web links where appropriateDiego Biurrun2011-07-15
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Fix misspelled parameter names in Doxygen documentation.Diego Biurrun2010-07-02
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* 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