summaryrefslogtreecommitdiff
path: root/libtiff/tif_dirwrite.c
Commit message (Expand)AuthorAgeFilesLines
* Comment out set but not used variables which annoy GCC 4.7bfriesen2012-07-061-3/+3
* implement optional support for deferred strip/tile offset/size loadingfwarmerdam2011-02-181-1/+4
* Added support for TIFFTAG_SMINSAMPLEVALUE and TIFFTAG_SMAXSAMPLEVALUE to haveolivier2011-01-241-3/+112
* * libtiff/tif_dirwrite.c: Fixed writing of TIFFTAG_REFERENCEBLACKWHITE.olivier2010-12-311-1/+6
* enable reading of very large strips in chunks (gdal #3514)fwarmerdam2010-04-021-1/+3
* * libtiff/tif_aux.c (_TIFFCheckRealloc): Improve error message sobfriesen2010-03-101-1/+8
* fix byte swapping of next directory offset (#1924)fwarmerdam2009-01-231-1/+5
* * tools/thumbnail.c: Eliminate crash noticed while running testbfriesen2008-12-301-3/+4
* modified to write IFDs as either IFD8 or IFD depending on whether the filefwarmerdam2008-09-011-2/+65
* fix alignment problems for architectures like Sparc (#1892)fwarmerdam2008-06-011-5/+10
* Get rid of some of "dereferencing type-punned" warnings by convertingdron2008-04-141-4/+4
* TIFFRewriteField() renamed into _TIFFRewriteField() and moved out from thedron2008-04-101-11/+13
* add extra casts in TIFFRewriteField to avoid warningsfwarmerdam2008-01-071-3/+3
* ifdef out unused functionsfwarmerdam2008-01-011-7/+74
* added TIFFRewriteField()fwarmerdam2007-12-311-2/+349
* introduce TIFF_BUF4WRITE flag to mark rawcc buffer as for writingfwarmerdam2007-11-231-6/+6
* avoid extra tile info write in TIFFWriteDirectory()fwarmerdam2007-11-021-3/+8
* tif_dirread.c: Logical cast working around compiler warning; tif_read.c: Corr...joris2007-09-281-2/+2
* Correct comment about tag counting in TIFFWriteDirectoryTagLongLong8Array.fwarmerdam2007-09-211-3/+4
* always write strip/tile offsets as long8 in bigtifffwarmerdam2007-09-201-43/+56
* Write the tif_nextdiroff value instead of a fixed zero when writingfwarmerdam2007-08-241-3/+3
* Even more work to improve tag extending scheme. tif_fieldinfo member in TIFFdron2007-07-101-2/+2
* TIFFFIeldInfo structure replaced with TIFFField structure. TIFFFieldInfodron2007-07-081-5/+4
* BigTIFF upgrade: fix to not write TileOffsets and TileByteCounts with datatyp...joris2007-07-061-7/+69
* BigTIFF upgrade: misc compiler warnings workarounds and few minor bugfixes, r...joris2007-06-271-416/+16
* All makefile templates regenerated.dron2007-06-271-1/+411
* BigTIFF upgrade: misc compiler warnings workarounds and few minor bugfixesjoris2007-06-261-4/+4
* BigTIFF upgrade: misc little things, indentation and some compiler warnings w...joris2007-06-261-7/+18
* BigTIFF upgrade: last minute correction to do with directory writingjoris2007-06-151-1/+62
* BigTIFF upgrade: finalisation of tif_dirwrite.cjoris2007-06-131-440/+389
* BigTIFF upgrade: type restoration - not so messy anymorejoris2007-06-121-49/+49
* BigTIFF upgrade in tif_dirwrite.c - still temp messjoris2007-06-121-1044/+159
* BigTIFF upgrade in tif_dirwrite.c - still temp messjoris2007-06-081-32/+276
* BigTIFF upgrade in tif_dirwrite.c - still temp messjoris2007-06-071-62/+846
* BigTIFF upgrade in tif_dirwrite.c - still temp messjoris2007-06-061-106/+729
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowjoris2007-04-041-5/+5
* 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-10/+10
* BigTIFF upgrade in progressjoris2007-03-221-10/+21
* BigTIFF upgrade in progressjoris2007-03-171-105/+124
* (1) take care not to flush out buffer of strip/tilefwarmerdam2006-07-201-4/+10
* Initial (very) preliminary implementation of the TIFFWriteCustomDirectory().dron2006-06-241-25/+165
* *** empty log message ***joris2006-03-251-49/+48
* Properly write TIFFTAG_DOTRANGE tag as per bugdron2006-02-231-2/+7
* Make InkSet, NumberOfInks, DotRange and StoNits tags custom.dron2005-12-241-2/+1
* *** empty log message ***joris2005-12-231-2/+2
* *** empty log message ***joris2005-12-211-21/+21
* Avoid warnings.dron2005-11-231-4/+5
* Replace #if with the #ifdef.dron2005-07-121-4/+4
* Use tdir_count when calling TIFFCvtNativeToIEEEDouble() in thedron2005-05-261-2/+2