summaryrefslogtreecommitdiff
path: root/libtiff/tif_read.c
Commit message (Expand)AuthorAgeFilesLines
...
* * libtiff/tif_lzw.c: prevent potential null dereference ofEven Rouault2014-11-201-3/+6
* avoid warnings on MSVC (bug 2427)Frank Warmerdam2013-01-181-3/+3
* Comment out set but not used variables which annoy GCC 4.7Bob Friesenhahn2012-07-061-3/+3
* make sure tif_rawdatasize is zeroed when tif_rawdata is freed/clearedFrank Warmerdam2012-06-011-1/+4
* avoid inappropriate use of tif_rawdata when it is a pointer into mmaped fileFrank Warmerdam2012-05-301-4/+34
* more cautious testing of _TIFFFillStriles() results (gdal #4372)Frank Warmerdam2011-12-091-9/+17
* * configure.ac: Support configuring TIFF_INT64_FORMAT andBob Friesenhahn2011-04-021-10/+10
* fix bug with chunk read support and deferred strile loading.Frank Warmerdam2011-02-181-2/+3
* Move _TIFFFillStriles() call down to avoid being ahead of variableFrank Warmerdam2011-02-181-4/+4
* implement optional support for deferred strip/tile offset/size loadingFrank Warmerdam2011-02-181-1/+15
* ensure rawcp and rawcc are maintained by JPEG decoder, improve read ahead for...Frank Warmerdam2011-01-061-2/+2
* * libtiff/tif_read.c: change read_ahead to tmsize_tLee Howard2010-12-151-3/+4
* enable reading of very large strips in chunks (gdal #3514)Frank Warmerdam2010-04-021-9/+205
* * libtiff/tif_aux.c (_TIFFCheckRealloc): Improve error message soBob Friesenhahn2010-03-101-1/+8
* introduce TIFF_BUF4WRITE flag to mark rawcc buffer as for writingFrank Warmerdam2007-11-231-1/+4
* changed some more incorrect %lud printf flags to %luJoris Van Damme2007-10-011-5/+5
* tif_dirread.c: Logical cast working around compiler warning; tif_read.c: Corr...Joris Van Damme2007-09-281-4/+2
* Use "%I64d" printf() formatter instead of "%lld" with MSVC compiler.Andrey Kiselev2007-07-191-29/+99
* Fix for Bob's DumpModeDecode size bugJoris Van Damme2007-07-161-4/+4
* BigTIFF upgrade: misc compiler warnings workarounds and few minor bugfixes, r...Joris Van Damme2007-06-271-7/+27
* BigTIFF upgrade: misc compiler warnings workarounds and few minor bugfixesJoris Van Damme2007-06-261-2/+2
* BigTIFF upgrade: misc little things, mostly indentation and unimportant stuffJoris Van Damme2007-06-211-4/+4
* 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-96/+124
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowJoris Van Damme2007-03-311-1/+1
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowJoris Van Damme2007-03-311-206/+169
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowJoris Van Damme2007-03-281-7/+7
* Type of the byte counters changed from tsize_t to uint32 to be able to workAndrey Kiselev2007-02-221-34/+72
* Fixed multiple vulnerabilities, as per Gentoo bug ():Andrey Kiselev2006-10-121-49/+67
* *** empty log message ***Joris Van Damme2006-03-251-126/+161
* *** empty log message ***Joris Van Damme2005-12-211-22/+22
* Added _TIFFSwab24BitData() and TIFFSwabArrayOfLong() functions used to swapAndrey Kiselev2005-04-131-1/+9
* Added checks for failed memory allocations andinteger overflowsAndrey Kiselev2004-10-021-2/+1
* Get rid of BSD data types (u_char, u_short, u_int, u_long).Andrey Kiselev2004-09-141-31/+37
* Fixes in error messages, as suggested by Bernd Herd.Andrey Kiselev2004-07-101-1/+1
* Make TIFFFillStrip() and TIFFFillTile() public for the use of tif_jpeg.cFrank Warmerdam2002-07-311-6/+9
* Fixed TIFFReadEncodedStrip() if decoder returns -1Frank Warmerdam2002-01-181-3/+4
* fixed bug with unterminated files, and strips per separation changeFrank Warmerdam2000-08-141-3/+7
* fix subtle bug with determining the number of rows for strips that are theFrank Warmerdam2000-07-121-3/+10
* clarified some toff_t/tsize_t casting problemsFrank Warmerdam2000-01-281-9/+5
* Avoid type casting warnings on vc++.Frank Warmerdam1999-11-271-5/+9
* avoid various warnings with gcc -WallFrank Warmerdam1999-09-081-2/+2
* Initial revisionMike Welles1999-07-271-0/+622