summaryrefslogtreecommitdiff
path: root/libtiff/tif_lzw.c
Commit message (Expand)AuthorAgeFilesLines
* * libtiff/tif_lzw.c: fix potential out-of-buffer read on 1-byte LZWerouault2017-07-111-2/+3
* * libtiff/tif_lzw.c: fix 4.0.8 regression in the decoding of old-style LZWerouault2017-07-111-1/+5
* * libtiff/tif_lzw.c: update dec_bitsleft at beginning of LZWDecode(),erouault2017-05-171-2/+6
* * libtiff/tif_lzw.c: in LZWPostEncode(), increase, if necessary, theerouault2017-02-181-1/+20
* * libtiff/tif_luv.c, tif_lzw.c, tif_packbits.c: return 0 in Encodeerouault2017-01-111-3/+5
* * libtiff/*.c: fix warnings raised by clang 3.9 -Wcommaerouault2016-09-041-11/+21
* * libtiff/*: upstream typo fixes (mostly contributed by Kurt Schwehr)erouault2016-01-231-2/+2
* * libtiff/*.c: fix MSVC warnings related to cast shortening anderouault2015-11-221-14/+14
* * libtiff/tif_lzw.c: make nextdata a unsigned type to avoiderouault2015-08-301-5/+7
* * libtiff/tif_fax3.c, libtiff/tif_lzw.c, libtiff/tif_predict.c:erouault2015-08-301-4/+7
* Contribution from Andy Cave:faxguy2015-06-131-17/+21
* * libtiff/tif_lzw.c: prevent potential null dereference oferouault2014-11-201-1/+3
* * configure.ac: Support configuring TIFF_INT64_FORMAT andbfriesen2011-04-021-3/+3
* change type of dec_bitsleft to uint64 to support 256MB+ strips (gdal #3512)fwarmerdam2010-03-301-4/+4
* * libtiff/tif_aux.c (_TIFFCheckRealloc): Improve error message sobfriesen2010-03-101-1/+8
* * libtiff/tif_lzw.c (LZWDecode, LZWDecodeCompat): Fix warningsbfriesen2009-11-011-13/+26
* back out patch from #2065 and apply patch from #1085 for a better underflow f...fwarmerdam2009-06-301-5/+4
* fixed buffer underflow bug (#2065)fwarmerdam2009-06-221-2/+3
* Properly zero out the codetable. As per bugdron2008-09-031-4/+22
* Properly zero out the string table. Fixes CVE-2008-2327 security issue.dron2008-09-031-1/+5
* Improvements so that predictor based encoding and decoding works infwarmerdam2007-11-021-3/+7
* Use "%I64d" printf() formatter instead of "%lld" with MSVC compiler.dron2007-07-191-6/+19
* BigTIFF upgrade: misc compiler warnings workarounds and few minor bugfixes, r...joris2007-06-271-1/+2
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowjoris2007-05-301-1/+8
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowjoris2007-04-101-2/+2
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowjoris2007-04-101-169/+174
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowjoris2007-03-311-1/+1
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowjoris2007-03-311-23/+23
* fixed problem with read/write mixing for lzw/zip compressed filesfwarmerdam2006-09-271-1/+12
* Use _TIFFSetDefaultCompressionState() in all codec cleanup methods. As per bugdron2006-03-161-9/+11
* Use TIFFPredictorCleanup() in codec cleanup methods. As per bugdron2006-03-031-2/+5
* *** empty log message ***joris2005-12-231-3/+3
* *** empty log message ***joris2005-12-211-16/+16
* Added checks for failed memory allocations andinteger overflowsdron2004-10-021-2/+1
* Get rid of BSD data types (u_char, u_short, u_int, u_long).dron2004-09-141-17/+17
* *** empty log message ***dron2004-09-081-3/+5
* LZW compression code is merged back from the separate package.dron2004-07-241-29/+362
* Proper support for update mode as per bugdron2003-11-031-30/+15
* Move LZW codec state block allocation back to TIFFInitLZW(), because itsdron2003-08-051-27/+21
* avoid casting warnings at /W4warmerda2003-07-081-8/+8
* Defer creation of decoder state to LZWSetupDecode(). Don't depend on thewarmerda2003-02-261-30/+32
* Additional consistency checking added in LZWDecode() and LZWDecodeCompat().dron2002-08-221-19/+39
* Added check for valid code lengths in LZWDecode() and LZWDecodeCompat().dron2002-08-221-1/+15
* *** empty log message ***dron2002-04-181-11/+1
* *** empty log message ***dron2002-04-161-1/+6
* Additional check for data integrity. Should finally closedron2002-04-161-2/+7
* Assertions in LXWDecode and LZWDecodeCompat replaced by warnings. Now libtiffdron2002-04-041-3/+11
* removed unused static function declarationwarmerda2002-04-031-2/+1
* avoid VC++ 5.0 optimization bugwarmerda2001-09-251-7/+8
* Added dummy LZWSetupEncode() that reports failure due to patent issues.warmerda2001-09-251-9/+23