summaryrefslogtreecommitdiff
path: root/libtiff/tif_tile.c
Commit message (Expand)AuthorAgeFilesLines
* * libtiff/tif_read.c (TIFFStartTile): Fix Coverity 715973bfriesen2015-06-071-3/+26
* treat illegal ycbcrsubsampling as runtime error, not assertionfwarmerdam2012-06-061-5/+6
* *** empty log message ***dron2010-07-011-35/+9
* * libtiff/tif_aux.c (_TIFFCheckRealloc): Improve error message sobfriesen2010-03-101-1/+8
* BigTIFF upgrade: misc compiler warnings workarounds and few minor bugfixes, r...joris2007-06-271-14/+1
* BigTIFF upgrade: misc little things, mostly indentation and unimportant stuffjoris2007-06-211-10/+11
* BigTIFF upgrade: type restoration - not so messy anymorejoris2007-06-121-16/+16
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowjoris2007-05-311-4/+6
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowjoris2007-04-041-16/+61
* 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-60/+69
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowjoris2007-03-281-25/+25
* Fix error reporting in TIFFCheckTile() as per bugdron2006-02-091-9/+17
* *** empty log message ***joris2005-12-211-8/+8
* Typo fixed.dron2005-06-071-2/+2
* Zero division problem fixed (Vladimir Nadvornik, Dmitry V. Levin).dron2004-10-261-1/+5
* *** empty log message ***dron2004-10-021-3/+7
* *** empty log message ***dron2004-10-011-3/+3
* Applied patches from Dmitry V. Levin to fix possible integer overflow problems.dron2004-09-291-11/+49
* Use TIFFhowmany8() macro where appropriate.dron2004-09-251-5/+3
* Get rid of BSD data types (u_char, u_short, u_int, u_long).dron2004-09-141-5/+7
* Fixes in error messages, as suggested by Bernd Herd.dron2004-07-101-9/+9
* Removed spurious use of "s" in non-PLANARCONFIG_SEPERATE case.warmerda2003-11-091-2/+2
* Initial revisionmike1999-07-271-0/+219