summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [devel] Imported from libpng-1.5.3beta05.tarv1.5.3beta05Glenn Randers-Pehrson2011-05-0516-49/+55
* [devel] IDAT compression failed if preceded by a compressed text chunkJohn Bowler2011-05-059-104/+203
* [devel] Added PNG_WRITE_OPTIMIZE_CMF_SUPPORTED macro to make zlib "CMF"Glenn Randers-Pehrson2011-05-055-3/+18
* [devel] Update "last changed" dates and added CHANGES entry.Glenn Randers-Pehrson2011-05-0511-23/+31
* [devel] Remove png_snprintf, add formatted warning messages.John Bowler2011-05-0512-259/+565
* [devel] Added appropriate feature test macros (_POSIX_SOURCE, _ISOC99_SOURCE)Glenn Randers-Pehrson2011-05-035-3/+32
* [devel] Added comments in png.h about relocation of the png_structGlenn Randers-Pehrson2011-04-281-5/+13
* [devel] Bump to version libpng-1.5.3beta05Glenn Randers-Pehrson2011-04-2824-72/+76
* [devel] Bump to version libpng-1.5.3beta04Glenn Randers-Pehrson2011-04-2714-36/+41
* [devel] Changed png_struct jmp_buf member name to avoid clash with macroJohn Bowler2011-04-277-26/+26
* [devel] Added more about creating and destroying the optional "end_info"Glenn Randers-Pehrson2011-04-202-34/+58
* [devel] Mention the reason to call png_read_end() in the libpng documentation.Glenn Randers-Pehrson2011-04-202-12/+24
* [devel] Removed an obsolete statement from libpngpf.3Glenn Randers-Pehrson2011-04-171-5/+3
* [devel] Give credit for recent bug report to Andrew Church.Glenn Randers-Pehrson2011-04-172-5/+5
* [devel] Updated CHANGES, ANNOUNCE, and pngtest.png to reflect recent changes.Glenn Randers-Pehrson2011-04-173-0/+37
* [devel] Cleanup of conditional compilation code and of background/gammaJohn Bowler2011-04-1711-181/+260
* [devel] Bump to version libpng-1.5.3beta04Glenn Randers-Pehrson2011-04-1623-65/+69
* [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