Glenn Randers-Pehrson
cdede7664e
[lbipng15] Corrected a misplaced closing bracket in contrib/libtests/pngvalid.c
...
(Flavio Medeiros).
2013-04-13 12:16:14 -05:00
Glenn Randers-Pehrson
2971634978
[libpng15] Bump version to 1.5.16beta01
2013-03-29 07:11:09 -05:00
Glenn Randers-Pehrson
10de36ef25
[libpng15] Imported from libpng-1.5.15.tar
2013-03-27 20:26:28 -05:00
Glenn Randers-Pehrson
17637544be
[libpng15] Imported from libpng-1.5.15rc01.tar
2013-03-21 07:37:31 -05:00
Glenn Randers-Pehrson
7f47448f49
[libpng15] Bump version to 1.5.15beta10
2013-03-13 09:19:26 -05:00
John Bowler
657dee1f3a
[libpng15] Eliminated two warnings from the Intel C compiler.
2013-03-13 09:12:02 -05:00
Claudio Bley
a3b6fa08b2
[libpng15] Use copy_if_different in the CREATE_SYMLINK macro.
2013-03-07 11:12:40 -06:00
Claudio Bley
44ef7ceb62
[libpng15] 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.
2013-03-07 11:05:45 -06:00
Claudio Bley
5d10f7c5f1
[libpng15] 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.
2013-03-07 11:01:35 -06:00
Glenn Randers-Pehrson
aad05aa948
[libpng15] Bump version to 1.5.15beta09
2013-03-04 18:08:56 -06:00
John Bowler
c34143f615
[libpng15] Corrected Android builds and corrected libpng.vers with symbol
...
prefixing This adds an API to set optimization options externally,
providing an alternative and general solution for the non-portable
run-time tests used by the ARM Neon code. It also makes those tests
compile and link on Android.
The order of settings vs options in pnglibconf.h is reversed to allow
settings to depend on options and options can now set (or override) the
defaults for settings.
2013-03-04 16:44:59 -06:00
John Bowler
85d027f3d0
[libpng15] Made the _SUPPORTED macro definitions consistent.
2013-03-01 20:23:11 -06:00
Glenn Randers-Pehrson
1d82c0f287
[libpng15] Avoid a possible memory leak in contrib/gregbook/readpng.c
2013-03-01 13:25:44 -06:00
Glenn Randers-Pehrson
301e06a46c
[libpng15] Bump version to 1.5.15beta08
2013-02-27 15:24:30 -06:00
John Bowler
da78c32207
[libpng15] Revised scripts/dfn.awk to work with the buggy MSYS awk that has
...
trouble with CRLF line endings.
2013-02-27 13:41:23 -06:00
Glenn Randers-Pehrson
ecfc22a681
[libpng15] Revised INSTALL to recommend using CPPFLAGS instead of INCLUDES.
...
Revised scripts/makefile.freebsd to respect ZLIBDIR and ZLIBINC.
2013-02-22 20:54:27 -06:00
Glenn Randers-Pehrson
6ec5e3ff67
[libpng15] Bump version to 1.5.15beta07
2013-02-22 16:42:00 -06:00
Glenn Randers-Pehrson
1ec6c5f335
[libpng15] Updated the INSTALL document.
2013-02-22 16:39:42 -06:00
John Bowler
d19ad72e28
[libpng15] Fixed PNG_ALIGN(ED)_MEMORY and add ability to turn off ARM_NEON
...
runtime checks
2013-02-19 10:20:59 -06:00
Glenn Randers-Pehrson
e67a47a19a
[libpng15] Bump version to 1.5.15beta06
2013-02-17 22:09:27 -06:00
Glenn Randers-Pehrson
095b6f7f90
[libpng15] Imported from libpng-1.5.15beta05.tar
2013-02-17 22:09:17 -06:00
John Bowler
d1031d714b
[libpng15] Use approved/supported Android method to check for NEON, use
...
Linux/POSIX 1003.1 API to check /proc/self/auxv avoiding buffer allocation
and other library calls.
2013-02-16 08:15:35 -06:00
John Bowler
da3031a7d9
[libpng15] Use approved/supported Android method to check for NEON, use Linux/POSIX
...
1003.1 API to check /proc/self/auxv avoiding buffer allocation and other
library calls.
2013-02-15 19:51:05 -06:00
Glenn Randers-Pehrson
1679d4ce0f
[libpng15] Bump version to 1.5.15beta05
2013-02-15 11:15:26 -06:00
Glenn Randers-Pehrson
5feedee233
[libpng15] Imported from libpng-1.5.15beta04.tar
2013-02-15 11:15:17 -06:00
Glenn Randers-Pehrson
8849c000ea
[libpng15] Enclosed the new png_get_palette_max
...
in #ifdef PNG_GET_PALETTE_MAX_SUPPORTED block, and revised pnglibconf.h
and pnglibconf.h.prebuilt accordingly.
2013-02-10 16:14:54 -06:00
Glenn Randers-Pehrson
e3ab2fe6e9
[libpng15] Bump version to 1.5.15beta04
2013-02-06 22:56:01 -06:00
John Bowler
4c1eaadf38
[libpng15] Turn serial tests back on (recently turned off by autotools upgrade).
2013-02-06 18:42:53 -06:00
Glenn Randers-Pehrson
06f0c77a24
[libpng15] Bump version to 1.5.15beta03
2013-02-05 12:07:17 -06:00
John Bowler
3b69793c6f
[libpng15] Fix 'setting' handling in options.awk and fixed palette_max API
2013-02-05 07:41:43 -06:00
John Bowler
572ba70905
[libpng15] Fix typo in Makefile.am, fix scripts/pnglibconf.mak and makefile.std
2013-02-04 22:21:53 -06:00
John Bowler
bc6abe8af8
[libpng15] Made a probably general fix for the preprocessing used to generate
...
source files. This change might make the check for a special C preprocessor
unnecessary, and it also eliminates the requirement for sed in the
configure build process. NOTE: this is incomplete, a change must also
be made to pnglibconf.mak
2013-02-04 21:53:41 -06:00
Glenn Randers-Pehrson
3051d453ef
[libpng15] Bump version to 1.5.15beta02
2013-02-04 20:36:30 -06:00
Glenn Randers-Pehrson
041f4465d0
[libpng15] Added documentation of new png_get_palette_max() function.
2013-02-04 19:58:58 -06:00
John Bowler
c9f2269857
[libpng15] Enabled renaming of the extern (but not DLL exported) ARM filter
...
functions. Also enabled inclusion of pngpriv.h in non-C files by preventing
C/C++ specific definitions if PNG_VERSION_INFO_ONLY is defined.
2013-02-04 17:49:11 -06:00
Glenn Randers-Pehrson
6636826302
[libpng15] Bump version to 1.5.15beta01
2013-01-23 21:26:43 -06:00
Glenn Randers-Pehrson
54491e8535
[libpng15] Removed an obsolete line from the manual.
2013-01-23 21:05:27 -06:00
Glenn Randers-Pehrson
40a8cd052a
[libpng15] Imported from libpng-1.5.14rc03.tar
2013-01-17 23:34:18 -06:00
Glenn Randers-Pehrson
77a0a2ea11
[libpng15] Check validity of "nentries" parameter of png_set_sPLT().
...
and check validity of "num_text" parameter of png_set_text_2().
2013-01-17 16:15:46 -06:00
Glenn Randers-Pehrson
798d3de5f6
[libpng15] Check validity of "nentries" parameter of png_set_sPLT().
2013-01-17 15:16:02 -06:00
Glenn Randers-Pehrson
5b4aa7841b
[libpng15] Bump version to 1.5.14rc03
2013-01-17 14:15:55 -06:00
John Bowler
bec9ca9b8a
[libpng15] Revised test for validity of "num_unknowns" to eliminate compiler
...
warnings.
2013-01-17 13:09:32 -06:00
Glenn Randers-Pehrson
77a817bfc2
[libpng15] Change info_ptr->unknown_chunks_num to type png_uint_32
...
and test against INT_MAX instead of UINT_MAX in pngset.c
2013-01-17 10:52:48 -06:00
Glenn Randers-Pehrson
5b9fe98c5f
[libpng15] Imported from libpng-1.5.14rc01.tar
2013-01-16 21:29:52 -06:00
Glenn Randers-Pehrson
d91f8b0fe8
[libpng15] Bump version to 1.5.14beta09
2013-01-10 12:31:29 -06:00
Glenn Randers-Pehrson
1a3d6e3cf3
[libpng15] Check validity of "num_unknowns" parameter
...
of png_set_unknown_chunks().
2013-01-10 09:24:03 -06:00
Glenn Randers-Pehrson
c4b099396a
[libpng15] Bump version to 1.5.14beta08
2013-01-06 20:12:39 -06:00
John Bowler
84dc479108
[libpng15] De-configured build fixes to make a range of deconfiguration options
...
(such as switching off read or write support) work in more cases. Also
upgraded pngtest and pngvalid to the libpng 1.6 versions (with some
modifications) which provide more extensive testing. Replaced pngtest.png
because pngtest writes the ancillary chunks in a different order.
2013-01-06 12:38:39 -06:00
Glenn Randers-Pehrson
8e4a89f0f9
[libpng15] Changed AM_CONFIG_HEADER(config.h) to AC_CONFIG_HEADERS([config.h])
...
in configure.ac
2013-01-03 13:44:04 -06:00
Glenn Randers-Pehrson
3d3c517bc4
[libpng15] Bump version to 1.5.14beta07
2013-01-01 09:10:30 -06:00