summaryrefslogtreecommitdiff
path: root/libtiff/tif_print.c
Commit message (Expand)AuthorAgeFilesLines
* Make defer strile offset/bytecount loading available at runtimeEven Rouault2019-05-101-6/+4
* Fix NULL pointer dereference in TIFFPrintDirectoryHugo Lefeuvre2018-04-111-1/+1
* libtiff/tif_print.c: TIFFPrintDirectory(): fix null pointer dereference on co...Even Rouault2017-12-311-4/+4
* Remove all $Id and $Headers comments with CVS versionsEven Rouault2017-11-301-2/+0
* * libtiff/tif_predict.c, libtiff/tif_print.c: fix printf unsignedEven Rouault2016-11-201-5/+5
* * libtiff/tif_print.c: constify photoNames and orientNames arraysEven Rouault2015-12-061-3/+3
* * libtiff/tif_dir.c, libtiff/tif_dirread.c, libtiff/tif_getimage.c,Even Rouault2015-10-171-2/+8
* Support large files under Windows using tif_unix.c and libtiff tools.Bob Friesenhahn2015-08-191-4/+4
* Fix TIFF_VARIABLE/TIFF_VARIABLE2 confusion in TIFFPrintDirectory.Tom Lane2012-12-121-3/+3
* * libtiff{tiff.h, tif_print.c, tif_dirinfo.c, tif_dirread.c}: AddBob Friesenhahn2012-08-191-2/+4
* be careful about printing corrupt inknames fieldsFrank Warmerdam2012-06-131-4/+17
* avoid pretty printing values without proper rawdataFrank Warmerdam2012-06-081-13/+33
* improve handling of PAGENUMBER, HALFTONEHINTS, YCBCRSUBSAMPLING and DOTRANGEFrank Warmerdam2012-06-061-40/+25
* be careful about whether min/max values per singular or per sampleFrank Warmerdam2012-05-241-3/+5
* fix crash with odd 16bit count types for some custom fieldsFrank Warmerdam2012-05-241-2/+13
* * configure.ac: Support configuring TIFF_INT64_FORMAT andBob Friesenhahn2011-04-021-7/+7
* implement optional support for deferred strip/tile offset/size loadingFrank Warmerdam2011-02-181-1/+6
* remove unused variableFrank Warmerdam2011-02-111-3/+1
* Added support for TIFFTAG_SMINSAMPLEVALUE and TIFFTAG_SMAXSAMPLEVALUE to haveOlivier Paquet2011-01-241-7/+13
* * libtiff/tif_print.c: Fixed printing of TIFFTAG_REFERENCEBLACKWHITE whichOlivier Paquet2010-05-061-12/+8
* * libtiff/tif_aux.c (_TIFFCheckRealloc): Improve error message soBob Friesenhahn2010-03-101-1/+8
* * libtiff/tif_print.c (TIFFPrintDirectory): Apply fix from JayBob Friesenhahn2009-08-241-2/+2
* Use "%I64d" printf() formatter instead of "%lld" with MSVC compiler.Andrey Kiselev2007-07-191-15/+53
* More work on new tag extending scheme. Use the new scheme everywhere.Andrey Kiselev2007-07-091-10/+12
* BigTIFF upgrade: misc compiler warnings workarounds and few minor bugfixes, r...Joris Van Damme2007-06-271-2/+2
* BigTIFF upgrade: misc little things, mostly indentation and unimportant stuffJoris Van Damme2007-06-211-99/+100
* BigTIFF upgrade: type restoration - not so messy anymoreJoris Van Damme2007-06-121-3/+3
* BigTIFF upgrade in tif_dirwrite.c - still temp messJoris Van Damme2007-06-081-2/+2
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowJoris Van Damme2007-05-301-12/+3
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowJoris Van Damme2007-04-101-2/+2
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowJoris Van Damme2007-04-041-8/+8
* 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-7/+7
* * libtiff/{tif_dirinfo.c, tif_print.c} : Fix crash inBob Friesenhahn2006-06-031-2/+2
* Memory leak fixed.Andrey Kiselev2006-03-131-2/+5
* Properly read TIFFTAG_PAGENUMBER, TIFFTAG_HALFTONEHINTS,Andrey Kiselev2006-02-231-7/+32
* Make InkSet, NumberOfInks, DotRange and StoNits tags custom.Andrey Kiselev2005-12-241-22/+23
* Make WhitePoint tag custom.Andrey Kiselev2005-12-231-4/+4
* Make RichTIFFIPTC, Photoshop and ICCProfile tags custom.Andrey Kiselev2005-12-211-12/+20
* Make XMLPacket tag custom.Andrey Kiselev2005-12-091-19/+22
* Split the _TIFFPrintField() function from the TIFFPrintDirectory().Andrey Kiselev2005-12-071-57/+89
* avoid signed/unsigned warningFrank Warmerdam2005-08-121-2/+2
* Fixed printing of the BYTE and SBYTE arrays.Andrey Kiselev2005-07-251-12/+11
* Make FieldOfViewCotangent, MatrixWorldToScreen, MatrixWorldToCamera,Andrey Kiselev2005-07-061-38/+1
* Make DocumentName, Artist, HostComputer, ImageDescription, Make, Model,Andrey Kiselev2005-06-011-25/+1
* TIFFFetchByteArray() returns uint16 array when fetching the BYTE and SBYTEAndrey Kiselev2005-05-251-3/+3
* Avoid warnings.Andrey Kiselev2005-04-081-2/+2
* Handle all data types in custom tags.Andrey Kiselev2005-03-211-5/+10
* More improvements in custom tag handling code.Andrey Kiselev2005-03-181-6/+11
* Added EXIF related tags.Andrey Kiselev2005-03-171-72/+72