summaryrefslogtreecommitdiff
path: root/libtiff/tif_aux.c
Commit message (Expand)AuthorAgeFilesLines
* * libtiff/tiffiop.h, tif_aux.c: redirect SeekOK() macro to a _TIFFSeekoK()erouault2017-09-071-1/+8
* * libtiff/tif_aux.c: fix crash in TIFFVGetFieldDefaulted()erouault2016-11-111-6/+13
* * 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-5/+9
* *** empty log message ***dron2010-07-011-2/+29
* * libtiff/tif_aux.c (_TIFFCheckRealloc): Improve error message sobfriesen2010-03-101-3/+11
* Return to handling TIFFTAG_REFERENCEBLACKWHITE as a field in the TIFFfwarmerdam2009-11-301-28/+34
* Fix 64-bit warnings when compiling under MSVC 2005 (x64).fwarmerdam2008-01-011-2/+2
* Added _TIFFUInt64ToFloat() and _TIFFUInt64ToDouble() functions.dron2007-07-191-1/+43
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowjoris2007-04-041-13/+13
* Added _TIFFCheckRealloc() function.dron2006-06-081-5/+13
* Fixed type of temporary variable in _TIFFCheckMalloc() as per bugdron2006-02-071-2/+2
* Return static array when fetching default YCbCrCoefficients (another problem,dron2006-02-061-2/+2
* Make InkSet, NumberOfInks, DotRange and StoNits tags custom.dron2005-12-241-4/+4
* Make WhitePoint tag custom.dron2005-12-231-19/+14
* *** empty log message ***joris2005-12-211-4/+4
* Make ReferenceBlackWhite tag custom.dron2005-12-071-35/+30
* Make YCbCrCoefficients tag custom.dron2005-12-071-10/+4
* Revert back the previous change.dron2005-07-281-2/+2
* return char * from _TIFFCheckMalloc to match prototypefwarmerdam2005-07-281-2/+2
* Small fix for the previous commit.dron2005-07-281-4/+4
* Rename CheckMalloc() function to _TIFFCheckMalloc() and make it availabledron2005-07-281-1/+19
* Set the appropriate ReferenceBlackWhite array for YCbCr image which lacks thatdron2004-11-101-4/+21
* Added checks for failed memory allocations andinteger overflowsdron2004-10-021-14/+44
* Read WhitePoint tag from the file and properly use it for CIE Lab->RGBdron2003-12-061-10/+15
* avoid type casting warningwarmerda2003-07-081-2/+2
* Properly handle TIFFTAG_PREDICTOR in TIFFVGetFieldDefaulted() function.dron2003-05-061-1/+8
* fixed fetching of TIFFTAG_SAMPLEFORMATwarmerda2000-03-031-2/+4
* Make sure that you can get a defaulted value for TIFFTAG_SAMPLEFORMAT.warmerda2000-03-021-1/+2
* Initial revisionmike1999-07-271-0/+203