summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libtiff 3.7.0beta2 released.Release-v3-7-0beta2dron2004-10-0215-44/+186
* Added check for assert.h header.dron2004-10-023-1/+11
* Added checks for failed memory allocations andinteger overflowsdron2004-10-0217-67/+173
* Missed TIFF_BIGTIFF_VERSION constant added.dron2004-10-021-1/+9
* *** empty log message ***dron2004-10-023-10/+18
* *** empty log message ***fwarmerdam2004-10-011-0/+5
* Added a more informative message if a BigTIFF file is opened.fwarmerdam2004-10-011-1/+7
* *** empty log message ***dron2004-10-016-84/+133
* *** empty log message ***dron2004-10-012-6/+6
* Changed type of XMLPacket to BYTE instead of UNDEFINED to match Adobe XMPfwarmerdam2004-10-013-3/+16
* *** empty log message ***dron2004-09-301-0/+8
* Use _TIFFmemset() instead of memset().dron2004-09-292-3/+7
* Applied patches from Dmitry V. Levin to fix possible integer overflow problems.dron2004-09-293-24/+96
* *** empty log message ***dron2004-09-281-0/+5
* Dmitry V. Levin adde to the list of contributors.dron2004-09-281-1/+2
* Check for allocated buffers before clearing (Dmitry V. Levin).dron2004-09-281-10/+10
* *** empty log message ***dron2004-09-261-0/+10
* Optimize checking for the strip bounds.dron2004-09-264-14/+55
* TIFFScanlineSize() and TIFFRasterScanlineSize() functions report zero in thedron2004-09-261-7/+25
* *** empty log message ***dron2004-09-251-0/+3
* Use TIFFhowmany8() macro where appropriate.dron2004-09-253-11/+7
* *** empty log message ***dron2004-09-253-5/+11
* Write ImageWidth/Height tags to output file, as noted by Gennady Khokhorin.dron2004-09-251-2/+4
* *** empty log message ***dron2004-09-251-0/+12
* Potential memory leak fixed in TIFFGrowStrips() (found by Dmitry V. Levin).dron2004-09-251-10/+15
* Potential memory leak fixed in _TIFFVSetField(). Fixed possible integerdron2004-09-251-22/+38
* Potential memory leak fixed in TIFFReadDirectory(). Always check the returndron2004-09-251-24/+32
* *** empty log message ***dron2004-09-241-1/+9
* Added TIFFGetConfiguredCODECs() to get the list of configured codecs.dron2004-09-242-2/+41
* More overflow fixes from Dmitry V. Levin.dron2004-09-242-6/+7
* Comment added.dron2004-09-231-1/+4
* *** empty log message ***dron2004-09-231-0/+10
* Applied patch from Dmitry V. Levin to fix possible integer overflow indron2004-09-231-22/+28
* Use TIFFhowmany8() macro instead of plain TIFFhowmany() where appropriate.dron2004-09-221-4/+4
* Implemented TIFFhowmany8() macro.dron2004-09-221-4/+4
* *** empty log message ***dron2004-09-211-0/+4
* Initialize arrays after space allocation.dron2004-09-211-6/+7
* Additional check in TIFFFreeDirectory() function.dron2004-09-211-46/+45
* Avoid warnings.dron2004-09-211-2/+2
* Add missed include string.h.dron2004-09-211-2/+6
* Avoid warnings.dron2004-09-212-4/+4
* Avoid warnings.dron2004-09-211-2/+2
* Avoid warnings.dron2004-09-212-4/+4
* Avoid warnings.dron2004-09-212-4/+4
* Avoid warnings.dron2004-09-211-3/+4
* libtiff 3.7.0beta released.Release-v3-7-0betadron2004-09-191-0/+162
* libtiff 3.7.0beta released.dron2004-09-1934-473/+438
* Several buffer overruns fixed, as noted by Chris Evans.dron2004-09-193-10/+14
* *** empty log message ***dron2004-09-153-77/+340
* *** empty log message ***dron2004-09-141-53/+7