libpng/contrib
John Bowler d0eef28ee1 [libpng16] Added "tunknown" test and corrected a logic error in
png_handle_unknown() when SAVE support is absent.  Moved the shell test
scripts for contrib/libtests from the libpng top directory to contrib/libtests.
png_handle_unknown() must always read or skip the chunk, if
SAVE_UNKNOWN_CHUNKS is turned off *and* the application does not set
a user callback an unknown chunk will not be read, leading to a read
error, which was revealed by the "tunknown" test.
2012-08-17 15:30:29 -05:00
..
examples [libpng16] Remove whitespace at end of lines 2012-03-02 13:20:52 -06:00
gregbook [libpng16] Revised png_set_keep_unknown_chunks() so num_chunks < 0 means 2012-06-16 13:26:28 -05:00
libtests [libpng16] Added "tunknown" test and corrected a logic error in 2012-08-17 15:30:29 -05:00
pngminim [libpng16] Bump version to 1.6.0beta16 2012-03-02 22:52:13 -06:00
pngminus [libpng16] Remove whitespace at end of lines 2012-03-02 13:20:52 -06:00
pngsuite [libpng16] Committed 5 new or renamed files in contrib/pngsuite. 2012-01-27 20:35:35 -06:00
tools [libpng16] Moved scripts/chkfmt to contrib/tools. 2012-06-25 14:14:17 -05:00
visupng [libpng16] Remove whitespace at end of lines 2012-03-02 13:20:52 -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.