summaryrefslogtreecommitdiff
path: root/libtiff/tif_open.c
Commit message (Expand)AuthorAgeFilesLines
* Make defer strile offset/bytecount loading available at runtimeEven Rouault2019-05-101-0/+17
* Remove all $Id and $Headers comments with CVS versionsEven Rouault2017-11-301-2/+0
* Commit changes that should have gone with previous commitEven Rouault2016-11-201-3/+3
* * libtiff/*: upstream typo fixes (mostly contributed by Kurt Schwehr)Even Rouault2016-01-231-4/+4
* Fix mode check before opening a file.Lee Howard2010-12-061-2/+2
* enable reading of very large strips in chunks (gdal #3514)Frank Warmerdam2010-04-021-1/+3
* * libtiff/tif_aux.c (_TIFFCheckRealloc): Improve error message soBob Friesenhahn2010-03-101-1/+8
* tif_dirread.c: made calculation of td_maxsamplevalue more robust; tif_open.c:...Joris Van Damme2007-09-271-13/+13
* BigTIFF upgrade: restoration of mapping functions protocolJoris Van Damme2007-07-111-6/+14
* check of WORDS_BIGENDIAN added to configuration checks at the top of TIFFClie...Joris Van Damme2007-06-291-1/+17
* 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-164/+112
* BigTIFF upgrade: type restoration - not so messy anymoreJoris Van Damme2007-06-121-3/+3
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowJoris Van Damme2007-04-041-11/+12
* 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-4/+4
* BigTIFF upgrade in progressJoris Van Damme2007-03-171-61/+116
* Move IFD looping checking code in the separate function TIFFCheckDirOffset().Andrey Kiselev2006-06-081-5/+10
* *** empty log message ***Joris Van Damme2006-03-251-3/+3
* Removed decalration for _TIFFSetDefaultCompressionState().Andrey Kiselev2006-03-161-3/+1
* *** empty log message ***Joris Van Damme2005-12-211-10/+10
* Avoid warnings.Andrey Kiselev2005-11-231-1/+3
* preliminary support for MS MDI format, bug 1002Frank Warmerdam2005-11-211-2/+14
* Added FSeek in open to fix issues on SolarisFrank Warmerdam2005-09-121-1/+11
* Added open option 'h' to avoid reading the first IFD when needed. As per bugAndrey Kiselev2005-07-011-1/+15
* Replace runtime endianess check with the compile time one.Andrey Kiselev2005-06-031-14/+23
* Do not read header in case the output file should be truncated (Ron).Andrey Kiselev2005-03-301-2/+3
* Remove unnesessary TIFFSeekFile() call as per bugAndrey Kiselev2005-01-301-9/+1
* Removed close under bad2 label in TIFFClientOpen(). We aren't allowed toFrank Warmerdam2004-11-051-2/+1
* Added a more informative message if a BigTIFF file is opened.Frank Warmerdam2004-10-011-1/+7
* *** empty log message ***Andrey Kiselev2004-09-081-2/+2
* Applied patches from Joris Van Damme to avoid requirement for tiffiop.hAndrey Kiselev2004-09-011-2/+119
* New function added: TIFFIsBigEndian(). Function returns nonzero if given wasAndrey Kiselev2004-05-201-1/+11
* deallocate client data if TIFFClientOpen() fails via bad2Frank Warmerdam2004-04-041-2/+2
* Use dummy mmap/munmap functions in TIFFClientOpen() when the appropriateAndrey Kiselev2004-03-031-6/+26
* Move TIFFCleanup() back to the tiffio.h.Andrey Kiselev2004-01-301-2/+2
* More fixes for http://bugzilla.remotesensing.org/show_bug.cgi?id=468Andrey Kiselev2004-01-291-5/+3
* TIFFCleanup() renamed to _TIFFCleanup(). declaration moved to tiffiop.h.Andrey Kiselev2004-01-291-2/+2
* Separate TIFFCleanup() from the TIFFClose() in order to fix the bugAndrey Kiselev2004-01-281-2/+2
* Store a list of opened IFD to prevent looping as per bugAndrey Kiselev2003-09-251-2/+2
* Store a list of opened IFD to prevent looping as per bugAndrey Kiselev2003-09-251-1/+3
* avoid casting warning initializing typemaskFrank Warmerdam2003-07-261-14/+14
* allow opening compressed tiff files in update modelFrank Warmerdam2003-01-311-9/+1
* Pointers to custom procedures in TIFFClientOpen() are checked to be notAndrey Kiselev2002-04-201-1/+7
* seek back to zero patch in tif_openFrank Warmerdam2001-07-201-1/+10
* don't allow open of compressed files for r+Frank Warmerdam2000-09-301-1/+9
* Don't set MMAP for O_RDWR filesFrank Warmerdam2000-08-141-5/+6
* Set STRIPCHOP_DEFAULT for O_RDWR as well as for O_RDONLY so that filesFrank Warmerdam2000-08-141-2/+2
* avoid various warnings with gcc -WallFrank Warmerdam1999-09-081-1/+3
* Initial revisionMike Welles1999-07-271-0/+475