libpng/contrib
John Bowler dba54b8888 [libpng16] Moved OS dependent code from arm/arm_init.c, to allow the included
implementation of the ARM NEON discovery function to be set at
build-time and provide sample implementations from the current code in the
contrib/arm-neon subdirectory. The __linux__ code has also been changed to
compile and link on Android by using /proc/cpuinfo, and the old linux code
is in contrib/arm-neon/linux-auxv.c.  The new code avoids POSIX and Linux
dependencies apart from opening /proc/cpuinfo and is C90 compliant.
2014-02-16 14:00:06 -06:00
..
arm-neon [libpng16] Moved OS dependent code from arm/arm_init.c, to allow the included 2014-02-16 14:00:06 -06:00
conftest [libpng16] Fixed 'minimal' builds. Various obviously useful minimal 2013-11-22 14:58:04 -06:00
examples [libpng16] Corrected simplified API default gamma for color-mapped output, added 2013-03-06 22:15:25 -06:00
gregbook [libpng16] Updated scripts/makefile.* to use CPPFLAGS (Cosmin) 2014-01-12 10:49:40 -06:00
libtests [libpng16] Imported from libpng-1.6.10beta01.tar 2014-02-09 13:00:23 -06:00
pngminim [libpng16] Removed unneeded "#define PNG_NO_WARNINGS" from contrib/pngminim/* 2014-02-16 13:56:10 -06:00
pngminus [libpng16] Updated scripts/makefile.* to use CPPFLAGS (Cosmin) 2014-01-12 10:49:40 -06:00
pngsuite [libpng16] Bump version to 1.6.1beta05 2013-03-02 15:03:15 -06:00
tools [libpng16] Imported from libpng-1.6.10beta01.tar 2014-02-09 13:00:23 -06:00
visupng [libpng16] Bump version to 1.6.1beta05 2013-03-02 15:03:15 -06:00
README.txt [libpng15] Added contrib/README.txt 2011-11-16 13:35:16 -06:00

This "contrib" directory contains contributions which are not necessarily under
the libpng license, although all are open source.  They are not part of
libpng proper and are not used for building the library.