.. |
.cvsignore
|
|
|
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 LIBPORT in a right way.
|
2005-07-12 16:06:38 +00:00 |
Makefile.in
|
*** empty log message ***
|
2005-07-12 16:07:43 +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 |
SConstruct
|
New.
|
2005-07-12 12:36:13 +00:00 |
t4.h
|
|
|
tif_acorn.c
|
|
|
tif_apple.c
|
|
|
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
|
Better use of TIFFmin() macro to avoid side effects.
|
2005-07-01 15:25:41 +00:00 |
tif_compress.c
|
Avoid warnings.
|
2005-06-28 15:15:58 +00:00 |
tif_config.h.in
|
Updated to latest configure.ac.
|
2005-07-12 15:34:37 +00:00 |
tif_config.h.vc
|
Do not define "inline" if already defined.
|
2005-05-31 17:50:15 +00:00 |
tif_dir.c
|
Make FieldOfViewCotangent, MatrixWorldToScreen, MatrixWorldToCamera,
|
2005-07-06 11:23:55 +00:00 |
tif_dir.h
|
Make FieldOfViewCotangent, MatrixWorldToScreen, MatrixWorldToCamera,
|
2005-07-06 11:23:55 +00:00 |
tif_dirinfo.c
|
Do not upcast BYTEs to SHORTs in the TIFFFetchByteArray(). Remove
|
2005-07-26 11:18:36 +00:00 |
tif_dirread.c
|
Do not upcast BYTEs to SHORTs in the TIFFFetchByteArray(). Remove
|
2005-07-26 11:18:36 +00:00 |
tif_dirwrite.c
|
Replace #if with the #ifdef.
|
2005-07-12 12:22:03 +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
|
|
|
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
|
Cleanup the codec state depending on TIFF_CODERSETUP flag (to fix memry
|
2005-06-01 09:41: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
|
Added open option 'h' to avoid reading the first IFD when needed. As per bug
|
2005-07-01 12:35:18 +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
|
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
|
Fixed printing of the BYTE and SBYTE arrays.
|
2005-07-25 14:22:27 +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
|
|
|
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
|
Use FILE_SHARE_READ | FILE_SHARE_WRITE share mode in CreateFile() call as per
|
2005-05-25 11:27:59 +00:00 |
tif_write.c
|
Do not check the PlanarConfiguration field in the TIFFWriteCheck() function in
|
2005-07-21 13:57:00 +00:00 |
tif_zip.c
|
Added checks for failed memory allocations andinteger overflows
|
2004-10-02 13:29:41 +00:00 |
tiff.h
|
One more attempt to fix the AIX bug
|
2005-07-26 10:33:57 +00:00 |
tiffconf.h.in
|
One more attempt to fix the AIX bug
|
2005-07-26 10:33:57 +00:00 |
tiffconf.h.vc
|
One more attempt to fix the AIX bug
|
2005-07-26 10:33:57 +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
|
Use #ifdef instead of #if in header conditionals.
|
2005-07-11 14:45:18 +00:00 |
tiffvers.h
|
Libtiff 3.7.3 released.
|
2005-07-04 12:51:12 +00:00 |
tiffvers.h.in
|
New.
|
2004-04-20 18:17:17 +00:00 |
uvcode.h
|
|
|