Lines Matching refs:tiff

22 	reported on November 16, 2016 on the tiff mailing list.
271 write. Based initially on patch tiff-CVE-2016-3945.patch from
515 Roger Leigh (via tiff mailing list on 2015-09-01) to fix issue
520 Roger Leigh (via tiff mailing list on 2015-09-01).
531 Roger Leigh (via tiff mailing list on 2015-08-31.
543 other, which is now used instead. There's now a single "tiff"
593 * CMakeLists.txt: Applied patch by Roger Leigh (via tiff mailing
599 * html/build.html: Applied patch by Roger Leigh (via tiff mailing
647 by Roger Leigh posted to tiff list on Wed, 1 Jul 2015 15:58:20
651 posted to tiff list on Wed, 1 Jul 2015 15:58:20 +0100.
654 Roger Leigh posted to tiff list on Wed, 1 Jul 2015 15:58:20 +0100.
964 * html/bugs.html: remove note about needing to email the tiff mailing
1242 * libtiff/tiff.h, libtiff/tif_dirinfo.c: add definitions for
1381 * libtiff{tiff.h, tif_print.c, tif_dirinfo.c, tif_dirread.c}: Add
1383 tiff.h. Add the related TIFF field definitions to tif_dirinfo.c,
1512 * tests/decode_raw.c, tests/images/quad-tile.jpg.tiff: add limited support
1513 for testing jpeg in tiff image decoding including the "raw" decode interface.
1564 * man/TIFFGetField.3tiff: Correct the 'count' field type in the
1779 tif_print.c, tiff.h, tiffiop.h} : Added support for
1829 * configure.ac, libtiff/{tif_codec.c, tif_config.h.in, tiff.h,
2128 * libtiff/tools/tiffcp.c: add a new option -x to force merged tiff
2131 the merged tiff file with wrong page sequence.
2152 * html/man/TIFFGetField.3tiff.html, html/man/TIFFSetField.3tiff.html:
2162 * man/TIFFGetField.3tiff, man/TIFFSetField.3tiff: Fixed doc to reflect the
2253 * contrib/dbs/tiff-grayscale.c, contrib/tif-palette.c,
2263 man/TIFFcolor.3tiff: Make TIFFDisplay argument in TIFFCIELabToRGBInit
2358 * man/{TIFFClose.3tiff,raw2tiff.1,tiffcmp.1,tiffsplit.1}: Applied
2644 depending on whether the file is bigtiff or classic tiff.
2710 suggestions from Lee Howard posted to the tiff list on 13 Sep
2764 of the tiff structure have the size_t type instead of uint32.
3060 * libtiff/{tif_dir.c, tiff.h, tiffio.h, libtiff.def}: Unused
3110 tif_config.h and tiffconf.h. Updated tiff.h to use the new
3736 * man/{TIFFGetField.3tiff, TIFFSetField.3tiff}: Documented
3790 * libtiff/{tif_dir.h, tiff.h}: More EXIF tags added.
3834 * libtiff/{tif_dir.h, tiff.h}: Added more EXIF tags.
3843 * libtiff/tiff.h: Few EXIF tag numbers added.
3878 * tif_open.c, tiff.h, tiffdump.c: Incorporate preliminary support
3883 to suggestion of Brad HArds on tiff mailing list.
3925 cases (like 1x1 files with stripbytecounts==0 (gtsmall.jp2 embed tiff)
4085 * libtiff/tiff.h: Use correct int size on Sparc 64bit/Sun compiler
4231 * libtiff/tiff.h: Added predictor constants.
4240 * man/TIFFSetField.3tiff: Fixed definition of the TIFFTAG_INKNAMES tag
4253 * libtiff/{tiff.h, tif_dirinfo.c}: Fixes in EXIF tag ordering (Ron).
4272 * libtiff/tiff.h: More comments; added missed DNG tag (LensInfo);
4280 * man/TIFFGetField.3tiff: Add a note about autoregistered tags.
4291 * libtiff/{tiff.h, tif_dirinfo.c, tiffiop.h}: Added EXIF related tags.
4307 * libtiff/{tiff.h, tif_fax3.tif, tif_jpeg.c}: Applied correct patch from
4317 * libtiff/{tiff.h, tif_fax3.tif, tif_jpeg.c}: Applied patch from Lee
4345 * libtiff/tiff.h: Changed the int8 definition to be always signed char
4378 * libtiff/tiff.h (TIFFTAG_TILEWIDTH): Corrected description.
4440 * libtiff/tiff.h: Restore back the workaround for AIX Visual Age C
4482 * libtiff/tiff.h: Revert back libtiff data type definitions as per
4577 * man/libtiff.3tiff: Improvements in the "LIST OF ROUTINES" table as
4603 * libtiff/tiff.h: Added Adobe DNG tags.
4811 * libtiff/tiff.h: Missed TIFF_BIGTIFF_VERSION constant added.
4912 * libtiff/tiff.h: Fix column tagging. Reference current Adobe XMP
4969 * libtiff/tiff.h: Use _TIFF_DATA_TYPEDEFS_ guardian to switch off
5083 * libtiff/{tiff.h, tif_dirwrite.c, tif_fax3.c, tif_packbits.c,}: Get rid
5152 * configure.ac, libtiff/{tiff.h, config.h.in}: Added tests for int8,
5237 * libtiff/tiff.h: Fixed tag definitions for TIFFTAG_YCLIPPATHUNITS
5302 * libtiff/{tiff.h, tif_fax3.c}:Fixes for AMD 64 platform as
5321 * libtiff/{tif_extension.c, tif_dirinfo.c, tiff.h}: Warnings fixed as
5448 * libtiff/{tiff.h, tif_dirinfo.c}: Added support for IFD (13)
5961 * libtiff/tiff.h: Don't do special type handling in tiff.h unless
5968 * libtiff/tiff.h: added COMPRESSION_JP2000.
6067 present in the tiff tags.
6204 * libtiff/: tiff.h, tif_dir.c, tif_dir.h, tif_dirinfo.c, tif_dirread.c,
6262 * libtiff/{tiff.h,tif_fax3.c}: Add support for __arch64__.
6329 override those from tiff directory. This makes this work with
6368 * libtiff/tiff.h: I have created COMPRESSION_CCITT_T4,
6370 in keeping with TIFF 6.0 standard in tiff.h
6456 * libtiff/tiff.h, libtiff/tif_fax3.c: added check for __LP64__
6540 * tiff.h: removed, it duplicates libtiff/tiff.h.
6591 * libtiff/tiff.h: Applied hac to try and resolve the problem
6670 * tif_luv.c/tiff.h/tiffio.h:
6678 2) I added a psuedotag in tiff.h to control random dithering during