summaryrefslogtreecommitdiff
path: root/libtiff/tif_tile.c
Commit message (Expand)AuthorAgeFilesLines
* Reformatting in libtiff/ using 'pre-commit run'pre-commit run by Even Rouault2022-12-081-206/+200
* Remove vim/emacs formatting footersEven Rouault2022-12-081-9/+0
* Add reentrant error functionsLaramie Leavitt2022-11-081-9/+9
* Use standard C99 integer typesRoger Leigh2021-01-211-41/+41
* Fix integer overflow in _TIFFCheckMalloc() and other implementation-defined b...Even Rouault2019-08-131-24/+3
* Remove all $Id and $Headers comments with CVS versionsEven Rouault2017-11-301-2/+0
* * libtiff/tif_read.c (TIFFStartTile): Fix Coverity 715973Bob Friesenhahn2015-06-071-3/+26
* treat illegal ycbcrsubsampling as runtime error, not assertionFrank Warmerdam2012-06-061-5/+6
* *** empty log message ***Andrey Kiselev2010-07-011-35/+9
* * libtiff/tif_aux.c (_TIFFCheckRealloc): Improve error message soBob Friesenhahn2010-03-101-1/+8
* BigTIFF upgrade: misc compiler warnings workarounds and few minor bugfixes, r...Joris Van Damme2007-06-271-14/+1
* BigTIFF upgrade: misc little things, mostly indentation and unimportant stuffJoris Van Damme2007-06-211-10/+11
* 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-05-311-4/+6
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowJoris Van Damme2007-04-041-16/+61
* 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-60/+69
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowJoris Van Damme2007-03-281-25/+25
* Fix error reporting in TIFFCheckTile() as per bugAndrey Kiselev2006-02-091-9/+17
* *** empty log message ***Joris Van Damme2005-12-211-8/+8
* Typo fixed.Andrey Kiselev2005-06-071-2/+2
* Zero division problem fixed (Vladimir Nadvornik, Dmitry V. Levin).Andrey Kiselev2004-10-261-1/+5
* *** empty log message ***Andrey Kiselev2004-10-021-3/+7
* *** empty log message ***Andrey Kiselev2004-10-011-3/+3
* Applied patches from Dmitry V. Levin to fix possible integer overflow problems.Andrey Kiselev2004-09-291-11/+49
* Use TIFFhowmany8() macro where appropriate.Andrey Kiselev2004-09-251-5/+3
* Get rid of BSD data types (u_char, u_short, u_int, u_long).Andrey Kiselev2004-09-141-5/+7
* Fixes in error messages, as suggested by Bernd Herd.Andrey Kiselev2004-07-101-9/+9
* Removed spurious use of "s" in non-PLANARCONFIG_SEPERATE case.Frank Warmerdam2003-11-091-2/+2
* Initial revisionMike Welles1999-07-271-0/+219