Glenn Randers-Pehrson
bb06552075
[libpng17] Bump version to 1.7.0beta17
2013-07-04 22:42:35 -05:00
Glenn Randers-Pehrson
a14071d814
[libpng17] Imported from libpng-1.7.0beta16.tar
2013-07-04 22:31:06 -05:00
John Bowler
23f3e46518
[libpng17] Ported pngfix.c patches from libpng16.
2013-07-03 07:50:24 -05:00
John Bowler
f97b2a6cde
[libpng17] Ported ARM no-read patch from libpng16.
2013-07-03 07:46:02 -05:00
John Bowler
23f4320775
[libpng17] Added perfect hash code generation for lists of PNG chunks. This is
...
a work in progress; checked in for use in pngfix.c
2013-07-03 07:41:04 -05:00
Glenn Randers-Pehrson
5aa2ca454d
[libpng17] Revised pngfix.c to use PNG_U32() instead of PNG_CHUNK()
2013-07-02 09:52:09 -05:00
Glenn Randers-Pehrson
7905286ffa
[libpng17] Renamed contrib/tools/png-fix-too-far-back.c to pngfix.c and revised
...
it to check all compressed chunks known to libpng.
2013-07-01 15:11:36 -05:00
Glenn Randers-Pehrson
2edcb6ad0f
[libpng17] Revised example.c to illustrate use of PNG_DEFAULT_sRGB and
...
PNG_GAMMA_MAC_18 as parameters for png_set_gamma().
2013-06-25 19:43:16 -05:00
Glenn Randers-Pehrson
0f1599e6e5
[libpng17] Fix spelling of "doclifter" in CHANGES and ANNOUNCE
2013-06-18 15:10:32 -05:00
Glenn Randers-Pehrson
cbf22f30b4
[libpng17] Bump version to 1.7.0beta16
2013-06-18 13:22:10 -05:00
Glenn Randers-Pehrson
9bf3c70730
[libpng17] Imported from libpng-1.7.0beta15.tar
2013-06-18 13:14:34 -05:00
Glenn Randers-Pehrson
1bc5747713
[libpng17] Bump version to 1.7.0beta15
2013-06-08 21:00:45 -05:00
John Bowler
34081a0e2f
[libpng17] Port recent changes to ARM support from libpng-1.6.3beta07.
2013-06-08 14:20:46 -05:00
John Bowler
b88c94208a
[libpng17] Make ARM NEON support work at compile time (not just configure time).
...
This moves the test on __ARM_NEON__ into pngconf.h to avoid issues when
using a compiler that compiles for multiple architectures at one time.
2013-06-06 14:57:14 -05:00
Glenn Randers-Pehrson
30662f5e92
[libpng17] Enclose the prototypes for the simplified write API in
2013-06-05 23:25:14 -05:00
John Bowler
c233ec8743
[libpng17] Deleted set(CMAKE_BUILD_TYPE) block from CMakeLists.txt
2013-06-05 11:45:55 -05:00
Glenn Randers-Pehrson
d594be641a
[libpng17] Added set(CMAKE_CONFIGURATION_TYPES ...) to CMakeLists.txt
...
(Andrew Hundt)
2013-06-05 11:05:34 -05:00
Glenn Randers-Pehrson
4c9168875b
[libpng17] Removed a redundant test in png_set_IHDR().
2013-06-04 15:09:06 -05:00
Glenn Randers-Pehrson
e1ded944f0
[libpng17] Bump version to 1.7.0beta14
2013-05-12 19:25:30 -05:00
Glenn Randers-Pehrson
c09dddc0cd
[libpng17] Imported from libpng-1.7.0beta13.tar
2013-05-12 19:25:16 -05:00
Glenn Randers-Pehrson
bd56d76417
[libpng17] Port recent zlib windowBits handling from libpng-1.6.3beta06
2013-05-10 17:43:59 -05:00
Glenn Randers-Pehrson
0cc23ac171
[libpng17] Updated contrib/pngminus/pnm2png.c (Paul Stewart):
...
Fixed whitespace handling
Added a call to png_set_packing()
Initialize dimension values so if sscanf fails at least we have known
invalid values.
2013-05-09 23:30:46 -05:00
Glenn Randers-Pehrson
9dba7219a0
[libpng17] Revised contrib/pngminim/*/makefile to generate pnglibconf.h with the
...
right zlib header files.
2013-05-09 22:59:08 -05:00
Glenn Randers-Pehrson
17c6af8c40
[libpng17] Check for EOF in contrib/pngminus/pnm2png.c (Paul Stewart).
...
Ignore "#" delimited comments in input file to pnm2png.c.
2013-05-07 14:38:19 -05:00
Glenn Randers-Pehrson
6a02eb6d2c
[libpng17] Bump version to 1.7.0beta13
2013-04-29 21:32:33 -05:00
Glenn Randers-Pehrson
40d41fe6f8
[libpng17] Imported from libpng-1.7.0beta12.tar
2013-04-29 21:32:12 -05:00
Glenn Randers-Pehrson
7073d26e51
[libpng17] Avoid dereferencing NULL pointer possibly returned from
...
png_create_write_struct() (Andrew Church).
2013-04-29 08:58:15 -05:00
Glenn Randers-Pehrson
cf76fe8654
[libpng17] Expanded manual paragraph about writing private chunks.
2013-04-28 21:04:12 -05:00
Glenn Randers-Pehrson
b780b64fbf
[libpng17] Bump version to 1.7.0beta12
2013-04-26 08:46:11 -05:00
Glenn Randers-Pehrson
b1876ab6e2
[libpng17] Imported from libpng-1.7.0beta11.tar
2013-04-26 08:46:00 -05:00
John Bowler
28a95d125f
[libpng17] Test for 'arm*' not just 'arm' in the host_cpu configure variable.
2013-04-25 22:51:21 -05:00
Glenn Randers-Pehrson
993f68c006
[libpng17] Bump version to 1.7.0beta11
2013-04-24 08:34:00 -05:00
Glenn Randers-Pehrson
8d23524359
[libpng17] Imported from libpng-1.7.0beta10.tar
2013-04-24 08:33:48 -05:00
John Bowler
e0f4aaa668
[libpng17] Attempt to fix the arm-neon configuration mess.
2013-04-24 00:07:59 -05:00
Glenn Randers-Pehrson
3de174cd2f
[libpng17] Imported from libpng-1.7.0beta10.tar
2013-04-23 23:52:30 -05:00
John Bowler
ea0b4c602e
[libpng17] Port recent changes from libpng-1.6.2.
2013-04-23 20:40:42 -05:00
John Bowler
0bcf5fb451
[libpng17] Exposed PNG chunk types in png.h, modified png_uint_32 macros/code
...
to make as few assumptions as possible
2013-04-19 07:06:02 -05:00
Glenn Randers-Pehrson
57d6907d89
[libpng17] Bump version to 1.7.0beta09
2013-04-18 07:40:10 -05:00
Glenn Randers-Pehrson
6cf97e37af
[libpng17] Bump version to 1.7.0beta08
2013-04-18 07:39:57 -05:00
Glenn Randers-Pehrson
8ef61c4693
[libpng17] Added contrib/tools/fixitxt.c, to repair the erroneous iTXt
...
chunk length written by libpng-1.6.0 and 1.6.1.
2013-04-16 23:09:35 -05:00
Glenn Randers-Pehrson
25a116f97d
[libpng17] Imported from libpng-1.7.0beta08.tar
2013-04-13 21:27:16 -05:00
Glenn Randers-Pehrson
d6d41c847a
[libpng17] Imported from libpng-1.7.0beta07.tar
2013-04-13 20:54:54 -05:00
Glenn Randers-Pehrson
55e93d7090
[libpng17] Fixed length written to uncompressed iTXt chunks (Samuli Suominen).
2013-04-13 16:23:48 -05:00
Glenn Randers-Pehrson
0ddf350360
[libpng17] Corrected a misplaced closing bracket in contrib/libtests/pngvalid.c
...
(Flavio Medeiros).
2013-04-13 11:42:52 -05:00
John Bowler
066f9862f0
[libpng17] Corrected the test on user transform changes on read. It was in the
...
png_set of the transform function, but that doesn't matter unless the
transform function changes the rowbuf size, and that is only valid if
transform_info is called.
2013-04-12 22:10:38 -05:00
John Bowler
5a1ce92c0c
[libpng16] Fixed incorrect warning of excess deflate data. End condition - the
...
warning would be produced if the end of the deflate stream wasn't read
in the last row. The warning is harmless.
2013-04-07 21:37:52 -05:00
Glenn Randers-Pehrson
7a498039c5
[libpng17]Updated documentation of 1.5.x to 1.6.x changes in iCCP chunk
...
handling.
2013-03-31 23:03:32 -05:00
Glenn Randers-Pehrson
40a93652aa
[libpng17] Bump version to 1.7.0beta07
2013-03-13 09:52:06 -05:00
John Bowler
30bc0333fe
[libpng17] Eliminated two warnings from the Intel C compiler.
2013-03-13 09:50:48 -05:00
Claudio Bley
55794013d4
[libpng16] Fixed CMakelists.txt to allow building a single variant of the
...
library (Claudio Bley):
Introduced a PNG_LIB_TARGETS variable that lists all activated library
targets. It is an error if this variable ends up empty, ie. you have
to build at least one library variant.
Made the *_COPY targets only depend on library targets actually being build.
Use PNG_LIB_TARGETS to unify a code path.
Changed the CREATE_SYMLINK macro to expect the full path to a file as the
first argument. When symlinking the filename component of that path is
determined and used as the link target.
Use copy_if_different in the CREATE_SYMLINK macro.
2013-03-07 11:23:12 -06:00