summaryrefslogtreecommitdiff
path: root/libtiff/tiffiop.h
Commit message (Expand)AuthorAgeFilesLines
* Commit files that should have gone with previous commiterouault2017-07-041-1/+9
* * libtiff/tif_read.c, tiffiop.h: add a _TIFFReadEncodedStripAndAllocBuffer()erouault2017-06-301-1/+6
* * libtiff/tiffiop.h, libtiff/tif_jpeg.c, libtiff/tif_jpeg_12.c,erouault2017-06-291-1/+2
* * libtiff/tiffiop.h: add TIFF_NOSANITIZE_UNSIGNED_INT_OVERFLOW macro toerouault2017-06-181-1/+8
* * libtiff/tif_read.c, libtiff/tiffiop.h: fix uint32 overflow inerouault2016-12-021-1/+5
* * libtiff/*: upstream typo fixes (mostly contributed by Kurt Schwehr)erouault2016-01-231-3/+3
* * libtiff/tiffiop.h, libtiff/tif_dirwrite.c: suffix constants by U to fixerouault2015-10-191-24/+24
* For MinGW builds, make sure required CRT is available in order to enable larg...bfriesen2015-08-231-3/+8
* Support large files under Windows using tif_unix.c and libtiff tools.bfriesen2015-08-191-1/+45
* * CMakeLists.txt: Add CMake patchset by Roger Leigh as posted tobfriesen2015-06-251-1/+5
* avoid inappropriate use of tif_rawdata when it is a pointer into mmaped filefwarmerdam2012-05-301-1/+2
* Fix size overflow (zdi-can-1221,CVE-2012-1173) care of Tom Lane @ Red Hat.fwarmerdam2012-04-061-2/+2
* implement optional support for deferred strip/tile offset/size loadingfwarmerdam2011-02-181-23/+2
* Added support for TIFFTAG_SMINSAMPLEVALUE and TIFFTAG_SMAXSAMPLEVALUE to haveolivier2011-01-241-1/+2
* *** empty log message ***dron2010-07-011-3/+8
* * libtiff/tiffiop.h (TIFFSafeMultiply): Need more castings tobfriesen2010-06-121-2/+2
* * libtiff/tiffiop.h (TIFFSafeMultiply): Work properly ifbfriesen2010-06-101-2/+2
* * libtiff/tif_fax3.c (Fax3SetupState): Yesterday's fix forbfriesen2010-06-091-1/+4
* * Update libtool to version 2.2.8.bfriesen2010-06-081-2/+4
* enable reading of very large strips in chunks (gdal #3514)fwarmerdam2010-04-021-1/+3
* * libtiff/tif_aux.c (_TIFFCheckRealloc): Improve error message sobfriesen2010-03-101-1/+8
* Get rid of some of "dereferencing type-punned" warnings by convertingdron2008-04-141-2/+6
* TIFFRewriteField() renamed into _TIFFRewriteField() and moved out from thedron2008-04-101-1/+2
* Make tif_nfields and tif_nfieldscompat fields of the tiff structure have thedron2008-04-101-5/+5
* Keep track of TIFF_DIRTYSTRIP separately from TIFF_DIRTYDIRECT to indicatefwarmerdam2007-12-311-1/+2
* introduce TIFF_BUF4WRITE flag to mark rawcc buffer as for writingfwarmerdam2007-11-231-1/+2
* Added _TIFFUInt64ToFloat() and _TIFFUInt64ToDouble() functions.dron2007-07-191-1/+4
* Transition to the new-style tag extending scheme completed.dron2007-07-121-1/+5
* BigTIFF upgrade: restoration of mapping functions protocoljoris2007-07-111-2/+2
* Even more work to improve tag extending scheme. tif_fieldinfo member in TIFFdron2007-07-101-2/+2
* TIFFFIeldInfo structure replaced with TIFFField structure. TIFFFieldInfodron2007-07-081-3/+3
* BigTIFF upgrade: misc little things, indentation and some compiler warnings w...joris2007-06-261-1/+19
* BigTIFF upgrade: misc little things, mostly indentation and unimportant stuffjoris2007-06-261-58/+59
* BigTIFF upgrade: misc little things, mostly indentation and unimportant stuffjoris2007-06-211-3/+1
* BigTIFF upgrade: type restoration - not so messy anymorejoris2007-06-121-9/+9
* BigTIFF upgrade in tif_dirwrite.c - still temp messjoris2007-06-071-105/+101
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowjoris2007-05-301-10/+11
* Weird line ending fixed.dron2007-04-071-2/+2
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowjoris2007-04-041-61/+60
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowjoris2007-03-311-2/+2
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowjoris2007-03-311-43/+43
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowjoris2007-03-281-40/+43
* BigTIFF upgrade in progressjoris2007-03-171-11/+17
* Added a comments about future development directions.dron2006-10-121-2/+3
* *** empty log message ***dron2006-07-281-2/+2
* Small fix in TIFFhowmany8() macro.dron2006-07-281-17/+20
* Move IFD looping checking code in the separate function TIFFCheckDirOffset().dron2006-06-081-1/+3
* *** empty log message ***joris2006-03-251-1/+3
* Added decalration for _TIFFSetDefaultCompressionState().dron2006-03-161-1/+2
* dblparam_t typedef removed; GLOBALDATA macro removed; move here thedron2006-03-151-8/+8