summaryrefslogtreecommitdiff
path: root/pngread.c
Commit message (Expand)AuthorAgeFilesLines
...
* [libpng16] Fix some indentation.Glenn Randers-Pehrson2015-06-111-1/+1
* [libpng16] PNG_RELEASE_BUILD replaces tests where the code depended on the bu...John Bowler2015-05-061-1/+1
* [libpng16] Imported from libpng-1.6.17.tarv1.6.17libpng-1.6.17-signedGlenn Randers-Pehrson2015-03-261-1/+1
* [libpng16] Fixed simplified 8-bit-linear to sRGB alpha. The calculated alphaJohn Bowler2015-03-221-0/+1
* [libpng16] Reverted "& 0xff" additions of version 1.6.17beta01. Libpng passesGlenn Randers-Pehrson2015-03-211-3/+2
* [libpng16] Added "& 0xff" to things being typecast to "png_byte".Glenn Randers-Pehrson2015-02-271-2/+3
* [libpng16] Do not build png_product2() when it is unused.Glenn Randers-Pehrson2015-02-071-2/+15
* [libpng16] Imported from libpng-1.6.17beta01.tarv1.6.17beta01Glenn Randers-Pehrson2015-01-281-5/+4
* [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-15/+15
* [libpng16] Fixed array size calculations to avoid warnings. At various pointsJohn Bowler2014-11-051-1/+1
* [libpng16] More cosmetic changesGlenn Randers-Pehrson2014-11-011-20/+23
* [libpng16] Changed remaining "if (!x)" to "if (x == 0)" and "if (x)" toGlenn Randers-Pehrson2014-10-311-68/+72
* [libpng16] Added missing "ptr = NULL" after some instances of png_free().Glenn Randers-Pehrson2014-10-291-1/+15
* [libpng16] Only mark text chunks as written after successfully writing them.Glenn Randers-Pehrson2014-10-051-0/+2
* [libpng16] Imported from libpng-1.6.13beta03.tarv1.6.13beta03Glenn Randers-Pehrson2014-08-021-2/+2
* [libpng16] Imported from libpng-1.6.13beta02.tarv1.6.13beta02Glenn Randers-Pehrson2014-07-211-6/+6
* [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] Imported from libpng-1.6.11beta02.tarv1.6.11beta02Glenn Randers-Pehrson2014-04-061-1/+1
* [libpng16] Imported from libpng-1.6.11beta01.tarv1.6.11beta01Glenn Randers-Pehrson2014-03-171-4/+4
* [libpng16] Use "if (value != 0)" instead of "if (value)" consistently.Glenn Randers-Pehrson2014-03-081-15/+15
* [libpng16] Bump version to 1.6.11beta01Glenn Randers-Pehrson2014-03-061-1/+1
* [libpng16] Imported from libpng-1.6.10.tarv1.6.10libpng-1.6.10-signedGlenn Randers-Pehrson2014-03-061-1/+1
* [libpng16] Check for info_ptr == NULL early in png_read_end() so we don't needGlenn Randers-Pehrson2014-02-171-3/+6
* [libpng16] Imported from libpng-1.6.10beta01.tarv1.6.10beta01Glenn Randers-Pehrson2014-02-091-1/+1
* [libpng16] Backport recent changes from libpng-1.7.0beta30 and beta31.John Bowler2014-02-061-31/+57
* [libpng16] Imported from libpng-1.6.9.tarv1.6.9libpng-1.6.9-signedGlenn Randers-Pehrson2014-02-051-1/+1
* [libpng16] Quiet an uninitialized memory warning from VC2013 in png_get_png().Glenn Randers-Pehrson2014-01-301-9/+3
* [libpng16] Updated copyright year in recently-changed files.Glenn Randers-Pehrson2013-12-311-1/+1
* [libpng16] Update "last changed" dates in recently-patched files.Glenn Randers-Pehrson2013-12-221-1/+1
* [libpng16] Bookkeeping: Moved functions around (no changes). Moved transformJohn Bowler2013-12-191-1/+66
* [libpng16] Imported from libpng-1.6.8.tarv1.6.8libpng-1.6.8-signedGlenn Randers-Pehrson2013-12-191-1/+1
* [libpng16] Removed or marked PNG_UNUSED some harmless "dead assignments"Glenn Randers-Pehrson2013-11-251-3/+0
* [libpng16] Updated "last changed" datesJohn Bowler2013-11-221-1/+1
* [libpng16] Fixed 'minimal' builds. Various obviously useful minimalGlenn Randers-Pehrson2013-11-221-94/+107
* [libpng16] Imported from libpng-1.6.4beta01.tarGlenn Randers-Pehrson2013-08-211-1/+1
* [libpng16] Imported from libpng-1.6.1.tarv1.6.1Glenn Randers-Pehrson2013-03-271-1/+1
* [libpng16] Corrected simplified API default gamma for color-mapped output, addedJohn Bowler2013-03-061-1/+24
* [libpng16] Bump version to 1.6.1beta05Glenn Randers-Pehrson2013-03-021-420/+2091
* [libpng16] Imported from libpng-1.6.0beta05.tarv1.6.1beta05Glenn Randers-Pehrson2013-03-011-2091/+420
* [libpng16] Imported from libpng-1.6.1beta02.tarv1.6.1beta02Glenn Randers-Pehrson2013-02-181-1/+1
* [libpng16] Use parentheses consistently in "#if defined()" tests.Glenn Randers-Pehrson2013-02-171-2/+2
* [libpng16] Use parentheses consistently in "#if defined()" tests.Glenn Randers-Pehrson2013-02-171-1/+1
* [libpng16] Imported from libpng-1.6.0.tarv1.6.0Glenn Randers-Pehrson2013-02-131-1/+1
* [libpng16] Updated copyright year to 2013 in newly-changed filesGlenn Randers-Pehrson2013-01-011-1/+1
* [libpng16] Improved ICC profile handling including cHRM chunk generation andJohn Bowler2012-09-041-2/+2
* [libpng16] Fixed the simplified API example programs and improved the errorJohn Bowler2012-08-311-0/+16