summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libtiff 4.0.0alpha released.v4.0.0alphaRelease-v4-0-0alphaAndrey Kiselev2007-07-1333-1477/+1455
* New.Andrey Kiselev2007-07-131-0/+304
* Mapping routines definitions fixed.Andrey Kiselev2007-07-121-3/+3
* *** empty log message ***Andrey Kiselev2007-07-121-0/+4
* Added missed extern optind.Andrey Kiselev2007-07-121-1/+2
* *** empty log message ***Andrey Kiselev2007-07-122-1/+12
* Transition to the new-style tag extending scheme completed.Andrey Kiselev2007-07-127-140/+144
* Properly handle ASCII tag type in backward compatibility section.Andrey Kiselev2007-07-121-3/+6
* Remove mis-placed comma.Bob Friesenhahn2007-07-121-2/+2
* Declare callback functions to use C linkage.Bob Friesenhahn2007-07-111-7/+23
* * libtiff/tif_stream.cxx: Adapt to use toff_t again. Update toBob Friesenhahn2007-07-1125-1455/+1577
* BigTIFF upgrade: restoration of mapping functions protocolJoris Van Damme2007-07-116-24/+32
* added maximum file size overflow check to avoid writing bad classictiff > 4 gigJoris Van Damme2007-07-111-58/+65
* Even more work to improve tag extending scheme. tif_fieldinfo member in TIFFAndrey Kiselev2007-07-107-272/+434
* extended 'not enough data' error in tif_dumpmode.c for Bob's testingJoris Van Damme2007-07-101-4/+7
* *** empty log message ***Andrey Kiselev2007-07-092-54/+66
* More work on new tag extending scheme. Use the new scheme everywhere.Andrey Kiselev2007-07-099-94/+103
* Rename TIFFMergeField() function into TIFFMergeFields().Andrey Kiselev2007-07-099-27/+28
* *** empty log message ***Andrey Kiselev2007-07-081-0/+8
* TIFFFIeldInfo structure replaced with TIFFField structure. TIFFFieldInfoAndrey Kiselev2007-07-0814-132/+296
* * tools/tiff2pdf.c: Fix a compile problem when JPEG_SUPPORT is notBob Friesenhahn2007-07-062-2/+8
* BigTIFF upgrade: fix to not write TileOffsets and TileByteCounts with datatyp...Joris Van Damme2007-07-061-7/+69
* Enumerate constants in TIFFSetGetFieldType.Andrey Kiselev2007-07-051-36/+36
* BigTIFF upgrade: reflected BigTIFF changes in v4.0.0.htmlJoris Van Damme2007-07-051-8/+93
* BigTIFF upgrade: fix of Bob's bug on weird-endian machinesJoris Van Damme2007-07-051-2/+2
* Don't pass null pointer into bsearch().Bob Friesenhahn2007-07-041-1/+7
* *** empty log message ***Andrey Kiselev2007-07-041-0/+18
* New.Andrey Kiselev2007-07-041-0/+101
* Unused TIFFReassignTagToIgnore() function and TIFFIgnoreSense enumerationAndrey Kiselev2007-07-044-63/+3
* Move tags TIFFTAG_FAXRECVPARAMS, TIFFTAG_FAXSUBADDRESS, TIFFTAG_FAXRECVTIMEAndrey Kiselev2007-07-044-291/+11
* TIFFTagValue structure moved from the public tiffio.h to private tif_dir.h.Andrey Kiselev2007-07-042-8/+9
* *** empty log message ***Andrey Kiselev2007-07-042-4/+1
* Outdated portability stuff removed.Andrey Kiselev2007-07-0429-2676/+0
* Number of problems fixed; now this utility can be built with gcc.Andrey Kiselev2007-07-041-33/+30
* *** empty log message ***Andrey Kiselev2007-07-031-0/+3
* tif_next.c was mentioned twice, fixed.Andrey Kiselev2007-07-031-1/+0
* Obsoleted portability stuff removed.Andrey Kiselev2007-07-036-1477/+0
* *** empty log message ***Andrey Kiselev2007-07-031-0/+6
* Added support 16-bit images as per bugAndrey Kiselev2007-07-031-1/+47
* *** empty log message ***Andrey Kiselev2007-07-031-0/+11
* Fix for TIFFTAG_JPEGTABLES tag fetching and significant upgrade of the wholeAndrey Kiselev2007-07-031-510/+523
* Don't attempt to bsearch() on NULL tif_fieldinfo.Bob Friesenhahn2007-06-291-1/+7
* check of WORDS_BIGENDIAN added to configuration checks at the top of TIFFClie...Joris Van Damme2007-06-291-1/+17
* Updated for "large" I/O.Bob Friesenhahn2007-06-291-40/+47
* Removed inclusion of limits.h.Bob Friesenhahn2007-06-281-4/+1
* Rewrote _tiffReadProc(), _tiffWriteProc(), and _tiffSeekProc().Bob Friesenhahn2007-06-281-50/+20
* Use libtool versioning instead of package release numbers.Andrey Kiselev2007-06-282-6/+6
* Version number has been changed; use libtool versioning instead ofAndrey Kiselev2007-06-282-55/+83
* Make this module buildable. We supposing that _FILE_OFFSET_BITS is set to 64Andrey Kiselev2007-06-281-25/+13
* BigTIFF upgrade: unchecked and untested version of upgraded tif_jbig.cJoris Van Damme2007-06-281-33/+39