| Commit message (Expand) | Author | Age | Files | Lines |
* | tif_zip.c: fix typo in comment | Even Rouault | 2020-10-19 | 1 | -1/+1 |
* | Add support for optional building against libdeflate for faster Zip/Deflate c... | Even Rouault | 2020-10-16 | 1 | -16/+255 |
* | FAX/JPEG/LZMA/PixarLog/ZIP/ZSTD codecs: make sure to check TIFFFlushData1() r... | Even Rouault | 2020-10-03 | 1 | -2/+4 |
* | Merge branch 'fix-unused-warning' into 'master' | Even Rouault | 2020-02-26 | 1 | -0/+3 |
|\ |
|
| * | warnings: mark conditionally used parameters | Ben Boeckel | 2019-03-26 | 1 | -0/+3 |
* | | tif_zip.c: remove dead code. CID 1400360 | Even Rouault | 2019-03-23 | 1 | -2/+0 |
* | | tif_zip.c: allow reading and writing strips/tiles with more than 4 GB of comp... | Even Rouault | 2019-02-19 | 1 | -35/+19 |
|/ |
|
* | Do not attempt to re-sync zip stream after reported data error from inflate(). | Bob Friesenhahn | 2018-12-08 | 1 | -2/+2 |
* | Remove all $Id and $Headers comments with CVS versions | Even Rouault | 2017-11-30 | 1 | -2/+0 |
* | * libtiff/tif_zip.c, tif_pixarlog.c, tif_predict.c: fix memory | Even Rouault | 2017-05-10 | 1 | -2/+6 |
* | Fix typo in comment | Even Rouault | 2016-11-12 | 1 | -2/+2 |
* | * libtiff/*.c: fix typos in comments (patch by Kurt Schwehr) | Even Rouault | 2015-11-22 | 1 | -5/+5 |
* | * libtiff/*.c: fix clang -Wshorten-64-to-32 warnings | Even Rouault | 2015-11-18 | 1 | -2/+2 |
* | * libtiff/tif_getimage.c, libtiff/tif_ojpeg.c, libtiff/tif_zip.c: fix | Even Rouault | 2014-12-25 | 1 | -2/+2 |
* | avoid crash on null zip error messages | Frank Warmerdam | 2012-10-18 | 1 | -11/+14 |
* | fix tif_rawcp/rawcc handling for zip, note it is missing for pixarlog | Frank Warmerdam | 2011-01-06 | 1 | -1/+8 |
* | * libtiff/tif_ojpeg.c, libtiff/tif_pixarlog.c, | Lee Howard | 2010-12-11 | 1 | -3/+3 |
* | * libtiff/tif_aux.c (_TIFFCheckRealloc): Improve error message so | Bob Friesenhahn | 2010-03-10 | 1 | -1/+8 |
* | Improvements so that predictor based encoding and decoding works in | Frank Warmerdam | 2007-11-02 | 1 | -4/+4 |
* | changed some more incorrect %lud printf flags to %lu | Joris Van Damme | 2007-10-01 | 1 | -3/+3 |
* | Make all module name constants static. | Andrey Kiselev | 2007-09-22 | 1 | -2/+2 |
* | Rename TIFFMergeField() function into TIFFMergeFields(). | Andrey Kiselev | 2007-07-09 | 1 | -2/+2 |
* | TIFFFIeldInfo structure replaced with TIFFField structure. TIFFFieldInfo | Andrey Kiselev | 2007-07-08 | 1 | -4/+3 |
* | BigTIFF upgrade: insertion of reserved member in TIFFFieldInfo structure | Joris Van Damme | 2007-06-28 | 1 | -2/+2 |
* | BigTIFF upgrade: misc compiler warnings workarounds and few minor bugfixes, r... | Joris Van Damme | 2007-06-27 | 1 | -1/+2 |
* | BigTIFF upgrade: mostly TIFFFieldInfo related stuff, anticipating future tag ... | Joris Van Damme | 2007-06-23 | 1 | -2/+2 |
* | BigTIFF upgrade in progress - widespread temp mess - does not compile now | Joris Van Damme | 2007-05-30 | 1 | -1/+8 |
* | BigTIFF upgrade in progress - widespread temp mess - does not compile now | Joris Van Damme | 2007-05-11 | 1 | -5/+4 |
* | BigTIFF upgrade in progress - widespread temp mess - does not compile now | Joris Van Damme | 2007-04-19 | 1 | -3/+3 |
* | BigTIFF upgrade in progress - widespread temp mess - does not compile now | Joris Van Damme | 2007-04-11 | 1 | -3/+3 |
* | BigTIFF upgrade in progress - widespread temp mess - does not compile now | Joris Van Damme | 2007-04-11 | 1 | -2/+2 |
* | BigTIFF upgrade in progress - widespread temp mess - does not compile now | Joris Van Damme | 2007-04-10 | 1 | -76/+113 |
* | Finally fix bug http://bugzilla.remotesensing.org/show_bug.cgi?id=1274 by | Andrey Kiselev | 2007-04-07 | 1 | -5/+14 |
* | BigTIFF upgrade in progress - widespread temp mess - does not compile now | Joris Van Damme | 2007-03-31 | 1 | -1/+1 |
* | BigTIFF upgrade in progress - widespread temp mess - does not compile now | Joris Van Damme | 2007-03-31 | 1 | -21/+21 |
* | fixed problem with read/write mixing for lzw/zip compressed files | Frank Warmerdam | 2006-09-27 | 1 | -11/+36 |
* | Use _TIFFSetDefaultCompressionState() in all codec cleanup methods. As per bug | Andrey Kiselev | 2006-03-16 | 1 | -1/+3 |
* | Properly restore setfield/getfield methods in cleanup functions. As per bug | Andrey Kiselev | 2006-03-07 | 1 | -4/+8 |
* | Use TIFFPredictorCleanup() in codec cleanup methods. As per bug | Andrey Kiselev | 2006-03-03 | 1 | -12/+16 |
* | *** empty log message *** | Joris Van Damme | 2005-12-21 | 1 | -10/+10 |
* | Rename TIFFArraySize macro to TIFFArrayCount. | Andrey Kiselev | 2005-12-13 | 1 | -3/+2 |
* | Added checks for failed memory allocations andinteger overflows | Andrey Kiselev | 2004-10-02 | 1 | -2/+3 |
* | avoid warning | Frank Warmerdam | 2003-07-08 | 1 | -2/+3 |
* | updated to use tif_tagmethods substructure | Frank Warmerdam | 2002-03-06 | 1 | -5/+5 |
* | Added patch from Ivo Penzar <ivo.penzar@infolink-software.com>, | Mike Welles | 1999-12-07 | 1 | -2/+2 |
* | Initial revision | Mike Welles | 1999-07-27 | 1 | -0/+367 |