summaryrefslogtreecommitdiff
path: root/libtiff/tif_dir.h
Commit message (Expand)AuthorAgeFilesLines
* * libtiff/tif_dirinfo.c, tif_dirread.c: add _TIFFCheckFieldIsValidForCodec(),erouault2017-06-011-1/+2
* implement optional support for deferred strip/tile offset/size loadingfwarmerdam2011-02-181-1/+29
* Added support for TIFFTAG_SMINSAMPLEVALUE and TIFFTAG_SMAXSAMPLEVALUE to haveolivier2011-01-241-2/+3
* * 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-1/+3
* Transition to the new-style tag extending scheme completed.dron2007-07-121-30/+26
* Remove mis-placed comma.bfriesen2007-07-121-2/+2
* Even more work to improve tag extending scheme. tif_fieldinfo member in TIFFdron2007-07-101-18/+69
* More work on new tag extending scheme. Use the new scheme everywhere.dron2007-07-091-9/+2
* Rename TIFFMergeField() function into TIFFMergeFields().dron2007-07-091-2/+2
* TIFFFIeldInfo structure replaced with TIFFField structure. TIFFFieldInfodron2007-07-081-5/+38
* TIFFTagValue structure moved from the public tiffio.h to private tif_dir.h.dron2007-07-041-1/+8
* BigTIFF upgrade: misc little things, indentation and some compiler warnings w...joris2007-06-261-18/+18
* BigTIFF upgrade: mostly TIFFFieldInfo related stuff, anticipating future tag ...joris2007-06-231-5/+4
* BigTIFF upgrade: misc little things, mostly indentation and unimportant stuffjoris2007-06-211-11/+1
* BigTIFF upgrade: type restoration - not so messy anymorejoris2007-06-121-5/+5
* BigTIFF upgrade in tif_dirwrite.c - still temp messjoris2007-06-081-2/+2
* BigTIFF upgrade in tif_dirwrite.c - still temp messjoris2007-06-071-2/+2
* BigTIFF upgrade in tif_dirwrite.c - still temp messjoris2007-06-061-38/+38
* Finally fix bug http://bugzilla.remotesensing.org/show_bug.cgi?id=1274 bydron2007-04-071-2/+2
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowjoris2007-04-041-13/+12
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowjoris2007-03-311-1/+1
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowjoris2007-03-311-4/+4
* BigTIFF upgrade in progressjoris2007-03-221-4/+4
* BigTIFF upgrade in progressjoris2007-03-171-4/+4
* Added a comments about future development directions.dron2006-10-121-2/+2
* new ojpeg supportjoris2006-04-041-36/+39
* tiffFieldInfo and exifFieldInfo arrays definitions moved back todron2005-12-261-477/+4
* Make InkSet, NumberOfInks, DotRange and StoNits tags custom.dron2005-12-241-20/+13
* Make WhitePoint tag custom.dron2005-12-231-17/+2
* More EXIF tags added.dron2005-12-231-6/+54
* Make RichTIFFIPTC, Photoshop and ICCProfile tags custom.dron2005-12-211-16/+4
* Added more EXIF tags.dron2005-12-121-2/+44
* Make XMLPacket tag custom.dron2005-12-091-13/+2
* Preliminary support to read custom directories. New functions:dron2005-12-091-1/+386
* More work to implement custom directory read support.dron2005-12-071-2/+2
* Make ReferenceBlackWhite tag custom.dron2005-12-071-3/+2
* Make YCbCrCoefficients tag custom.dron2005-12-071-3/+2
* Make FieldOfViewCotangent, MatrixWorldToScreen, MatrixWorldToCamera,dron2005-07-061-15/+7
* Make DocumentName, Artist, HostComputer, ImageDescription, Make, Model,dron2005-06-011-25/+13
* Optimize checking for the strip bounds.dron2004-09-261-3/+4
* Get rid of BSD data types (u_char, u_short, u_int, u_long).dron2004-09-141-3/+5
* Added two new functions TIFFFindFieldInfoByName() and TIFFFieldWithName().dron2004-06-051-5/+7
* *** empty log message ***dron2004-04-201-16/+8
* _TIFFFindOrRegisterdInfo declaration replaced withdron2003-11-181-3/+4
* TIFFDataWidth() moved to tiffio.hdron2002-09-121-2/+1
* move fIELD_CODEC to 66 to avoid overlap with FIELD_CUSTOMwarmerda2002-08-151-3/+4
* use FIELD_CUSTOM mechanism for TIFFTAG_SOFTWAREwarmerda2002-03-271-3/+2
* removed XML_SUPPORT definedbmalloc2002-03-271-4/+2
* added code to implement XMLPACKET tag (enabled by defining XML_SUPPORT in tif...dbmalloc2002-03-241-4/+8