summaryrefslogtreecommitdiffstats
path: root/libavcodec/lzw.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/lzw: Check for end of inputMichael Niedermayer2019-01-161-0/+3
* avcodec/lzw: ff_lzw_decode_tail() now returns the consumed bytes in lzw decom...Ni Hui2015-11-101-1/+2
* Merge commit 'e89aa4bf56e5b5c45f569eb12733519789e057da'Michael Niedermayer2014-01-041-19/+10
|\
| * lzw: switch to bytestream2Anton Khirnov2014-01-031-16/+11
| * gifdec: convert to bytestream2Anton Khirnov2013-11-211-3/+4
* | gifdec: port to bytestream2 APIPaul B Mahol2012-12-081-5/+0
* | replace av_log(0, by av_log(NULL,Michael Niedermayer2012-11-231-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-161-0/+1
|\ \ | |/
| * Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+1
* | lzw: check for overreadMichael Niedermayer2012-04-151-0/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-301-1/+1
|\ \ | |/
| * lzw: fix potential integer overflow.Ronald S. Bultje2012-03-291-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-301-3/+8
|\ \ | |/
| * lzw: prevent buffer overreads.Ronald S. Bultje2012-03-281-3/+8
* | lzw(gif): Fix overreadMichael Niedermayer2012-03-281-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-151-1/+1
|\ \ | |/
| * doxygen: use Doxygen markup for authors and web links where appropriateDiego Biurrun2011-07-151-1/+1
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
|/
* Fix misspelled parameter names in Doxygen documentation.Diego Biurrun2010-07-021-2/+2
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-2/+2
* check that csize in ff_lzw_decode_init is < LZW_MAXBITS, <= is not enough andReimar Döffinger2008-07-131-1/+1
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-211-2/+2
* constsMichael Niedermayer2008-02-011-3/+3
* 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