summaryrefslogtreecommitdiff
path: root/pngtrans.c
Commit message (Expand)AuthorAgeFilesLines
* Replace the remaining uses of PNG_CONST with constCosmin Truta2018-08-181-3/+3
* Remove the "last changed" version information from source commentsCosmin Truta2018-07-281-3/+3
* Release libpng version 1.6.35Cosmin Truta2018-07-151-2/+2
* [libpng16] Replace the remaining uses of png_size_t with size_tCosmin Truta2018-06-171-7/+7
* [libpng16] Imported from libpng-1.6.33.tarv1.6.33Glenn Randers-Pehrson2017-09-281-1/+1
* [libpng16] Fix typecast in pngtrans.cGlenn Randers-Pehrson2017-09-041-1/+1
* [libpng16] Update "last changed" date in pngtrans.cGlenn Randers-Pehrson2017-08-291-1/+1
* [libpng16] Fixed off-by-one error in png_do_check_palette_indexes() (Bug reportGlenn Randers-Pehrson2017-08-281-1/+1
* [libpng16] Update some "last changed" datesGlenn Randers-Pehrson2017-06-291-1/+1
* [libpng16] Update CHANGES, ANNOUNCE, and "last changed" dates.Glenn Randers-Pehrson2017-03-301-2/+2
* silence clang -Wcomma warningsViktor Szakats2017-03-291-10/+24
* [libpng16] Imported from libpng-1.6.26.tarv1.6.26libpng-1.6.26-signedGlenn Randers-Pehrson2016-10-191-1/+1
* [libpng16] Quieted 45 (out of 86 remaining) -Wconversion compiler warningsGlenn Randers-Pehrson2016-10-021-1/+1
* Merge branch 'libpng16' of git://github.com/jbowler/libpng into libpng16Glenn Randers-Pehrson2016-09-301-1/+1
|\
| * Unsigned overflowJohn Bowler2016-09-301-1/+1
* | [libpng16] Quieted a warning from clang-3.8 in pngtrans.c.Glenn Randers-Pehrson2016-09-301-2/+2
|/
* [libpng16] Imported from libpng-1.6.24.tarv1.6.24libpng-1.6.24-signedGlenn Randers-Pehrson2016-08-031-1/+1
* [libpng16] Fixed more indentationGlenn Randers-Pehrson2016-07-151-5/+6
* [libpng16] Update copyright uears in source files.Glenn Randers-Pehrson2015-12-131-1/+1
* [libpng16] Reverted addition of png_set_filler_16 and png_set_add_alpha_16()Glenn Randers-Pehrson2015-09-241-24/+2
* [libpng16] Reverted the fix of byte order in png_do_read_filler() with 16-bitGlenn Randers-Pehrson2015-09-231-2/+24
* [libpng16] Change "n bit" to "n-bit" in comments.Glenn Randers-Pehrson2015-08-131-2/+2
* [libpng16] Imported from libpng-1.6.18.tarv1.6.18libpng-1.6.18-signedGlenn Randers-Pehrson2015-07-221-1/+1
* [libpng16] Suppressed some warnings from the Borland C++ 5.5.1/5.82 compilerGlenn Randers-Pehrson2015-04-011-2/+2
* [libpng16] Imported from libpng-1.6.17.tarv1.6.17libpng-1.6.17-signedGlenn Randers-Pehrson2015-03-261-1/+1
* [libpng16] Reverted "& 0xff" additions of version 1.6.17beta01. Libpng passesGlenn Randers-Pehrson2015-03-211-7/+6
* [libpng16] Imported from libpng-1.6.17beta06.tarGlenn Randers-Pehrson2015-02-271-2/+2
* [libpng16] Added "& 0xff" to things being typecast to "png_byte".Glenn Randers-Pehrson2015-02-271-6/+7
* [libpng16] Imported from libpng-1.6.15.tarv1.6.15libpng-1.6.15-signedGlenn Randers-Pehrson2014-11-201-1/+1
* [libpng16] Changed "#endif /* PNG_FEATURE_SUPPORTED */" to "#endif /* FEATURE...Glenn Randers-Pehrson2014-11-061-7/+6
* [libpng16] Changed remaining "if (!x)" to "if (x == 0)" and "if (x)" toGlenn Randers-Pehrson2014-10-311-5/+5
* [libpng16] Fix typos in comments in pngset.c and pngtrans.cGlenn Randers-Pehrson2014-10-031-1/+1
* [libpng16] Bump version to 1.6.13beta01Glenn Randers-Pehrson2014-06-111-1/+1
* [libpng16] Imported from libpng-1.6.12.tarv1.6.12libpng-1.6.12-signedGlenn Randers-Pehrson2014-06-111-1/+1
* [libpng16] Bump version to 1.6.12beta01Glenn Randers-Pehrson2014-06-061-1/+1
* [libpng16] Imported from libpng-1.6.11.tarv1.6.11libpng-1.6.11-signedGlenn Randers-Pehrson2014-06-051-1/+1
* [libpng16] Minor update to documentation and CHANGES/ANNOUNCE files.Glenn Randers-Pehrson2014-05-091-0/+3
* [libpng16] Imported from libpng-1.6.11beta02.tarv1.6.11beta02Glenn Randers-Pehrson2014-04-061-0/+4
* [libpng16] Use "if (value != 0)" instead of "if (value)" consistently.Glenn Randers-Pehrson2014-03-081-5/+5
* [libpng16] Imported from libpng-1.6.9.tarv1.6.9libpng-1.6.9-signedGlenn Randers-Pehrson2014-02-051-1/+1
* [libpng16] Updated copyright year in recently-changed files.Glenn Randers-Pehrson2013-12-311-1/+1
* [libpng16] Merged pngrio.c, pngtrans.c, pngwio.c, and pngerror.cGlenn Randers-Pehrson2013-12-281-2/+4
* [libpng16] Update "last changed" comments.Glenn Randers-Pehrson2013-04-251-1/+1
* [libpng16] Bump version to 1.6.3beta01Glenn Randers-Pehrson2013-04-251-1/+1
* [libpng16] Imported from libpng-1.6.2.tarv1.6.2libpng-1.6.2-signedGlenn Randers-Pehrson2013-04-251-1/+1
* [libpng16] Added "{ }" omitted from previous patch to pngtrans.cJohn Bowler2013-04-131-1/+3
* [libpng16] Corrected the test on user transform changes on read. It was in theJohn Bowler2013-04-121-1/+10
* [libpng16] Bump version to 1.6.1beta05Glenn Randers-Pehrson2013-03-021-23/+175
* [libpng16] Imported from libpng-1.6.0beta05.tarv1.6.1beta05Glenn Randers-Pehrson2013-03-011-175/+23
* [libpng16] Imported from libpng-1.6.0.tarv1.6.0Glenn Randers-Pehrson2013-02-131-1/+1