summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [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
* [devel] Correct png_get_current_row_number documentationJohn Bowler2011-02-162-4/+32
* [devel] Revert png_get_current_row_number() to previous (1.5.2beta01) behavior.John Bowler2011-02-163-19/+29
* [devel]John Bowler2011-02-161-0/+4
* [devel] Fixed mistake in the descriptions of user read_transform andGlenn Randers-Pehrson2011-02-134-30/+34
* [devel] Imported from libpng-1.5.2beta01.tarv1.5.2beta01Glenn Randers-Pehrson2011-02-132-0/+3
* [devel] Updated CHANGES and ANNOUNCEGlenn Randers-Pehrson2011-02-132-6/+17
* [devel] Imported from libpng-1.5.2beta01.tarGlenn Randers-Pehrson2011-02-1319-26/+32
* [master] Add synopsis for png_set_16() to the manual.Glenn Randers-Pehrson2011-02-132-10/+14
* [devel] Trim trailing blanks from sources and manualGlenn Randers-Pehrson2011-02-127-206/+204
* [devel] Document png_set_expand_16, correct transformation table.John Bowler2011-02-122-76/+146
* [devel] Sort scripts/pnglibconf.h.prebuilt, plus better commentJohn Bowler2011-02-121-127/+131
* [devel] Implement expansion to 16 bitsJohn Bowler2011-02-128-5/+155
* [devel] Clean up ALPHA flags and transformationsJohn Bowler2011-02-126-160/+107
* [devel] Fix png_get_current_row_number in the interlaced case.John Bowler2011-02-124-2/+23
* [devel] Fix gcc -pendantic warnings, handle Cygwin longjmp fix png_read_pngJohn Bowler2011-02-123-44/+55
* [devel] turn on interlace handling in png_read_pngJohn Bowler2011-02-121-1/+6
* Revert "[devel] Changed empty parameter to PNG_BLANK in PNG_EXPORTA definitio...Glenn Randers-Pehrson2011-02-124-46/+27