- Feb 02, 2014
-
-
Glenn Randers-Pehrson authored
-
- Feb 01, 2014
-
-
Glenn Randers-Pehrson authored
-
- Jan 31, 2014
-
-
Glenn Randers-Pehrson authored
This is a work-in-progress; no tests are run automatically at present and the program by virtue of exhaustively testing all the transforms is very slow.
-
Glenn Randers-Pehrson authored
function definitions.
-
- Jan 30, 2014
-
-
Glenn Randers-Pehrson authored
-
Glenn Randers-Pehrson authored
-
Glenn Randers-Pehrson authored
-
- Jan 20, 2014
-
-
Glenn Randers-Pehrson authored
-
Glenn Randers-Pehrson authored
-
- Jan 18, 2014
-
-
Glenn Randers-Pehrson authored
-
- Jan 13, 2014
-
-
Glenn Randers-Pehrson authored
-
Glenn Randers-Pehrson authored
-
- Jan 12, 2014
-
-
Glenn Randers-Pehrson authored
-
- Jan 10, 2014
-
-
Glenn Randers-Pehrson authored
-
Glenn Randers-Pehrson authored
-
Glenn Randers-Pehrson authored
-
Glenn Randers-Pehrson authored
-
- Jan 09, 2014
-
-
Glenn Randers-Pehrson authored
PNG_UINT_32_MAX in the test for potential overflow in PNG_ROWBYTES.
-
- Jan 08, 2014
-
-
Glenn Randers-Pehrson authored
been found in IHDR.
-
- Jan 07, 2014
-
-
Glenn Randers-Pehrson authored
instead of "is too large".
-
- Jan 01, 2014
-
-
Glenn Randers-Pehrson authored
-
Glenn Randers-Pehrson authored
-
- Dec 31, 2013
-
-
Glenn Randers-Pehrson authored
-
- Dec 29, 2013
-
-
John Bowler authored
configure. In configure builds 'make install' changes/adds links like png.h and libpng.a to point to the newly installed, versioned, files (e.g. libpng17/png.h and libpng17.a). Three new configure options and some rearrangement of Makefile.am allow creation of these links to be disabled.
-
John Bowler authored
the PNG_MAXIMUM_INFLATE_WINDOW option, so #define it out when appropriate in pngvalid.c
-
John Bowler authored
pngtest.c work correctly when READ_INTERLACING and/or WRITE_INTERLACING are switched off.
-
- Dec 28, 2013
-
-
Glenn Randers-Pehrson authored
-
- Dec 27, 2013
-
-
Glenn Randers-Pehrson authored
-
John Bowler authored
-
John Bowler authored
-
John Bowler authored
-
- Dec 26, 2013
-
-
Glenn Randers-Pehrson authored
-
Glenn Randers-Pehrson authored
-
Glenn Randers-Pehrson authored
-
- Dec 19, 2013
-
-
Glenn Randers-Pehrson authored
-
- Dec 15, 2013
-
-
Glenn Randers-Pehrson authored
-
Glenn Randers-Pehrson authored
-
Glenn Randers-Pehrson authored
instead of png_chunk_report(), which by default issues a warning rather than an error, leading to later reading from a NULL pointer (png_ptr->palette) in png_do_expand_palette().
-
- Dec 14, 2013
-
-
John Bowler authored
internal functions called by png_do_{read|write}_transformations static. On an x86-64 DLL build (Gentoo Linux) this reduces the size of the text segment of the DLL by 1208 bytes, about 0.6%. It also simplifies maintenance by removing the declarations from pngpriv.h and allowing easier changes to the internal interfaces.
-
John Bowler authored
function definitions before the place where they are called so that they can be masde static. Move the intrapixel functions and the grayscale palette builder out of the png?tran.c files. The latter isn't a transform function and is no longer used internally, and the former MNG specific functions are better placed in pngread/pngwrite.c
-