summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release libpng version 1.6.39v1.6.39Cosmin Truta2022-11-2016-60/+68
* Update the file list in READMECosmin Truta2022-11-201-67/+68
* configure: Fix possible regressions with trunk autoconf (vs 2.71)Paul Eggert2022-11-201-3/+5
* tools: Fix a memory leak in pngcpJohn Bowler2022-11-201-14/+58
* tools: Fix a buffer overflow involving a file name in pngfixAlberto Barbaro2022-11-201-1/+8
* Clean up comments and whitespace characters in source filesCosmin Truta2022-11-2024-44/+26
* Clean up oss-fuzzCosmin Truta2022-11-203-6/+3
* Update, rename and clean up various scriptsCosmin Truta2022-11-207-63/+46
* Clean up vestigial uses of png_size_tpCosmin Truta2022-11-203-5/+5
* Turn large PNG chunks into benign errorsCosmin Truta2022-11-202-2/+3
* Fix commentstangyaofang2022-11-162-5/+5
* scripts: Fix the remaining instance of ZLIB_INCLUDE_DIRFelix Hanau2022-10-231-1/+1
* arm: Add a compile-time assertion about PNG_ARM_NEON_CHECK_SUPPORTEDCosmin Truta2022-10-121-1/+4
* cmake: Default to PNG_ARM_NEON=off for arm targetsMartin Storsjö2022-10-121-2/+3
* scripts: Add missing makefile.clang reference to README.txtCosmin Truta2022-09-181-0/+1
* scripts: Remove the support for "install" targets from all makefilesCosmin Truta2022-09-1825-2125/+309
* scripts: Remove makefile.cegccCosmin Truta2022-09-182-117/+0
* .gitignore: Ignore the autoreconf artifactsCosmin Truta2022-09-181-0/+3
* Bump version to 1.6.39.gitCosmin Truta2022-09-1713-37/+47
* Release libpng version 1.6.38v1.6.38Cosmin Truta2022-09-1422-78/+67
* Acknowledge the contributors of bug fixes applied to the EXIF supportCosmin Truta2022-09-141-0/+2
* Fix a last-minute bug in the checking of the EXIF byte-order headerCosmin Truta2022-09-141-7/+10
* Revert "Remove second call to write_eXIf"Cosmin Truta2022-09-141-0/+5
* .gitignore: UpdateCosmin Truta2022-09-141-0/+1
* scripts: Remove leftover references to the ci_* scripts from README.txtCosmin Truta2022-09-141-4/+0
* ci: Trace the paths of executable files found on the build machineCosmin Truta2022-09-143-55/+99
* scripts: Add makefile.emcc for building libpng with EmscriptenCosmin Truta2022-09-141-0/+83
* scripts: Disable the hardware-optimized compilation in legacy makefilesCosmin Truta2022-09-146-262/+23
* scripts: Set the compiler warning options to "-Wall -Wextra -Wundef"Cosmin Truta2022-09-1425-107/+97
* scripts: Clean up the logging in makefile.std and pnglibconf.makCosmin Truta2022-09-142-25/+24
* Fix handling incorrect hIST chunks of uneven sizeCosmin Truta2022-09-141-2/+3
* Simplify the definition of png_isaligned and avoid compiler warningsCosmin Truta2022-09-142-20/+18
* projects: Delete the definition of _WINDOWS from the VStudio projectCosmin Truta2022-09-142-19/+19
* Delete vestigial declarations formerly used on 16-bit platformsCosmin Truta2022-09-143-23/+8
* arm: Do not allow PNG_ARM_NEON_CHECK_SUPPORTED on ARM64Cosmin Truta2022-09-141-14/+14
* arm: Avoid compiler warnings in palette_neon_intrinsics.cCosmin Truta2022-09-141-3/+5
* Avoid -Wundef for MIPS and PPC symbols tooVadim Zeitlin2022-09-141-0/+4
* Avoid -Wundef warnings for PNG_ARM_NEON_IMPLEMENTATIONVadim Zeitlin2022-09-141-0/+2
* Fix a memory leak in png_set_tRNSSami Boukortt2022-09-132-1/+5
* Fix a crash in png_convert_from_time_t with an invalid time_t argumentCosmin Truta2022-09-131-1/+11
* Fix private macro png_constcast; delete private type png_ptruintCosmin Truta2022-09-131-11/+2
* Fix an instance of -Wunused-but-set-variable.Peter Kasting2022-09-131-3/+0
* Add spaces around '/*' and '*/'xmuli2022-09-131-2/+2
* Fix various typosluz paz2022-09-1310-14/+14
* projects: Update the README file of the Visual Studio projectCosmin Truta2022-09-131-4/+4
* projects: Add ARM64 to Visual Studio projectGabor Kertesz2022-09-138-18/+1293
* projects: Fix C2220 warning errors for VS2019Gabor Kertesz2022-09-136-34/+34
* projects: Upgrade to Visual Studio 2019Gabor Kertesz2022-09-137-0/+25
* scripts: Add makefile for win-arm64Gabor Kertesz2022-09-131-0/+123
* Fix arm neon config for win-arm64 with MSVCGabor Kertesz2022-09-131-1/+1