summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [libpng17] Imported from libpng-1.7.0beta69.tarv1.7.0beta69Glenn Randers-Pehrson2015-11-2417-27/+31
* [libpng17] Updated CHANGES and ANNOUNCEGlenn Randers-Pehrson2015-11-232-3/+23
* pngvalid fixes and backward compatJohn Bowler2015-11-231-36/+77
* Backward compatibility with 1.6John Bowler2015-11-231-3/+3
* Backward compatibility for pngtest.cJohn Bowler2015-11-231-4/+40
* Correct end-of-image test in pngread.cJohn Bowler2015-11-231-2/+15
* Merge branch 'libpng17' into libpng17-buffer-enhancementsJohn Bowler2015-11-222-1/+8
|\
| * [libpng17] Updated CHANGES and ANNOUNCEGlenn Randers-Pehrson2015-11-222-1/+8
* | Fixes for !READ_INTERLACE/!READ_PNG interpendenciesJohn Bowler2015-11-224-9/+33
|/
* Re-remove PNG_WRITE_INTERLACEJohn Bowler2015-11-221-1/+0
* Merge branch 'libpng17' into libpng17-buffer-enhancementsJohn Bowler2015-11-227-10/+76
|\
| * [libpng17] Reverted 12 -> 12U again.Glenn Randers-Pehrson2015-11-221-1/+1
| * [libpng17] Update CHANGES, ANNOUNCE, pnglibconf.h.prebuiltGlenn Randers-Pehrson2015-11-228-11/+77
* | Fix certain minimal config buildsJohn Bowler2015-11-222-3/+7
* | Back out READ/WRITE_INTERLACING changesJohn Bowler2015-11-2217-115/+82
|/
* Fix build break introduced from libpng17John Bowler2015-11-221-1/+1
* Squashed commit of the following:John Bowler2015-11-2218-1935/+2181
* [libpng17] Fixed bug recently introduced in png_set_PLTE() that uses png_ptrGlenn Randers-Pehrson2015-11-223-6/+10
* [libpng17] Refactored conditional compilation in png_init_row_info().Glenn Randers-Pehrson2015-11-222-54/+66
* [libpng17] Refactor conditional compilation of png_get_compression_buffer_size()Glenn Randers-Pehrson2015-11-221-6/+11
* [libpng17] Clean up some conditional compilation of parts of statementsGlenn Randers-Pehrson2015-11-214-47/+52
* [libpng17] Avoid conditionally compiling parts of statements in png.c (suggestedGlenn Randers-Pehrson2015-11-213-21/+32
* [libpng17] Use unsigned constants in pngrutil.c buffer length comparisonsGlenn Randers-Pehrson2015-11-211-2/+2
* [libpng17] Use "1U" not "1" in pointer calculations in png_handle_sPLT().John Bowler2015-11-191-1/+1
* [libpng17] Removed a redundant new check in png_handle_pCAL().Glenn Randers-Pehrson2015-11-173-6/+6
* [libpng17] Rearrange terms to make it self-evident that overflow cannot happenGlenn Randers-Pehrson2015-11-161-2/+2
* [lbpng17] Avoid potential pointer overflow in png_handle_sPLT() andGlenn Randers-Pehrson2015-11-133-5/+13
* [libpng17] Bump version to 1.7.0beta69Glenn Randers-Pehrson2015-11-1326-65/+67
* [libpng17] Imported from libpng-1.7.0beta68.tarv1.7.0beta68Glenn Randers-Pehrson2015-11-1216-43/+47
* [libpng17] Clean up coding style in png_set_PLTE()Glenn Randers-Pehrson2015-11-051-5/+6
* [libpng17] Update ANNOUNCE and CHANGESGlenn Randers-Pehrson2015-11-052-3/+5
* [libpng17] Fixed new bug with CRC error after reading an over-length palette.Glenn Randers-Pehrson2015-11-041-1/+1
* [libpng17] Bump version to 1.7.0beta68Glenn Randers-Pehrson2015-11-0323-54/+54
* [libpng17] Imported from libpng-1.7.0beta67.tarv1.7.0beta67Glenn Randers-Pehrson2015-11-0311-14/+13
* [libpng17] Clarified COPYRIGHT information to state explicitly that versionsGlenn Randers-Pehrson2015-11-036-482/+209
* [libpng17] Prevent setting or writing over-length PLTE chunk (Cosmin Truta).Glenn Randers-Pehrson2015-11-015-17/+42
* [libpng17] Added sPLT support to pngtest.cGlenn Randers-Pehrson2015-10-103-4/+20
* [libng17] Updated CHANGES and ANNOUNCEGlenn Randers-Pehrson2015-10-032-4/+14
* Fix 'pow' macros in pngvalid.cJohn Bowler2015-10-031-2/+2
* Merge remote-tracking branch 'local/libpng17' into libpng17John Bowler2015-10-0328-95/+114
|\
| * [libpng17] Bump version to 1.7.0beta67Glenn Randers-Pehrson2015-10-0224-54/+58
| * [libpng17] Imported from libpng-1.7.0beta66.tarv1.7.0beta66Glenn Randers-Pehrson2015-10-0217-57/+64
| * [libpng17] Another attempt (successful this time) to quiet the Coverity issue.Glenn Randers-Pehrson2015-10-021-4/+12
* | Merge remote-tracking branch 'local/libpng17' into libpng17John Bowler2015-09-301-0/+5
|\ \ | |/
| * [libng17] Stifle the last remaining Coverity issue in libpng17.Glenn Randers-Pehrson2015-09-281-0/+5
* | Fix (work round) rgb-to-gray issues in libpng 1.6John Bowler2015-09-261-0/+2
|/
* [libpng17] Update CHANGES and ANNOUNCEGlenn Randers-Pehrson2015-09-262-3/+9
* Fix missing prototype for READ_GAMMA+!SIMPLIFIED_APIJohn Bowler2015-09-261-2/+4
* makepng fixes for the palette caseJohn Bowler2015-09-262-19/+27
* sBIT code coverage and fixesJohn Bowler2015-09-267-102/+295