summaryrefslogtreecommitdiff
path: root/pngread.c
Commit message (Expand)AuthorAgeFilesLines
* [libpng17] Conditionally compile png_set_benign_errors() in pngread.cGlenn Randers-Pehrson2016-09-111-0/+2
* [libpng17] Fixed more indentation to comply with our coding style.Glenn Randers-Pehrson2016-07-151-84/+84
* [libpng17] Fixed some indentation to comply with our coding style (syncedGlenn Randers-Pehrson2016-07-131-1/+1
* Change image size checksJohn Bowler2016-06-111-4/+14
* png_app_warning fixJohn Bowler2016-06-081-2/+2
* API reduction, PNG compression levelJohn Bowler2016-06-071-87/+29
* Filter selection, palette index checksJohn Bowler2016-05-151-3/+6
* [libpng17] Fixed some misleading indentation (Krishnaraj Bhat).Glenn Randers-Pehrson2016-03-071-92/+92
* Simplified API: use system appropriate typesJohn Bowler2016-01-181-10/+15
* Simplified API: write-to-memory, overflow handlingJohn Bowler2016-01-181-36/+62
* IDAT read buffering correctionJohn Bowler2016-01-101-9/+18
* [libpng17] Happy 2016! Updated copyright yearGlenn Randers-Pehrson2016-01-021-1/+1
* [libpng17] Update copyright years in source files.Glenn Randers-Pehrson2015-12-131-1/+1
* Make png_struct palette, trans_alpha privateJohn Bowler2015-12-011-4/+2
* compression code unificationJohn Bowler2015-11-301-7/+7
* Filter code change prep.John Bowler2015-11-271-1/+1
* Fix significant bracketing problemJohn Bowler2015-11-241-2/+2
* Correct end-of-image test in pngread.cJohn Bowler2015-11-231-2/+15
* Back out READ/WRITE_INTERLACING changesJohn Bowler2015-11-221-1/+1
* Squashed commit of the following:John Bowler2015-11-221-48/+23
* [libpng17] Clean up some conditional compilation of parts of statementsGlenn Randers-Pehrson2015-11-211-30/+31
* [libpng17] Another attempt (successful this time) to quiet the Coverity issue.Glenn Randers-Pehrson2015-10-021-4/+12
* [libng17] Stifle the last remaining Coverity issue in libpng17.Glenn Randers-Pehrson2015-09-281-0/+5
* sBIT code coverage and fixesJohn Bowler2015-09-261-48/+208
* Simplified API sRGB gamma handling correctionJohn Bowler2015-09-201-24/+108
* [libpng17] Fixed makepng.c so that it compiles with GCC 5.1.0.John Bowler2015-09-181-16/+9
* [libpng17] Fix debug statement in pngread.cGlenn Randers-Pehrson2015-09-151-1/+2
* chunk handling and transform rewriteJohn Bowler2015-09-141-764/+499
* [libpng17] Moved READ_GAMMA to pngrtran.c. This makes everything in pngrtrans.cJohn Bowler2015-06-041-0/+68
* [libpng17] Transformed rewrite: changed row_info, added checks. This introduc...John Bowler2015-03-301-3/+0
* [libpng17] Check (png_uint_16) casts for overflow. Also removed png_muldiv_warn,John Bowler2015-03-221-61/+60
* [libpng17] Improved some overflow handling. PNG_RELEASE_BUILD replaces testsJohn Bowler2015-03-221-1/+1
* [libpng17] Added byte, short and other overflow checkingJohn Bowler2015-03-221-48/+66
* [libpng16] Renamed "assert" to "affirm", not affected by NDEBUG.Glenn Randers-Pehrson2015-03-211-3/+3
* [libpng17] Implemented assert support and usage.John Bowler2015-03-201-13/+12
* [libpng17] Work in progress, merging with libpng-1.6.17rc01.Glenn Randers-Pehrson2015-03-041-2/+3
* [lipng17] Do not build png_product2() when it is unused and work aroundGlenn Randers-Pehrson2015-02-071-2/+15
* [libpng17] Happy New Year -- update copyright year.Glenn Randers-Pehrson2014-12-311-1/+1
* [libpng17] Changed "#endif /* PNG_FEATURE_SUPPORTED */" to "#endif /* FEATURE...Glenn Randers-Pehrson2014-11-061-15/+15
* [libpng17] Fixed GCC unsigned int->float warnings. Various versions of GCCJohn Bowler2014-11-051-1/+1
* [libpng17] Ported cosmetic changes from libpng-1.6.15beta02.Glenn Randers-Pehrson2014-11-011-87/+107
* [libpng17] Merge with libpng-1.6.14beta07Glenn Randers-Pehrson2014-10-051-0/+2
* [libpng17] Imported from libpng-1.7.0beta36.tarv1.7.0beta36Glenn Randers-Pehrson2014-09-271-1/+1
* [libpng17] Imported from libpng-1.7.0beta35.tarv1.7.0beta35Glenn Randers-Pehrson2014-08-061-12/+12
* [libpng17] Use "if (value != 0)" instead of "if (value)" consistently.Glenn Randers-Pehrson2014-03-081-14/+14
* [libpng17] Check for info_ptr == NULL early in png_read_end() so we don't needGlenn Randers-Pehrson2014-02-171-3/+6
* [libpng17] Support builds with unsupported PNG_TRANSFORM_* values. All of theJohn Bowler2014-02-051-31/+57
* [libpng17] Make png_read_png() and png_write_png() prototypes in png.h dependJohn Bowler2014-02-051-1/+1
* [libpng17] Quiet an uninitialized memory warning from VS2013 in png_get_png().Glenn Randers-Pehrson2014-01-301-9/+3
* [libpng17] Updated copyright year in recently-changed files.Glenn Randers-Pehrson2013-12-311-1/+1