Glenn Randers-Pehrson
037023bb31
[devel] Revise references to zlib-libpng license
2009-06-24 10:30:58 -05:00
Glenn Randers-Pehrson
ed82c3bb59
[devel] Add pointer to png.h LICENSE info in pngpriv.h and pngconf.h
2009-06-24 10:03:45 -05:00
Glenn Randers-Pehrson
3e61d7985c
[devel] Mention zlib-libpng license in each source file
2009-06-24 09:35:48 -05:00
Glenn Randers-Pehrson
d84748a467
[devel] Bump version to libpng-1.4.0beta65
2009-06-24 08:19:43 -05:00
Glenn Randers-Pehrson
668af4ef48
[devel] Imported from libpng-1.4.0beta64.tar
v1.4.0beta64
2009-06-24 07:04:19 -05:00
Glenn Randers-Pehrson
a3a724f805
[master] Imported from libpng-1.2.38rc01.tar
v1.2.38rc01
2009-06-24 06:59:36 -05:00
Glenn Randers-Pehrson
a770d71890
[master] Bump version to bump-to-libpng-1.2.38beta02
2009-06-18 16:53:56 -05:00
Glenn Randers-Pehrson
1de866cd09
[master] Imported from libpng-1.2.38beta01.tar
v1.2.38beta01
2009-06-17 07:46:44 -05:00
Glenn Randers-Pehrson
54380f53a2
[master] Fixed some indentation in pngset.c
2009-06-16 17:53:00 -05:00
Glenn Randers-Pehrson
83fb85581d
[devel] Fixed some indentation in pngset.c
2009-06-16 17:52:23 -05:00
Glenn Randers-Pehrson
7d870524d3
[master] Changed PNG_HANDLE_AS_UNKNOWN to PNG_UNKNOWN_CHUNKS_SUPPORTED
...
in pngset.c
2009-06-16 17:28:01 -05:00
Glenn Randers-Pehrson
d28aad9a58
[master] Added an "#ifdef PNG_WRITE_SUPPORTED/#endif" block in pngconf.h
2009-06-16 17:27:14 -05:00
Glenn Randers-Pehrson
59c39b886d
[devel] Changed one PNG_HANDLE_AS_UNKNOWN to PNG_UNKNOWN_CHUNKS_SUPPORTED
2009-06-16 17:23:08 -05:00
Glenn Randers-Pehrson
3b3e09075a
[devel] Added an "#ifdef PNG_WRITE_SUPPORTED/#endif" block in pngconf.h
2009-06-16 17:20:43 -05:00
Glenn Randers-Pehrson
658ea4304e
[devel] Relocated various UNKNOWN_CHUNK macros
...
outside of the PNG_READ|WRITE_ANCILLARY_CHUNK_SUPPORTED blocks, where
they did not really belong. Updated CHANGES and ANNOUNCE.
2009-06-16 16:24:57 -05:00
Glenn Randers-Pehrson
8be63adbc8
[master] Relocated various UNKNOWN_CHUNK macro definitions
...
outside of the PNG_READ|WRITE_ANCILLARY_CHUNK_SUPPORTED macros and
updated CHANGES and ANNOUNCE. The definitions were actually relocated
in the previous commit but I forgot to mention it.
2009-06-16 16:13:42 -05:00
Glenn Randers-Pehrson
33188acf8f
Eliminated PNG_LEGACY_SUPPORTED
...
It is not of any use in libpng-1.4.0; it was only to support binary
compatibility between some old libpng-1.0.x versions. It should have
been removed from libpng-1.2.x as well but it is too late for that now.
2009-06-16 14:12:35 -05:00
Glenn Randers-Pehrson
7d8f352e0a
Added a PNG_NO_HANDLE_AS_UNKNOWN inside the LEGACY block of pngconf.h
2009-06-16 13:54:57 -05:00
Glenn Randers-Pehrson
587382c0ba
[master] Added 2 "defined(PNG_HANDLE_AS_UNKNOWN_SUPPORTED)" tests in png.h
2009-06-16 13:35:47 -05:00
Glenn Randers-Pehrson
38674ec994
[devel] Added 2 defined(PNG_HANDLE_AS_UNKNOWN_SUPPORTED) tests in png.h.
2009-06-16 13:33:01 -05:00
Glenn Randers-Pehrson
8d6adb6090
[devel] bump version to libpng-1.4.0beta64
2009-06-16 07:02:00 -05:00
Glenn Randers-Pehrson
d60c886ebc
[devel] Imported from libpng-1.4.0beta63.tar
v1.4.0beta63
2009-06-16 06:35:35 -05:00
Glenn Randers-Pehrson
0f714ca6bc
[master] Reformatted some comments.
2009-06-15 22:01:39 -05:00
Glenn Randers-Pehrson
6c7a09ab7c
[devel] Reformatted some comments.
2009-06-15 21:57:39 -05:00
Glenn Randers-Pehrson
63da1df6fe
[master] png.c should have been included in the previous checkin
2009-06-15 20:58:37 -05:00
Glenn Randers-Pehrson
bbe589da44
[master] Change some instances of PNG_READ_UNKNOWN_CHUNKS_SUPPORTED
...
to PNG_HANDLE_AS_UNKNOWN to make it possible to build a libpng that can
use the png_set_keep_unknown_chunks() mechanism to ignore unused chunks
without having to save unknown chunks.
2009-06-15 20:50:00 -05:00
Glenn Randers-Pehrson
7824a70c1d
[devel] Changed several "#ifdef PNG_UNKNOWN_CHUNK_SUPPORTED" to
...
to "#ifdef PNG_HANDLE_AS_UNKNOWN_SUPPORTED", to make the png_set_keep
mechanism available for ignoring known chunks even when not saving
unknown chunks.
2009-06-13 10:07:55 -05:00
Glenn Randers-Pehrson
b278e91338
about calling png_set_IHDR() multiple times and about the order
...
of color samples in the tRNS chunk.
2009-06-08 08:37:58 -05:00
Glenn Randers-Pehrson
b5444a1779
[devel] Revise libpng.3
...
about calling png_set_IHDR() multiple times and about the order
of color samples in the tRNS chunk.
2009-06-08 08:36:19 -05:00
Glenn Randers-Pehrson
f2609e133d
[master] Revise libpng*.txt
...
about calling png_set_IHDR() multiple times and about the order
of color samples in the tRNS chunk.
2009-06-08 08:33:46 -05:00
Glenn Randers-Pehrson
9dcde09ac8
[devel] Revise libpng*.txt
...
about calling png_set_IHDR() multiple times and about the order
of color samples in the tRNS chunk.
2009-06-08 08:31:59 -05:00
Glenn Randers-Pehrson
e14fdbbddb
[master] Bump version to bump-to-libpng-1.2.38beta01
2009-06-05 17:27:14 -05:00
Glenn Randers-Pehrson
7aa1834c95
[devel] Bump version to bump-to-libpng-1.4.0beta63
2009-06-05 17:26:31 -05:00
Glenn Randers-Pehrson
424c98547d
Imported from libpng-1.4.0beta62.tar
v1.4.0beta62
2009-06-04 07:48:17 -05:00
Glenn Randers-Pehrson
a162155919
Imported from libpng-1.2.37.tar
v1.2.37
2009-06-04 06:11:58 -05:00
Glenn Randers-Pehrson
4d7ae382a8
[master] Added a section in documentation
...
about using png_set_io_ptr() in configure scripts for detecting libpng
2009-06-02 13:48:22 -05:00
Glenn Randers-Pehrson
37e7e0bd81
[devel] Added a section in documentation
...
about using png_set_io_ptr() in configure scripts for detecting libpng
2009-06-02 13:46:41 -05:00
Glenn Randers-Pehrson
0c86eb2dc7
Update pngminim/*/pngusr.h
...
to add PNG_NO_READ_SWAP, PNG_NO_WRITE_SWAP
2009-06-02 06:50:00 -05:00
Glenn Randers-Pehrson
70c2db8b9f
Updated documentation about the git repository and libpng coding style.
2009-06-02 06:41:57 -05:00
Glenn Randers-Pehrson
e0c505cfae
Bump version to libpng-1.4.0beta62
2009-05-30 21:22:44 -05:00
Glenn Randers-Pehrson
c1dd118d2c
Reformatted several "if () statment;"
...
and "else statement;" into two lines.
2009-05-30 20:25:20 -05:00
Glenn Randers-Pehrson
d8eb62ff15
More cosmetic reformatting
...
Broke several remaining "if () statement;" and "else statement;" into
two lines.
2009-05-30 20:19:20 -05:00
Glenn Randers-Pehrson
45ae51743b
In contrib/pngminim, #define PNG_NO_READ|WRITE_SWAP in pngusr.h
2009-05-28 20:22:38 -05:00
Glenn Randers-Pehrson
2d21d91abd
Imported from libpng-1.2.37rc01.tar
v1.2.37rc01
2009-05-27 06:47:59 -05:00
Glenn Randers-Pehrson
e5ee05dc0d
Imported from libpng-1.2.37beta03.tar
v1.2.37beta03
2009-05-20 17:19:00 -05:00
Glenn Randers-Pehrson
c0d53e176b
Change version from libpng-1.2.37rc01 to libpng-1.2.37beta03
...
Because of many cosmetic changes, drop back to beta and do rc01 later.
2009-05-20 17:16:46 -05:00
Glenn Randers-Pehrson
4bb4d01681
Imported from libpng-1.4.0beta61.tar
v1.4.0beta61
2009-05-20 17:15:20 -05:00
Glenn Randers-Pehrson
b26d188190
Rename contrib/pngminim/*/makefile.std to makefile.
2009-05-19 18:51:08 -05:00
Glenn Randers-Pehrson
0a6382e2af
Bump version to libpng-1.2.37rc01
2009-05-19 18:48:06 -05:00
Glenn Randers-Pehrson
b205f291f6
Actually add the renamed makefiles.
2009-05-19 13:10:55 -05:00