summaryrefslogtreecommitdiff
path: root/libtiff/tif_lzw.c
Commit message (Expand)AuthorAgeFilesLines
* tif_lzw.c: silence CoverityScan false positive. CID 1400355Even Rouault2019-03-231-0/+2
* Fix libtiff 4.0.8 regression when reading LZW-compressed strips with scanline...Even Rouault2018-08-071-2/+10
* LZWDecodeCompat(): fix potential index-out-of-bounds write. Fixes http://bugz...Even Rouault2018-05-121-6/+12
* Remove all $Id and $Headers comments with CVS versionsEven Rouault2017-11-301-2/+0
* * libtiff/tif_lzw.c: fix potential out-of-buffer read on 1-byte LZWEven Rouault2017-07-111-2/+3
* * libtiff/tif_lzw.c: fix 4.0.8 regression in the decoding of old-style LZWEven Rouault2017-07-111-1/+5
* * libtiff/tif_lzw.c: update dec_bitsleft at beginning of LZWDecode(),Even Rouault2017-05-171-2/+6
* * libtiff/tif_lzw.c: in LZWPostEncode(), increase, if necessary, theEven Rouault2017-02-181-1/+20
* * libtiff/tif_luv.c, tif_lzw.c, tif_packbits.c: return 0 in EncodeEven Rouault2017-01-111-3/+5
* * libtiff/*.c: fix warnings raised by clang 3.9 -WcommaEven Rouault2016-09-041-11/+21
* * libtiff/*: upstream typo fixes (mostly contributed by Kurt Schwehr)Even Rouault2016-01-231-2/+2
* * libtiff/*.c: fix MSVC warnings related to cast shortening andEven Rouault2015-11-221-14/+14
* * libtiff/tif_lzw.c: make nextdata a unsigned type to avoidEven Rouault2015-08-301-5/+7
* * libtiff/tif_fax3.c, libtiff/tif_lzw.c, libtiff/tif_predict.c:Even Rouault2015-08-301-4/+7
* Contribution from Andy Cave:Lee Howard2015-06-131-17/+21
* * libtiff/tif_lzw.c: prevent potential null dereference ofEven Rouault2014-11-201-1/+3
* * configure.ac: Support configuring TIFF_INT64_FORMAT andBob Friesenhahn2011-04-021-3/+3
* change type of dec_bitsleft to uint64 to support 256MB+ strips (gdal #3512)Frank Warmerdam2010-03-301-4/+4
* * libtiff/tif_aux.c (_TIFFCheckRealloc): Improve error message soBob Friesenhahn2010-03-101-1/+8
* * libtiff/tif_lzw.c (LZWDecode, LZWDecodeCompat): Fix warningsBob Friesenhahn2009-11-011-13/+26
* back out patch from #2065 and apply patch from #1085 for a better underflow f...Frank Warmerdam2009-06-301-5/+4
* fixed buffer underflow bug (#2065)Frank Warmerdam2009-06-221-2/+3
* Properly zero out the codetable. As per bugAndrey Kiselev2008-09-031-4/+22
* Properly zero out the string table. Fixes CVE-2008-2327 security issue.Andrey Kiselev2008-09-031-1/+5
* Improvements so that predictor based encoding and decoding works inFrank Warmerdam2007-11-021-3/+7
* Use "%I64d" printf() formatter instead of "%lld" with MSVC compiler.Andrey Kiselev2007-07-191-6/+19
* BigTIFF upgrade: misc compiler warnings workarounds and few minor bugfixes, r...Joris Van Damme2007-06-271-1/+2
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowJoris Van Damme2007-05-301-1/+8
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowJoris Van Damme2007-04-101-2/+2
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowJoris Van Damme2007-04-101-169/+174
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowJoris Van Damme2007-03-311-1/+1
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowJoris Van Damme2007-03-311-23/+23
* fixed problem with read/write mixing for lzw/zip compressed filesFrank Warmerdam2006-09-271-1/+12
* Use _TIFFSetDefaultCompressionState() in all codec cleanup methods. As per bugAndrey Kiselev2006-03-161-9/+11
* Use TIFFPredictorCleanup() in codec cleanup methods. As per bugAndrey Kiselev2006-03-031-2/+5
* *** empty log message ***Joris Van Damme2005-12-231-3/+3
* *** empty log message ***Joris Van Damme2005-12-211-16/+16
* Added checks for failed memory allocations andinteger overflowsAndrey Kiselev2004-10-021-2/+1
* Get rid of BSD data types (u_char, u_short, u_int, u_long).Andrey Kiselev2004-09-141-17/+17
* *** empty log message ***Andrey Kiselev2004-09-081-3/+5
* LZW compression code is merged back from the separate package.Andrey Kiselev2004-07-241-29/+362
* Proper support for update mode as per bugAndrey Kiselev2003-11-031-30/+15
* Move LZW codec state block allocation back to TIFFInitLZW(), because itsAndrey Kiselev2003-08-051-27/+21
* avoid casting warnings at /W4Frank Warmerdam2003-07-081-8/+8
* Defer creation of decoder state to LZWSetupDecode(). Don't depend on theFrank Warmerdam2003-02-261-30/+32
* Additional consistency checking added in LZWDecode() and LZWDecodeCompat().Andrey Kiselev2002-08-221-19/+39
* Added check for valid code lengths in LZWDecode() and LZWDecodeCompat().Andrey Kiselev2002-08-221-1/+15
* *** empty log message ***Andrey Kiselev2002-04-181-11/+1
* *** empty log message ***Andrey Kiselev2002-04-161-1/+6
* Additional check for data integrity. Should finally closeAndrey Kiselev2002-04-161-2/+7