share/png: intro the libpng base code for the Android platform
authorAlexis Laferrière <alexis.laf@xymus.net>
Wed, 19 Feb 2014 19:37:19 +0000 (14:37 -0500)
committerAlexis Laferrière <alexis.laf@xymus.net>
Fri, 7 Mar 2014 15:31:23 +0000 (10:31 -0500)
commit1ed090ebc795ecc40688dcc3da487719fe0b3080
tree8209262a4dfd46e5b2b0f6614184899a540a4321
parenta31da02b211ebbb4a8e9cb4a61bb12d0b4aa0871
share/png: intro the libpng base code for the Android platform

Signed-off-by: Alexis Laferrière <alexis.laf@xymus.net>
306 files changed:
share/png/ANNOUNCE [new file with mode: 0644]
share/png/CHANGES [new file with mode: 0644]
share/png/CMakeLists.txt [new file with mode: 0644]
share/png/INSTALL [new file with mode: 0644]
share/png/LICENSE [new file with mode: 0644]
share/png/Makefile.am [new file with mode: 0644]
share/png/Makefile.in [new file with mode: 0644]
share/png/README [new file with mode: 0644]
share/png/TODO [new file with mode: 0644]
share/png/aclocal.m4 [new file with mode: 0644]
share/png/arm/arm_init.c [new file with mode: 0644]
share/png/arm/filter_neon.S [new file with mode: 0644]
share/png/arm/filter_neon_intrinsics.c [new file with mode: 0644]
share/png/autogen.sh [new file with mode: 0755]
share/png/compile [new file with mode: 0644]
share/png/config.guess [new file with mode: 0755]
share/png/config.h.in [new file with mode: 0644]
share/png/config.sub [new file with mode: 0755]
share/png/configure [new file with mode: 0755]
share/png/configure.ac [new file with mode: 0644]
share/png/contrib/README.txt [new file with mode: 0644]
share/png/contrib/conftest/README [new file with mode: 0644]
share/png/contrib/conftest/read.dfa [new file with mode: 0644]
share/png/contrib/conftest/s_read.dfa [new file with mode: 0644]
share/png/contrib/conftest/s_write.dfa [new file with mode: 0644]
share/png/contrib/conftest/simple.dfa [new file with mode: 0644]
share/png/contrib/conftest/write.dfa [new file with mode: 0644]
share/png/contrib/examples/README.txt [new file with mode: 0644]
share/png/contrib/examples/iccfrompng.c [new file with mode: 0644]
share/png/contrib/examples/pngpixel.c [new file with mode: 0644]
share/png/contrib/examples/pngtopng.c [new file with mode: 0644]
share/png/contrib/gregbook/COPYING [new file with mode: 0644]
share/png/contrib/gregbook/LICENSE [new file with mode: 0644]
share/png/contrib/gregbook/Makefile.mingw32 [new file with mode: 0644]
share/png/contrib/gregbook/Makefile.sgi [new file with mode: 0644]
share/png/contrib/gregbook/Makefile.unx [new file with mode: 0644]
share/png/contrib/gregbook/Makefile.w32 [new file with mode: 0644]
share/png/contrib/gregbook/README [new file with mode: 0644]
share/png/contrib/gregbook/makevms.com [new file with mode: 0644]
share/png/contrib/gregbook/readpng.c [new file with mode: 0644]
share/png/contrib/gregbook/readpng.h [new file with mode: 0644]
share/png/contrib/gregbook/readpng2.c [new file with mode: 0644]
share/png/contrib/gregbook/readpng2.h [new file with mode: 0644]
share/png/contrib/gregbook/readppm.c [new file with mode: 0644]
share/png/contrib/gregbook/rpng-win.c [new file with mode: 0644]
share/png/contrib/gregbook/rpng-x.c [new file with mode: 0644]
share/png/contrib/gregbook/rpng2-win.c [new file with mode: 0644]
share/png/contrib/gregbook/rpng2-x.c [new file with mode: 0644]
share/png/contrib/gregbook/toucan.png [new file with mode: 0644]
share/png/contrib/gregbook/wpng.c [new file with mode: 0644]
share/png/contrib/gregbook/writepng.c [new file with mode: 0644]
share/png/contrib/gregbook/writepng.h [new file with mode: 0644]
share/png/contrib/libtests/fakepng.c [new file with mode: 0644]
share/png/contrib/libtests/gentests.sh [new file with mode: 0755]
share/png/contrib/libtests/makepng.c [new file with mode: 0644]
share/png/contrib/libtests/pngstest.c [new file with mode: 0644]
share/png/contrib/libtests/pngunknown.c [new file with mode: 0644]
share/png/contrib/libtests/pngvalid.c [new file with mode: 0644]
share/png/contrib/libtests/readpng.c [new file with mode: 0644]
share/png/contrib/libtests/tarith.c [new file with mode: 0644]
share/png/contrib/libtests/timepng.c [new file with mode: 0644]
share/png/contrib/pngminim/README [new file with mode: 0644]
share/png/contrib/pngminim/decoder/README [new file with mode: 0644]
share/png/contrib/pngminim/decoder/makefile [new file with mode: 0644]
share/png/contrib/pngminim/decoder/pngusr.dfa [new file with mode: 0644]
share/png/contrib/pngminim/decoder/pngusr.h [new file with mode: 0644]
share/png/contrib/pngminim/encoder/README [new file with mode: 0644]
share/png/contrib/pngminim/encoder/makefile [new file with mode: 0644]
share/png/contrib/pngminim/encoder/pngusr.dfa [new file with mode: 0644]
share/png/contrib/pngminim/encoder/pngusr.h [new file with mode: 0644]
share/png/contrib/pngminim/preader/README [new file with mode: 0644]
share/png/contrib/pngminim/preader/makefile [new file with mode: 0644]
share/png/contrib/pngminim/preader/pngusr.dfa [new file with mode: 0644]
share/png/contrib/pngminim/preader/pngusr.h [new file with mode: 0644]
share/png/contrib/pngminus/README [new file with mode: 0644]
share/png/contrib/pngminus/makefile.std [new file with mode: 0644]
share/png/contrib/pngminus/makefile.tc3 [new file with mode: 0644]
share/png/contrib/pngminus/makevms.com [new file with mode: 0644]
share/png/contrib/pngminus/png2pnm.bat [new file with mode: 0644]
share/png/contrib/pngminus/png2pnm.c [new file with mode: 0644]
share/png/contrib/pngminus/png2pnm.sh [new file with mode: 0644]
share/png/contrib/pngminus/pngminus.bat [new file with mode: 0644]
share/png/contrib/pngminus/pngminus.sh [new file with mode: 0644]
share/png/contrib/pngminus/pnm2png.bat [new file with mode: 0644]
share/png/contrib/pngminus/pnm2png.c [new file with mode: 0644]
share/png/contrib/pngminus/pnm2png.sh [new file with mode: 0644]
share/png/contrib/pngsuite/README [new file with mode: 0644]
share/png/contrib/pngsuite/basn0g01.png [new file with mode: 0644]
share/png/contrib/pngsuite/basn0g02.png [new file with mode: 0644]
share/png/contrib/pngsuite/basn0g04.png [new file with mode: 0644]
share/png/contrib/pngsuite/basn0g08.png [new file with mode: 0644]
share/png/contrib/pngsuite/basn0g16.png [new file with mode: 0644]
share/png/contrib/pngsuite/basn2c08.png [new file with mode: 0644]
share/png/contrib/pngsuite/basn2c16.png [new file with mode: 0644]
share/png/contrib/pngsuite/basn3p01.png [new file with mode: 0644]
share/png/contrib/pngsuite/basn3p02.png [new file with mode: 0644]
share/png/contrib/pngsuite/basn3p04.png [new file with mode: 0644]
share/png/contrib/pngsuite/basn3p08.png [new file with mode: 0644]
share/png/contrib/pngsuite/basn4a08.png [new file with mode: 0644]
share/png/contrib/pngsuite/basn4a16.png [new file with mode: 0644]
share/png/contrib/pngsuite/basn6a08.png [new file with mode: 0644]
share/png/contrib/pngsuite/basn6a16.png [new file with mode: 0644]
share/png/contrib/pngsuite/ftbbn0g01.png [new file with mode: 0644]
share/png/contrib/pngsuite/ftbbn0g02.png [new file with mode: 0644]
share/png/contrib/pngsuite/ftbbn0g04.png [new file with mode: 0644]
share/png/contrib/pngsuite/ftbbn2c16.png [new file with mode: 0644]
share/png/contrib/pngsuite/ftbbn3p08.png [new file with mode: 0644]
share/png/contrib/pngsuite/ftbgn2c16.png [new file with mode: 0644]
share/png/contrib/pngsuite/ftbgn3p08.png [new file with mode: 0644]
share/png/contrib/pngsuite/ftbrn2c08.png [new file with mode: 0644]
share/png/contrib/pngsuite/ftbwn0g16.png [new file with mode: 0644]
share/png/contrib/pngsuite/ftbwn3p08.png [new file with mode: 0644]
share/png/contrib/pngsuite/ftbyn3p08.png [new file with mode: 0644]
share/png/contrib/pngsuite/ftp0n0g08.png [new file with mode: 0644]
share/png/contrib/pngsuite/ftp0n2c08.png [new file with mode: 0644]
share/png/contrib/pngsuite/ftp0n3p08.png [new file with mode: 0644]
share/png/contrib/pngsuite/ftp1n3p08.png [new file with mode: 0644]
share/png/contrib/tools/README.txt [new file with mode: 0644]
share/png/contrib/tools/checksum-icc.c [new file with mode: 0644]
share/png/contrib/tools/chkfmt [new file with mode: 0755]
share/png/contrib/tools/cvtcolor.c [new file with mode: 0644]
share/png/contrib/tools/intgamma.sh [new file with mode: 0644]
share/png/contrib/tools/makesRGB.c [new file with mode: 0644]
share/png/contrib/tools/png-fix-itxt.c [new file with mode: 0644]
share/png/contrib/tools/pngfix.c [new file with mode: 0644]
share/png/contrib/tools/sRGB.h [new file with mode: 0644]
share/png/contrib/visupng/PngFile.c [new file with mode: 0644]
share/png/contrib/visupng/PngFile.h [new file with mode: 0644]
share/png/contrib/visupng/README.txt [new file with mode: 0644]
share/png/contrib/visupng/VisualPng.c [new file with mode: 0644]
share/png/contrib/visupng/VisualPng.dsp [new file with mode: 0644]
share/png/contrib/visupng/VisualPng.dsw [new file with mode: 0644]
share/png/contrib/visupng/VisualPng.ico [new file with mode: 0644]
share/png/contrib/visupng/VisualPng.png [new file with mode: 0644]
share/png/contrib/visupng/VisualPng.rc [new file with mode: 0644]
share/png/contrib/visupng/cexcept.h [new file with mode: 0644]
share/png/contrib/visupng/resource.h [new file with mode: 0644]
share/png/depcomp [new file with mode: 0755]
share/png/example.c [new file with mode: 0644]
share/png/install-sh [new file with mode: 0755]
share/png/libpng-config.in [new file with mode: 0644]
share/png/libpng-manual.txt [new file with mode: 0644]
share/png/libpng.3 [new file with mode: 0644]
share/png/libpng.pc.in [new file with mode: 0644]
share/png/libpngpf.3 [new file with mode: 0644]
share/png/ltmain.sh [new file with mode: 0644]
share/png/missing [new file with mode: 0755]
share/png/png.5 [new file with mode: 0644]
share/png/png.c [new file with mode: 0644]
share/png/png.h [new file with mode: 0644]
share/png/pngbar.jpg [new file with mode: 0644]
share/png/pngbar.png [new file with mode: 0644]
share/png/pngconf.h [new file with mode: 0644]
share/png/pngdebug.h [new file with mode: 0644]
share/png/pngerror.c [new file with mode: 0644]
share/png/pngget.c [new file with mode: 0644]
share/png/pnginfo.h [new file with mode: 0644]
share/png/pngmem.c [new file with mode: 0644]
share/png/pngnow.png [new file with mode: 0644]
share/png/pngpread.c [new file with mode: 0644]
share/png/pngpriv.h [new file with mode: 0644]
share/png/pngread.c [new file with mode: 0644]
share/png/pngrio.c [new file with mode: 0644]
share/png/pngrtran.c [new file with mode: 0644]
share/png/pngrutil.c [new file with mode: 0644]
share/png/pngset.c [new file with mode: 0644]
share/png/pngstruct.h [new file with mode: 0644]
share/png/pngtest.c [new file with mode: 0644]
share/png/pngtest.png [new file with mode: 0644]
share/png/pngtrans.c [new file with mode: 0644]
share/png/pngusr.dfa [new file with mode: 0644]
share/png/pngwio.c [new file with mode: 0644]
share/png/pngwrite.c [new file with mode: 0644]
share/png/pngwtran.c [new file with mode: 0644]
share/png/pngwutil.c [new file with mode: 0644]
share/png/projects/owatcom/libpng.tgt [new file with mode: 0644]
share/png/projects/owatcom/libpng.wpj [new file with mode: 0644]
share/png/projects/owatcom/pngconfig.mak [new file with mode: 0644]
share/png/projects/owatcom/pngstest.tgt [new file with mode: 0644]
share/png/projects/owatcom/pngtest.tgt [new file with mode: 0644]
share/png/projects/owatcom/pngvalid.tgt [new file with mode: 0644]
share/png/projects/visualc71/PRJ0041.mak [new file with mode: 0644]
share/png/projects/visualc71/README.txt [new file with mode: 0644]
share/png/projects/visualc71/README_zlib.txt [new file with mode: 0644]
share/png/projects/visualc71/libpng.sln [new file with mode: 0644]
share/png/projects/visualc71/libpng.vcproj [new file with mode: 0644]
share/png/projects/visualc71/pngtest.vcproj [new file with mode: 0644]
share/png/projects/visualc71/zlib.vcproj [new file with mode: 0644]
share/png/projects/vstudio/WARNING [new file with mode: 0644]
share/png/projects/vstudio/libpng/libpng.vcxproj [new file with mode: 0644]
share/png/projects/vstudio/pnglibconf/pnglibconf.vcxproj [new file with mode: 0644]
share/png/projects/vstudio/pngstest/pngstest.vcxproj [new file with mode: 0644]
share/png/projects/vstudio/pngtest/pngtest.vcxproj [new file with mode: 0644]
share/png/projects/vstudio/pngunknown/pngunknown.vcxproj [new file with mode: 0644]
share/png/projects/vstudio/pngvalid/pngvalid.vcxproj [new file with mode: 0644]
share/png/projects/vstudio/readme.txt [new file with mode: 0644]
share/png/projects/vstudio/vstudio.sln [new file with mode: 0644]
share/png/projects/vstudio/zlib.props [new file with mode: 0644]
share/png/projects/vstudio/zlib/zlib.vcxproj [new file with mode: 0644]
share/png/scripts/README.txt [new file with mode: 0644]
share/png/scripts/SCOPTIONS.ppc [new file with mode: 0644]
share/png/scripts/checksym.awk [new file with mode: 0755]
share/png/scripts/def.dfn [new file with mode: 0644]
share/png/scripts/descrip.mms [new file with mode: 0644]
share/png/scripts/dfn.awk [new file with mode: 0644]
share/png/scripts/intprefix.dfn [new file with mode: 0644]
share/png/scripts/libpng-config-body.in [new file with mode: 0755]
share/png/scripts/libpng-config-head.in [new file with mode: 0755]
share/png/scripts/libpng.pc.in [new file with mode: 0644]
share/png/scripts/libtool.m4 [new file with mode: 0644]
share/png/scripts/ltoptions.m4 [new file with mode: 0644]
share/png/scripts/ltsugar.m4 [new file with mode: 0644]
share/png/scripts/ltversion.m4 [new file with mode: 0644]
share/png/scripts/lt~obsolete.m4 [new file with mode: 0644]
share/png/scripts/macro.lst [new file with mode: 0644]
share/png/scripts/makefile.32sunu [new file with mode: 0644]
share/png/scripts/makefile.64sunu [new file with mode: 0644]
share/png/scripts/makefile.acorn [new file with mode: 0644]
share/png/scripts/makefile.aix [new file with mode: 0644]
share/png/scripts/makefile.amiga [new file with mode: 0644]
share/png/scripts/makefile.atari [new file with mode: 0644]
share/png/scripts/makefile.bc32 [new file with mode: 0644]
share/png/scripts/makefile.beos [new file with mode: 0644]
share/png/scripts/makefile.bor [new file with mode: 0644]
share/png/scripts/makefile.cegcc [new file with mode: 0644]
share/png/scripts/makefile.darwin [new file with mode: 0644]
share/png/scripts/makefile.dec [new file with mode: 0644]
share/png/scripts/makefile.dj2 [new file with mode: 0644]
share/png/scripts/makefile.elf [new file with mode: 0644]
share/png/scripts/makefile.freebsd [new file with mode: 0644]
share/png/scripts/makefile.gcc [new file with mode: 0644]
share/png/scripts/makefile.hp64 [new file with mode: 0644]
share/png/scripts/makefile.hpgcc [new file with mode: 0644]
share/png/scripts/makefile.hpux [new file with mode: 0644]
share/png/scripts/makefile.ibmc [new file with mode: 0644]
share/png/scripts/makefile.intel [new file with mode: 0644]
share/png/scripts/makefile.knr [new file with mode: 0644]
share/png/scripts/makefile.linux [new file with mode: 0644]
share/png/scripts/makefile.mips [new file with mode: 0644]
share/png/scripts/makefile.msc [new file with mode: 0644]
share/png/scripts/makefile.msys [new file with mode: 0644]
share/png/scripts/makefile.ne12bsd [new file with mode: 0644]
share/png/scripts/makefile.netbsd [new file with mode: 0644]
share/png/scripts/makefile.openbsd [new file with mode: 0644]
share/png/scripts/makefile.sco [new file with mode: 0644]
share/png/scripts/makefile.sggcc [new file with mode: 0644]
share/png/scripts/makefile.sgi [new file with mode: 0644]
share/png/scripts/makefile.so9 [new file with mode: 0644]
share/png/scripts/makefile.solaris [new file with mode: 0644]
share/png/scripts/makefile.solaris-x86 [new file with mode: 0644]
share/png/scripts/makefile.std [new file with mode: 0644]
share/png/scripts/makefile.sunos [new file with mode: 0644]
share/png/scripts/makefile.tc3 [new file with mode: 0644]
share/png/scripts/makefile.vcwin32 [new file with mode: 0644]
share/png/scripts/makevms.com [new file with mode: 0644]
share/png/scripts/options.awk [new file with mode: 0755]
share/png/scripts/pnglibconf.dfa [new file with mode: 0755]
share/png/scripts/pnglibconf.h.prebuilt [new file with mode: 0644]
share/png/scripts/pnglibconf.mak [new file with mode: 0755]
share/png/scripts/pngwin.rc [new file with mode: 0644]
share/png/scripts/prefix.dfn [new file with mode: 0644]
share/png/scripts/smakefile.ppc [new file with mode: 0644]
share/png/scripts/sym.dfn [new file with mode: 0644]
share/png/scripts/symbols.def [new file with mode: 0644]
share/png/scripts/symbols.dfn [new file with mode: 0644]
share/png/scripts/vers.dfn [new file with mode: 0644]
share/png/test-driver [new file with mode: 0644]
share/png/tests/pngstest [new file with mode: 0755]
share/png/tests/pngstest-0g01 [new file with mode: 0755]
share/png/tests/pngstest-0g02 [new file with mode: 0755]
share/png/tests/pngstest-0g04 [new file with mode: 0755]
share/png/tests/pngstest-0g08 [new file with mode: 0755]
share/png/tests/pngstest-0g16 [new file with mode: 0755]
share/png/tests/pngstest-2c08 [new file with mode: 0755]
share/png/tests/pngstest-2c16 [new file with mode: 0755]
share/png/tests/pngstest-3p01 [new file with mode: 0755]
share/png/tests/pngstest-3p02 [new file with mode: 0755]
share/png/tests/pngstest-3p04 [new file with mode: 0755]
share/png/tests/pngstest-3p08 [new file with mode: 0755]
share/png/tests/pngstest-4a08 [new file with mode: 0755]
share/png/tests/pngstest-4a16 [new file with mode: 0755]
share/png/tests/pngstest-6a08 [new file with mode: 0755]
share/png/tests/pngstest-6a16 [new file with mode: 0755]
share/png/tests/pngstest-error [new file with mode: 0755]
share/png/tests/pngtest [new file with mode: 0755]
share/png/tests/pngunknown-IDAT [new file with mode: 0755]
share/png/tests/pngunknown-discard [new file with mode: 0755]
share/png/tests/pngunknown-if-safe [new file with mode: 0755]
share/png/tests/pngunknown-sAPI [new file with mode: 0755]
share/png/tests/pngunknown-sTER [new file with mode: 0755]
share/png/tests/pngunknown-save [new file with mode: 0755]
share/png/tests/pngunknown-vpAg [new file with mode: 0755]
share/png/tests/pngvalid-gamma-16-to-8 [new file with mode: 0755]
share/png/tests/pngvalid-gamma-alpha-mode [new file with mode: 0755]
share/png/tests/pngvalid-gamma-background [new file with mode: 0755]
share/png/tests/pngvalid-gamma-expand16-alpha-mode [new file with mode: 0755]
share/png/tests/pngvalid-gamma-expand16-background [new file with mode: 0755]
share/png/tests/pngvalid-gamma-expand16-transform [new file with mode: 0755]
share/png/tests/pngvalid-gamma-sbit [new file with mode: 0755]
share/png/tests/pngvalid-gamma-threshold [new file with mode: 0755]
share/png/tests/pngvalid-gamma-transform [new file with mode: 0755]
share/png/tests/pngvalid-progressive-interlace-size [new file with mode: 0755]
share/png/tests/pngvalid-progressive-interlace-standard [new file with mode: 0755]
share/png/tests/pngvalid-progressive-interlace-transform [new file with mode: 0755]
share/png/tests/pngvalid-progressive-standard [new file with mode: 0755]
share/png/tests/pngvalid-standard [new file with mode: 0755]