summaryrefslogtreecommitdiff
path: root/libtiff/tif_dir.c
Commit message (Expand)AuthorAgeFilesLines
* Make defer strile offset/bytecount loading available at runtimeEven Rouault2019-05-101-6/+7
* move _TIFFClampDoubleToFloat() to tif_aux.cThomas Bernard2019-02-121-15/+5
* Fix warning (use of uninitialized value) added per d0a842c5dbad2609aed43c701a...Even Rouault2019-02-021-12/+16
* tif_dir: unset transferfunction field if necessaryHugo Lefeuvre2018-12-141-0/+22
* libtiff/tif_dir.c: _TIFFVGetField(): fix heap out-of-bounds access when reque...Even Rouault2017-12-311-12/+12
* tiff2pdf: Fix CVE-2017-9935Brian May2017-12-111-0/+3
* Remove all $Id and $Headers comments with CVS versionsEven Rouault2017-11-301-2/+0
* * libtiff/tif_dir.c: avoid potential null pointer dereference inEven Rouault2017-07-111-1/+3
* * libtiff/tif_read.c: _TIFFVSetField(): fix outside range cast of double toEven Rouault2017-05-171-2/+2
* * libtiff/tif_dir.c, tif_dirread.c, tif_dirwrite.c: implement various clampingsEven Rouault2017-01-111-5/+15
* * tools/tif_dir.c: when TIFFGetField(, TIFFTAG_NUMBEROFINKS, ) is called,Even Rouault2016-12-031-1/+27
* * libtiff/tif_dir.c: discard values of SMinSampleValue andEven Rouault2016-10-251-1/+23
* * libtiff/*.c: fix warnings raised by clang 3.9 -WcommaEven Rouault2016-09-041-3/+5
* * libtiff/*: upstream typo fixes (mostly contributed by Kurt Schwehr)Even Rouault2016-01-231-5/+5
* * libtiff/*.c: fix clang -Wshorten-64-to-32 warningsEven Rouault2015-11-181-3/+3
* * libtiff/tif_dir.c, libtiff/tif_dirinfo.c, libtiff/tif_compress.c,Even Rouault2015-10-281-3/+3
* * libtiff/tif_dir.c, libtiff/tif_dirread.c, libtiff/tif_getimage.c,Even Rouault2015-10-171-34/+34
* * libtiff/tif_dir.c (TIFFNumberOfDirectories): Quiet CoverityBob Friesenhahn2015-05-311-3/+5
* * libtiff/tif_dir.c (TIFFNumberOfDirectories): Don't depend on ++Bob Friesenhahn2015-05-311-4/+7
* * libtiff/tif_dir.c: in TIFFDefaultDirectory(), reset any already existingEven Rouault2014-12-271-2/+14
* Fix various crasher bugs on fuzzed images.Even Rouault2014-12-211-3/+20
* * libtiff/tif_lzw.c: prevent potential null dereference ofEven Rouault2014-11-201-6/+9
* fix last fix to TIFFNumberOfDirectories()Frank Warmerdam2013-11-301-2/+2
* Error out on directory counting overflow.Frank Warmerdam2013-10-211-2/+10
* * libtiff/tif_dir.c (TIFFAdvanceDirectory): If nextdir is found toBob Friesenhahn2013-09-131-1/+2
* declare variables before any action statements for backwards compiler compat.Frank Warmerdam2012-06-141-2/+2
* add TIFFCreate{Custom,EXIF}Directory() functionsFrank Warmerdam2012-06-061-1/+30
* avoid special handling of PAGENUMBER, HALFTONEHINTS, YCBCRSUBSAMPLING and DOT...Frank Warmerdam2012-06-061-161/+159
* fix handling of tags in custom directories which happen to match standard tag...Frank Warmerdam2012-05-301-6/+27
* avoid one byte past end of ink names reading in some casesFrank Warmerdam2012-05-241-4/+8
* adjustments for security/null pointer issues - I do not think any of them are...Frank Warmerdam2012-02-011-8/+16
* implement optional support for deferred strip/tile offset/size loadingFrank Warmerdam2011-02-181-1/+8
* Added support for TIFFTAG_SMINSAMPLEVALUE and TIFFTAG_SMAXSAMPLEVALUE to haveOlivier Paquet2011-01-241-5/+55
* *** empty log message ***Andrey Kiselev2010-07-021-2/+4
* * libtiff/tif_dir.c (_TIFFVSetField): Add a special error case forBob Friesenhahn2010-04-101-4/+16
* enable reading of very large strips in chunks (gdal #3514)Frank Warmerdam2010-04-021-1/+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/+9
* initialize tv variable to avoid warningFrank Warmerdam2009-01-231-2/+2
* * libtiff/tiffio.h: GCC will now validate format specificationsBob Friesenhahn2008-12-311-3/+3
* introduce TIFFUnsetField() functionFrank Warmerdam2008-12-211-1/+42
* fix typo in last fixFrank Warmerdam2007-11-231-2/+2
* introduce TIFF_BUF4WRITE flag to mark rawcc buffer as for writingFrank Warmerdam2007-11-231-2/+2
* Transition to the new-style tag extending scheme completed.Andrey Kiselev2007-07-121-4/+4
* More work on new tag extending scheme. Use the new scheme everywhere.Andrey Kiselev2007-07-091-13/+16
* Unused TIFFReassignTagToIgnore() function and TIFFIgnoreSense enumerationAndrey Kiselev2007-07-041-51/+1
* BigTIFF upgrade: misc compiler warnings workarounds and few minor bugfixes, r...Joris Van Damme2007-06-271-34/+38
* BigTIFF upgrade: solution for uint16 through variable argument listJoris Van Damme2007-06-271-25/+25
* BigTIFF upgrade: misc compiler warnings workarounds and few minor bugfixesJoris Van Damme2007-06-261-5/+5
* BigTIFF upgrade: misc little things, mostly indentation and unimportant stuffJoris Van Damme2007-06-261-318/+316