summaryrefslogtreecommitdiff
path: root/libtiff/tif_read.c
Commit message (Expand)AuthorAgeFilesLines
* * libtiff/tif_read.c: TIFFFillStrip() / TIFFFillTile().erouault2017-07-151-35/+42
* Commit files that should have gone with previous commiterouault2017-07-041-1/+72
* * libtiff/tif_read.c: TIFFStartTile(): set tif_rawcc toerouault2017-07-021-2/+5
* * libtiff/tif_read.c, tiffiop.h: add a _TIFFReadEncodedStripAndAllocBuffer()erouault2017-06-301-12/+68
* * libtiff/tif_read.c: TIFFFillTile(): add limitation to the numbererouault2017-06-301-1/+34
* * libtiff/tiffiop.h, libtiff/tif_jpeg.c, libtiff/tif_jpeg_12.c,erouault2017-06-291-3/+22
* * libtiff/tif_read.c: update tif_rawcc in CHUNKY_STRIP_READ_SUPPORTerouault2017-05-131-2/+8
* * libtiff/tif_read.c: TIFFFillStripPartial():erouault2017-05-121-122/+130
* * libtiff/tif_read.c: TIFFFillStripPartial() / TIFFSeek(),erouault2017-05-121-4/+23
* Rename variable added in previous commit to avoid symbol clasherouault2017-05-101-5/+5
* * libtiff/tif_read.c: TIFFFillStrip() and TIFFFillTile():erouault2017-05-101-13/+184
* * libtiff/tif_read.c: TIFFFillStrip(): add limitation to the numbererouault2017-05-101-1/+34
* * libtiff/tiffiop.h, tif_unix.c, tif_win32.c, tif_vms.c: add _TIFFcalloc()erouault2017-01-111-2/+4
* Initialize variable to fix MSVC warning (caused by previous commit)erouault2017-01-111-2/+2
* * libtiff/tif_read.c: avoid potential undefined behaviour on signed integererouault2017-01-111-10/+19
* * libtiff/tif_read.c, libtiff/tiffiop.h: fix uint32 overflow inerouault2016-12-021-2/+2
* * libtiff/tif_read.c: Fix out-of-bounds read onerouault2016-07-101-3/+6
* * libtiff/tif_read.c: make TIFFReadEncodedStrip() anderouault2016-07-031-1/+39
* * libtiff/tif_read.c, tif_dirread.c: fix indentation issues raisederouault2016-01-031-9/+9
* * libtiff/*.c: fix MSVC warnings related to cast shortening anderouault2015-11-221-2/+2
* * libtiff/tif_read.c (TIFFStartTile): Fix Coverity 715973bfriesen2015-06-071-9/+17
* * libtiff/tif_read.c: fix several invalid comparisons of a uint64 value witherouault2014-12-231-4/+4
* * libtiff/tif_lzw.c: prevent potential null dereference oferouault2014-11-201-3/+6
* avoid warnings on MSVC (bug 2427)fwarmerdam2013-01-181-3/+3
* Comment out set but not used variables which annoy GCC 4.7bfriesen2012-07-061-3/+3
* make sure tif_rawdatasize is zeroed when tif_rawdata is freed/clearedfwarmerdam2012-06-011-1/+4
* avoid inappropriate use of tif_rawdata when it is a pointer into mmaped filefwarmerdam2012-05-301-4/+34
* more cautious testing of _TIFFFillStriles() results (gdal #4372)fwarmerdam2011-12-091-9/+17
* * configure.ac: Support configuring TIFF_INT64_FORMAT andbfriesen2011-04-021-10/+10
* fix bug with chunk read support and deferred strile loading.fwarmerdam2011-02-181-2/+3
* Move _TIFFFillStriles() call down to avoid being ahead of variablefwarmerdam2011-02-181-4/+4
* implement optional support for deferred strip/tile offset/size loadingfwarmerdam2011-02-181-1/+15
* ensure rawcp and rawcc are maintained by JPEG decoder, improve read ahead for...fwarmerdam2011-01-061-2/+2
* * libtiff/tif_read.c: change read_ahead to tmsize_tfaxguy2010-12-151-3/+4
* enable reading of very large strips in chunks (gdal #3514)fwarmerdam2010-04-021-9/+205
* * libtiff/tif_aux.c (_TIFFCheckRealloc): Improve error message sobfriesen2010-03-101-1/+8
* introduce TIFF_BUF4WRITE flag to mark rawcc buffer as for writingfwarmerdam2007-11-231-1/+4
* changed some more incorrect %lud printf flags to %lujoris2007-10-011-5/+5
* tif_dirread.c: Logical cast working around compiler warning; tif_read.c: Corr...joris2007-09-281-4/+2
* Use "%I64d" printf() formatter instead of "%lld" with MSVC compiler.dron2007-07-191-29/+99
* Fix for Bob's DumpModeDecode size bugjoris2007-07-161-4/+4
* BigTIFF upgrade: misc compiler warnings workarounds and few minor bugfixes, r...joris2007-06-271-7/+27
* BigTIFF upgrade: misc compiler warnings workarounds and few minor bugfixesjoris2007-06-261-2/+2
* BigTIFF upgrade: misc little things, mostly indentation and unimportant stuffjoris2007-06-211-4/+4
* 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-96/+124
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowjoris2007-03-311-1/+1
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowjoris2007-03-311-206/+169
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowjoris2007-03-281-7/+7
* Type of the byte counters changed from tsize_t to uint32 to be able to workdron2007-02-221-34/+72