aboutsummaryrefslogtreecommitdiff
path: root/pngtrans.c
AgeCommit message (Expand)Author
2017-06-29[libpng16] Update some "last changed" datesGlenn Randers-Pehrson
2017-03-30[libpng16] Update CHANGES, ANNOUNCE, and "last changed" dates.Glenn Randers-Pehrson
2017-03-29silence clang -Wcomma warningsViktor Szakats
2016-10-19[libpng16] Imported from libpng-1.6.26.tarGlenn Randers-Pehrson
2016-10-02[libpng16] Quieted 45 (out of 86 remaining) -Wconversion compiler warningsGlenn Randers-Pehrson
2016-09-30Merge branch 'libpng16' of git://github.com/jbowler/libpng into libpng16Glenn Randers-Pehrson
2016-09-30Unsigned overflowJohn Bowler
2016-09-30[libpng16] Quieted a warning from clang-3.8 in pngtrans.c.Glenn Randers-Pehrson
2016-08-03[libpng16] Imported from libpng-1.6.24.tarGlenn Randers-Pehrson
2016-07-15[libpng16] Fixed more indentationGlenn Randers-Pehrson
2015-12-13[libpng16] Update copyright uears in source files.Glenn Randers-Pehrson
2015-09-24[libpng16] Reverted addition of png_set_filler_16 and png_set_add_alpha_16()Glenn Randers-Pehrson
2015-09-23[libpng16] Reverted the fix of byte order in png_do_read_filler() with 16-bitGlenn Randers-Pehrson
2015-08-13[libpng16] Change "n bit" to "n-bit" in comments.Glenn Randers-Pehrson
2015-07-22[libpng16] Imported from libpng-1.6.18.tarGlenn Randers-Pehrson
2015-04-01[libpng16] Suppressed some warnings from the Borland C++ 5.5.1/5.82 compilerGlenn Randers-Pehrson
2015-03-26[libpng16] Imported from libpng-1.6.17.tarGlenn Randers-Pehrson
2015-03-21[libpng16] Reverted "& 0xff" additions of version 1.6.17beta01. Libpng passesGlenn Randers-Pehrson
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
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-10-31[libpng16] Changed remaining "if (!x)" to "if (x == 0)" and "if (x)" toGlenn Randers-Pehrson
2014-10-03[libpng16] Fix typos in comments in pngset.c and pngtrans.cGlenn 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-05-09[libpng16] Minor update to documentation and CHANGES/ANNOUNCE files.Glenn Randers-Pehrson
2014-04-06[libpng16] Imported from libpng-1.6.11beta02.tarGlenn Randers-Pehrson
2014-03-08[libpng16] Use "if (value != 0)" instead of "if (value)" consistently.Glenn Randers-Pehrson
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-28[libpng16] Merged pngrio.c, pngtrans.c, pngwio.c, and pngerror.cGlenn 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-13[libpng16] Added "{ }" omitted from previous patch to pngtrans.cJohn Bowler
2013-04-12[libpng16] Corrected the test on user transform changes on read. It was in theJohn Bowler
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-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-08-10[libpng16] Some files were omitted from a previous checkin. Here they are.John Bowler
2012-08-09[libpng16Cleanup of png_set_filler(). This function does very different thingsJohn Bowler
2012-06-07[libpng16] Don't check palette indexes if num_palette is 0 (as it can be inGlenn Randers-Pehrson
2012-06-06[libpng16] Improved performance of new do_check_palette_indexes() functionGlenn Randers-Pehrson
2012-03-10[libpng16] Fix an off-by-one error in the palette index checking function.John Bowler
2012-03-03[libpng16] Fixed build warnings (MSVC, GCC, GCC v3). Cygwin GCC with defaultJohn Bowler
2012-03-02[libng16] Added palette-index checking while writing.Glenn Randers-Pehrson