summaryrefslogtreecommitdiff
path: root/libtiff/tif_zip.c
Commit message (Expand)AuthorAgeFilesLines
* tif_zip.c: remove dead code. CID 1400360Even Rouault2019-03-231-2/+0
* tif_zip.c: allow reading and writing strips/tiles with more than 4 GB of comp...Even Rouault2019-02-191-35/+19
* Do not attempt to re-sync zip stream after reported data error from inflate().Bob Friesenhahn2018-12-081-2/+2
* Remove all $Id and $Headers comments with CVS versionsEven Rouault2017-11-301-2/+0
* * libtiff/tif_zip.c, tif_pixarlog.c, tif_predict.c: fix memoryEven Rouault2017-05-101-2/+6
* Fix typo in commentEven Rouault2016-11-121-2/+2
* * libtiff/*.c: fix typos in comments (patch by Kurt Schwehr)Even Rouault2015-11-221-5/+5
* * libtiff/*.c: fix clang -Wshorten-64-to-32 warningsEven Rouault2015-11-181-2/+2
* * libtiff/tif_getimage.c, libtiff/tif_ojpeg.c, libtiff/tif_zip.c: fixEven Rouault2014-12-251-2/+2
* avoid crash on null zip error messagesFrank Warmerdam2012-10-181-11/+14
* fix tif_rawcp/rawcc handling for zip, note it is missing for pixarlogFrank Warmerdam2011-01-061-1/+8
* * libtiff/tif_ojpeg.c, libtiff/tif_pixarlog.c,Lee Howard2010-12-111-3/+3
* * libtiff/tif_aux.c (_TIFFCheckRealloc): Improve error message soBob Friesenhahn2010-03-101-1/+8
* Improvements so that predictor based encoding and decoding works inFrank Warmerdam2007-11-021-4/+4
* changed some more incorrect %lud printf flags to %luJoris Van Damme2007-10-011-3/+3
* Make all module name constants static.Andrey Kiselev2007-09-221-2/+2
* Rename TIFFMergeField() function into TIFFMergeFields().Andrey Kiselev2007-07-091-2/+2
* TIFFFIeldInfo structure replaced with TIFFField structure. TIFFFieldInfoAndrey Kiselev2007-07-081-4/+3
* BigTIFF upgrade: insertion of reserved member in TIFFFieldInfo structureJoris Van Damme2007-06-281-2/+2
* BigTIFF upgrade: misc compiler warnings workarounds and few minor bugfixes, r...Joris Van Damme2007-06-271-1/+2
* BigTIFF upgrade: mostly TIFFFieldInfo related stuff, anticipating future tag ...Joris Van Damme2007-06-231-2/+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-05-111-5/+4
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowJoris Van Damme2007-04-191-3/+3
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowJoris Van Damme2007-04-111-3/+3
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowJoris Van Damme2007-04-111-2/+2
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowJoris Van Damme2007-04-101-76/+113
* Finally fix bug http://bugzilla.remotesensing.org/show_bug.cgi?id=1274 byAndrey Kiselev2007-04-071-5/+14
* 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-21/+21
* fixed problem with read/write mixing for lzw/zip compressed filesFrank Warmerdam2006-09-271-11/+36
* Use _TIFFSetDefaultCompressionState() in all codec cleanup methods. As per bugAndrey Kiselev2006-03-161-1/+3
* Properly restore setfield/getfield methods in cleanup functions. As per bugAndrey Kiselev2006-03-071-4/+8
* Use TIFFPredictorCleanup() in codec cleanup methods. As per bugAndrey Kiselev2006-03-031-12/+16
* *** empty log message ***Joris Van Damme2005-12-211-10/+10
* Rename TIFFArraySize macro to TIFFArrayCount.Andrey Kiselev2005-12-131-3/+2
* Added checks for failed memory allocations andinteger overflowsAndrey Kiselev2004-10-021-2/+3
* avoid warningFrank Warmerdam2003-07-081-2/+3
* updated to use tif_tagmethods substructureFrank Warmerdam2002-03-061-5/+5
* Added patch from Ivo Penzar <ivo.penzar@infolink-software.com>,Mike Welles1999-12-071-2/+2
* Initial revisionMike Welles1999-07-271-0/+367