summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [libpng16] Imported from libpng-1.6.3beta07.tarv1.6.3beta07Glenn Randers-Pehrson2013-06-0815-30/+30
* [libpng16] Protect symbol prefixing against CC/CPPFLAGS/CFLAGS useage.John Bowler2013-06-084-11/+43
* [libpng16] Removed PNG_FILTER_OPTIMIZATIONS and PNG_ARM_NEON_SUPPORTED fromJohn Bowler2013-06-089-58/+90
* [libng16] Neglected to check in pngconf.h with previous commit.Glenn Randers-Pehrson2013-06-061-1/+25
* [libpng16] Make ARM NEON support work at compile time (not just configure time).John Bowler2013-06-064-8/+12
* [libpng16] Enclose the prototypes for the simplified write API inGlenn Randers-Pehrson2013-06-053-8/+14
* [libpng16] Updated README (removed CompuServ reference, added simplesystems.org)Glenn Randers-Pehrson2013-06-051-10/+8
* [libpng16] Fix compiler warning in png-fix-itxt.cJohn Bowler2013-06-051-4/+4
* [libpng16] Deleted set(CMAKE_BUILD_TYPE) block from CMakeLists.txtJohn Bowler2013-06-053-22/+3
* [libpng16] Added set(CMAKE_CONFIGURATION_TYPES ...) to CMakeLists.txtGlenn Randers-Pehrson2013-06-053-3/+7
* [libpng16] Removed a redundant test in png_set_IHDR().Glenn Randers-Pehrson2013-06-043-13/+6
* [libpng16] Updated README with current arm, contrib, and projects directoryGlenn Randers-Pehrson2013-06-031-9/+11
* [libpng16] Bump version to 1.6.3beta07Glenn Randers-Pehrson2013-05-1224-54/+58
* [libpng16] Imported from libpng-1.6.3beta06.tarv1.6.3beta06Glenn Randers-Pehrson2013-05-1218-115/+204
* [libpng16] Revised contrib/pngminim/*/makefile to generate pnglibconf.hGlenn Randers-Pehrson2013-05-095-15/+28
* [libpng16] Removed obsolete reference to "pnginflate" from ANNOUNCEGlenn Randers-Pehrson2013-05-091-2/+0
* [libng16] Fixed typo in png-fix-too-far-back "usage" outputGlenn Randers-Pehrson2013-05-091-2/+2
* [libpng16] Cleaned up CHANGES and ANNOUNCE files.Glenn Randers-Pehrson2013-05-092-38/+24
* [libpng16] Bump version to 1.6.3beta06Glenn Randers-Pehrson2013-05-0924-54/+58
* [libpng16] Imported from libpng-1.6.3beta05.tarv1.6.3beta05Glenn Randers-Pehrson2013-05-0913-23/+25
* [libpng16] Renamed pnginflate to png-fix-too-far-back in contrib/tools.Glenn Randers-Pehrson2013-05-084-11/+14
* [libpng16] Renamed contrib/tools/fixitxt to contrib/tools/png-fix-itxt.Glenn Randers-Pehrson2013-05-087-23/+63
* [libpng16]Check ZLIB_VERNUM for mismatches, enclose #error in quotesJohn Bowler2013-05-084-2/+22
* [libpng16] Attempt to detect configuration issues with pngdeflate,John Bowler2013-05-087-14/+30
* [libpng16] Updated Makefile.amJohn Bowler2013-05-081-3/+2
* libpng16] Updated contrib/pngminus/pnm2png.c (Paul Stewart):Glenn Randers-Pehrson2013-05-084-40/+75
* [libpng16] Detect wrong libpng versions linked to pngdeflate, which currentlyJohn Bowler2013-05-085-8/+53
* [libpng16] Check that PNG_MAXIMUM_INFLATE_WINDOW is defined before using it.Glenn Randers-Pehrson2013-05-071-1/+2
* [libpng16] Added an option to force maximum window size for inflating.John Bowler2013-05-079-143/+1225
* [libpng16] Check for EOF in contrib/pngminus/pnm2png.c (Paul Stewart).Glenn Randers-Pehrson2013-05-074-21/+64
* [libpng16] Bump version to 1.6.3beta05Glenn Randers-Pehrson2013-05-0624-54/+58
* [libpng16] Imported from libpng-1.6.3beta04.tarv1.6.3beta04Glenn Randers-Pehrson2013-05-0613-26/+31
* [libpng16] Committed new pnglibconf.dfa and prebuilt.Glenn Randers-Pehrson2013-05-052-1/+5
* [libpng16] Calculate our own zlib windowBits when decoding rather thanGlenn Randers-Pehrson2013-05-053-10/+88
* [libpng16] Bump version to 1.6.3beta04Glenn Randers-Pehrson2013-04-2924-54/+58
* [libpng16] Imported from libpng-1.6.3beta03.tarv1.6.3beta03Glenn Randers-Pehrson2013-04-2915-30/+30
* [libpng16] Avoid dereferencing NULL pointer possibly returned fromGlenn Randers-Pehrson2013-04-293-36/+39
* [libpng16] Revise man page to demonstrate dealing with unknown chunkGlenn Randers-Pehrson2013-04-282-34/+66
* [libpng16] Expanded manual paragraph about writing private chunks, particularlyGlenn Randers-Pehrson2013-04-274-35/+71
* [libpng16] Bump version to 1.6.3beta03Glenn Randers-Pehrson2013-04-2624-55/+59
* [libpng16] Imported from libpng-1.6.3beta02.tarv1.6.3beta02Glenn Randers-Pehrson2013-04-261-1/+1
* [libpng16] Test for 'arm*' not just 'arm' in the host_cpu configure variable.John Bowler2013-04-253-5/+11
* [libpng16] Bump version to 1.6.3beta02v1.6.3beta01Glenn Randers-Pehrson2013-04-2525-62/+66
* [libpng16] Ensure that NEON filter stuff is completely disabled when switchedJohn Bowler2013-04-253-9/+33
* [libpng16] Revised stack marking in arm/filter_neon.S and configure.ac.Glenn Randers-Pehrson2013-04-255-49/+13
* [libpng16] Update "last changed" comments.Glenn Randers-Pehrson2013-04-259-9/+9
* [libpng16] Bump version to 1.6.3beta01Glenn Randers-Pehrson2013-04-2534-71/+96
* [libpng16] Imported from libpng-1.6.2.tarv1.6.2libpng-1.6.2-signedGlenn Randers-Pehrson2013-04-2532-88/+75
* [libpng16] Fix confusing CHANGES entry.Glenn Randers-Pehrson2013-04-232-2/+2
* [libpng16] Imported from libpng-1.6.2rc06.tarv1.6.2rc06Glenn Randers-Pehrson2013-04-2325-63/+77