summaryrefslogtreecommitdiff
path: root/libtiff/tif_aux.c
Commit message (Expand)AuthorAgeFilesLines
* Remove all $Id and $Headers comments with CVS versionsEven Rouault2017-11-301-2/+0
* * libtiff/tif_aux.c, tif_getimage.c, tif_read.c: typo fixes inEven Rouault2017-11-171-2/+2
* * libtiff/tiffiop.h, tif_aux.c: redirect SeekOK() macro to a _TIFFSeekoK()Even Rouault2017-09-071-1/+8
* * libtiff/tif_aux.c: fix crash in TIFFVGetFieldDefaulted()Even Rouault2016-11-111-6/+13
* * libtiff/*: upstream typo fixes (mostly contributed by Kurt Schwehr)Even Rouault2016-01-231-2/+2
* * libtiff/*.c: fix MSVC warnings related to cast shortening andEven Rouault2015-11-221-5/+9
* *** empty log message ***Andrey Kiselev2010-07-011-2/+29
* * libtiff/tif_aux.c (_TIFFCheckRealloc): Improve error message soBob Friesenhahn2010-03-101-3/+11
* Return to handling TIFFTAG_REFERENCEBLACKWHITE as a field in the TIFFFrank Warmerdam2009-11-301-28/+34
* Fix 64-bit warnings when compiling under MSVC 2005 (x64).Frank Warmerdam2008-01-011-2/+2
* Added _TIFFUInt64ToFloat() and _TIFFUInt64ToDouble() functions.Andrey Kiselev2007-07-191-1/+43
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowJoris Van Damme2007-04-041-13/+13
* Added _TIFFCheckRealloc() function.Andrey Kiselev2006-06-081-5/+13
* Fixed type of temporary variable in _TIFFCheckMalloc() as per bugAndrey Kiselev2006-02-071-2/+2
* Return static array when fetching default YCbCrCoefficients (another problem,Andrey Kiselev2006-02-061-2/+2
* Make InkSet, NumberOfInks, DotRange and StoNits tags custom.Andrey Kiselev2005-12-241-4/+4
* Make WhitePoint tag custom.Andrey Kiselev2005-12-231-19/+14
* *** empty log message ***Joris Van Damme2005-12-211-4/+4
* Make ReferenceBlackWhite tag custom.Andrey Kiselev2005-12-071-35/+30
* Make YCbCrCoefficients tag custom.Andrey Kiselev2005-12-071-10/+4
* Revert back the previous change.Andrey Kiselev2005-07-281-2/+2
* return char * from _TIFFCheckMalloc to match prototypeFrank Warmerdam2005-07-281-2/+2
* Small fix for the previous commit.Andrey Kiselev2005-07-281-4/+4
* Rename CheckMalloc() function to _TIFFCheckMalloc() and make it availableAndrey Kiselev2005-07-281-1/+19
* Set the appropriate ReferenceBlackWhite array for YCbCr image which lacks thatAndrey Kiselev2004-11-101-4/+21
* Added checks for failed memory allocations andinteger overflowsAndrey Kiselev2004-10-021-14/+44
* Read WhitePoint tag from the file and properly use it for CIE Lab->RGBAndrey Kiselev2003-12-061-10/+15
* avoid type casting warningFrank Warmerdam2003-07-081-2/+2
* Properly handle TIFFTAG_PREDICTOR in TIFFVGetFieldDefaulted() function.Andrey Kiselev2003-05-061-1/+8
* fixed fetching of TIFFTAG_SAMPLEFORMATFrank Warmerdam2000-03-031-2/+4
* Make sure that you can get a defaulted value for TIFFTAG_SAMPLEFORMAT.Frank Warmerdam2000-03-021-1/+2
* Initial revisionMike Welles1999-07-271-0/+203