summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [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
* [devel] Imported from libpng-1.5.2rc01.tarv1.5.2rc01Glenn Randers-Pehrson2011-03-1826-74/+80
* [devel] Define remaining attributes to blank when MSC_VER<1300.Glenn Randers-Pehrson2011-03-063-11/+11
* [devel] Bump to version libpng-1.5.2beta04Glenn Randers-Pehrson2011-03-0323-63/+67
* [devel] Imported from libpng-1.5.2beta03.tarv1.5.2beta03Glenn Randers-Pehrson2011-03-0311-25/+35
* [devel] Make PNG_ALLOCATED blank when _MSC_VER<1300 in pngconf.hGlenn Randers-Pehrson2011-03-033-4/+10
* Updated contrib/pngsuite/README to add the word "modify".Glenn Randers-Pehrson2011-02-273-7/+9
* [devel] Fixed scripts/makefile.vcwin32Glenn Randers-Pehrson2011-02-203-7/+9
* [devel] Bump to version libpng-1.5.2beta03Glenn Randers-Pehrson2011-02-1923-66/+66
* [devel] Imported from libpng-1.5.2beta02.tarv1.5.2beta02Glenn Randers-Pehrson2011-02-1924-68/+70
* [devel] Updated ANNOUNCE and CHANGES.Glenn Randers-Pehrson2011-02-162-3/+17
* [devel] Removed extra png_set_expand_16 from libpng.3 synopsesGlenn Randers-Pehrson2011-02-161-4/+0
* [devel] Fix the read/write row callback documentation.John Bowler2011-02-162-0/+54