summaryrefslogtreecommitdiff
path: root/libtiff/tif_dir.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'fix_484_TIFFDirectory_32_64_bit' into 'master'Even Rouault2023-05-071-4/+4
|\
| * Fix 484 TIFFDirectory td_fieldsset uses unsigned long which can be 32 or 64 b...Su_Laus2023-02-081-4/+4
* | Even faster TIFFSetDirectory() using IFD list.Su Laus2023-03-261-0/+4
|/
* TIFFCurrentDirectory(), TIFFNumberOfDirectories(), TIFFSetDirectory(), TIFFUn...Even Rouault2022-12-121-2/+2
* Reformatting in libtiff/ using 'pre-commit run'pre-commit run by Even Rouault2022-12-081-215/+240
* Remove vim/emacs formatting footersEven Rouault2022-12-081-10/+0
* Merge branch 'InkNames_NumberOfInks_handling_revised' into 'master'Even Rouault2022-10-121-0/+2
|\
| * Revised handling of TIFFTAG_INKNAMES and related TIFFTAG_NUMBEROFINKS valueSu_Laus2022-08-301-0/+2
* | Improved IFD-Loop Handling (fixes #455)Su Laus2022-10-061-0/+2
|/
* extra flag for anonymous (unknown) tags (fixes #8)Su_Laus2022-04-061-2/+2
* Use standard C99 integer typesRoger Leigh2021-01-211-44/+44
* EXIF 2.32 and GPS tags and functionality upgraded.Su_Laus2020-03-071-0/+2
* Reading of Tiff tags with ID = 0 (like GPSVERSIONID) corrected.Su Laus2019-08-041-0/+1
* 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