libtiff/libtiff
2005-04-14 11:57:30 +00:00
..
.cvsignore *** empty log message *** 2001-09-08 16:23:08 +00:00
libtiff.def Added TIFFOpenW() function to work with the double byte strings (used to 2004-11-05 13:42:05 +00:00
Makefile.am Use libtool machinery to pass rpath option. 2005-03-22 10:33:04 +00:00
Makefile.in Use libtool machinery to pass rpath option. 2005-03-22 10:33:04 +00:00
Makefile.lcc
Makefile.vc make it easier to update the DLL name 2004-11-26 20:06:29 +00:00
mkg3states.c *** empty log message *** 2004-10-10 11:46:16 +00:00
mkspans.c Get rid of BSD data types (u_char, u_short, u_int, u_long). 2004-09-14 05:45:46 +00:00
t4.h
tif_acorn.c
tif_apple.c applied carbon api support from Leonard Rosenthol <leonardr@lazerware.com> 2000-12-21 14:32:43 +00:00
tif_atari.c
tif_aux.c Set the appropriate ReferenceBlackWhite array for YCbCr image which lacks that 2004-11-10 21:08:11 +00:00
tif_close.c Move TIFFCleanup() back to the tiffio.h. 2004-01-30 20:22:18 +00:00
tif_codec.c fixed typo in TIFFInitPackBits name: bug 494 2004-02-17 15:50:28 +00:00
tif_color.c Use double as the second argument of pow() function in TIFFCIELabToRGBInit(). 2005-01-15 15:42:50 +00:00
tif_compress.c Improved error reporting in TIFFGetConfiguredCODECs() (Dmitry V. Levin). 2004-10-03 08:34:01 +00:00
tif_config.h.in Added check for search.h header. 2005-04-08 10:13:24 +00:00
tif_config.h.vc Added check for search.h header. 2005-04-08 10:13:24 +00:00
tif_dir.c Added _TIFFSwab24BitData() and TIFFSwabArrayOfLong() functions used to swap 2005-04-13 14:06:21 +00:00
tif_dir.h Optimize checking for the strip bounds. 2004-09-26 09:49:53 +00:00
tif_dirinfo.c Fixed lfind() calling parameters. 2005-04-08 10:10:44 +00:00
tif_dirread.c More logic to guess missed strip size as per bug 2005-03-03 16:00:01 +00:00
tif_dirwrite.c Always write TIFFTAG_SUBIFD using LONG type as per bug 2004-12-10 14:33:01 +00:00
tif_dumpmode.c Added checks for failed memory allocations andinteger overflows 2004-10-02 13:29:41 +00:00
tif_error.c
tif_extension.c Added checks for failed memory allocations andinteger overflows 2004-10-02 13:29:41 +00:00
tif_fax3.c Apply correct patch from Lee Howard for HylaFax DCS tag 2005-03-05 10:04:02 +00:00
tif_fax3.h added EOFB support as per Frank Cringles patch 2000-12-01 15:46:46 +00:00
tif_fax3sm.c Warnings removed. 2004-09-02 13:43:28 +00:00
tif_flush.c regress last change while I test it further 2000-09-15 20:52:42 +00:00
tif_getimage.c Always fill the error message buffer in TIFFRGBAImageBegin() as per bug 2005-01-15 15:44:58 +00:00
tif_jpeg.c Fixed for 12bit support with libjpeg6b in JPEGDecode(). I would presume 2005-03-22 18:55:55 +00:00
tif_luv.c Handle the zero strip/tile sizes properly (Dmitry V. Levin, Marcus Meissner). 2004-10-12 18:50:48 +00:00
tif_lzw.c Added checks for failed memory allocations andinteger overflows 2004-10-02 13:29:41 +00:00
tif_msdos.c
tif_next.c avoid use of u_long and u_char types. Bug 653 2004-11-03 22:33:27 +00:00
tif_ojpeg.c TIFFTAG_JPEGTABLES should have uint32 count. Use this type everywhere. 2004-11-04 12:40:11 +00:00
tif_open.c Do not read header in case the output file should be truncated (Ron). 2005-03-30 13:49:13 +00:00
tif_packbits.c Added checks for failed memory allocations andinteger overflows 2004-10-02 13:29:41 +00:00
tif_pixarlog.c Avoid warnings when converting float to integer as per bug 2005-01-15 15:44:05 +00:00
tif_predict.c Added ability to decode floating point predictor, as per TIFF technical Note 2005-04-14 11:57:30 +00:00
tif_predict.h Added ability to decode floating point predictor, as per TIFF technical Note 2005-04-14 11:57:30 +00:00
tif_print.c Avoid warnings. 2005-04-08 09:50:55 +00:00
tif_read.c Added _TIFFSwab24BitData() and TIFFSwabArrayOfLong() functions used to swap 2005-04-13 14:06:21 +00:00
tif_stream.cxx Use ios namespace instead of ios_base to support GCC 2.95. 2005-03-05 11:18:04 +00:00
tif_strip.c Zero division problem fixed (Vladimir Nadvornik, Dmitry V. Levin). 2004-10-26 18:17:19 +00:00
tif_swab.c Added _TIFFSwab24BitData() and TIFFSwabArrayOfLong() functions used to swap 2005-04-13 14:06:21 +00:00
tif_thunder.c Several buffer overruns fixed, as noted by Chris Evans. 2004-09-19 10:08:38 +00:00
tif_tile.c Zero division problem fixed (Vladimir Nadvornik, Dmitry V. Levin). 2004-10-26 18:17:19 +00:00
tif_unix.c Add forgotten #ifdef __WIN32__ around the TIFFOpenW(). 2004-11-28 15:04:54 +00:00
tif_version.c variety of changes to automatic version handling 2000-11-13 14:42:38 +00:00
tif_vms.c Get rid of BSD data types (u_char, u_short, u_int, u_long). 2004-09-14 06:50:22 +00:00
tif_warning.c
tif_win3.c
tif_win32.c Fixed message formatting in functions Win32WarningHandler() and 2005-01-12 13:00:20 +00:00
tif_write.c Fixed wrong if() statement in TIFFAppendToStrip() function as per bug 2004-11-05 11:37:29 +00:00
tif_zip.c Added checks for failed memory allocations andinteger overflows 2004-10-02 13:29:41 +00:00
tiff.h Added predictor constants. 2005-04-13 14:07:43 +00:00
tiffconf.h.in *** empty log message *** 2004-09-12 15:03:54 +00:00
tiffconf.h.vc New. 2004-09-12 15:04:37 +00:00
tiffio.h Added _TIFFSwab24BitData() and TIFFSwabArrayOfLong() functions used to swap 2005-04-13 14:06:21 +00:00
tiffio.hxx C++ stream interface moved to new file tiffio.hxx. We don't have any C++ in 2004-11-21 16:12:08 +00:00
tiffiop.h Added _TIFFSwab24BitData() and TIFFSwabArrayOfLong() functions used to swap 2005-04-13 14:06:21 +00:00
tiffvers.h libtiff 3.7.2 released. 2005-03-15 15:42:55 +00:00
tiffvers.h.in New. 2004-04-20 18:17:17 +00:00
uvcode.h