summaryrefslogtreecommitdiff
path: root/libtiff/tif_write.c
Commit message (Expand)AuthorAgeFilesLines
* * libtiff/tif_write.c: fix misleading indentation as warned by GCC.erouault2016-12-031-16/+16
* * tools/tiffcrop.c: fix various out-of-bounds write vulnerabilitieserouault2016-09-231-1/+8
* * libtiff/tif_read.c: make TIFFReadEncodedStrip() anderouault2016-07-031-4/+38
* * libtiff/tif_write.c: TIFFWriteEncodedStrip() and TIFFWriteEncodedTile()erouault2015-12-121-3/+3
* (TIFFWriteScanline): Fix Coverity 715979 "Division or modulo bybfriesen2015-06-071-1/+5
* (TIFFWriteRawStrip): Fix Coverity 715978 "Division or modulo bybfriesen2015-06-071-1/+5
* (TIFFWriteEncodedTile): Fix Coverity 715976 and 715977 "Divisionbfriesen2015-06-071-5/+14
* * libtiff/tif_write.c (TIFFWriteEncodedStrip): Fix Coverity 715975bfriesen2015-06-071-1/+6
* avoid type cast warningsfwarmerdam2013-01-181-5/+5
* fix bug rewriting image tiles in a compressed file (gdal #4771)fwarmerdam2012-08-131-9/+31
* implement optional support for deferred strip/tile offset/size loadingfwarmerdam2011-02-181-1/+3
* * libtiff/tif_aux.c (_TIFFCheckRealloc): Improve error message sobfriesen2010-03-101-1/+8
* do not override planar config if set (#2057)fwarmerdam2009-06-031-2/+3
* * libtiff/tiffio.h: Undeprecate toff_t and restore its use in thebfriesen2008-12-301-2/+2
* Keep track of TIFF_DIRTYSTRIP separately from TIFF_DIRTYDIRECT to indicatefwarmerdam2007-12-311-2/+11
* introduce TIFF_BUF4WRITE flag to mark rawcc buffer as for writingfwarmerdam2007-11-231-2/+9
* avoid corruption risk with write-in-same-location logicfwarmerdam2007-11-021-51/+40
* changed some more incorrect %lud printf flags to %lujoris2007-10-011-2/+2
* added maximum file size overflow check to avoid writing bad classictiff > 4 gigjoris2007-07-111-58/+65
* BigTIFF upgrade: type restoration - not so messy anymorejoris2007-06-121-16/+16
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowjoris2007-04-041-57/+66
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowjoris2007-03-311-115/+105
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowjoris2007-03-311-126/+128
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowjoris2007-03-281-10/+10
* clear sorted flag if we move a strip/tile - bug 1359fwarmerdam2006-11-201-61/+62
* Small code rearrangement in TIFFWriteScanline() to avoid crash as per bugdron2006-02-271-15/+13
* *** empty log message ***joris2005-12-211-16/+16
* Fixed setting of planar config as per bug report from Joris.fwarmerdam2005-10-151-2/+2
* Do not check the PlanarConfiguration field in the TIFFWriteCheck() function indron2005-07-211-6/+16
* Fixed wrong if() statement in TIFFAppendToStrip() function as per bugdron2004-11-051-2/+3
* Handle the zero strip/tile sizes properly (Dmitry V. Levin, Marcus Meissner).dron2004-10-121-2/+2
* Added checks for failed memory allocations andinteger overflowsdron2004-10-021-2/+5
* Optimize checking for the strip bounds.dron2004-09-261-9/+21
* Potential memory leak fixed in TIFFGrowStrips() (found by Dmitry V. Levin).dron2004-09-251-10/+15
* Get rid of BSD data types (u_char, u_short, u_int, u_long).dron2004-09-141-8/+10
* Allow in-place updating of the compressed images (don't work properly withdron2004-04-141-33/+37
* Fixed reporting size of the buffer in case of stripped image indron2004-01-201-2/+2
* ensure byte swapping is applied on write if needed - bug 171warmerda2003-08-051-1/+13
* Dont allow writing image data to preexisting compressed TIFF imageswarmerda2003-01-311-1/+19
* TIFFWriteScanline() now explicitly sets the tif_row value instead of justwarmerda2002-07-311-2/+4
* TIFFCheckpointDirectory() routine added.dron2002-04-091-3/+2
* fixed passing -1 as cc into TIFFWriteEncodedTiles()warmerda2000-02-111-2/+2
* clarified some toff_t/tsize_t casting problemswarmerda2000-01-281-2/+2
* BUFFERCHECK will setup the buffer if rawdata is NULL, even if the bufferwarmerda2000-01-281-4/+5
* Added REWRITE_HACK code to support rewriting existing fixed sizewarmerda1999-11-301-1/+31
* Initial revisionmike1999-07-271-0/+628