| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't use assertions in _TIFFFieldWithTag() and _TIFFFieldWithName() if the | Andrey Kiselev | 2010-07-06 | 1 | -5/+1 |
* | * libtiff/tif_dir.h: Restore ReferenceBlackWhite as a non-custom | Bob Friesenhahn | 2010-06-09 | 1 | -3/+3 |
* | * Add an emacs formatting mode footer to all source files so that | Bob Friesenhahn | 2010-06-08 | 1 | -1/+8 |
* | Quench some warnings under MSVC by including <string.h>. | Bob Friesenhahn | 2009-09-17 | 1 | -1/+2 |
* | Make all module name constants static. | Andrey Kiselev | 2007-09-22 | 1 | -3/+3 |
* | Fix _TIFFMergeFields() so duplicates are ignored (#1585) | Frank Warmerdam | 2007-09-13 | 1 | -15/+12 |
* | * libtiff/tif_dirinfo.c (_TIFFFindFieldInfo): Don't attempt to | Bob Friesenhahn | 2007-06-29 | 1 | -1/+13 |
* | Move variable declarations to the top of _TIFFFindFieldInfo() and | Andrey Kiselev | 2007-04-24 | 1 | -9/+9 |
* | Get rid of assert() in _TIFFMergeFieldInfo() since we can return erroneus | Andrey Kiselev | 2007-04-10 | 1 | -10/+18 |
* | Finally fix bug http://bugzilla.remotesensing.org/show_bug.cgi?id=1274 by | Andrey Kiselev | 2007-04-07 | 1 | -82/+89 |
* | BigTIFF upgrade in progress | Joris Van Damme | 2007-03-17 | 1 | -22/+29 |
* | Regenerated. | Andrey Kiselev | 2007-02-24 | 1 | -7/+7 |
* | Added missed EXIF tag ColorSpace (40961). | Andrey Kiselev | 2006-06-24 | 1 | -2/+5 |
* | * libtiff/{tif_dirinfo.c, tif_print.c} : Fix crash in | Bob Friesenhahn | 2006-06-03 | 1 | -3/+3 |
* | Use TIFF_NOTYPE instead of 0 when appropriate. As per bug | Andrey Kiselev | 2006-02-07 | 1 | -3/+3 |
* | Change definitions for TIFFTAG_ICCPROFILE, TIFFTAG_PHOTOSHOP, | Andrey Kiselev | 2006-01-04 | 1 | -5/+5 |
* | tiffFieldInfo and exifFieldInfo arrays definitions moved back to | Andrey Kiselev | 2005-12-26 | 1 | -2/+493 |
* | *** empty log message *** | Joris Van Damme | 2005-12-21 | 1 | -3/+3 |
* | Preliminary support to read custom directories. New functions: | Andrey Kiselev | 2005-12-09 | 1 | -361/+1 |
* | More work to implement custom directory read support. | Andrey Kiselev | 2005-12-07 | 1 | -6/+4 |
* | Make ReferenceBlackWhite tag custom. | Andrey Kiselev | 2005-12-07 | 1 | -3/+3 |
* | Make YCbCrCoefficients tag custom. | Andrey Kiselev | 2005-12-07 | 1 | -2/+2 |
* | Fixed typo. | Andrey Kiselev | 2005-12-02 | 1 | -2/+2 |
* | Missed debug printf removed. | Andrey Kiselev | 2005-11-30 | 1 | -2/+1 |
* | Correctly yse bsearch() and lfind() functions as per bug | Andrey Kiselev | 2005-11-30 | 1 | -10/+21 |
* | Avoid warnings. | Andrey Kiselev | 2005-11-23 | 1 | -28/+29 |
* | Make XResolution, YResolution and ResolutionUnit tags modifiable during write | Andrey Kiselev | 2005-10-31 | 1 | -4/+4 |
* | Do not upcast BYTEs to SHORTs in the TIFFFetchByteArray(). Remove | Andrey Kiselev | 2005-07-26 | 1 | -3/+3 |
* | Removed unneeded stdio.h include directive. | Andrey Kiselev | 2005-07-07 | 1 | -2/+1 |
* | Make FieldOfViewCotangent, MatrixWorldToScreen, MatrixWorldToCamera, | Andrey Kiselev | 2005-07-06 | 1 | -9/+9 |
* | Changed indentation. | Andrey Kiselev | 2005-06-29 | 1 | -12/+11 |
* | Added support for ClipPath, XClipPathUnits and YClipPathUnits tags. | Andrey Kiselev | 2005-06-14 | 1 | -4/+17 |
* | Make DocumentName, Artist, HostComputer, ImageDescription, Make, Model, | Andrey Kiselev | 2005-06-01 | 1 | -13/+13 |
* | TIFFFetchByteArray() returns uint16 array when fetching the BYTE and SBYTE | Andrey Kiselev | 2005-05-25 | 1 | -3/+3 |
* | Fixed lfind() calling parameters. | Andrey Kiselev | 2005-04-08 | 1 | -2/+2 |
* | Use lfind() instead of bsearch() in _TIFFFindFieldInfoByName() function (Ron). | Andrey Kiselev | 2005-03-30 | 1 | -16/+15 |
* | Added DNG tags. | Andrey Kiselev | 2005-03-18 | 1 | -7/+129 |
* | Added EXIF related tags. | Andrey Kiselev | 2005-03-17 | 1 | -1/+40 |
* | Move the "compat" tag definitions behind the right ones. | Andrey Kiselev | 2004-11-11 | 1 | -7/+7 |
* | Fixed definition for TIFFTAG_RICHTIFFIPTC, the writecount should have uint32 | Andrey Kiselev | 2004-11-05 | 1 | -2/+2 |
* | Change definition for TIFFTAG_EXTRASAMPLES field. The caller should supply a | Andrey Kiselev | 2004-11-04 | 1 | -3/+3 |
* | More fixes for SubIFD tag. | Andrey Kiselev | 2004-10-12 | 1 | -1/+3 |
* | Type of the TIFFTAG_SUBIFD field changed to TIFF_IFD. | Andrey Kiselev | 2004-10-11 | 1 | -2/+2 |
* | set tif_foundfield to NULL if tif_fieldinfo realloced, bug 630 | Frank Warmerdam | 2004-10-08 | 1 | -1/+3 |
* | Added checks for failed memory allocations andinteger overflows | Andrey Kiselev | 2004-10-02 | 1 | -4/+9 |
* | Changed type of XMLPacket to BYTE instead of UNDEFINED to match Adobe XMP | Frank Warmerdam | 2004-10-01 | 1 | -2/+2 |
* | Use TIFFhowmany8() macro where appropriate. | Andrey Kiselev | 2004-09-25 | 1 | -2/+2 |
* | Get rid of BSD data types (u_char, u_short, u_int, u_long). | Andrey Kiselev | 2004-09-14 | 1 | -2/+5 |
* | Make tif_foundfield constant pointer. | Andrey Kiselev | 2004-08-19 | 1 | -3/+3 |
* | Fixed problem with the static variable as per bug | Andrey Kiselev | 2004-08-18 | 1 | -11/+10 |