summaryrefslogtreecommitdiff
path: root/libtiff/tif_dir.c
Commit message (Expand)AuthorAgeFilesLines
* * libtiff/tif_dir.c: avoid potential null pointer dereference inerouault2017-07-111-1/+3
* * libtiff/tif_read.c: _TIFFVSetField(): fix outside range cast of double toerouault2017-05-171-2/+2
* * libtiff/tif_dir.c, tif_dirread.c, tif_dirwrite.c: implement various clampingserouault2017-01-111-5/+15
* * tools/tif_dir.c: when TIFFGetField(, TIFFTAG_NUMBEROFINKS, ) is called,erouault2016-12-031-1/+27
* * libtiff/tif_dir.c: discard values of SMinSampleValue anderouault2016-10-251-1/+23
* * libtiff/*.c: fix warnings raised by clang 3.9 -Wcommaerouault2016-09-041-3/+5
* * libtiff/*: upstream typo fixes (mostly contributed by Kurt Schwehr)erouault2016-01-231-5/+5
* * libtiff/*.c: fix clang -Wshorten-64-to-32 warningserouault2015-11-181-3/+3
* * libtiff/tif_dir.c, libtiff/tif_dirinfo.c, libtiff/tif_compress.c,erouault2015-10-281-3/+3
* * libtiff/tif_dir.c, libtiff/tif_dirread.c, libtiff/tif_getimage.c,erouault2015-10-171-34/+34
* * libtiff/tif_dir.c (TIFFNumberOfDirectories): Quiet Coveritybfriesen2015-05-311-3/+5
* * libtiff/tif_dir.c (TIFFNumberOfDirectories): Don't depend on ++bfriesen2015-05-311-4/+7
* * libtiff/tif_dir.c: in TIFFDefaultDirectory(), reset any already existingerouault2014-12-271-2/+14
* Fix various crasher bugs on fuzzed images.erouault2014-12-211-3/+20
* * libtiff/tif_lzw.c: prevent potential null dereference oferouault2014-11-201-6/+9
* fix last fix to TIFFNumberOfDirectories()fwarmerdam2013-11-301-2/+2
* Error out on directory counting overflow.fwarmerdam2013-10-211-2/+10
* * libtiff/tif_dir.c (TIFFAdvanceDirectory): If nextdir is found tobfriesen2013-09-131-1/+2
* declare variables before any action statements for backwards compiler compat.fwarmerdam2012-06-141-2/+2
* add TIFFCreate{Custom,EXIF}Directory() functionsfwarmerdam2012-06-061-1/+30
* avoid special handling of PAGENUMBER, HALFTONEHINTS, YCBCRSUBSAMPLING and DOT...fwarmerdam2012-06-061-161/+159
* fix handling of tags in custom directories which happen to match standard tag...fwarmerdam2012-05-301-6/+27
* avoid one byte past end of ink names reading in some casesfwarmerdam2012-05-241-4/+8
* adjustments for security/null pointer issues - I do not think any of them are...fwarmerdam2012-02-011-8/+16
* implement optional support for deferred strip/tile offset/size loadingfwarmerdam2011-02-181-1/+8
* Added support for TIFFTAG_SMINSAMPLEVALUE and TIFFTAG_SMAXSAMPLEVALUE to haveolivier2011-01-241-5/+55
* *** empty log message ***dron2010-07-021-2/+4
* * libtiff/tif_dir.c (_TIFFVSetField): Add a special error case forbfriesen2010-04-101-4/+16
* 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
* Return to handling TIFFTAG_REFERENCEBLACKWHITE as a field in the TIFFfwarmerdam2009-11-301-1/+9
* initialize tv variable to avoid warningfwarmerdam2009-01-231-2/+2
* * libtiff/tiffio.h: GCC will now validate format specificationsbfriesen2008-12-311-3/+3
* introduce TIFFUnsetField() functionfwarmerdam2008-12-211-1/+42
* fix typo in last fixfwarmerdam2007-11-231-2/+2
* introduce TIFF_BUF4WRITE flag to mark rawcc buffer as for writingfwarmerdam2007-11-231-2/+2
* Transition to the new-style tag extending scheme completed.dron2007-07-121-4/+4
* More work on new tag extending scheme. Use the new scheme everywhere.dron2007-07-091-13/+16
* Unused TIFFReassignTagToIgnore() function and TIFFIgnoreSense enumerationdron2007-07-041-51/+1
* BigTIFF upgrade: misc compiler warnings workarounds and few minor bugfixes, r...joris2007-06-271-34/+38
* BigTIFF upgrade: solution for uint16 through variable argument listjoris2007-06-271-25/+25
* BigTIFF upgrade: misc compiler warnings workarounds and few minor bugfixesjoris2007-06-261-5/+5
* BigTIFF upgrade: misc little things, mostly indentation and unimportant stuffjoris2007-06-261-318/+316
* BigTIFF upgrade: misc little thingsjoris2007-06-231-7/+51
* BigTIFF upgrade: mostly TIFFFieldInfo related stuff, anticipating future tag ...joris2007-06-231-5/+4
* BigTIFF upgrade: type restoration - not so messy anymorejoris2007-06-121-24/+24
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowjoris2007-05-241-177/+194
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowjoris2007-05-111-6/+5
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowjoris2007-04-191-58/+58
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowjoris2007-04-091-2/+4