Andrey Kiselev
9498770c99
Use byte counts of proper size (uint64). Required for libtiff 4.0.
2008-09-05 07:06:26 +00:00
Andrey Kiselev
6ae8a4bd73
Use dynamically allocated array instead of static when constructing
...
output file names.
2008-09-05 06:44:32 +00:00
Frank Warmerdam
ccbfac98d3
New
2008-09-03 15:53:08 +00:00
Andrey Kiselev
35152cd29e
Bugzilla links updated; added list of maintainers.
2008-09-03 08:05:04 +00:00
Andrey Kiselev
355696533d
*** empty log message ***
2008-09-03 07:48:52 +00:00
Andrey Kiselev
a1a53f9c74
Get rid of unsafe strcpy()/strcat() calls when doing the filename/path
...
construction.
2008-09-03 07:47:26 +00:00
Andrey Kiselev
3498398196
More appropriate format string in t2p_write_pdf_string(); avoid
...
signed/unsigned mismatch.
2008-09-03 07:35:25 +00:00
Andrey Kiselev
187c6f11ea
Properly zero out the codetable. As per bug
...
http://bugzilla.maptools.org/show_bug.cgi?id=1929
2008-09-03 07:16:09 +00:00
Andrey Kiselev
aef997530c
Properly zero out the string table. Fixes CVE-2008-2327 security issue.
2008-09-03 07:07:22 +00:00
Frank Warmerdam
9fa82bfb78
fix typo with status, and supress stderr output
2008-09-02 02:26:19 +00:00
Frank Warmerdam
80ca2298a3
avoid warnings about TIFFReadDirEntryFloat(), etc
2008-09-01 23:26:27 +00:00
Frank Warmerdam
11e620b7f9
modified to write IFDs as either IFD8 or IFD depending on whether the file
...
is bigtiff or classic tiff. http://bugzilla.maptools.org/show_bug.cgi?id=1917
2008-09-01 23:18:19 +00:00
Frank Warmerdam
943e72e954
added Lee as a co-maintainer
2008-09-01 22:05:21 +00:00
Bob Friesenhahn
8d2fe9f4e2
* tools/tiffdump.c: When compiling for Microsoft Windows, apply
...
consistent (__int64) casting when testing if _lseeki64 has
successfully seeked as requested. This is necessary for large
file support to work since off_t is only 32-bit.
2008-08-12 21:52:03 +00:00
Frank Warmerdam
743808438f
Return an error rather than just asserting on invalid samples per
...
pixel or subsampling ratios (#1927 ).
2008-07-29 19:51:07 +00:00
Frank Warmerdam
60205a8369
note leak of anonymous field structure
2008-07-29 18:45:40 +00:00
Frank Warmerdam
6e6e603753
fix some portability and warning issues with tiffcrop
2008-06-17 20:16:54 +00:00
Frank Warmerdam
1468d4291f
use same jpeg hacks for win32 as in tif_jpeg.c
2008-06-17 19:48:22 +00:00
Frank Warmerdam
c7d28f4ba8
Ensure TIFFOpenW() uses same FILE_SHARE flags as TIFFOpen()
2008-06-17 18:47:03 +00:00
Frank Warmerdam
4594f2dcf2
fix alignment problems for architectures like Sparc ( #1892 )
2008-06-01 13:11:18 +00:00
Frank Warmerdam
80e50e5564
add TIFFFindField() to libtiff.def ( #1891 )
2008-05-27 16:26:16 +00:00
Frank Warmerdam
dfb5da9ad4
remove SIZEOF_LONG macro as it is unused
2008-05-26 19:05:51 +00:00
Frank Warmerdam
27ebd800ef
remove use of GlobalAlloc() (bug 1885)
2008-05-26 15:38:31 +00:00
Frank Warmerdam
eac1a5bc85
Clarify comment on lfind().
2008-05-26 15:17:09 +00:00
Frank Warmerdam
faf612679b
list JBIG_SUPPORT and MDI_SUPPORT in win32 header
2008-05-26 15:09:56 +00:00
Frank Warmerdam
ac20f33758
fix unchecked malloc result
2008-05-25 03:11:33 +00:00
Frank Warmerdam
6af761b24c
avoid possible NULL in error
2008-05-25 03:10:55 +00:00
Bob Friesenhahn
a4e657cc8a
* test {tiff2pdf.sh tiff2ps-EPS1.sh tiff2ps-PS1.sh tiff2ps-PS2.sh
...
tiff2ps-PS3.sh tiffcp-g3-1d-fill.sh tiffcp-g3-1d.sh
tiffcp-g3-2d-fill.sh tiffcp-g3-2d.sh tiffcp-g3.sh tiffcp-g4.sh
tiffcp-split-join.sh tiffcp-split.sh tiffcp-thumbnail.sh
tiffdump.sh tiffinfo.sh}: Added more test scripts based on
suggestions from Lee Howard posted to the tiff list on 13 Sep
2007.
2008-05-24 22:24:25 +00:00
Frank Warmerdam
75430ed547
prepare for 4.0.0beta2
2008-05-24 02:54:13 +00:00
Frank Warmerdam
6302edc888
update upload step
2008-05-24 02:53:41 +00:00
Frank Warmerdam
8035f41012
remove Id - it is causing low value churn after autogen
2008-05-24 02:25:25 +00:00
Frank Warmerdam
e019c52f55
deal with a leak, and a possible runtime problem reported by coverity
2008-05-24 02:14:11 +00:00
Frank Warmerdam
90c84b3440
major update from Richard Nolde ( #1888 )
2008-05-24 00:18:55 +00:00
Frank Warmerdam
8a241d9f11
avoid leaks, dead code
2008-05-23 19:52:49 +00:00
Frank Warmerdam
09fe8fabf4
fix some coverity reported problems
2008-05-23 17:24:41 +00:00
Frank Warmerdam
e6f5098ee8
Update bugzilla location.
2008-05-18 17:21:59 +00:00
Frank Warmerdam
d4099b8eee
update for 4.0.0beta1 release
2008-05-18 16:25:47 +00:00
Frank Warmerdam
a8ecdf825d
Use TIFF_SETGET_ASCII for Pixar Texture tags
2008-05-18 16:18:30 +00:00
Bob Friesenhahn
d3b0d3dd38
Back out accidental change.
2008-05-09 16:23:29 +00:00
Bob Friesenhahn
9015352474
* Makefile.am (ACLOCAL_AMFLAGS): Libtool 2.2.4 does not like
...
"ACLOCAL_AMFLAGS=-I ./m4". It wants "ACLOCAL_AMFLAGS=-I m4".
2008-05-09 16:20:49 +00:00
Andrey Kiselev
03db22ad51
*** empty log message ***
2008-04-15 14:25:20 +00:00
Andrey Kiselev
73865f3af5
Added tests for short tags with pairs of values.
2008-04-15 14:20:30 +00:00
Andrey Kiselev
924a2d8827
Added CheckShortPairedField() function.
2008-04-15 14:19:37 +00:00
Andrey Kiselev
c87f985159
Added tifftest.h.
2008-04-15 14:19:08 +00:00
Andrey Kiselev
f52bf76e67
New.
2008-04-15 14:18:36 +00:00
Andrey Kiselev
758e3eb654
Fixed description of the TIFFTAG_NUMBEROFINKS tag.
2008-04-15 13:54:55 +00:00
Andrey Kiselev
a4317025a9
Remove test for "PixarTextureformat" tag because of its unclear status and
...
format of contents; test passes now.
2008-04-15 13:32:12 +00:00
Andrey Kiselev
481c2432f2
Use _TIFFRewriteField() instead of TIFFRewriteField().
2008-04-15 12:53:07 +00:00
Andrey Kiselev
35b0e74065
Make nfields variable to be the size_t instead of uint32 in
...
TIFFMergeFieldInfo().
2008-04-14 09:35:43 +00:00
Andrey Kiselev
1bf045a2e1
*** empty log message ***
2008-04-14 09:05:50 +00:00