]> git.tdb.fi Git - ext/libpng.git/commit
Import libpng 1.6.39
authorMikko Rasa <tdb@tdb.fi>
Wed, 2 Aug 2023 08:43:03 +0000 (11:43 +0300)
committerMikko Rasa <tdb@tdb.fi>
Wed, 2 Aug 2023 08:43:03 +0000 (11:43 +0300)
commit46efbd3db23a1fa62e1e952929d136413a0c339f
treee04a810c9c72d8f812a92f9e5dea18dcdc36af0a
Import libpng 1.6.39
486 files changed:
.appveyor.yml [new file with mode: 0644]
.gitignore [new file with mode: 0644]
.travis.yml [new file with mode: 0644]
ANNOUNCE [new file with mode: 0644]
AUTHORS [new file with mode: 0644]
CHANGES [new file with mode: 0644]
CMakeLists.txt [new file with mode: 0644]
INSTALL [new file with mode: 0644]
LICENSE [new file with mode: 0644]
Makefile.am [new file with mode: 0644]
Makefile.in [new file with mode: 0644]
README [new file with mode: 0644]
TODO [new file with mode: 0644]
TRADEMARK [new file with mode: 0644]
aclocal.m4 [new file with mode: 0644]
arm/arm_init.c [new file with mode: 0644]
arm/filter_neon.S [new file with mode: 0644]
arm/filter_neon_intrinsics.c [new file with mode: 0644]
arm/palette_neon_intrinsics.c [new file with mode: 0644]
autogen.sh [new file with mode: 0644]
ci/ci_autotools.sh [new file with mode: 0644]
ci/ci_cmake.sh [new file with mode: 0644]
ci/ci_legacy.sh [new file with mode: 0644]
compile [new file with mode: 0644]
config.guess [new file with mode: 0644]
config.h.in [new file with mode: 0644]
config.sub [new file with mode: 0644]
configure [new file with mode: 0644]
configure.ac [new file with mode: 0644]
contrib/README.txt [new file with mode: 0644]
contrib/arm-neon/README [new file with mode: 0644]
contrib/arm-neon/android-ndk.c [new file with mode: 0644]
contrib/arm-neon/linux-auxv.c [new file with mode: 0644]
contrib/arm-neon/linux.c [new file with mode: 0644]
contrib/conftest/README [new file with mode: 0644]
contrib/conftest/pngcp.dfa [new file with mode: 0644]
contrib/conftest/read.dfa [new file with mode: 0644]
contrib/conftest/s_read.dfa [new file with mode: 0644]
contrib/conftest/s_write.dfa [new file with mode: 0644]
contrib/conftest/simple.dfa [new file with mode: 0644]
contrib/conftest/write.dfa [new file with mode: 0644]
contrib/examples/README.txt [new file with mode: 0644]
contrib/examples/iccfrompng.c [new file with mode: 0644]
contrib/examples/pngpixel.c [new file with mode: 0644]
contrib/examples/pngtopng.c [new file with mode: 0644]
contrib/examples/simpleover.c [new file with mode: 0644]
contrib/gregbook/COPYING [new file with mode: 0644]
contrib/gregbook/LICENSE [new file with mode: 0644]
contrib/gregbook/Makefile.mingw32 [new file with mode: 0644]
contrib/gregbook/Makefile.sgi [new file with mode: 0644]
contrib/gregbook/Makefile.unx [new file with mode: 0644]
contrib/gregbook/Makefile.w32 [new file with mode: 0644]
contrib/gregbook/README [new file with mode: 0644]
contrib/gregbook/makevms.com [new file with mode: 0644]
contrib/gregbook/readpng.c [new file with mode: 0644]
contrib/gregbook/readpng.h [new file with mode: 0644]
contrib/gregbook/readpng2.c [new file with mode: 0644]
contrib/gregbook/readpng2.h [new file with mode: 0644]
contrib/gregbook/readppm.c [new file with mode: 0644]
contrib/gregbook/rpng-win.c [new file with mode: 0644]
contrib/gregbook/rpng-x.c [new file with mode: 0644]
contrib/gregbook/rpng2-win.c [new file with mode: 0644]
contrib/gregbook/rpng2-x.c [new file with mode: 0644]
contrib/gregbook/toucan.png [new file with mode: 0644]
contrib/gregbook/wpng.c [new file with mode: 0644]
contrib/gregbook/writepng.c [new file with mode: 0644]
contrib/gregbook/writepng.h [new file with mode: 0644]
contrib/libtests/fakepng.c [new file with mode: 0644]
contrib/libtests/gentests.sh [new file with mode: 0644]
contrib/libtests/makepng.c [new file with mode: 0644]
contrib/libtests/pngimage.c [new file with mode: 0644]
contrib/libtests/pngstest-errors.h [new file with mode: 0644]
contrib/libtests/pngstest.c [new file with mode: 0644]
contrib/libtests/pngunknown.c [new file with mode: 0644]
contrib/libtests/pngvalid.c [new file with mode: 0644]
contrib/libtests/readpng.c [new file with mode: 0644]
contrib/libtests/tarith.c [new file with mode: 0644]
contrib/libtests/timepng.c [new file with mode: 0644]
contrib/mips-msa/README [new file with mode: 0644]
contrib/mips-msa/linux.c [new file with mode: 0644]
contrib/oss-fuzz/Dockerfile [new file with mode: 0644]
contrib/oss-fuzz/README.txt [new file with mode: 0644]
contrib/oss-fuzz/build.sh [new file with mode: 0644]
contrib/oss-fuzz/libpng_read_fuzzer.cc [new file with mode: 0644]
contrib/oss-fuzz/libpng_read_fuzzer.options [new file with mode: 0644]
contrib/oss-fuzz/png.dict [new file with mode: 0644]
contrib/pngminim/README [new file with mode: 0644]
contrib/pngminim/decoder/README [new file with mode: 0644]
contrib/pngminim/decoder/pngusr.dfa [new file with mode: 0644]
contrib/pngminim/decoder/pngusr.h [new file with mode: 0644]
contrib/pngminim/encoder/README [new file with mode: 0644]
contrib/pngminim/encoder/pngusr.dfa [new file with mode: 0644]
contrib/pngminim/encoder/pngusr.h [new file with mode: 0644]
contrib/pngminim/preader/README [new file with mode: 0644]
contrib/pngminim/preader/pngusr.dfa [new file with mode: 0644]
contrib/pngminim/preader/pngusr.h [new file with mode: 0644]
contrib/pngminus/CHANGES.txt [new file with mode: 0644]
contrib/pngminus/CMakeLists.txt [new file with mode: 0644]
contrib/pngminus/LICENSE.txt [new file with mode: 0644]
contrib/pngminus/README.txt [new file with mode: 0644]
contrib/pngminus/makevms.com [new file with mode: 0644]
contrib/pngminus/png2pnm.bat [new file with mode: 0644]
contrib/pngminus/png2pnm.c [new file with mode: 0644]
contrib/pngminus/png2pnm.sh [new file with mode: 0644]
contrib/pngminus/pngminus.bat [new file with mode: 0644]
contrib/pngminus/pngminus.sh [new file with mode: 0644]
contrib/pngminus/pnm2png.bat [new file with mode: 0644]
contrib/pngminus/pnm2png.c [new file with mode: 0644]
contrib/pngminus/pnm2png.sh [new file with mode: 0644]
contrib/pngsuite/README [new file with mode: 0644]
contrib/pngsuite/bad_interlace_conversions.txt [new file with mode: 0644]
contrib/pngsuite/basn0g01.png [new file with mode: 0644]
contrib/pngsuite/basn0g02.png [new file with mode: 0644]
contrib/pngsuite/basn0g04.png [new file with mode: 0644]
contrib/pngsuite/basn0g08.png [new file with mode: 0644]
contrib/pngsuite/basn0g16.png [new file with mode: 0644]
contrib/pngsuite/basn2c08.png [new file with mode: 0644]
contrib/pngsuite/basn2c16.png [new file with mode: 0644]
contrib/pngsuite/basn3p01.png [new file with mode: 0644]
contrib/pngsuite/basn3p02.png [new file with mode: 0644]
contrib/pngsuite/basn3p04.png [new file with mode: 0644]
contrib/pngsuite/basn3p08.png [new file with mode: 0644]
contrib/pngsuite/basn4a08.png [new file with mode: 0644]
contrib/pngsuite/basn4a16.png [new file with mode: 0644]
contrib/pngsuite/basn6a08.png [new file with mode: 0644]
contrib/pngsuite/basn6a16.png [new file with mode: 0644]
contrib/pngsuite/ftbbn0g01.png [new file with mode: 0644]
contrib/pngsuite/ftbbn0g02.png [new file with mode: 0644]
contrib/pngsuite/ftbbn0g04.png [new file with mode: 0644]
contrib/pngsuite/ftbbn2c16.png [new file with mode: 0644]
contrib/pngsuite/ftbbn3p08.png [new file with mode: 0644]
contrib/pngsuite/ftbgn2c16.png [new file with mode: 0644]
contrib/pngsuite/ftbgn3p08.png [new file with mode: 0644]
contrib/pngsuite/ftbrn2c08.png [new file with mode: 0644]
contrib/pngsuite/ftbwn0g16.png [new file with mode: 0644]
contrib/pngsuite/ftbwn3p08.png [new file with mode: 0644]
contrib/pngsuite/ftbyn3p08.png [new file with mode: 0644]
contrib/pngsuite/ftp0n0g08.png [new file with mode: 0644]
contrib/pngsuite/ftp0n2c08.png [new file with mode: 0644]
contrib/pngsuite/ftp0n3p08.png [new file with mode: 0644]
contrib/pngsuite/ftp1n3p08.png [new file with mode: 0644]
contrib/pngsuite/ibasn0g08.png [new file with mode: 0644]
contrib/pngsuite/ibasn0g16.png [new file with mode: 0644]
contrib/pngsuite/ibasn2c08.png [new file with mode: 0644]
contrib/pngsuite/ibasn2c16.png [new file with mode: 0644]
contrib/pngsuite/ibasn3p08.png [new file with mode: 0644]
contrib/pngsuite/ibasn4a08.png [new file with mode: 0644]
contrib/pngsuite/ibasn4a16.png [new file with mode: 0644]
contrib/pngsuite/ibasn6a08.png [new file with mode: 0644]
contrib/pngsuite/ibasn6a16.png [new file with mode: 0644]
contrib/pngsuite/iftbbn2c16.png [new file with mode: 0644]
contrib/pngsuite/iftbbn3p08.png [new file with mode: 0644]
contrib/pngsuite/iftbgn2c16.png [new file with mode: 0644]
contrib/pngsuite/iftbgn3p08.png [new file with mode: 0644]
contrib/pngsuite/iftbrn2c08.png [new file with mode: 0644]
contrib/pngsuite/iftbwn0g16.png [new file with mode: 0644]
contrib/pngsuite/iftbwn3p08.png [new file with mode: 0644]
contrib/pngsuite/iftbyn3p08.png [new file with mode: 0644]
contrib/pngsuite/iftp0n0g08.png [new file with mode: 0644]
contrib/pngsuite/iftp0n2c08.png [new file with mode: 0644]
contrib/pngsuite/iftp0n3p08.png [new file with mode: 0644]
contrib/pngsuite/iftp1n3p08.png [new file with mode: 0644]
contrib/pngsuite/interlaced/README [new file with mode: 0644]
contrib/pngsuite/interlaced/ibasn0g01.png [new file with mode: 0644]
contrib/pngsuite/interlaced/ibasn0g02.png [new file with mode: 0644]
contrib/pngsuite/interlaced/ibasn0g04.png [new file with mode: 0644]
contrib/pngsuite/interlaced/ibasn3p01.png [new file with mode: 0644]
contrib/pngsuite/interlaced/ibasn3p02.png [new file with mode: 0644]
contrib/pngsuite/interlaced/ibasn3p04.png [new file with mode: 0644]
contrib/pngsuite/interlaced/iftbbn0g01.png [new file with mode: 0644]
contrib/pngsuite/interlaced/iftbbn0g02.png [new file with mode: 0644]
contrib/pngsuite/interlaced/iftbbn0g04.png [new file with mode: 0644]
contrib/powerpc-vsx/README [new file with mode: 0644]
contrib/powerpc-vsx/linux.c [new file with mode: 0644]
contrib/powerpc-vsx/linux_aux.c [new file with mode: 0644]
contrib/testpngs/crashers/bad_iCCP.png [new file with mode: 0644]
contrib/testpngs/crashers/badadler.png [new file with mode: 0644]
contrib/testpngs/crashers/badcrc.png [new file with mode: 0644]
contrib/testpngs/crashers/empty_ancillary_chunks.png [new file with mode: 0644]
contrib/testpngs/crashers/huge_IDAT.png [new file with mode: 0644]
contrib/testpngs/crashers/huge_bKGD_chunk.png [new file with mode: 0644]
contrib/testpngs/crashers/huge_cHRM_chunk.png [new file with mode: 0644]
contrib/testpngs/crashers/huge_eXIf_chunk.png [new file with mode: 0644]
contrib/testpngs/crashers/huge_gAMA_chunk.png [new file with mode: 0644]
contrib/testpngs/crashers/huge_hIST_chunk.png [new file with mode: 0644]
contrib/testpngs/crashers/huge_iCCP_chunk.png [new file with mode: 0644]
contrib/testpngs/crashers/huge_iTXt_chunk.png [new file with mode: 0644]
contrib/testpngs/crashers/huge_juNK_unsafe_to_copy.png [new file with mode: 0644]
contrib/testpngs/crashers/huge_juNk_safe_to_copy.png [new file with mode: 0644]
contrib/testpngs/crashers/huge_pCAL_chunk.png [new file with mode: 0644]
contrib/testpngs/crashers/huge_pHYs_chunk.png [new file with mode: 0644]
contrib/testpngs/crashers/huge_sCAL_chunk.png [new file with mode: 0644]
contrib/testpngs/crashers/huge_sPLT_chunk.png [new file with mode: 0644]
contrib/testpngs/crashers/huge_sRGB_chunk.png [new file with mode: 0644]
contrib/testpngs/crashers/huge_sTER_chunk.png [new file with mode: 0644]
contrib/testpngs/crashers/huge_tEXt_chunk.png [new file with mode: 0644]
contrib/testpngs/crashers/huge_tIME_chunk.png [new file with mode: 0644]
contrib/testpngs/crashers/huge_zTXt_chunk.png [new file with mode: 0644]
contrib/testpngs/gray-1-1.8-tRNS.png [new file with mode: 0644]
contrib/testpngs/gray-1-1.8.png [new file with mode: 0644]
contrib/testpngs/gray-1-linear-tRNS.png [new file with mode: 0644]
contrib/testpngs/gray-1-linear.png [new file with mode: 0644]
contrib/testpngs/gray-1-sRGB-tRNS.png [new file with mode: 0644]
contrib/testpngs/gray-1-sRGB.png [new file with mode: 0644]
contrib/testpngs/gray-1-tRNS.png [new file with mode: 0644]
contrib/testpngs/gray-1.png [new file with mode: 0644]
contrib/testpngs/gray-16-1.8-tRNS.png [new file with mode: 0644]
contrib/testpngs/gray-16-1.8.png [new file with mode: 0644]
contrib/testpngs/gray-16-linear-tRNS.png [new file with mode: 0644]
contrib/testpngs/gray-16-linear.png [new file with mode: 0644]
contrib/testpngs/gray-16-sRGB-tRNS.png [new file with mode: 0644]
contrib/testpngs/gray-16-sRGB.png [new file with mode: 0644]
contrib/testpngs/gray-16-tRNS.png [new file with mode: 0644]
contrib/testpngs/gray-16.png [new file with mode: 0644]
contrib/testpngs/gray-2-1.8-tRNS.png [new file with mode: 0644]
contrib/testpngs/gray-2-1.8.png [new file with mode: 0644]
contrib/testpngs/gray-2-linear-tRNS.png [new file with mode: 0644]
contrib/testpngs/gray-2-linear.png [new file with mode: 0644]
contrib/testpngs/gray-2-sRGB-tRNS.png [new file with mode: 0644]
contrib/testpngs/gray-2-sRGB.png [new file with mode: 0644]
contrib/testpngs/gray-2-tRNS.png [new file with mode: 0644]
contrib/testpngs/gray-2.png [new file with mode: 0644]
contrib/testpngs/gray-4-1.8-tRNS.png [new file with mode: 0644]
contrib/testpngs/gray-4-1.8.png [new file with mode: 0644]
contrib/testpngs/gray-4-linear-tRNS.png [new file with mode: 0644]
contrib/testpngs/gray-4-linear.png [new file with mode: 0644]
contrib/testpngs/gray-4-sRGB-tRNS.png [new file with mode: 0644]
contrib/testpngs/gray-4-sRGB.png [new file with mode: 0644]
contrib/testpngs/gray-4-tRNS.png [new file with mode: 0644]
contrib/testpngs/gray-4.png [new file with mode: 0644]
contrib/testpngs/gray-8-1.8-tRNS.png [new file with mode: 0644]
contrib/testpngs/gray-8-1.8.png [new file with mode: 0644]
contrib/testpngs/gray-8-linear-tRNS.png [new file with mode: 0644]
contrib/testpngs/gray-8-linear.png [new file with mode: 0644]
contrib/testpngs/gray-8-sRGB-tRNS.png [new file with mode: 0644]
contrib/testpngs/gray-8-sRGB.png [new file with mode: 0644]
contrib/testpngs/gray-8-tRNS.png [new file with mode: 0644]
contrib/testpngs/gray-8.png [new file with mode: 0644]
contrib/testpngs/gray-alpha-16-1.8.png [new file with mode: 0644]
contrib/testpngs/gray-alpha-16-linear.png [new file with mode: 0644]
contrib/testpngs/gray-alpha-16-sRGB.png [new file with mode: 0644]
contrib/testpngs/gray-alpha-16.png [new file with mode: 0644]
contrib/testpngs/gray-alpha-8-1.8.png [new file with mode: 0644]
contrib/testpngs/gray-alpha-8-linear.png [new file with mode: 0644]
contrib/testpngs/gray-alpha-8-sRGB.png [new file with mode: 0644]
contrib/testpngs/gray-alpha-8.png [new file with mode: 0644]
contrib/testpngs/makepngs.sh [new file with mode: 0644]
contrib/testpngs/palette-1-1.8-tRNS.png [new file with mode: 0644]
contrib/testpngs/palette-1-1.8.png [new file with mode: 0644]
contrib/testpngs/palette-1-linear-tRNS.png [new file with mode: 0644]
contrib/testpngs/palette-1-linear.png [new file with mode: 0644]
contrib/testpngs/palette-1-sRGB-tRNS.png [new file with mode: 0644]
contrib/testpngs/palette-1-sRGB.png [new file with mode: 0644]
contrib/testpngs/palette-1-tRNS.png [new file with mode: 0644]
contrib/testpngs/palette-1.png [new file with mode: 0644]
contrib/testpngs/palette-2-1.8-tRNS.png [new file with mode: 0644]
contrib/testpngs/palette-2-1.8.png [new file with mode: 0644]
contrib/testpngs/palette-2-linear-tRNS.png [new file with mode: 0644]
contrib/testpngs/palette-2-linear.png [new file with mode: 0644]
contrib/testpngs/palette-2-sRGB-tRNS.png [new file with mode: 0644]
contrib/testpngs/palette-2-sRGB.png [new file with mode: 0644]
contrib/testpngs/palette-2-tRNS.png [new file with mode: 0644]
contrib/testpngs/palette-2.png [new file with mode: 0644]
contrib/testpngs/palette-4-1.8-tRNS.png [new file with mode: 0644]
contrib/testpngs/palette-4-1.8.png [new file with mode: 0644]
contrib/testpngs/palette-4-linear-tRNS.png [new file with mode: 0644]
contrib/testpngs/palette-4-linear.png [new file with mode: 0644]
contrib/testpngs/palette-4-sRGB-tRNS.png [new file with mode: 0644]
contrib/testpngs/palette-4-sRGB.png [new file with mode: 0644]
contrib/testpngs/palette-4-tRNS.png [new file with mode: 0644]
contrib/testpngs/palette-4.png [new file with mode: 0644]
contrib/testpngs/palette-8-1.8-tRNS.png [new file with mode: 0644]
contrib/testpngs/palette-8-1.8.png [new file with mode: 0644]
contrib/testpngs/palette-8-linear-tRNS.png [new file with mode: 0644]
contrib/testpngs/palette-8-linear.png [new file with mode: 0644]
contrib/testpngs/palette-8-sRGB-tRNS.png [new file with mode: 0644]
contrib/testpngs/palette-8-sRGB.png [new file with mode: 0644]
contrib/testpngs/palette-8-tRNS.png [new file with mode: 0644]
contrib/testpngs/palette-8.png [new file with mode: 0644]
contrib/testpngs/rgb-16-1.8-tRNS.png [new file with mode: 0644]
contrib/testpngs/rgb-16-1.8.png [new file with mode: 0644]
contrib/testpngs/rgb-16-linear-tRNS.png [new file with mode: 0644]
contrib/testpngs/rgb-16-linear.png [new file with mode: 0644]
contrib/testpngs/rgb-16-sRGB-tRNS.png [new file with mode: 0644]
contrib/testpngs/rgb-16-sRGB.png [new file with mode: 0644]
contrib/testpngs/rgb-16-tRNS.png [new file with mode: 0644]
contrib/testpngs/rgb-16.png [new file with mode: 0644]
contrib/testpngs/rgb-8-1.8-tRNS.png [new file with mode: 0644]
contrib/testpngs/rgb-8-1.8.png [new file with mode: 0644]
contrib/testpngs/rgb-8-linear-tRNS.png [new file with mode: 0644]
contrib/testpngs/rgb-8-linear.png [new file with mode: 0644]
contrib/testpngs/rgb-8-sRGB-tRNS.png [new file with mode: 0644]
contrib/testpngs/rgb-8-sRGB.png [new file with mode: 0644]
contrib/testpngs/rgb-8-tRNS.png [new file with mode: 0644]
contrib/testpngs/rgb-8.png [new file with mode: 0644]
contrib/testpngs/rgb-alpha-16-1.8.png [new file with mode: 0644]
contrib/testpngs/rgb-alpha-16-linear.png [new file with mode: 0644]
contrib/testpngs/rgb-alpha-16-sRGB.png [new file with mode: 0644]
contrib/testpngs/rgb-alpha-16.png [new file with mode: 0644]
contrib/testpngs/rgb-alpha-8-1.8.png [new file with mode: 0644]
contrib/testpngs/rgb-alpha-8-linear.png [new file with mode: 0644]
contrib/testpngs/rgb-alpha-8-sRGB.png [new file with mode: 0644]
contrib/testpngs/rgb-alpha-8.png [new file with mode: 0644]
contrib/tools/README.txt [new file with mode: 0644]
contrib/tools/checksum-icc.c [new file with mode: 0644]
contrib/tools/chkfmt.sh [new file with mode: 0644]
contrib/tools/cvtcolor.c [new file with mode: 0644]
contrib/tools/genpng.c [new file with mode: 0644]
contrib/tools/intgamma.sh [new file with mode: 0644]
contrib/tools/makesRGB.c [new file with mode: 0644]
contrib/tools/png-fix-itxt.c [new file with mode: 0644]
contrib/tools/pngcp.c [new file with mode: 0644]
contrib/tools/pngfix.c [new file with mode: 0644]
contrib/tools/sRGB.h [new file with mode: 0644]
contrib/visupng/PngFile.c [new file with mode: 0644]
contrib/visupng/PngFile.h [new file with mode: 0644]
contrib/visupng/README.txt [new file with mode: 0644]
contrib/visupng/VisualPng.c [new file with mode: 0644]
contrib/visupng/VisualPng.dsp [new file with mode: 0644]
contrib/visupng/VisualPng.dsw [new file with mode: 0644]
contrib/visupng/VisualPng.ico [new file with mode: 0644]
contrib/visupng/VisualPng.png [new file with mode: 0644]
contrib/visupng/VisualPng.rc [new file with mode: 0644]
contrib/visupng/cexcept.h [new file with mode: 0644]
contrib/visupng/resource.h [new file with mode: 0644]
depcomp [new file with mode: 0644]
example.c [new file with mode: 0644]
install-sh [new file with mode: 0644]
intel/filter_sse2_intrinsics.c [new file with mode: 0644]
intel/intel_init.c [new file with mode: 0644]
libpng-config.in [new file with mode: 0644]
libpng-manual.txt [new file with mode: 0644]
libpng.3 [new file with mode: 0644]
libpng.pc.in [new file with mode: 0644]
libpngpf.3 [new file with mode: 0644]
ltmain.sh [new file with mode: 0644]
mips/filter_msa_intrinsics.c [new file with mode: 0644]
mips/mips_init.c [new file with mode: 0644]
missing [new file with mode: 0644]
png.5 [new file with mode: 0644]
png.c [new file with mode: 0644]
png.h [new file with mode: 0644]
pngbar.jpg [new file with mode: 0644]
pngbar.png [new file with mode: 0644]
pngconf.h [new file with mode: 0644]
pngdebug.h [new file with mode: 0644]
pngerror.c [new file with mode: 0644]
pngget.c [new file with mode: 0644]
pnginfo.h [new file with mode: 0644]
pngmem.c [new file with mode: 0644]
pngnow.png [new file with mode: 0644]
pngpread.c [new file with mode: 0644]
pngpriv.h [new file with mode: 0644]
pngread.c [new file with mode: 0644]
pngrio.c [new file with mode: 0644]
pngrtran.c [new file with mode: 0644]
pngrutil.c [new file with mode: 0644]
pngset.c [new file with mode: 0644]
pngstruct.h [new file with mode: 0644]
pngtest.c [new file with mode: 0644]
pngtest.png [new file with mode: 0644]
pngtrans.c [new file with mode: 0644]
pngusr.dfa [new file with mode: 0644]
pngwio.c [new file with mode: 0644]
pngwrite.c [new file with mode: 0644]
pngwtran.c [new file with mode: 0644]
pngwutil.c [new file with mode: 0644]
powerpc/filter_vsx_intrinsics.c [new file with mode: 0644]
powerpc/powerpc_init.c [new file with mode: 0644]
projects/owatcom/libpng.tgt [new file with mode: 0644]
projects/owatcom/libpng.wpj [new file with mode: 0644]
projects/owatcom/pngconfig.mak [new file with mode: 0644]
projects/owatcom/pngstest.tgt [new file with mode: 0644]
projects/owatcom/pngtest.tgt [new file with mode: 0644]
projects/owatcom/pngvalid.tgt [new file with mode: 0644]
projects/visualc71/PRJ0041.mak [new file with mode: 0644]
projects/visualc71/README.txt [new file with mode: 0644]
projects/visualc71/README_zlib.txt [new file with mode: 0644]
projects/visualc71/libpng.sln [new file with mode: 0644]
projects/visualc71/libpng.vcproj [new file with mode: 0644]
projects/visualc71/pngtest.vcproj [new file with mode: 0644]
projects/visualc71/zlib.vcproj [new file with mode: 0644]
projects/vstudio/README.txt [new file with mode: 0644]
projects/vstudio/libpng/libpng.vcxproj [new file with mode: 0644]
projects/vstudio/pnglibconf/pnglibconf.vcxproj [new file with mode: 0644]
projects/vstudio/vstudio.sln [new file with mode: 0644]
projects/vstudio/zlib.props [new file with mode: 0644]
projects/vstudio/zlib/zlib.vcxproj [new file with mode: 0644]
scripts/README.txt [new file with mode: 0644]
scripts/SCOPTIONS.ppc [new file with mode: 0644]
scripts/checksym.awk [new file with mode: 0644]
scripts/descrip.mms [new file with mode: 0644]
scripts/dfn.awk [new file with mode: 0644]
scripts/genchk.cmake.in [new file with mode: 0644]
scripts/genout.cmake.in [new file with mode: 0644]
scripts/gensrc.cmake.in [new file with mode: 0644]
scripts/intprefix.c [new file with mode: 0644]
scripts/libpng-config-body.in [new file with mode: 0644]
scripts/libpng-config-head.in [new file with mode: 0644]
scripts/libpng.pc.in [new file with mode: 0644]
scripts/libtool.m4 [new file with mode: 0644]
scripts/ltoptions.m4 [new file with mode: 0644]
scripts/ltsugar.m4 [new file with mode: 0644]
scripts/ltversion.m4 [new file with mode: 0644]
scripts/lt~obsolete.m4 [new file with mode: 0644]
scripts/macro.lst [new file with mode: 0644]
scripts/makefile.32sunu [new file with mode: 0644]
scripts/makefile.64sunu [new file with mode: 0644]
scripts/makefile.acorn [new file with mode: 0644]
scripts/makefile.aix [new file with mode: 0644]
scripts/makefile.amiga [new file with mode: 0644]
scripts/makefile.atari [new file with mode: 0644]
scripts/makefile.bc32 [new file with mode: 0644]
scripts/makefile.beos [new file with mode: 0644]
scripts/makefile.clang [new file with mode: 0644]
scripts/makefile.darwin [new file with mode: 0644]
scripts/makefile.dec [new file with mode: 0644]
scripts/makefile.dj2 [new file with mode: 0644]
scripts/makefile.emcc [new file with mode: 0644]
scripts/makefile.freebsd [new file with mode: 0644]
scripts/makefile.gcc [new file with mode: 0644]
scripts/makefile.hp64 [new file with mode: 0644]
scripts/makefile.hpgcc [new file with mode: 0644]
scripts/makefile.hpux [new file with mode: 0644]
scripts/makefile.ibmc [new file with mode: 0644]
scripts/makefile.intel [new file with mode: 0644]
scripts/makefile.linux [new file with mode: 0644]
scripts/makefile.mips [new file with mode: 0644]
scripts/makefile.msys [new file with mode: 0644]
scripts/makefile.netbsd [new file with mode: 0644]
scripts/makefile.openbsd [new file with mode: 0644]
scripts/makefile.sco [new file with mode: 0644]
scripts/makefile.sggcc [new file with mode: 0644]
scripts/makefile.sgi [new file with mode: 0644]
scripts/makefile.so9 [new file with mode: 0644]
scripts/makefile.solaris [new file with mode: 0644]
scripts/makefile.std [new file with mode: 0644]
scripts/makefile.sunos [new file with mode: 0644]
scripts/makefile.vcwin-arm64 [new file with mode: 0644]
scripts/makefile.vcwin32 [new file with mode: 0644]
scripts/makevms.com [new file with mode: 0644]
scripts/options.awk [new file with mode: 0644]
scripts/pnglibconf.dfa [new file with mode: 0644]
scripts/pnglibconf.h.prebuilt [new file with mode: 0644]
scripts/pnglibconf.mak [new file with mode: 0644]
scripts/pngwin.rc [new file with mode: 0644]
scripts/prefix.c [new file with mode: 0644]
scripts/smakefile.ppc [new file with mode: 0644]
scripts/sym.c [new file with mode: 0644]
scripts/symbols.c [new file with mode: 0644]
scripts/symbols.def [new file with mode: 0644]
scripts/test.cmake.in [new file with mode: 0644]
scripts/vers.c [new file with mode: 0644]
test-driver [new file with mode: 0644]
tests/pngimage-full [new file with mode: 0644]
tests/pngimage-quick [new file with mode: 0644]
tests/pngstest-1.8 [new file with mode: 0644]
tests/pngstest-1.8-alpha [new file with mode: 0644]
tests/pngstest-linear [new file with mode: 0644]
tests/pngstest-linear-alpha [new file with mode: 0644]
tests/pngstest-none [new file with mode: 0644]
tests/pngstest-none-alpha [new file with mode: 0644]
tests/pngstest-sRGB [new file with mode: 0644]
tests/pngstest-sRGB-alpha [new file with mode: 0644]
tests/pngtest-all [new file with mode: 0644]
tests/pngunknown-IDAT [new file with mode: 0644]
tests/pngunknown-discard [new file with mode: 0644]
tests/pngunknown-if-safe [new file with mode: 0644]
tests/pngunknown-sAPI [new file with mode: 0644]
tests/pngunknown-sTER [new file with mode: 0644]
tests/pngunknown-save [new file with mode: 0644]
tests/pngunknown-vpAg [new file with mode: 0644]
tests/pngvalid-gamma-16-to-8 [new file with mode: 0644]
tests/pngvalid-gamma-alpha-mode [new file with mode: 0644]
tests/pngvalid-gamma-background [new file with mode: 0644]
tests/pngvalid-gamma-expand16-alpha-mode [new file with mode: 0644]
tests/pngvalid-gamma-expand16-background [new file with mode: 0644]
tests/pngvalid-gamma-expand16-transform [new file with mode: 0644]
tests/pngvalid-gamma-sbit [new file with mode: 0644]
tests/pngvalid-gamma-threshold [new file with mode: 0644]
tests/pngvalid-gamma-transform [new file with mode: 0644]
tests/pngvalid-progressive-interlace-standard [new file with mode: 0644]
tests/pngvalid-progressive-size [new file with mode: 0644]
tests/pngvalid-progressive-standard [new file with mode: 0644]
tests/pngvalid-standard [new file with mode: 0644]
tests/pngvalid-transform [new file with mode: 0644]