Glenn Randers-Pehrson
|
8e23262b2b
|
[libpng17] Update comment in png_init_filter_functions()
|
2013-08-21 17:53:15 -05:00 |
|
Glenn Randers-Pehrson
|
157e0649e0
|
[libpng17] Delay calling png_init_filter_functions() until a row with nonzero
filter is found.
|
2013-08-20 21:28:19 -05:00 |
|
Glenn Randers-Pehrson
|
83f1287c02
|
[libpng17] Mention png_set_option() in the manual.
|
2013-08-17 15:56:01 -05:00 |
|
Glenn Randers-Pehrson
|
a1124a574a
|
[libpng17] Use minus signs, not hyphens, in "--i" in libpng.3
|
2013-08-13 18:59:21 -05:00 |
|
Glenn Randers-Pehrson
|
6f27254a7e
|
[libpng17] Change some hyphens to minus signs and fix other typos in libpng.3
|
2013-08-06 17:25:37 -05:00 |
|
Glenn Randers-Pehrson
|
79fc8fa0d9
|
[libpng17] Exit loop over tRNS array once a transparent pixel is found
(performance report by PoChun Chang).
|
2013-08-04 14:05:39 -05:00 |
|
Glenn Randers-Pehrson
|
394bc6cdee
|
[libpng17] Port recent /*SAFE*/ comments and manual changes from libpng16
|
2013-07-15 10:28:48 -05:00 |
|
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
v1.7.0beta16
|
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
|
fb411867b0
|
[libpng17] Updated documentation to show default behavior of benign errors
correctly.
|
2013-07-02 09:54:05 -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
v1.7.0beta15
|
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 |
|
Glenn Randers-Pehrson
|
4a7796faca
|
[libpng17] Imported from libpng-1.7.0beta14.tar
v1.7.0beta14
|
2013-06-08 21:00:36 -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 |
|
Glenn Randers-Pehrson
|
46ad4c5bd4
|
[libpng17] Deleted contrib/tools/fixitxt.c, which has been renamed.
|
2013-06-05 17:03:38 -05:00 |
|
Glenn Randers-Pehrson
|
5c32606ec0
|
[libpng17] Update README to delete CompuServ and add simplesystems.org
|
2013-06-05 17:01:14 -05:00 |
|
John Bowler
|
a08ac031fc
|
[libpng17] Fixed ICC compiler warning in tools/png-fix-itxt.c
|
2013-06-05 16:48:18 -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
|
3c051ee282
|
[libpng17] Update README with current info about arm, contrib, and projects
directories
|
2013-06-03 21:02:46 -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
v1.7.0beta13
|
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
|
cb10e19725
|
[libpng17] Added a needed #ifdef/#endif pair.
|
2013-05-09 23:18:10 -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
v1.7.0beta12
|
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
v1.7.0beta11
|
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
v1.7.0beta10
|
2013-04-23 23:52:30 -05:00 |
|
Glenn Randers-Pehrson
|
eaf2f1dcbe
|
[libpng17] Imported from libpng-1.7.0beta09.tar
|
2013-04-23 20:43:09 -05:00 |
|