summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [devel] Imported from libpng-1.5.3beta03.tarv1.5.3beta03Glenn Randers-Pehrson2011-04-1611-26/+28
* [devel] Revised a comment about png_do_strip_channel().Glenn Randers-Pehrson2011-04-161-1/+1
* [devel] Added some whitespace in comments.Glenn Randers-Pehrson2011-04-164-12/+12
* [devel] Fixed bug with stripping the filler or alpha channel when writing,Glenn Randers-Pehrson2011-04-164-6/+38
* [devel] Fixed 64-bit builds where png_uint_32 is smaller than png_size_tJohn Bowler2011-04-151-1/+1
* [devel] Updated the vstudio project to zlib-1.2.5John Bowler2011-04-151-1/+5
* [devel] Removed the now-unused PNG_DEPSTRUCT macroJohn Bowler2011-04-151-9/+0
* [devel] Removed the PNG_PTR_NORETURN attributeJohn Bowler2011-04-152-38/+8
* [devel] Fixed gcc -ansi -pedantic compile, using __STRICT_ANSI__John Bowler2011-04-151-1/+1
* [devel] Updated zlib.props to zlib-1.2.5Glenn Randers-Pehrson2011-04-041-2/+2
* [devel] Removed "#if 1" and the matching "#endif"Glenn Randers-Pehrson2011-04-031-3/+0
* [devel] Bump to version libpng-1.5.3beta03Glenn Randers-Pehrson2011-04-0323-63/+67
* [devel] Imported from libpng-1.5.3beta02.tarv1.5.3beta02Glenn Randers-Pehrson2011-04-0315-29/+29
* [devel] Replaced pngtest.png with one that has the zTXt CMF optimized.Glenn Randers-Pehrson2011-04-021-0/+0
* [devel] Optimize the zlib CMF byte in non-IDAT compressed chunksGlenn Randers-Pehrson2011-04-023-4/+72
* [devel] Moved misplaced declarationsGlenn Randers-Pehrson2011-04-021-2/+5
* [devel] Fixed typo in scripts/symbols.defGlenn Randers-Pehrson2011-04-011-1/+1
* [devel] Improved the optimization of the zlib CMF byteGlenn Randers-Pehrson2011-04-013-6/+18
* [devel] Add comment in pngtest.c about setting zlib strategy for textGlenn Randers-Pehrson2011-04-012-2/+6
* [devel] Updated documentation on setting non-IDAT zlib compression parametersGlenn Randers-Pehrson2011-04-012-6/+12
* [devel] zlib text compression parameters fall back on non-IDAT parametersGlenn Randers-Pehrson2011-04-011-8/+8
* [devel] Relocated some comment lines in pngwutil.cGlenn Randers-Pehrson2011-04-011-4/+9
* [devel] Remove "sPLT" from list of chunks that require compressed textGlenn Randers-Pehrson2011-04-011-2/+0
* [devel] Added PNG_READ_COMPRESSED_TEXT_SUPPORTED macro.Glenn Randers-Pehrson2011-04-013-5/+18
* [devel] Added PNG_WRITE_COMPRESSED_TEXT_SUPPORTED macro.Glenn Randers-Pehrson2011-04-015-12/+18
* [devel] Only compile the new zlib re-initializing code when text or iCCPGlenn Randers-Pehrson2011-04-014-3/+7
* [devel] Updated scripts/symbols.def with new API functions.Glenn Randers-Pehrson2011-04-013-0/+9
* [devel] Updated manual about the new API additionsGlenn Randers-Pehrson2011-04-012-2/+44
* [devel] Bump to version libpng-1.5.3beta02Glenn Randers-Pehrson2011-03-3123-63/+67
* [devel] Imported from libpng-1.5.3beta01.tarv1.5.3beta01Glenn Randers-Pehrson2011-03-313-0/+7
* [devel] Update LAST_ORDINAL to 226 in png.h, to account for new API.Glenn Randers-Pehrson2011-03-311-1/+1
* [devel] Use a mode bit to avoid reopening the zstream except when necessary.Glenn Randers-Pehrson2011-03-312-34/+46
* [devel] Free zstream memory with deflateEnd before reinitializing it.Glenn Randers-Pehrson2011-03-311-0/+5
* [devel] Revised pngtest.c to set the zlib strategy, and restored pngtest.pngGlenn Randers-Pehrson2011-03-312-0/+4
* [devel] Replace pngtest.png with one compressed with libpng-1.5.3beta01.Glenn Randers-Pehrson2011-03-311-0/+0
* [devel] Enable API for setting zlib non-IDAT parameters.Glenn Randers-Pehrson2011-03-312-0/+6
* [devel] Update change comments (1.5.2 -> 1.5.3)Glenn Randers-Pehrson2011-03-313-6/+6
* [devel] Update change dateGlenn Randers-Pehrson2011-03-311-1/+1
* [devel] Bump to version libpng-1.5.3beta01Glenn Randers-Pehrson2011-03-3123-57/+57
* [devel] Re-initialize the zlib compressor before compressing non-IDAT chunks.Glenn Randers-Pehrson2011-03-319-91/+239
* [devel] Imported from libpng-1.5.2.tarv1.5.2Glenn Randers-Pehrson2011-03-3133-97/+87
* [devel] Removed unused "6" and "8" from the key to the transformation matrixGlenn Randers-Pehrson2011-03-302-17/+13
* [devel] Fix spelling in a comment.Glenn Randers-Pehrson2011-03-301-1/+1
* [devel] Imported from libpng-1.5.2rc03.tarv1.5.2rc03Glenn Randers-Pehrson2011-03-2410-20/+20
* [devel] Don't include standard header files in png.h while building the symbolGlenn Randers-Pehrson2011-03-246-31/+42
* [devel] Bump to version libpng-1.5.2rc03Glenn Randers-Pehrson2011-03-2424-71/+75
* [devel] Imported from libpng-1.5.2rc02.tarv1.5.2rc02Glenn Randers-Pehrson2011-03-2225-67/+69
* [devel] Fixed a long-standing bug in png_handle_sPLT() whenGlenn Randers-Pehrson2011-03-213-6/+8
* [devel] removed "strip" from contrib/pngminim/*/makefileGlenn Randers-Pehrson2011-03-195-22/+7
* [devel] Added a hint to try CPP=/bin/cpp if "cpp -E" fails inGlenn Randers-Pehrson2011-03-195-8/+38