Glenn Randers-Pehrson
9f044c17fa
[devel] Added some whitespace in png.h and pngpriv.h, revised a comment
...
in pngvalid.c
2010-12-07 14:59:43 -06:00
Glenn Randers-Pehrson
d02f246887
[devel] Improved missing symbol handling in checksym.awk; symbols missing in
...
both the old and new files can now be optionally ignored, treated as errors
or warnings.
2010-12-07 14:42:04 -06:00
Glenn Randers-Pehrson
f1cf90238b
[devel] Documented the pngvalid gamma error summary with additional comments
...
and print statements.
2010-12-07 14:40:33 -06:00
Glenn Randers-Pehrson
845b74e6d4
[devel] Bump to version libpng-1.5.0beta57
2010-12-06 20:25:05 -06:00
Glenn Randers-Pehrson
e24196eeeb
[devel] Imported from libpng-1.5.0beta56.tar
v1.5.0beta56
2010-12-06 20:24:57 -06:00
Glenn Randers-Pehrson
234e543afb
[devel] Make PNG_EXPORT not user definable (leaving only PNG_EXPORTA definable)
2010-12-06 20:18:51 -06:00
Glenn Randers-Pehrson
49a56e7688
[devel] Included documentation of changes in 1.5.0 from 1.4.x
...
in libpng-manual.txt and libpng.3
2010-12-06 20:06:01 -06:00
Glenn Randers-Pehrson
5f59c87604
[devel] Fixed some incorrect "=" macro names in pnglibconf.dfa
2010-12-06 18:45:59 -06:00
Glenn Randers-Pehrson
23d3970929
[devel] Revised PNG_EXPORT() macro and added PNG_EXPORTA() macro, with the
...
objective of simplifying and improving the cosmetic appearance of png.h.
2010-12-06 18:28:02 -06:00
Glenn Randers-Pehrson
27df3a44eb
[devel] Added PNG_EXPORTX() and PNG_EXPORTA() macros for testing,
...
with the objective of improving the cosmetic appearance of png.h.
2010-12-06 12:38:42 -06:00
Glenn Randers-Pehrson
a451725242
[devel]
...
Added some commentary about PNG_EXPORT in png.h and pngconf.h
2010-12-06 08:54:55 -06:00
Glenn Randers-Pehrson
d546f4399f
[devel] Added the private PNG_UNUSED() macro definition in pngpriv.h.
...
(adapted from the UNUSED() macro in pngvalid.c by John Bowler)
2010-12-04 20:41:36 -06:00
Glenn Randers-Pehrson
38ef3a592c
[devel] Added whitespace and fixed typos in pngvalid.c comments.
2010-12-03 11:22:31 -06:00
Glenn Randers-Pehrson
79fb836d66
[master] Imported from libpng-1.4.5rc03.tar
v1.4.5rc03
2010-12-03 10:02:23 -06:00
Glenn Randers-Pehrson
010110a0be
[master] Imported from libpng-1.4.5rc02.tar
v1.4.5rc02
2010-12-02 07:05:34 -06:00
Glenn Randers-Pehrson
caed8f30ee
[devel] Bump to version 1.5.0beta56
2010-11-27 18:09:36 -06:00
Glenn Randers-Pehrson
756f873a25
[master] Added comment about the potential API incompatibility in
...
png.h, libpng.3, and libpng-*.txt.
2010-11-25 07:38:30 -06:00
Glenn Randers-Pehrson
2fe7f06a55
[devel] Removed some markup (%10%) from libpng-manual.txt and libpng.3
2010-11-25 07:31:36 -06:00
Glenn Randers-Pehrson
5b40b01319
[devel] Added a remark about png_get_uint_16 in the libpng-manual.txt
...
and libpng.3
2010-11-25 07:16:29 -06:00
Glenn Randers-Pehrson
b93e0326d2
[devel] Comment about 1.4.0 through 1.4.4 versions of png_get_uint_16 macro
...
which returned the wrong type (png_uint_32 instead of png_uint_16).
2010-11-25 06:56:20 -06:00
Glenn Randers-Pehrson
e2d740ae04
[master] Reverted png_get_uint_16 macro to beta05 and added a
...
comment about the potential API incompatibility.
2010-11-24 15:08:39 -06:00
Glenn Randers-Pehrson
ff244b6181
[master] Bump to version 1.4.5beta07
2010-11-24 15:04:15 -06:00
Glenn Randers-Pehrson
2776d5e9e6
[devel] Bump to version libpng-1.5.0beta56
2010-11-21 15:19:55 -06:00
Glenn Randers-Pehrson
c3ed437d9e
[devel] Imported from libpng-1.5.0beta55.tar
v1.5.0beta55
2010-11-21 15:05:20 -06:00
Glenn Randers-Pehrson
d3494d172c
[master] Imported from libpng-1.4.5beta06.tar
v1.4.5beta06
2010-11-21 15:05:12 -06:00
Glenn Randers-Pehrson
b3edc73afa
[devel] Changes to remove gcc warnings (John Bowler)
...
Certain optional gcc warning flags resulted in warnings in libpng code.
With these changes only -Wconversion and -Wcast-qual cannot be turned on.
Changes are trivial rearrangements of code. -Wconversion is not possible
for pngrutil.c (because of the widespread use of += et al on variables
smaller than (int) or (unsigned int)) and -Wcast-qual is not possible
with pngwio.c and pngwutil.c because the 'write' callback and zlib
compression both fail to declare their input buffers with 'const'.
2010-11-21 14:06:41 -06:00
Glenn Randers-Pehrson
2922c07e67
[master] Changes to remove gcc warnings (John Bowler)
2010-11-21 14:02:16 -06:00
Glenn Randers-Pehrson
c03a949a0d
[master] Make the "png_get_uint_16" macro return a png_uint_32 in libpng-1.4
...
for API compatibility.
2010-11-21 13:31:52 -06:00
Glenn Randers-Pehrson
105c416007
[devel] Added comment in pngrutil.c about some extra parentheses.
2010-11-20 22:59:47 -06:00
Glenn Randers-Pehrson
377e3ca5e6
[master] Added a comment about the parentheses in pngrutil.c
2010-11-20 22:56:49 -06:00
Glenn Randers-Pehrson
a581556b17
[master] Revised png_get_uint_32, png_get_int_32, png_get_uint_16 (Cosmin)
...
Moved reading of file signature into png_read_sig (Cosmin)
Fixed atomicity of chunk header serialization (Cosmin)
Added test for io_state in pngtest.c (Cosmin)
Added "#!/bin/sh" at the top of contrib/pngminim/*/gather.sh scripts.
2010-11-20 21:48:29 -06:00
Glenn Randers-Pehrson
f320728911
[master] Restored the parentheses in pngrutil.c; they are needed when the
...
png_get_*int_*() functions are compiled (i.e., when PNG_USE_READ_MACROS
is not defined).
2010-11-20 21:41:51 -06:00
Glenn Randers-Pehrson
b4a5d88e0a
[master] Updated png_get_uint_32 like the others (i -> val).
2010-11-20 18:01:52 -06:00
Glenn Randers-Pehrson
7ea0b3b9e2
[master] Bump to version 1.4.5rc02
2010-11-20 18:01:01 -06:00
Glenn Randers-Pehrson
aa3725c860
[master] Fixed spelling in ANNOUNCE and CHANGES
2010-11-20 17:38:14 -06:00
Glenn Randers-Pehrson
8aa84c7fce
[master] Imported from libpng-1.4.5beta05.tar
2010-11-20 17:15:36 -06:00
Glenn Randers-Pehrson
453ceae85f
[master] Fixed atomicity of chunk header serialization (Cosmin)
...
and added test for io_state in pngtest.c (Cosmin)
2010-11-20 16:13:12 -06:00
Glenn Randers-Pehrson
1f5a0b9fa6
[master] Moved reading of file signature into png_read_sig (Cosmin)
2010-11-20 15:50:51 -06:00
Glenn Randers-Pehrson
820a8d1de9
[master] Changed prototypes for png_git_int_16() and png_get_int_32().
2010-11-20 15:07:51 -06:00
Glenn Randers-Pehrson
6bb02b28a1
[master] Revised png_get_int_32 and png_get_int_16 functions.
2010-11-20 15:00:35 -06:00
Glenn Randers-Pehrson
60ba227d57
[master] Removed some extraneous parentheses that appeared in pngrutil.c of
...
libpng-1.4.3bet01
2010-11-20 14:47:36 -06:00
Glenn Randers-Pehrson
175e21f5e1
[master] Imported from libpng-1.4.5rc01.tar
v1.4.5rc01
2010-11-18 22:11:18 -06:00
Glenn Randers-Pehrson
d801b3882c
[devel] Bump to version libpng-1.5.0beta55
2010-11-11 07:19:19 -06:00
Glenn Randers-Pehrson
ed3dfbd25a
[devel] Imported from libpng-1.5.0beta54.tar
v1.5.0beta54
2010-11-10 07:05:07 -06:00
Glenn Randers-Pehrson
97db6709e4
[master] Imported from libpng-1.4.5beta04.tar
v1.4.5beta04
2010-11-08 12:44:03 -06:00
Glenn Randers-Pehrson
ccadcae40b
[devel] Added whitespace in pngrutil.c, pngwtran.c, and pngwutil.c
2010-10-23 17:29:13 -05:00
Glenn Randers-Pehrson
33893095b5
[devel] Used a consistent structure for the pngget.c functions.
...
added some whitespace in pngrio.c and pngrutil.c
2010-10-23 13:20:18 -05:00
Glenn Randers-Pehrson
5c5f593ffb
[devel] Standardized the structure of some pngget.c functions.
2010-10-23 10:14:42 -05:00
Glenn Randers-Pehrson
62333ba0cb
[devel] Adjusted some whitespace in pngset.c
2010-10-23 08:48:51 -05:00
Glenn Randers-Pehrson
c508081afc
[devel] Require 48 bytes, not 64 bytes, for big_row_buf in overflow checks.
...
Also removed two obsolete comments from png.c
2010-10-23 08:26:26 -05:00