summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* Avoid random test failures by running pngtest sequentially onlyCosmin Truta2019-04-211-2/+1
* Release libpng version 1.6.36v1.6.36Cosmin Truta2018-12-011-1/+1
* Remove the "last changed" version information from source commentsCosmin Truta2018-09-041-1/+1
* Optimize png_do_expand_palette for ARMRichard Townsend2018-09-041-1/+2
* [libpng16] Imported from libpng-1.6.32beta10.tarv1.6.32beta10Glenn Randers-Pehrson2017-08-041-0/+1
* Merge branch 'libpng16' into libpng16Vadim Barkov2017-01-301-0/+5
|\
| * [libpng16] Update credits to include Google Inc, for the Intel/SSE patch.Glenn Randers-Pehrson2017-01-121-0/+5
* | Added initial code for PowerPC VSX optimisationVadim Barkov2017-01-141-0/+5
|/
* [libpng16] Imported from libpng-1.6.28rc03.tarv1.6.28rc03Glenn Randers-Pehrson2017-01-031-7/+2
* [libpng16] Imported from libpng-1.6.28rc02.tarv1.6.28rc02Glenn Randers-Pehrson2017-01-031-2/+7
* [libpng16] Bump version to 1.6.27beta01Glenn Randers-Pehrson2016-10-281-1/+1
* [libpng16] Imported from libpng-1.6.26.tarv1.6.26libpng-1.6.26-signedGlenn Randers-Pehrson2016-10-191-1/+1
* [libpng16] Bump version to 1.6.26beta01Glenn Randers-Pehrson2016-08-311-1/+1
* [libpng16] Imported from libpng-1.6.25.tarv1.6.25libpng-1.6.25-signedGlenn Randers-Pehrson2016-08-311-1/+1
* [libpng16] Imported from libpng-1.6.25rc02.tarGlenn Randers-Pehrson2016-08-291-1/+1
* Added build support for MIPS MSAMandar Sahastrabuddhe2016-08-291-1/+6
* [libpng16] Don't install pngcp; it conflicts with pngcp in the pngtools package.Glenn Randers-Pehrson2016-08-131-2/+2
* pngcp: tool to copy PNG filesJohn Bowler2016-07-011-1/+5
* [libpng16] Restored contrib/timepng to default build but check for check forGlenn Randers-Pehrson2016-05-171-0/+7
* [libpng16] Removed contrib/timepng from default build; it does not buildGlenn Randers-Pehrson2016-05-161-5/+1
* [libpng16] Imported from libpng-1.6.22beta04.tarv1.6.22beta04Glenn Randers-Pehrson2016-04-051-1/+4
* [libpng16] Moved contrib/intel/*.patch into INSTALL and added intel_sse.patchGlenn Randers-Pehrson2016-02-221-2/+7
* pngvalid tests: add --strict, fix test namesJohn Bowler2015-09-251-2/+2
* New test PNG files incorporated into make checkJohn Bowler2015-09-251-9/+3
* [libpng16] Remove pnglibconf.dfn and pnglibconf.pre with "make clean".Glenn Randers-Pehrson2015-03-211-1/+1
* [libpng16] Remove pnglibconf.h, pnglibconf.c, and pnglibconf.out instead ofCosmin Truta2015-03-151-2/+3
* [libpng16] Revised handling of scripts/*.dfn; renamed them to scripts/*.cJohn Bowler2014-12-141-10/+9
* [libpng16] Revised Makefile.am and scripts/symbols.dfn to work with MinGW/MSYSBob Friesenhahn2014-12-141-1/+1
* [libpng16] Backport recent changes from libpng-1.7.0beta30 and beta31.John Bowler2014-02-061-2/+7
* [libpng16] Allow unversioned links created on install to be disabled inJohn Bowler2013-12-291-35/+66
* [libpng16] Revised pngvalid to generate size images with as many filters asJohn Bowler2013-10-171-0/+5
* [libpng16] Fix compilation errors in filter_neon_intrinsics.cJohn Bowler2013-10-151-6/+2
* [libpng16] Restored arm/arm_init.c to CSRCS in Makefile.amGlenn Randers-Pehrson2013-10-141-5/+5
* [libpng16] Added ARMv8 support (James Yu <james.yu at linaro.org>). Added fileGlenn Randers-Pehrson2013-10-141-1/+5
* [libpng16] Made changes for compatibility with automake 1.14:John Bowler2013-10-041-3/+25
* [libpng16] Renamed contrib/tools/png-fix-too-far-back.c to pngfix.cGlenn Randers-Pehrson2013-06-271-4/+4
* [libpng16] Renamed pnginflate to png-fix-too-far-back in contrib/tools.Glenn Randers-Pehrson2013-05-081-4/+4
* [libpng16] Renamed contrib/tools/fixitxt to contrib/tools/png-fix-itxt.Glenn Randers-Pehrson2013-05-081-3/+3
* [libpng16] Attempt to detect configuration issues with pngdeflate,John Bowler2013-05-081-1/+2
* [libpng16] Updated Makefile.amJohn Bowler2013-05-081-3/+2
* [libpng16] Added an option to force maximum window size for inflating.John Bowler2013-05-071-1/+10
* [libpng16] Bump version to 1.6.1beta05Glenn Randers-Pehrson2013-03-021-36/+70
* [libpng16] Imported from libpng-1.6.0beta05.tarv1.6.1beta05Glenn Randers-Pehrson2013-03-011-70/+36
* [libpng16] Revised INSTALL to recommend using CPPFLAGS instead of INCLUDES.Glenn Randers-Pehrson2013-02-221-1/+1
* [libpng16] Fixed a race condition in the creation of the build 'scripts'John Bowler2013-02-161-1/+1
* [libpng16] Enabled parallel tests - back ported from libpng-1.7.John Bowler2013-02-161-13/+35
* [libpng16] Ported libpng 1.5 options.awk/dfn file handling to 1.6, fixed one ...John Bowler2013-02-151-6/+4
* [libpng16] Fixed missing dependency in --prefix builds The intermediateJohn Bowler2013-02-091-0/+1
* [libpng16] Fixed 'make distcheck' on SUN OS - libpng.so was not being removedJohn Bowler2012-12-271-0/+4
* [libpng16] Fixed cases of unquoted DESTDIR in Makefile.amJohn Bowler2012-12-151-16/+18