.. |
.cvsignore
|
Added various files.
|
2005-11-21 01:06:43 +00:00 |
libtiff.def
|
TIFFreeDirectory() now public
|
2005-11-03 18:22:58 +00:00 |
Makefile.am
|
Use LIBPORT in a right way.
|
2005-07-12 16:06:38 +00:00 |
Makefile.in
|
libtiff 3.7.4 released.
|
2005-09-12 14:04:01 +00:00 |
Makefile.lcc
|
|
|
Makefile.vc
|
added tiffconf.h to libtiff.lib dependency list.
|
2005-08-18 20:21:06 +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
|
New.
|
2005-07-12 12:36:13 +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
|
Revert back the previous change.
|
2005-07-28 17:46:52 +00:00 |
tif_close.c
|
Avoid warnings.
|
2005-11-23 22:20:56 +00:00 |
tif_codec.c
|
Avoid warnings.
|
2005-11-23 22:20:56 +00:00 |
tif_color.c
|
Avoid warnings.
|
2005-11-23 22:20:56 +00:00 |
tif_compress.c
|
Avoid warnings.
|
2005-06-28 15:15:58 +00:00 |
tif_config.h.in
|
Make the default strip size configurable via the --with-default-strip-size and
|
2005-10-07 17:27:35 +00:00 |
tif_config.h.vc
|
Do not define "inline" if already defined.
|
2005-05-31 17:50:15 +00:00 |
tif_dir.c
|
Bug 922: resetting custom string field causes double free
|
2005-09-06 03:25:16 +00:00 |
tif_dir.h
|
Make FieldOfViewCotangent, MatrixWorldToScreen, MatrixWorldToCamera,
|
2005-07-06 11:23:55 +00:00 |
tif_dirinfo.c
|
Fixed typo.
|
2005-12-02 16:07:34 +00:00 |
tif_dirread.c
|
Avoid warnings.
|
2005-11-23 22:20:56 +00:00 |
tif_dirwrite.c
|
Avoid warnings.
|
2005-11-23 22:20:56 +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
|
Avoid warnings.
|
2005-11-23 22:38:30 +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
|
|
|
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
|
Avoid warnings.
|
2005-11-23 22:38:30 +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
|
Avoid warnings.
|
2005-11-23 22:38:30 +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.
|
2005-11-23 22:38:30 +00:00 |
tif_predict.c
|
Floating point predictor now works on big-endian hosts.
|
2005-06-03 07:58:54 +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 signed/unsigned warning
|
2005-08-12 15:25:38 +00:00 |
tif_read.c
|
Added _TIFFSwab24BitData() and TIFFSwabArrayOfLong() functions used to swap
|
2005-04-13 14:06:21 +00:00 |
tif_stream.cxx
|
Include tiffiop.h before iostream.
|
2005-07-26 08:11:13 +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
|
Typo fixed.
|
2005-06-07 14:22:39 +00:00 |
tif_unix.c
|
Replace #if with the #ifdef.
|
2005-07-12 12:03:15 +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
|
Release file descriptor in case of failure in the TIFFOpenW() function as per
|
2005-11-30 14:01:49 +00:00 |
tif_write.c
|
Fixed setting of planar config as per bug report from Joris.
|
2005-10-15 15:57:54 +00:00 |
tif_zip.c
|
Added checks for failed memory allocations andinteger overflows
|
2004-10-02 13:29:41 +00:00 |
tiff.h
|
preliminary support for MS MDI format, bug 1002
|
2005-11-21 03:35:05 +00:00 |
tiffconf.h.in
|
added MDI_SUPPORT item
|
2005-11-21 18:18:39 +00:00 |
tiffconf.h.vc
|
*** empty log message ***
|
2005-10-23 19:17:14 +00:00 |
tiffio.h
|
TIFFreeDirectory() now public
|
2005-11-03 18:22:58 +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
|
TIFFreeDirectory() now public
|
2005-11-03 18:22:58 +00:00 |
tiffvers.h
|
libtiff 3.7.4 released.
|
2005-09-12 14:04:01 +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 |