summaryrefslogtreecommitdiff
path: root/libtiff/tif_aux.c
Commit message (Expand)AuthorAgeFilesLines
* Reformatting in libtiff/ using 'pre-commit run'pre-commit run by Even Rouault2022-12-081-312/+336
* Remove vim/emacs formatting footersEven Rouault2022-12-081-9/+0
* Convert uses of _TIFFmalloc/realloc/calloc/free to the Ext functionsEven Rouault2022-11-231-12/+12
* Add reentrant error functionsLaramie Leavitt2022-11-081-8/+8
* Presetting of default tag values extended (e.g. PlanarConfig). (fixes #449)Su Laus2022-08-161-1/+16
* fix the FPE in tiffcrop (#415, #427, and #428)4ugustus2022-06-111-0/+9
* Use TIFF_SSIZE_FORMAT for formatting tmsize_tRoger Leigh2021-02-041-1/+1
* libtiff: Use PRI format flags and remove unnecessary castsRoger Leigh2021-01-281-2/+2
* Use standard C99 integer typesRoger Leigh2021-01-211-51/+51
* Make the default whitepoint and ycbcrcoeffs arrays constAdam Goode2020-03-081-4/+5
* Make pointers returned via TIFFGetField constAdam Goode2020-03-081-8/+7
* _TIFFMultiply32() / _TIFFMultiply64(): avoid relying on unsigned integer over...Even Rouault2019-08-221-10/+6
* Fix integer overflow in _TIFFCheckMalloc() and other implementation-defined b...Even Rouault2019-08-131-5/+44
* move _TIFFClampDoubleToFloat() to tif_aux.cThomas Bernard2019-02-121-0/+10
* 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