| Commit message (Expand) | Author | Age | Files | Lines |
* | [libpng16] Imported from libpng-1.6.26.tarv1.6.26libpng-1.6.26-signed | Glenn Randers-Pehrson | 2016-10-19 | 1 | -1/+1 |
* | [libpng16] Quieted all remaining -Wconversion compiler warnings | Glenn Randers-Pehrson | 2016-10-02 | 1 | -2/+2 |
* | [libpng16] Imported from libpng-1.6.25beta01.tar | Glenn Randers-Pehrson | 2016-08-12 | 1 | -1/+1 |
* | [libpng16] Revert change to png_malloc_array(). It's not needed | Glenn Randers-Pehrson | 2016-08-10 | 1 | -5/+2 |
* | [libpng16] Return NULL from png_malloc_array() with a warning instead of calling | Glenn Randers-Pehrson | 2016-08-10 | 1 | -2/+5 |
* | [libpng16] Imported from libpng-1.6.24.tarv1.6.24libpng-1.6.24-signed | Glenn Randers-Pehrson | 2016-08-03 | 1 | -1/+1 |
* | [libpng16] Fixed more indentation | Glenn Randers-Pehrson | 2016-07-15 | 1 | -10/+10 |
* | [libpng16] Update copyright uears in source files. | Glenn Randers-Pehrson | 2015-12-13 | 1 | -1/+1 |
* | [libpng16] Suppressed some warnings from the Borland C++ 5.5.1/5.82 compiler | Glenn Randers-Pehrson | 2015-04-01 | 1 | -0/+3 |
* | [libpng16] Spelling fixes: less then N -> less than N (Lauri Nurmi) | Glenn Randers-Pehrson | 2015-03-07 | 1 | -1/+1 |
* | [libpng16] Imported from libpng-1.6.15.tarv1.6.15libpng-1.6.15-signed | Glenn Randers-Pehrson | 2014-11-20 | 1 | -1/+1 |
* | [libpng16] Changed "#endif /* PNG_FEATURE_SUPPORTED */" to "#endif /* FEATURE... | Glenn Randers-Pehrson | 2014-11-06 | 1 | -6/+6 |
* | [libpng16] Imported from libpng-1.6.8.tarv1.6.8libpng-1.6.8-signed | Glenn Randers-Pehrson | 2013-12-19 | 1 | -1/+1 |
* | [libpng16] Updated "last changed" dates | John Bowler | 2013-11-22 | 1 | -1/+1 |
* | [libpng16] Fixed 'minimal' builds. Various obviously useful minimal | Glenn Randers-Pehrson | 2013-11-22 | 1 | -1/+5 |
* | [libpng16] Bump version to 1.6.1beta05 | Glenn Randers-Pehrson | 2013-03-02 | 1 | -5/+67 |
* | [libpng16] Imported from libpng-1.6.0beta05.tarv1.6.1beta05 | Glenn Randers-Pehrson | 2013-03-01 | 1 | -67/+5 |
* | [libpng16] Imported from libpng-1.6.0.tarv1.6.0 | Glenn Randers-Pehrson | 2013-02-13 | 1 | -1/+1 |
* | [libpng16] Use consistent handling of overflows in text, sPLT and unknown | John Bowler | 2013-01-19 | 1 | -1/+63 |
* | [libpng16] Updated copyright year to 2013 in newly-changed files | Glenn Randers-Pehrson | 2013-01-01 | 1 | -1/+1 |
* | [libpng16] Consistently use memset(), memcpy(), and memcmp() instead of the | Glenn Randers-Pehrson | 2012-08-10 | 1 | -2/+2 |
* | [libpng16] Consistently use png_memset(), png_memcpy(), and png_memcmp(), | Glenn Randers-Pehrson | 2012-08-10 | 1 | -1/+1 |
* | [libpng16] Eliminated use of png_sizeof(); use sizeof() instead, and use. | Glenn Randers-Pehrson | 2012-08-09 | 1 | -1/+1 |
* | [libpng16] Updated copyright year to 2012 | Glenn Randers-Pehrson | 2012-01-01 | 1 | -1/+1 |
* | [libpng16] Implemented 'restrict' for png_info and png_struct. | John Bowler | 2011-12-24 | 1 | -12/+12 |
* | [libpng16] Start-up code size improvements, error handler flexibility. These | John Bowler | 2011-12-22 | 1 | -9/+11 |
* | [libpng16] Added #ifdef PNG_USER_MEM_SUPPORTED in pngmem.c where needed. | Glenn Randers-Pehrson | 2011-12-21 | 1 | -0/+5 |
* | [libpng16] Start-up code size improvements, error handler flexibility. | John Bowler | 2011-12-21 | 1 | -198/+91 |
* | [libpng16] Updated "last changed" dates | Glenn Randers-Pehrson | 2011-12-21 | 1 | -1/+1 |
* | [libpng16] Added ANSI-C (C90) headers; eliminated the use of FAR/far. | John Bowler | 2011-11-26 | 1 | -352/+0 |
* | [libpng15] Fixed bug in pngvalid on early allocation failure; fixed type cast | John Bowler | 2011-11-03 | 1 | -8/+8 |
* | [devel] Imported from libpng-1.5.4.tarv1.5.4 | Glenn Randers-Pehrson | 2011-07-07 | 1 | -1/+1 |
* | [devel] Removed the ACCURATE and LEGACY options (they are no longer useable) | John Bowler | 2011-06-14 | 1 | -1/+1 |
* | [devel] Update change date | Glenn Randers-Pehrson | 2011-03-31 | 1 | -1/+1 |
* | [devel] Re-initialize the zlib compressor before compressing non-IDAT chunks. | Glenn Randers-Pehrson | 2011-03-31 | 1 | -6/+15 |
* | --amend [devel] Imported from libpng-1.5.1.tarv1.5.1 | Glenn Randers-Pehrson | 2011-02-02 | 1 | -1/+1 |
* | [devel] Corrected const_png_ in png.h to png_const_ to avoid polluting | John Bowler | 2011-01-22 | 1 | -1/+1 |
* | [devel] Added const_png_structp and const_png_infop types, and used them in | Glenn Randers-Pehrson | 2011-01-21 | 1 | -2/+2 |
* | [devel] Imported from libpng-1.5.0.tarv1.5.0 | Glenn Randers-Pehrson | 2011-01-06 | 1 | -1/+1 |
* | [devel] Update copyright year and bump to version libpng-1.5.0rc07 | Glenn Randers-Pehrson | 2011-01-04 | 1 | -1/+1 |
* | [devel] Imported from libpng-1.5.0beta51.tarv1.5.0beta51 | Glenn Randers-Pehrson | 2010-10-15 | 1 | -1/+1 |
* | [devel] Imported from libpng-1.5.0beta50.tarv1.5.0beta50 | Glenn Randers-Pehrson | 2010-10-14 | 1 | -1/+1 |
* | [devel] Imported from libpng-1.5.0beta49.tarv1.5.0beta49 | Glenn Randers-Pehrson | 2010-10-07 | 1 | -1/+1 |
* | [devel] Imported from libpng-1.5.0beta48.tarv1.5.0beta48 | Glenn Randers-Pehrson | 2010-10-04 | 1 | -1/+1 |
* | [devel] Fixed problem with symbols creation in Makefile.am which was assuming | Glenn Randers-Pehrson | 2010-10-04 | 1 | -1/+1 |
* | [devel] Fixed a number of problems with 64-bit compilation reported by Visual | Glenn Randers-Pehrson | 2010-09-10 | 1 | -1/+1 |
* | [devel] Imported from libpng-1.5.0beta46.tarv1.5.0beta46 | Glenn Randers-Pehrson | 2010-08-28 | 1 | -1/+1 |
* | [devel] Imported from libpng-1.5.0beta45.tarv1.5.0beta45 | Glenn Randers-Pehrson | 2010-08-26 | 1 | -1/+1 |
* | [devel] Bump to version libpng-1.5.0beta45 | Glenn Randers-Pehrson | 2010-08-24 | 1 | -1/+1 |
* | [devel] Imported from libpng-1.5.0beta41.tarv1.5.0beta41 | Glenn Randers-Pehrson | 2010-08-11 | 1 | -1/+1 |