summaryrefslogtreecommitdiff
path: root/libtiff/tif_zip.c
Commit message (Expand)AuthorAgeFilesLines
* * libtiff/tif_zip.c, tif_pixarlog.c, tif_predict.c: fix memoryerouault2017-05-101-2/+6
* Fix typo in commenterouault2016-11-121-2/+2
* * libtiff/*.c: fix typos in comments (patch by Kurt Schwehr)erouault2015-11-221-5/+5
* * libtiff/*.c: fix clang -Wshorten-64-to-32 warningserouault2015-11-181-2/+2
* * libtiff/tif_getimage.c, libtiff/tif_ojpeg.c, libtiff/tif_zip.c: fixerouault2014-12-251-2/+2
* avoid crash on null zip error messagesfwarmerdam2012-10-181-11/+14
* fix tif_rawcp/rawcc handling for zip, note it is missing for pixarlogfwarmerdam2011-01-061-1/+8
* * libtiff/tif_ojpeg.c, libtiff/tif_pixarlog.c,faxguy2010-12-111-3/+3
* * libtiff/tif_aux.c (_TIFFCheckRealloc): Improve error message sobfriesen2010-03-101-1/+8
* Improvements so that predictor based encoding and decoding works infwarmerdam2007-11-021-4/+4
* changed some more incorrect %lud printf flags to %lujoris2007-10-011-3/+3
* Make all module name constants static.dron2007-09-221-2/+2
* Rename TIFFMergeField() function into TIFFMergeFields().dron2007-07-091-2/+2
* TIFFFIeldInfo structure replaced with TIFFField structure. TIFFFieldInfodron2007-07-081-4/+3
* BigTIFF upgrade: insertion of reserved member in TIFFFieldInfo structurejoris2007-06-281-2/+2
* BigTIFF upgrade: misc compiler warnings workarounds and few minor bugfixes, r...joris2007-06-271-1/+2
* BigTIFF upgrade: mostly TIFFFieldInfo related stuff, anticipating future tag ...joris2007-06-231-2/+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-05-111-5/+4
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowjoris2007-04-191-3/+3
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowjoris2007-04-111-3/+3
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowjoris2007-04-111-2/+2
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowjoris2007-04-101-76/+113
* Finally fix bug http://bugzilla.remotesensing.org/show_bug.cgi?id=1274 bydron2007-04-071-5/+14
* 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-21/+21
* fixed problem with read/write mixing for lzw/zip compressed filesfwarmerdam2006-09-271-11/+36
* Use _TIFFSetDefaultCompressionState() in all codec cleanup methods. As per bugdron2006-03-161-1/+3
* Properly restore setfield/getfield methods in cleanup functions. As per bugdron2006-03-071-4/+8
* Use TIFFPredictorCleanup() in codec cleanup methods. As per bugdron2006-03-031-12/+16
* *** empty log message ***joris2005-12-211-10/+10
* Rename TIFFArraySize macro to TIFFArrayCount.dron2005-12-131-3/+2
* Added checks for failed memory allocations andinteger overflowsdron2004-10-021-2/+3
* avoid warningwarmerda2003-07-081-2/+3
* updated to use tif_tagmethods substructurewarmerda2002-03-061-5/+5
* Added patch from Ivo Penzar <ivo.penzar@infolink-software.com>,mwelles1999-12-071-2/+2
* Initial revisionmike1999-07-271-0/+367