summaryrefslogtreecommitdiff
path: root/libtiff/tif_strip.c
Commit message (Expand)AuthorAgeFilesLines
* * libtiff/tif_dirread.c: modify ChopUpSingleUncompressedStrip() toerouault2016-12-031-10/+1
* * libtiff/tif_strip.c: make TIFFNumberOfStrips() return the td->td_nstripserouault2016-11-091-1/+10
* * libtiff/tif_read.c (TIFFStartTile): Fix Coverity 715973bfriesen2015-06-071-3/+9
* treat illegal ycbcrsubsampling as runtime error, not assertionfwarmerdam2012-06-061-4/+6
* * configure.ac: Support configuring TIFF_INT64_FORMAT andbfriesen2011-04-021-2/+2
* *** empty log message ***dron2010-07-011-40/+14
* * libtiff/tif_aux.c (_TIFFCheckRealloc): Improve error message sobfriesen2010-03-101-1/+8
* Remove an inappropriate assertion that often fails on oddly sized 12bitfwarmerdam2009-06-261-7/+6
* Return an error rather than just asserting on invalid samples perfwarmerdam2008-07-291-14/+23
* Use "%I64d" printf() formatter instead of "%lld" with MSVC compiler.dron2007-07-191-3/+11
* 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-6/+6
* BigTIFF upgrade: type restoration - not so messy anymorejoris2007-06-121-32/+32
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowjoris2007-05-311-4/+8
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowjoris2007-05-111-1/+3
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowjoris2007-04-041-38/+117
* 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-15/+18
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowjoris2007-03-281-158/+104
* strip size related bugfix in tif_jpeg encode rawjoris2006-03-251-6/+57
* bugfix of tif_jpeg decode rawjoris2006-03-251-3/+21
* Take subsampling in account when calculating TIFFScanlineSize().dron2006-03-211-9/+41
* Removed STRIP_SIZE_DEFAULT macro definition.dron2006-03-151-5/+1
* Use STRIP_SIZE_DEFAULT in _TIFFDefaultStripSize() function.dron2006-02-271-2/+6
* *** empty log message ***joris2005-12-211-6/+6
* Zero division problem fixed (Vladimir Nadvornik, Dmitry V. Levin).dron2004-10-261-2/+7
* *** 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-5/+24
* TIFFScanlineSize() and TIFFRasterScanlineSize() functions report zero in thedron2004-09-261-7/+25
* Use TIFFhowmany8() macro where appropriate.dron2004-09-251-4/+2
* Use TIFFhowmany8() macro instead of plain TIFFhowmany() where appropriate.dron2004-09-221-4/+4
* Get rid of BSD data types (u_char, u_short, u_int, u_long).dron2004-09-141-3/+5
* Fixes in error messages, as suggested by Bernd Herd.dron2004-07-101-3/+3
* Never return 0 from the TIFFNumberOfStrips().dron2004-04-301-3/+2
* Added TIFFRawStripSize() function as suggested by Chris Hanson.dron2003-11-071-1/+21
* call TIFFGetField() on YCBCRSUBSAMPLING for tif_jpeg hackwarmerda2002-07-311-7/+12
* Initial revisionmike1999-07-271-0/+192