summaryrefslogtreecommitdiff
path: root/libtiff/tif_print.c
Commit message (Expand)AuthorAgeFilesLines
* Reformatting in libtiff/ using 'pre-commit run'pre-commit run by Even Rouault2022-12-081-632/+689
* Remove vim/emacs formatting footersEven Rouault2022-12-081-9/+0
* Convert uses of _TIFFmalloc/realloc/calloc/free to the Ext functionsEven Rouault2022-11-231-3/+3
* Revised handling of TIFFTAG_INKNAMES and related TIFFTAG_NUMBEROFINKS valueSu_Laus2022-08-301-0/+4
* Deal with RichTIFFIPTC tag written with LONG type (fixes #225)Even Rouault2022-08-091-5/+1
* Public functions TIFFFieldSetGetSize() and TIFFieldSetGetCountSize() added.Su Laus2022-05-141-2/+2
* extra flag for anonymous (unknown) tags (fixes #8)Su_Laus2022-04-061-2/+2
* TIFFPrintDirectory(): avoid potential multi-threading issue when reading the ...Even Rouault2022-02-201-1/+1
* Fix Issue #354 Segmentation Fault due to field_name=NULLSu_Laus2021-12-281-2/+2
* Added missing null check.Dirk Lemstra2021-11-281-2/+2
* tif_print.c: remove duplicated if() in previous commitEven Rouault2021-11-261-2/+0
* Fix Segmentation fault printing GPS directory if Altitude tag is present (tif...Su Laus2021-11-261-6/+14
* tiffinfo/tiffdump: improve output for GDAL tagsEven Rouault2021-05-031-2/+22
* libtiff: Use PRI format flags and remove unnecessary castsRoger Leigh2021-01-281-100/+63
* Use standard C99 integer typesRoger Leigh2021-01-211-32/+32
* 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