aboutsummaryrefslogtreecommitdiff
path: root/pngwrite.c
AgeCommit message (Expand)Author
2015-02-27[libpng16] Imported from libpng-1.6.17beta06.tarGlenn Randers-Pehrson
2015-02-27[libpng16] Added "& 0xff" to things being typecast to "png_byte".Glenn Randers-Pehrson
2015-02-22[libpng16] Put #ifdef/#endif around png_set_compression_level in pngwrite.cGlenn Randers-Pehrson
2015-02-17[libpng16] Added PNG_WRITE_CUSTOMIZE_COMPRESSION_SUPPORTED macro, on by default.Glenn Randers-Pehrson
2014-11-20[libpng16] Imported from libpng-1.6.15.tarGlenn Randers-Pehrson
2014-11-06[libpng16] Changed "#endif /* PNG_FEATURE_SUPPORTED */" to "#endif /* FEATURE...Glenn Randers-Pehrson
2014-11-01[libpng16] More cosmetic changesGlenn Randers-Pehrson
2014-10-31[libpng16] Added a pair of parentheses suggested by clangGlenn Randers-Pehrson
2014-10-31[libpng16] Changed remaining "if (!x)" to "if (x == 0)" and "if (x)" toGlenn Randers-Pehrson
2014-10-29[libpng16] Added missing "ptr = NULL" after some instances of png_free().Glenn Randers-Pehrson
2014-10-25[libpng16] Changed "if (!x)" to "if (x == 0)" and "if (x)" to "if (x !== 0)"Glenn Randers-Pehrson
2014-10-22[libpng16] Imported from libpng-1.6.14.tarGlenn Randers-Pehrson
2014-10-05[libpng16] Also don't mark text as written in the end_ptr until written.Glenn Randers-Pehrson
2014-10-05[libpng16] Only mark text chunks as written after successfully writing them.Glenn Randers-Pehrson
2014-10-03[libpng16] Removed "text_len" parameter from private function png_write_zTXt()Glenn Randers-Pehrson
2014-06-11[libpng16] Bump version to 1.6.13beta01Glenn Randers-Pehrson
2014-06-11[libpng16] Imported from libpng-1.6.12.tarGlenn Randers-Pehrson
2014-06-06[libpng16] Bump version to 1.6.12beta01Glenn Randers-Pehrson
2014-06-05[libpng16] Imported from libpng-1.6.11.tarGlenn Randers-Pehrson
2014-03-17[libpng16] Imported from libpng-1.6.11beta01.tarGlenn Randers-Pehrson
2014-03-08[libpng16] Use "if (value != 0)" instead of "if (value)" consistently.Glenn Randers-Pehrson
2014-03-06[libpng16] Bump version to 1.6.11beta01Glenn Randers-Pehrson
2014-03-06[libpng16] Imported from libpng-1.6.10.tarGlenn Randers-Pehrson
2014-02-09[libpng16] Imported from libpng-1.6.10beta01.tarGlenn Randers-Pehrson
2014-02-06[libpng16] Backport recent changes from libpng-1.7.0beta30 and beta31.John Bowler
2014-02-05[libpng16] Imported from libpng-1.6.9.tarGlenn Randers-Pehrson
2013-12-31[libpng16] Updated copyright year in recently-changed files.Glenn Randers-Pehrson
2013-12-22[libpng16] Update "last changed" dates in recently-patched files.Glenn Randers-Pehrson
2013-12-19[libpng16] Bookkeeping: Moved functions around (no changes). Moved transformJohn Bowler
2013-12-19[libpng16] Imported from libpng-1.6.8.tarGlenn Randers-Pehrson
2013-11-22[libpng16] Updated "last changed" datesJohn Bowler
2013-11-22[libpng16] Fixed 'minimal' builds. Various obviously useful minimalGlenn Randers-Pehrson
2013-04-29[libpng16] Avoid dereferencing NULL pointer possibly returned fromGlenn Randers-Pehrson
2013-04-25[libpng16] Update "last changed" comments.Glenn Randers-Pehrson
2013-04-25[libpng16] Bump version to 1.6.3beta01Glenn Randers-Pehrson
2013-04-25[libpng16] Imported from libpng-1.6.2.tarGlenn Randers-Pehrson
2013-04-17[libpng16] Disallow storing sRGB information when the sRGB is not supported.John Bowler
2013-04-17[libpng16] Added #ifdef PNG_WRITE_sRGB_SUPPORTED, etc., tests where needed inGlenn Randers-Pehrson
2013-03-27[libpng16] Imported from libpng-1.6.1.tarGlenn Randers-Pehrson
2013-03-02[libpng16] Bump version to 1.6.1beta05Glenn Randers-Pehrson
2013-03-01[libpng16] Imported from libpng-1.6.0beta05.tarGlenn Randers-Pehrson
2013-02-18[libpng16] Imported from libpng-1.6.1beta02.tarGlenn Randers-Pehrson
2013-02-17[libpng16] Use parentheses consistently in "#if defined()" tests.Glenn Randers-Pehrson
2013-02-13[libpng16] Imported from libpng-1.6.0.tarGlenn Randers-Pehrson
2013-01-01[libpng16] Updated copyright year to 2013 in newly-changed filesGlenn Randers-Pehrson
2012-12-20[libpng16] Fixed Windows build issues, enabled ARM compilation. Various warni...John Bowler
2012-12-20[libpng16] Made default Zlib compression settings be configurable. This adds ...John Bowler
2012-12-09[libpng16] Use "FALL THROUGH" comment consistently in switch statements.Glenn Randers-Pehrson
2012-12-09[libpng16] Change png_warning() to png_app_error() in pngwrite.c and commentJohn Bowler
2012-11-15[libpng16] Fixed error checking in the simplified write API (Olaf van der Spek)John Bowler