summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [libpng16] Imported from libpng-1.6.8.tarv1.6.8libpng-1.6.8-signedGlenn Randers-Pehrson2013-12-1941-94/+92
* [libpng16] Imported from libpng-1.6.8rc02.tarv1.6.8rc02Glenn Randers-Pehrson2013-12-1427-65/+79
* [libpng16] Imported from libpng-1.6.8rc01.tarGlenn Randers-Pehrson2013-12-1126-76/+79
* [libpng16] Tidied up pngfix inits and fixed non-write pngtest.John Bowler2013-12-014-19/+11
* [libpng16] Fixed unused "wrote_question" in non-write pngtest.Glenn Randers-Pehrson2013-12-011-2/+2
* [libpng16] Bump version to 1.6.8beta03Glenn Randers-Pehrson2013-11-3024-54/+58
* [libpng16] Imported from libpng-1.6.8beta02.tarv1.6.8beta02Glenn Randers-Pehrson2013-11-3015-31/+31
* [libpng16] Changed deprecated png_free_default() to free() in pngtest.cGlenn Randers-Pehrson2013-11-284-7/+11
* [libpng16] Changed tabs to 3 spaces in png_debug macros and changed '"%s"m'Glenn Randers-Pehrson2013-11-283-15/+16
* [libpng16] Avoid a clang scan-build warning in pngtest.cGlenn Randers-Pehrson2013-11-251-1/+1
* [libpng16] Removed or marked PNG_UNUSED some harmless "dead assignments"Glenn Randers-Pehrson2013-11-255-16/+18
* [libpng16] Revised manual about handling of zlib CMFGlenn Randers-Pehrson2013-11-242-14/+16
* [libpng16] Bump version to 1.6.8beta02Glenn Randers-Pehrson2013-11-2324-54/+59
* [libpng16] Imported from libpng-1.6.8beta01.tarv1.6.8beta01Glenn Randers-Pehrson2013-11-2318-35/+37
* [libpng16] Added another "assert()" in pngfix.cGlenn Randers-Pehrson2013-11-231-0/+2
* [libpng16] Avoid a clang scanner warning in pngfix.cGlenn Randers-Pehrson2013-11-231-0/+2
* [libpng16] Fixed pngvalid 'fail' function declaration on the Intel C Compiler.John Bowler2013-11-223-8/+15
* [libpng16] Updated "last changed" datesJohn Bowler2013-11-2211-11/+11
* [libpng16] Update contrib/tools/pngfix.cGlenn Randers-Pehrson2013-11-221-3/+10
* [libpng16] Enabled WRITE_INVERT and WRITE_PACK in contrib/pngminim/encoder.Glenn Randers-Pehrson2013-11-223-2/+4
* [libpng16] Fixed 'minimal' builds. Various obviously useful minimalGlenn Randers-Pehrson2013-11-2219-240/+700
* [libpng16] Conditionally compile some unused functions reported by -WallGlenn Randers-Pehrson2013-11-184-9/+31
* [libpng16] Reverted change of ifdef PNG_HANDLE_AS_UNKNOWN_SUPPORTEDGlenn Randers-Pehrson2013-11-184-12/+7
* [libpng16] Added "-Wall" to CFLAGS in contrib/pngminim/*/makefileGlenn Randers-Pehrson2013-11-185-3/+5
* [libpng16] Moved prototype for png_handle_unknown() in pngpriv.h outside ofGlenn Randers-Pehrson2013-11-184-8/+14
* [libpng16] Changed ifdef PNG_HANDLE_AS_UNKNOWN_SUPPORTED toGlenn Randers-Pehrson2013-11-171-3/+3
* [libpng16] Reduced scope of recently-added #ifdef blockGlenn Randers-Pehrson2013-11-171-2/+2
* [libpng16] Added #ifdef PNG_HANDLE_AS_UNKNOWN_SUPPORTED/#endif in pngpread.cGlenn Randers-Pehrson2013-11-173-79/+10
* [libpng16] Bump version to 1.6.8beta01Glenn Randers-Pehrson2013-11-1427-62/+83
* [libpng16] Update version number in manual and png.hGlenn Randers-Pehrson2013-11-142-2/+4
* [libpng16] Update version number in CHANGES file.Glenn Randers-Pehrson2013-11-141-1/+1
* [libpng16] Imported from libpng-1.6.7.tarv1.6.7libpng-1.6.7-signedGlenn Randers-Pehrson2013-11-1429-82/+67
* [libpng16] Bump version to 1.6.7rc03Glenn Randers-Pehrson2013-11-0724-54/+58
* [libpng16] Imported from libpng-1.6.7rc02.tarv1.6.7rc02Glenn Randers-Pehrson2013-11-0715-30/+30
* [libpng16] Fixed #include in filter_neon_intrinsics.c and ctype macros. TheJohn Bowler2013-11-044-6/+11
* [libpng16] Bump version to 1.6.7rc02Glenn Randers-Pehrson2013-11-0224-54/+60
* [libpng16] Imported from libpng-1.6.7rc01.tarv1.6.7rc01Glenn Randers-Pehrson2013-11-0228-72/+74
* [libpng16] Bump version to 1.6.7beta05Glenn Randers-Pehrson2013-10-2624-54/+58
* [libpng16] Imported from libpng-1.6.7beta04.tarv1.6.7beta04Glenn Randers-Pehrson2013-10-2615-46/+52
* [libpng16] Changed NEON implementation selection mechanism to allow assemblerJohn Bowler2013-10-255-32/+53
* [libpng16] Allow clang derived from older GCC versions to use ARM intrinsics.John Bowler2013-10-243-5/+18
* [libpng16] Updated CHANGES comment about enabling ARMv8 codeGlenn Randers-Pehrson2013-10-192-4/+2
* [libpng16] Bump version to 1.6.7beta04Glenn Randers-Pehrson2013-10-1924-54/+58
* [libpng16] Imported from libpng-1.6.7beta03.tarv1.6.7beta03Glenn Randers-Pehrson2013-10-1915-30/+30
* [libpng16] Cleaned up ARM NEON compilation handling. The tests are now inJohn Bowler2013-10-185-8/+37
* [libpng16] Revised pngvalid to generate size images with as many filters asJohn Bowler2013-10-174-4/+35
* [libpng16] Fixed loop end condition in filter_neon_intrinsics.cJohn Bowler2013-10-171-7/+7
* [libpng16] Fix compilation errors in filter_neon_intrinsics.cJohn Bowler2013-10-154-72/+119
* [libpng16] Restored arm/arm_init.c to CSRCS in Makefile.amGlenn Randers-Pehrson2013-10-141-5/+5
* [libpng16] Update "last changed" dates in arm/filter_neon_intrinsics.c andGlenn Randers-Pehrson2013-10-142-3/+5