libpng/contrib
John Bowler 175a126a1a Simplified API: write-to-memory, overflow handling
This implements an API and provides a number of assist macros to allow an
application which uses the simplified API write to bypass stdio and write
directly to memory.

It also includes some warnings (png.h) and some check code to detect *possible*
overflow in the ROW_STRIDE and simplified image SIZE macros.  This disallows
image width/height/format that *might* overflow.  A quiet API change that limits
in-memory image size (uncompressed) to less that 4GByte and image row size
(stride) to less than 2GByte.

Signed-off-by: John Bowler <jbowler@acm.org>
2016-01-18 09:53:38 -08:00
..
arm-neon [libpng16] Imported from libpng-1.6.20rc01.tar 2015-11-26 07:04:24 -06:00
conftest [libpng16] Fixed 'minimal' builds. Various obviously useful minimal 2013-11-22 14:58:04 -06:00
examples [libpng16] Imported from libpng-1.6.20rc01.tar 2015-11-26 07:04:24 -06:00
gregbook [libpng16] Imported from libpng-1.6.20rc01.tar 2015-11-26 07:04:24 -06:00
libtests Simplified API: write-to-memory, overflow handling 2016-01-18 09:53:38 -08:00
pngminim [libpng16] Removed unneeded "#define PNG_NO_WARNINGS" from contrib/pngminim/* 2014-02-16 13:56:10 -06:00
pngminus [libpng16] Change "n bit" to "n-bit" in comments. 2015-08-13 20:57:18 -05:00
pngsuite [libpng16] Imported from libpng-1.6.19beta02.tar 2015-08-19 12:58:14 -05:00
testpngs test PNG files (contrib/testpngs) 2015-09-25 13:10:13 -07:00
tools [libpng16] Bump version to 1.6.22beta01 2016-01-16 08:00:09 -06:00
visupng [libpng16] tests backported from libpng 1.7 2015-09-15 15:38:52 -07:00
README.txt [libpng16] Update CHANGES and ANNOUNCE 2015-09-25 18:25:08 -05: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, although some are used
for testing the library via "make check".