summaryrefslogtreecommitdiff
path: root/libtiff/tif_dir.h
Commit message (Expand)AuthorAgeFilesLines
* Add TIFFDeferStrileArrayWriting() and TIFFForceStrileArrayWriting()Even Rouault2019-05-251-0/+2
* Make defer strile offset/bytecount loading available at runtimeEven Rouault2019-05-101-4/+5
* Add includes to headers to allow them to stand alone.Kurt Schwehr2018-10-241-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/+2
* implement optional support for deferred strip/tile offset/size loadingFrank Warmerdam2011-02-181-1/+29
* Added support for TIFFTAG_SMINSAMPLEVALUE and TIFFTAG_SMAXSAMPLEVALUE to haveOlivier Paquet2011-01-241-2/+3
* * 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-1/+3
* Transition to the new-style tag extending scheme completed.Andrey Kiselev2007-07-121-30/+26
* Remove mis-placed comma.Bob Friesenhahn2007-07-121-2/+2
* Even more work to improve tag extending scheme. tif_fieldinfo member in TIFFAndrey Kiselev2007-07-101-18/+69
* More work on new tag extending scheme. Use the new scheme everywhere.Andrey Kiselev2007-07-091-9/+2
* Rename TIFFMergeField() function into TIFFMergeFields().Andrey Kiselev2007-07-091-2/+2
* TIFFFIeldInfo structure replaced with TIFFField structure. TIFFFieldInfoAndrey Kiselev2007-07-081-5/+38
* TIFFTagValue structure moved from the public tiffio.h to private tif_dir.h.Andrey Kiselev2007-07-041-1/+8
* BigTIFF upgrade: misc little things, indentation and some compiler warnings w...Joris Van Damme2007-06-261-18/+18
* BigTIFF upgrade: mostly TIFFFieldInfo related stuff, anticipating future tag ...Joris Van Damme2007-06-231-5/+4
* BigTIFF upgrade: misc little things, mostly indentation and unimportant stuffJoris Van Damme2007-06-211-11/+1
* BigTIFF upgrade: type restoration - not so messy anymoreJoris Van Damme2007-06-121-5/+5
* BigTIFF upgrade in tif_dirwrite.c - still temp messJoris Van Damme2007-06-081-2/+2
* BigTIFF upgrade in tif_dirwrite.c - still temp messJoris Van Damme2007-06-071-2/+2
* BigTIFF upgrade in tif_dirwrite.c - still temp messJoris Van Damme2007-06-061-38/+38
* Finally fix bug http://bugzilla.remotesensing.org/show_bug.cgi?id=1274 byAndrey Kiselev2007-04-071-2/+2
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowJoris Van Damme2007-04-041-13/+12
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowJoris Van Damme2007-03-311-1/+1
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowJoris Van Damme2007-03-311-4/+4
* BigTIFF upgrade in progressJoris Van Damme2007-03-221-4/+4
* BigTIFF upgrade in progressJoris Van Damme2007-03-171-4/+4
* Added a comments about future development directions.Andrey Kiselev2006-10-121-2/+2
* new ojpeg supportJoris Van Damme2006-04-041-36/+39
* tiffFieldInfo and exifFieldInfo arrays definitions moved back toAndrey Kiselev2005-12-261-477/+4
* Make InkSet, NumberOfInks, DotRange and StoNits tags custom.Andrey Kiselev2005-12-241-20/+13
* Make WhitePoint tag custom.Andrey Kiselev2005-12-231-17/+2
* More EXIF tags added.Andrey Kiselev2005-12-231-6/+54
* Make RichTIFFIPTC, Photoshop and ICCProfile tags custom.Andrey Kiselev2005-12-211-16/+4
* Added more EXIF tags.Andrey Kiselev2005-12-121-2/+44
* Make XMLPacket tag custom.Andrey Kiselev2005-12-091-13/+2
* Preliminary support to read custom directories. New functions:Andrey Kiselev2005-12-091-1/+386
* More work to implement custom directory read support.Andrey Kiselev2005-12-071-2/+2
* Make ReferenceBlackWhite tag custom.Andrey Kiselev2005-12-071-3/+2
* Make YCbCrCoefficients tag custom.Andrey Kiselev2005-12-071-3/+2
* Make FieldOfViewCotangent, MatrixWorldToScreen, MatrixWorldToCamera,Andrey Kiselev2005-07-061-15/+7
* Make DocumentName, Artist, HostComputer, ImageDescription, Make, Model,Andrey Kiselev2005-06-011-25/+13
* Optimize checking for the strip bounds.Andrey Kiselev2004-09-261-3/+4
* Get rid of BSD data types (u_char, u_short, u_int, u_long).Andrey Kiselev2004-09-141-3/+5
* Added two new functions TIFFFindFieldInfoByName() and TIFFFieldWithName().Andrey Kiselev2004-06-051-5/+7
* *** empty log message ***Andrey Kiselev2004-04-201-16/+8
* _TIFFFindOrRegisterdInfo declaration replaced withAndrey Kiselev2003-11-181-3/+4
* TIFFDataWidth() moved to tiffio.hAndrey Kiselev2002-09-121-2/+1