libtiff/libtiff
2006-10-12 18:11:30 +00:00
..
.cvsignore Added various files. 2005-11-21 01:06:43 +00:00
libtiff.def Added missed exports as per bug 2006-03-21 16:42:27 +00:00
Makefile.am rename .h.vc to .vc.h 2006-09-20 13:34:16 +00:00
Makefile.in rename .h.vc to .vc.h 2006-09-20 13:34:16 +00:00
Makefile.lcc Initial revision 1999-07-27 21:50:26 +00:00
Makefile.vc rename .h.vc to .vc.h 2006-09-20 13:34:16 +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
SConstruct Added support for JBIG compression scheme (34661 code) contributed by Lee 2006-06-07 15:39:03 +00:00
t4.h Initial revision 1999-07-27 21:50:26 +00:00
tif_acorn.c *** empty log message *** 2005-12-21 12:23:13 +00:00
tif_apple.c *** empty log message *** 2005-12-21 12:23:13 +00:00
tif_atari.c *** empty log message *** 2005-12-21 12:23:13 +00:00
tif_aux.c Added _TIFFCheckRealloc() function. 2006-06-08 14:24:13 +00:00
tif_close.c *** empty log message *** 2006-03-25 03:09:24 +00:00
tif_codec.c *** empty log message *** 2005-12-21 12:23:13 +00:00
tif_color.c Avoid overflow in case of wrong input as per bug 2006-02-09 15:42:20 +00:00
tif_compress.c *** empty log message *** 2006-03-25 03:09:24 +00:00
tif_config.h-vms Added support for OpenVMS. 2006-04-21 14:18:54 +00:00
tif_config.h.in * {configure.ac, libtiff/tif_config.h.vc, libtiff/tif_jbig.c} 2006-07-04 19:01:47 +00:00
tif_config.vc.h New 2006-09-20 13:35:12 +00:00
tif_dir.c More fixes for vulnerabilities, reported in Gentoo bug (): 2006-10-12 16:50:55 +00:00
tif_dir.h Added a comments about future development directions. 2006-10-12 14:49:09 +00:00
tif_dirinfo.c Added missed EXIF tag ColorSpace (40961). 2006-06-24 13:30:50 +00:00
tif_dirread.c Move IFD fetching code in the separate function TIFFFetchDirectory() avoiding 2006-06-24 13:25:48 +00:00
tif_dirwrite.c (1) take care not to flush out buffer of strip/tile 2006-07-20 03:27:01 +00:00
tif_dumpmode.c *** empty log message *** 2006-03-25 03:09:24 +00:00
tif_error.c *** empty log message *** 2005-12-23 01:18:58 +00:00
tif_extension.c Added checks for failed memory allocations andinteger overflows 2004-10-02 13:29:41 +00:00
tif_fax3.c Save the state of printdir codec dependent method. 2006-10-12 18:11:30 +00:00
tif_fax3.h Replace macro SETVAL with SETVALUE to avoid conflicts on Lynx OS. 2005-12-12 09:23:11 +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 response to Bob's compiler warnings - no functionality change 2006-04-13 03:25:53 +00:00
tif_jbig.c * {configure.ac, libtiff/tif_config.h.vc, libtiff/tif_jbig.c} 2006-07-04 19:01:47 +00:00
tif_jpeg.c Save the state of printdir codec dependent method as per bug 2006-10-12 18:02:52 +00:00
tif_luv.c Use _TIFFSetDefaultCompressionState() in all codec cleanup methods. As per bug 2006-03-16 12:38:24 +00:00
tif_lzw.c fixed problem with read/write mixing for lzw/zip compressed files 2006-09-27 22:38:58 +00:00
tif_msdos.c Avoid handle leak in TIFFOpen() for non-TIFF files (from Thierry Pierron). 2006-07-25 18:26:33 +00:00
tif_next.c Avoid warnings. 2006-10-12 15:00:49 +00:00
tif_ojpeg.c * libtiff/{tif_dirinfo.c, tif_print.c} : Fix crash in 2006-06-03 15:28:29 +00:00
tif_open.c Move IFD looping checking code in the separate function TIFFCheckDirOffset(). 2006-06-08 14:27:17 +00:00
tif_packbits.c Properly cast values to avoid warnings. As per bug 2006-02-07 11:00:22 +00:00
tif_pixarlog.c Fixed multiple vulnerabilities, as per Gentoo bug (): 2006-09-28 16:26:03 +00:00
tif_predict.c Added new function TIFFPredictorCleanup() to restore parent 2006-03-03 14:10:09 +00:00
tif_predict.h Added new function TIFFPredictorCleanup() to restore parent 2006-03-03 14:10:09 +00:00
tif_print.c * libtiff/{tif_dirinfo.c, tif_print.c} : Fix crash in 2006-06-03 15:28:29 +00:00
tif_read.c Fixed multiple vulnerabilities, as per Gentoo bug (): 2006-10-12 15:01:30 +00:00
tif_stream.cxx Added support for OpenVMS. 2006-04-21 14:18:54 +00:00
tif_strip.c strip size related bugfix in tif_jpeg encode raw 2006-03-25 18:04:34 +00:00
tif_swab.c Added _TIFFSwab24BitData() and TIFFSwabArrayOfLong() functions used to swap 2005-04-13 14:06:21 +00:00
tif_thunder.c *** empty log message *** 2005-12-21 12:23:13 +00:00
tif_tile.c Fix error reporting in TIFFCheckTile() as per bug 2006-02-09 16:15:43 +00:00
tif_unix.c Fixed win32 I/O functions usage as per bug 2006-03-21 16:37:51 +00:00
tif_version.c variety of changes to automatic version handling 2000-11-13 14:42:38 +00:00
tif_vms.c Added support for OpenVMS. 2006-04-21 14:18:54 +00:00
tif_warning.c *** empty log message *** 2005-12-23 01:18:58 +00:00
tif_win3.c *** empty log message *** 2005-12-21 12:23:13 +00:00
tif_win32.c Fixed problem with offset value manipulation as per bug 2006-10-12 17:38:48 +00:00
tif_write.c Small code rearrangement in TIFFWriteScanline() to avoid crash as per bug 2006-02-27 14:29:20 +00:00
tif_zip.c fixed problem with read/write mixing for lzw/zip compressed files 2006-09-27 22:38:58 +00:00
tiff.h Fixed link to BigTIFF specification. 2006-10-05 15:20:40 +00:00
tiffconf.h-vms Added support for OpenVMS. 2006-04-21 14:18:54 +00:00
tiffconf.h.in Added support for JBIG compression scheme (34661 code) contributed by Lee 2006-06-07 15:39:03 +00:00
tiffconf.vc.h New 2006-09-20 13:35:12 +00:00
tiffio.h Null definition removed. 2006-06-30 19:08:03 +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 a comments about future development directions. 2006-10-12 14:49:09 +00:00
tiffvers.h libtiff 3.8.2 released. 2006-03-23 14:54:00 +00:00
tiffvers.h.in New. 2004-04-20 18:17:17 +00:00
uvcode.h Avoid warnings. 2005-09-13 14:20:20 +00:00