summaryrefslogtreecommitdiff
path: root/CHANGES
Commit message (Collapse)AuthorAgeFilesLines
* [libpng15] Fixed typos in the manual and in scripts/pnglibconf.dfaGlenn Randers-Pehrson2014-02-261-1/+3
| | | | (CFLAGS -> CPPFLAGS and PNG_USR_CONFIG -> PNG_USER_CONFIG).
* [libpng15] Moved redefinitions of png_error() and related macros fromGlenn Randers-Pehrson2014-02-171-1/+4
| | | | pngpriv.h to png.h to make them visible to libpng-calling applications.
* [libpng15] Bump version to 1.5.19beta01Glenn Randers-Pehrson2014-02-061-0/+2
|
* [libpng15] Imported from libpng-1.5.18.tarv1.5.18libpng-1.5.18-signedGlenn Randers-Pehrson2014-02-051-0/+3
|
* [libpng15] Quiet an uninitialized memory warning from VC2013 in png_get_png().Glenn Randers-Pehrson2014-01-301-0/+4
|
* [libpng15] Imported from libpng-1.5.18rc01.tarv1.5.18rc01Glenn Randers-Pehrson2014-01-281-0/+2
|
* [libpng15] Imported from libpng-1.5.18beta05.tarv1.5.18beta05Glenn Randers-Pehrson2014-01-201-1/+1
|
* [libpng15] Updated scripts/makefile.* to use CPPFLAGS (Cosmin)Glenn Randers-Pehrson2014-01-121-1/+2
|
* [libpng15] Bump version to 1.5.18beta05Glenn Randers-Pehrson2014-01-101-0/+2
|
* [libpng15] Removed potentially misleading warning from png_check_IHDR().Glenn Randers-Pehrson2014-01-101-2/+1
|
* [libpng15] Revised png_check_IHDR() to use PNG_SIZE_MAX instead ofGlenn Randers-Pehrson2014-01-091-1/+3
| | | | PNG_UINT_32_MAX in the test for potential overflow in PNG_ROWBYTES.
* [libpng15] Bump version to 1.5.18beta04Glenn Randers-Pehrson2014-01-011-0/+2
|
* [libpng15] Imported from libpng-1.5.18beta03.tarv1.5.18beta03Glenn Randers-Pehrson2014-01-011-1/+1
|
* [libpng15] Allow unversioned links created on install to be disabled inJohn Bowler2013-12-291-0/+5
| | | | | | | configure. In configure builds 'make install' changes/adds links like png.h and libpng.a to point to the newly installed, versioned, files (e.g. libpng17/png.h and libpng17.a). Three new configure options and some rearrangement of Makefile.am allow creation of these links to be disabled.
* [libpng15] Removed extraneous "#endif" from ANNOUNCE.Glenn Randers-Pehrson2013-12-291-1/+1
|
* [libpng15] Rebuilt configure scripts with automake 1.14.1 and autoconf-2.69.Glenn Randers-Pehrson2013-12-291-5/+7
| | | | Require automake-1.13 and enable automake "subdirs" feature in autoconf.ac.
* [libpng15] The 'make all-am' command no longer builds $(check_PROGRAMS), leadingJohn Bowler2013-12-291-0/+5
| | | | | | | to a lack of checks on cross-builds such as ARM. Makefile.am also requires correct dependencies for the check programs on pnglibconf.h otherwise parallel builds on fast machines can sometimes pick up the system pnglibconf.h.
* [libpng15] Merged pngvalid and pngtest from libpng-1.5; made compressed chunksJohn Bowler2013-12-291-2/+5
| | | | | after IDAT work with the progressive read code (this is a minor and somewhat ugly fix-up; the proper fix is in 1.6).
* [libpng15] Merged libpng-1.7 changes and created a single pngvalid.cJohn Bowler2013-12-271-0/+1
|
* [libpng15] Fixed 'unused' warnings and mergeed with libpng16 pngvalid.John Bowler2013-12-271-1/+8
| | | | | | | | | Various warnings revealed by configurations added to the tested configurations in libpng 1.6 need corresponding fixes in libpng 1.5. This takes the libpng 1.6 pngvalid.c and adds it back to libpng 1.5, however one write-only test is currently disabled because it does not work; possibly because of failures to reset or initialize the deflate stream correctly in write-only cases.
* [libpng15] Fix typo in CHANGES and ANNOUNCEGlenn Randers-Pehrson2013-12-261-1/+1
|
* [libpng15] Bump version to 1.5.18beta03Glenn Randers-Pehrson2013-12-261-0/+2
|
* [libpng15] Imported from libpng-1.5.18beta02.tarv1.5.18beta02Glenn Randers-Pehrson2013-12-261-1/+6
|
* [libpng16] Changed tabs to 3 spaces in png_debug macros and changed '"%s"m'Glenn Randers-Pehrson2013-11-281-1/+3
| | | | to '"%s" m' to improve portability among compilers.
* [libpng15] Bump version to 1.5.18beta02Glenn Randers-Pehrson2013-08-211-0/+2
|
* [libpng15] Delay calling png_init_filter_functions() until a row with nonzeroGlenn Randers-Pehrson2013-08-201-1/+3
| | | | filter is found.
* [libpng15] Bump version to 1.5.18beta01Glenn Randers-Pehrson2013-06-281-0/+2
|
* [libpng15] Imported from libpng-1.5.17.tarv1.5.17libpng-1.5.17-signed1.5.17Glenn Randers-Pehrson2013-06-261-0/+3
|
* [libpng15] Revised example.c to illustrate use of PNG_DEFAULT_sRGB andGlenn Randers-Pehrson2013-06-251-1/+4
| | | | | PNG_GAMMA_MAC_18 as parameters for png_set_gamma(). These have been available since libpng-1.5.4.
* [libpng15] Fix spelling of "doclifter" in CHANGES and ANNOUNCEGlenn Randers-Pehrson2013-06-181-1/+3
|
* [libpng15] Fix spelling of "doclifter" in CHANGES and ANNOUNCEGlenn Randers-Pehrson2013-06-181-2/+0
|
* [libpng15] Bump version to 1.5.17rc03Glenn Randers-Pehrson2013-06-181-0/+2
|
* [libpng15] Imported from libpng-1.5.17rc02.tarv1.5.17rc02Glenn Randers-Pehrson2013-06-181-0/+3
|
* [libpng15] Imported from libpng-1.5.17rc01.tarv1.5.17rc01Glenn Randers-Pehrson2013-06-171-1/+2
|
* [libpng15] Bump version to 1.5.17beta02Glenn Randers-Pehrson2013-06-081-0/+2
|
* [libpng15] Port ARM support changes from libpng-1.6.3beta07.John Bowler2013-06-081-1/+16
|
* [libpng15] Make ARM NEON support work at compile time (not just configure time).Glenn Randers-Pehrson2013-06-061-1/+4
| | | | | 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.
* [libpng15] Deleted set(CMAKE_BUILD_TYPE) block from CMakeLists.txtJohn Bowler2013-06-051-0/+1
|
* [libpng15] Added set(CMAKE_CONFIGURATION_TYPES ...) to CMakeLists.txtGlenn Randers-Pehrson2013-06-051-1/+2
| | | | (Andrew Hundt)
* [libpng15] Removed a redundant test from png_set_IHDR().Glenn Randers-Pehrson2013-06-041-1/+2
|
* [libpng15] Bump version to 1.5.17beta01Glenn Randers-Pehrson2013-05-231-0/+3
|
* [libpng15] Imported from libpng-1.5.16.tarv1.5.16libpng-1.5.16-signedGlenn Randers-Pehrson2013-05-231-0/+2
|
* [libpng15] Imported from libpng-1.5.16rc01.tarv1.5.16rc01Glenn Randers-Pehrson2013-05-151-2/+3
|
* [libpng15] Bump version to 1.5.16beta07Glenn Randers-Pehrson2013-05-121-0/+2
|
* [libpng15] Imported from libpng-1.5.16beta06.tarv1.5.16beta06Glenn Randers-Pehrson2013-05-121-6/+87
|
* [libpng15] Imported from libpng-1.5.15beta06.tarGlenn Randers-Pehrson2013-05-121-87/+6
|
* [libpng15] Ported libpng-1.6.3beta06/contrib/pngminus/pnm2png.c changesGlenn Randers-Pehrson2013-05-121-1/+3
| | | | to use unsigned long, not png_uint_32 arguments to sscanf().
* [libpng15] Revised contrib/pngminim/*/makefile to separate CPPFLAGS andGlenn Randers-Pehrson2013-05-101-1/+3
| | | | CPFLAGS, and to generate pnglibconf.h with the right zlib header files.
* [libpng15] Allow contrib/pnminus/pnm2png.c to compile without WRITE_INVERTGlenn Randers-Pehrson2013-05-091-0/+4
| | | | | and WRITE_PACK supported (writes error message that it can't read P1 or P4 PBM files).
* [libpng15] Updated contrib/pngminus/pnm2png.c (Paul Stewart):Glenn Randers-Pehrson2013-05-091-3/+8
| | | | | | | Fixed whitespace handling Added a call to png_set_packing() Initialize dimension values so if sscanf fails at least we have known invalid values.