summaryrefslogtreecommitdiff
path: root/libtiff/tif_write.c
Commit message (Expand)AuthorAgeFilesLines
* TIFFWriteCheck(): call TIFFForceStrileArrayWriting() when needed (should have...Even Rouault2019-07-091-0/+14
* Replace 'stripped' by 'striped' in error messagesEven Rouault2019-05-251-1/+1
* Make defer strile offset/bytecount loading available at runtimeEven Rouault2019-05-101-27/+27
* TIFFWriteEncodedStrip/TIFFWriteEncodedTile: fix rewriting of LZW-compressed dataEven Rouault2019-04-111-37/+35
* TIFFSetupStrips(): avoid potential uint32 overflow on 32-bit systems with lar...Even Rouault2018-08-151-2/+4
* Remove all $Id and $Headers comments with CVS versionsEven Rouault2017-11-301-2/+0
* * libtiff/tif_write.c: fix misleading indentation as warned by GCC.Even Rouault2016-12-031-16/+16
* * tools/tiffcrop.c: fix various out-of-bounds write vulnerabilitiesEven Rouault2016-09-231-1/+8
* * libtiff/tif_read.c: make TIFFReadEncodedStrip() andEven Rouault2016-07-031-4/+38
* * libtiff/tif_write.c: TIFFWriteEncodedStrip() and TIFFWriteEncodedTile()Even Rouault2015-12-121-3/+3
* (TIFFWriteScanline): Fix Coverity 715979 "Division or modulo byBob Friesenhahn2015-06-071-1/+5
* (TIFFWriteRawStrip): Fix Coverity 715978 "Division or modulo byBob Friesenhahn2015-06-071-1/+5
* (TIFFWriteEncodedTile): Fix Coverity 715976 and 715977 "DivisionBob Friesenhahn2015-06-071-5/+14
* * libtiff/tif_write.c (TIFFWriteEncodedStrip): Fix Coverity 715975Bob Friesenhahn2015-06-071-1/+6
* avoid type cast warningsFrank Warmerdam2013-01-181-5/+5
* fix bug rewriting image tiles in a compressed file (gdal #4771)Frank Warmerdam2012-08-131-9/+31
* implement optional support for deferred strip/tile offset/size loadingFrank Warmerdam2011-02-181-1/+3
* * libtiff/tif_aux.c (_TIFFCheckRealloc): Improve error message soBob Friesenhahn2010-03-101-1/+8
* do not override planar config if set (#2057)Frank Warmerdam2009-06-031-2/+3
* * libtiff/tiffio.h: Undeprecate toff_t and restore its use in theBob Friesenhahn2008-12-301-2/+2
* Keep track of TIFF_DIRTYSTRIP separately from TIFF_DIRTYDIRECT to indicateFrank Warmerdam2007-12-311-2/+11
* introduce TIFF_BUF4WRITE flag to mark rawcc buffer as for writingFrank Warmerdam2007-11-231-2/+9
* avoid corruption risk with write-in-same-location logicFrank Warmerdam2007-11-021-51/+40
* changed some more incorrect %lud printf flags to %luJoris Van Damme2007-10-011-2/+2
* added maximum file size overflow check to avoid writing bad classictiff > 4 gigJoris Van Damme2007-07-111-58/+65
* BigTIFF upgrade: type restoration - not so messy anymoreJoris Van Damme2007-06-121-16/+16
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowJoris Van Damme2007-04-041-57/+66
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowJoris Van Damme2007-03-311-115/+105
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowJoris Van Damme2007-03-311-126/+128
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowJoris Van Damme2007-03-281-10/+10
* clear sorted flag if we move a strip/tile - bug 1359Frank Warmerdam2006-11-201-61/+62
* Small code rearrangement in TIFFWriteScanline() to avoid crash as per bugAndrey Kiselev2006-02-271-15/+13
* *** empty log message ***Joris Van Damme2005-12-211-16/+16
* Fixed setting of planar config as per bug report from Joris.Frank Warmerdam2005-10-151-2/+2
* Do not check the PlanarConfiguration field in the TIFFWriteCheck() function inAndrey Kiselev2005-07-211-6/+16
* Fixed wrong if() statement in TIFFAppendToStrip() function as per bugAndrey Kiselev2004-11-051-2/+3
* Handle the zero strip/tile sizes properly (Dmitry V. Levin, Marcus Meissner).Andrey Kiselev2004-10-121-2/+2
* Added checks for failed memory allocations andinteger overflowsAndrey Kiselev2004-10-021-2/+5
* Optimize checking for the strip bounds.Andrey Kiselev2004-09-261-9/+21
* Potential memory leak fixed in TIFFGrowStrips() (found by Dmitry V. Levin).Andrey Kiselev2004-09-251-10/+15
* Get rid of BSD data types (u_char, u_short, u_int, u_long).Andrey Kiselev2004-09-141-8/+10
* Allow in-place updating of the compressed images (don't work properly withAndrey Kiselev2004-04-141-33/+37
* Fixed reporting size of the buffer in case of stripped image inAndrey Kiselev2004-01-201-2/+2
* ensure byte swapping is applied on write if needed - bug 171Frank Warmerdam2003-08-051-1/+13
* Dont allow writing image data to preexisting compressed TIFF imagesFrank Warmerdam2003-01-311-1/+19
* TIFFWriteScanline() now explicitly sets the tif_row value instead of justFrank Warmerdam2002-07-311-2/+4
* TIFFCheckpointDirectory() routine added.Andrey Kiselev2002-04-091-3/+2
* fixed passing -1 as cc into TIFFWriteEncodedTiles()Frank Warmerdam2000-02-111-2/+2
* clarified some toff_t/tsize_t casting problemsFrank Warmerdam2000-01-281-2/+2
* BUFFERCHECK will setup the buffer if rawdata is NULL, even if the bufferFrank Warmerdam2000-01-281-4/+5