summaryrefslogtreecommitdiff
path: root/libtiff/tif_dirinfo.c
Commit message (Expand)AuthorAgeFilesLines
* * libtiff/tif_dirinfo.c, tif_dirread.c: add _TIFFCheckFieldIsValidForCodec(),erouault2017-06-011-1/+104
* Cast away unused return value from snprintf() to possibly eliminate a compila...bfriesen2016-11-181-2/+2
* * libtiff/*: upstream typo fixes (mostly contributed by Kurt Schwehr)erouault2016-01-231-3/+3
* * libtiff/tif_write.c: TIFFWriteEncodedStrip() and TIFFWriteEncodedTile()erouault2015-12-121-1/+9
* * libtiff/tif_dirinfo.c: const'ify tiffFields, exifFields,erouault2015-12-061-11/+11
* * libtiff/tif_dir.c, libtiff/tif_dirinfo.c, libtiff/tif_compress.c,erouault2015-10-281-2/+2
* Consistently indent tiffFields.bfriesen2014-05-071-14/+14
* * libtiff/tif_dirinfo.c (TIFFField) : Fix data type forbfriesen2014-05-071-3/+3
* Actually apply TIFF/EP tags I thought I had done earlier (bug #2457)fwarmerdam2014-04-021-1/+3
* Replace sprintf with snprintf, to fix CVE-2013-1961.tgl2013-05-021-2/+2
* * libtiff{tiff.h, tif_print.c, tif_dirinfo.c, tif_dirread.c}: Addbfriesen2012-08-191-3/+17
* Add accessor functions for the opaque type TIFFField.tgl2012-07-291-1/+37
* Comment out set but not used variables which annoy GCC 4.7bfriesen2012-07-061-3/+3
* restore TIFFMergeFieldInfo (#2315)fwarmerdam2011-05-171-1/+71
* Remove obsolete field info api, add missing items in libtiff.def (#2315, #2316)fwarmerdam2011-04-201-140/+1
* Added support for TIFFTAG_SMINSAMPLEVALUE and TIFFTAG_SMAXSAMPLEVALUE to haveolivier2011-01-241-1/+3
* Don't use assertions in _TIFFFieldWithTag() and _TIFFFieldWithName() if thedron2010-07-061-5/+1
* fix invocation of tagcompare function (#2201)fwarmerdam2010-06-131-2/+2
* * libtiff/tif_dirinfo.c: Use correct set_field_type forolivier2010-05-081-2/+2
* * libtiff/tif_dirinfo.c: Fixed reading of 4 pixar tags.olivier2010-04-201-5/+5
* * libtiff/tif_aux.c (_TIFFCheckRealloc): Improve error message sobfriesen2010-03-101-1/+8
* Return to handling TIFFTAG_REFERENCEBLACKWHITE as a field in the TIFFfwarmerdam2009-11-301-2/+2
* avoid use of system lfind() due to type issues (#1889)fwarmerdam2009-01-231-9/+27
* fix some warningsfwarmerdam2009-01-221-1/+9
* Clarify comment on lfind().fwarmerdam2008-05-261-2/+2
* Use TIFF_SETGET_ASCII for Pixar Texture tagsfwarmerdam2008-05-181-3/+3
* Back out accidental change.bfriesen2008-05-091-17/+9
* * Makefile.am (ACLOCAL_AMFLAGS): Libtool 2.2.4 does not likebfriesen2008-05-091-9/+17
* Fixed description of the TIFFTAG_NUMBEROFINKS tag.dron2008-04-151-2/+2
* Make nfields variable to be the size_t instead of uint32 indron2008-04-141-2/+3
* tif_dirinfo.c: fixed (MSVC) compiler reports about inconsistent use of const ...joris2007-09-241-7/+7
* Make all module name constants static.dron2007-09-221-9/+9
* _TIFFMergeFields() now only merges in field definitions that are missing.fwarmerdam2007-08-241-16/+13
* Always test that tif_fields is not NULL before accessing array elements.dron2007-07-191-7/+6
* Transition to the new-style tag extending scheme completed.dron2007-07-121-83/+73
* Properly handle ASCII tag type in backward compatibility section.dron2007-07-121-3/+6
* Even more work to improve tag extending scheme. tif_fieldinfo member in TIFFdron2007-07-101-199/+325
* More work on new tag extending scheme. Use the new scheme everywhere.dron2007-07-091-16/+16
* Rename TIFFMergeField() function into TIFFMergeFields().dron2007-07-091-5/+5
* TIFFFIeldInfo structure replaced with TIFFField structure. TIFFFieldInfodron2007-07-081-34/+193
* Don't pass null pointer into bsearch().bfriesen2007-07-041-1/+7
* Move tags TIFFTAG_FAXRECVPARAMS, TIFFTAG_FAXSUBADDRESS, TIFFTAG_FAXRECVTIMEdron2007-07-041-1/+5
* Don't attempt to bsearch() on NULL tif_fieldinfo.bfriesen2007-06-291-1/+7
* BigTIFF upgrade: insertion of reserved member in TIFFFieldInfo structurejoris2007-06-281-193/+195
* BigTIFF upgrade: misc compiler warnings workarounds and few minor bugfixes, r...joris2007-06-271-13/+13
* BigTIFF upgrade: misc little things, indentation and some compiler warnings w...joris2007-06-261-3/+3
* BigTIFF upgrade: mostly TIFFFieldInfo related stuff, anticipating future tag ...joris2007-06-231-301/+208
* BigTIFF upgrade: misc little thingsjoris2007-06-221-226/+89
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowjoris2007-05-231-124/+128
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowjoris2007-05-151-12/+3