summaryrefslogtreecommitdiff
path: root/libtiff/tif_dirinfo.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'Rational2DoublePrecision' into 'master'Even Rouault2020-02-271-28/+113
|\
| * Rational with Double Precision UpgradeSu_Laus2020-02-271-28/+113
* | fix issue #78 warnings regarding RichTIFFIPTC data typeAngel Sánchez2019-12-161-1/+1
|/
* webp in tiffNorman Barker2018-10-051-0/+4
* Add tag and pseudo-tag definitions for ESRI LERC codec (out of tree codec who...Even Rouault2018-07-051-1/+6
* Add ZSTD compression codecEven Rouault2017-12-211-0/+4
* Remove all $Id and $Headers comments with CVS versionsEven Rouault2017-11-301-2/+0
* * libtiff/tif_dirinfo.c, tif_dirread.c: add _TIFFCheckFieldIsValidForCodec(),Even Rouault2017-06-011-1/+104
* Cast away unused return value from snprintf() to possibly eliminate a compila...Bob Friesenhahn2016-11-181-2/+2
* * libtiff/*: upstream typo fixes (mostly contributed by Kurt Schwehr)Even Rouault2016-01-231-3/+3
* * libtiff/tif_write.c: TIFFWriteEncodedStrip() and TIFFWriteEncodedTile()Even Rouault2015-12-121-1/+9
* * libtiff/tif_dirinfo.c: const'ify tiffFields, exifFields,Even Rouault2015-12-061-11/+11
* * libtiff/tif_dir.c, libtiff/tif_dirinfo.c, libtiff/tif_compress.c,Even Rouault2015-10-281-2/+2
* Consistently indent tiffFields.Bob Friesenhahn2014-05-071-14/+14
* * libtiff/tif_dirinfo.c (TIFFField) : Fix data type forBob Friesenhahn2014-05-071-3/+3
* Actually apply TIFF/EP tags I thought I had done earlier (bug #2457)Frank Warmerdam2014-04-021-1/+3
* Replace sprintf with snprintf, to fix CVE-2013-1961.Tom Lane2013-05-021-2/+2
* * libtiff{tiff.h, tif_print.c, tif_dirinfo.c, tif_dirread.c}: AddBob Friesenhahn2012-08-191-3/+17
* Add accessor functions for the opaque type TIFFField.Tom Lane2012-07-291-1/+37
* Comment out set but not used variables which annoy GCC 4.7Bob Friesenhahn2012-07-061-3/+3
* restore TIFFMergeFieldInfo (#2315)Frank Warmerdam2011-05-171-1/+71
* Remove obsolete field info api, add missing items in libtiff.def (#2315, #2316)Frank Warmerdam2011-04-201-140/+1
* Added support for TIFFTAG_SMINSAMPLEVALUE and TIFFTAG_SMAXSAMPLEVALUE to haveOlivier Paquet2011-01-241-1/+3
* Don't use assertions in _TIFFFieldWithTag() and _TIFFFieldWithName() if theAndrey Kiselev2010-07-061-5/+1
* fix invocation of tagcompare function (#2201)Frank Warmerdam2010-06-131-2/+2
* * libtiff/tif_dirinfo.c: Use correct set_field_type forOlivier Paquet2010-05-081-2/+2
* * libtiff/tif_dirinfo.c: Fixed reading of 4 pixar tags.Olivier Paquet2010-04-201-5/+5
* * libtiff/tif_aux.c (_TIFFCheckRealloc): Improve error message soBob Friesenhahn2010-03-101-1/+8
* Return to handling TIFFTAG_REFERENCEBLACKWHITE as a field in the TIFFFrank Warmerdam2009-11-301-2/+2
* avoid use of system lfind() due to type issues (#1889)Frank Warmerdam2009-01-231-9/+27
* fix some warningsFrank Warmerdam2009-01-221-1/+9
* Clarify comment on lfind().Frank Warmerdam2008-05-261-2/+2
* Use TIFF_SETGET_ASCII for Pixar Texture tagsFrank Warmerdam2008-05-181-3/+3
* Back out accidental change.Bob Friesenhahn2008-05-091-17/+9
* * Makefile.am (ACLOCAL_AMFLAGS): Libtool 2.2.4 does not likeBob Friesenhahn2008-05-091-9/+17
* Fixed description of the TIFFTAG_NUMBEROFINKS tag.Andrey Kiselev2008-04-151-2/+2
* Make nfields variable to be the size_t instead of uint32 inAndrey Kiselev2008-04-141-2/+3
* tif_dirinfo.c: fixed (MSVC) compiler reports about inconsistent use of const ...Joris Van Damme2007-09-241-7/+7
* Make all module name constants static.Andrey Kiselev2007-09-221-9/+9
* _TIFFMergeFields() now only merges in field definitions that are missing.Frank Warmerdam2007-08-241-16/+13
* Always test that tif_fields is not NULL before accessing array elements.Andrey Kiselev2007-07-191-7/+6
* Transition to the new-style tag extending scheme completed.Andrey Kiselev2007-07-121-83/+73
* Properly handle ASCII tag type in backward compatibility section.Andrey Kiselev2007-07-121-3/+6
* Even more work to improve tag extending scheme. tif_fieldinfo member in TIFFAndrey Kiselev2007-07-101-199/+325
* More work on new tag extending scheme. Use the new scheme everywhere.Andrey Kiselev2007-07-091-16/+16
* Rename TIFFMergeField() function into TIFFMergeFields().Andrey Kiselev2007-07-091-5/+5
* TIFFFIeldInfo structure replaced with TIFFField structure. TIFFFieldInfoAndrey Kiselev2007-07-081-34/+193
* Don't pass null pointer into bsearch().Bob Friesenhahn2007-07-041-1/+7
* Move tags TIFFTAG_FAXRECVPARAMS, TIFFTAG_FAXSUBADDRESS, TIFFTAG_FAXRECVTIMEAndrey Kiselev2007-07-041-1/+5
* Don't attempt to bsearch() on NULL tif_fieldinfo.Bob Friesenhahn2007-06-291-1/+7