Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-28 | Remove the "last changed" version information from source comments | Cosmin Truta | |
This information is maintained by the version control system. | |||
2018-07-15 | Release libpng version 1.6.35 | Cosmin Truta | |
2018-06-17 | [libpng16] Replace the remaining uses of png_size_t with size_t | Cosmin Truta | |
In v1.6.0, size_t became a required type. It should be used consistently. To maintain backwards compatibility, png_size_t is still maintained in deprecated form. | |||
2016-08-03 | [libpng16] Imported from libpng-1.6.24.tar | Glenn Randers-Pehrson | |
2016-07-15 | [libpng16] Fixed more indentation | Glenn Randers-Pehrson | |
2015-12-13 | [libpng16] Update copyright uears in source files. | Glenn Randers-Pehrson | |
2015-08-13 | [libpng16] Change "n bit" to "n-bit" in comments. | Glenn Randers-Pehrson | |
2015-03-26 | [libpng16] Imported from libpng-1.6.17.tar | Glenn Randers-Pehrson | |
2015-03-07 | [libpng16] Spelling fixes: less then N -> less than N (Lauri Nurmi) | Glenn Randers-Pehrson | |
2015-02-07 | [libpng16] Do not build png_product2() when it is unused. | Glenn Randers-Pehrson | |
Work around more Coverity-scan dead-code warnings. | |||
2014-11-20 | [libpng16] Imported from libpng-1.6.15.tar | Glenn Randers-Pehrson | |
2014-11-06 | [libpng16] Changed "#endif /* PNG_FEATURE_SUPPORTED */" to "#endif /* ↵ | Glenn Randers-Pehrson | |
FEATURE */" | |||
2014-02-05 | [libpng16] Imported from libpng-1.6.9.tar | Glenn Randers-Pehrson | |
2013-12-31 | [libpng16] Updated copyright year in recently-changed files. | Glenn Randers-Pehrson | |
2013-12-28 | [libpng16] Merged pngrio.c, pngtrans.c, pngwio.c, and pngerror.c | Glenn Randers-Pehrson | |
with libpng-1.7.0 | |||
2013-03-02 | [libpng16] Bump version to 1.6.1beta05 | Glenn Randers-Pehrson | |
2013-03-01 | [libpng16] Imported from libpng-1.6.0beta05.tar | Glenn Randers-Pehrson | |
2013-02-13 | [libpng16] Imported from libpng-1.6.0.tar | Glenn Randers-Pehrson | |
2013-01-01 | [libpng16] Updated copyright year to 2013 in newly-changed files | Glenn Randers-Pehrson | |
2012-01-01 | [libpng16] Updated copyright year to 2012 | Glenn Randers-Pehrson | |
2011-12-24 | [libpng16] Implemented 'restrict' for png_info and png_struct. | John Bowler | |
Added new "png_structrp" typedef. Because of the way libpng works both png_info and png_struct are always accessed via a single pointer. This means adding C99 'restrict' to the pointer gives the compiler some opportunity to optimize the code. This change allows that. | |||
2011-11-26 | [libpng16] Added ANSI-C (C90) headers; eliminated the use of FAR/far. | John Bowler | |
2011-01-06 | [devel] Imported from libpng-1.5.0.tar | Glenn Randers-Pehrson | |
2011-01-04 | [devel] Update copyright year and bump to version libpng-1.5.0rc07 | Glenn Randers-Pehrson | |
2010-10-23 | [devel] Used a consistent structure for the pngget.c functions. | Glenn Randers-Pehrson | |
added some whitespace in pngrio.c and pngrutil.c | |||
2010-10-15 | [devel] Imported from libpng-1.5.0beta51.tar | Glenn Randers-Pehrson | |
2010-10-14 | [devel] Imported from libpng-1.5.0beta50.tar | Glenn Randers-Pehrson | |
2010-10-07 | [devel] Imported from libpng-1.5.0beta49.tar | Glenn Randers-Pehrson | |
2010-10-04 | [devel] Imported from libpng-1.5.0beta48.tar | Glenn Randers-Pehrson | |
2010-10-04 | [devel] Fixed problem with symbols creation in Makefile.am which was assuming | Glenn Randers-Pehrson | |
that CCP writes to standard output by default (Martin Banky). | |||
2010-09-10 | [devel] Fixed a number of problems with 64-bit compilation reported by Visual | Glenn Randers-Pehrson | |
Studio 2010 (John Bowler). | |||
2010-08-28 | [devel] Imported from libpng-1.5.0beta46.tar | Glenn Randers-Pehrson | |
2010-08-26 | [devel] Imported from libpng-1.5.0beta45.tar | Glenn Randers-Pehrson | |
2010-08-24 | [devel] Bump to version libpng-1.5.0beta45 | Glenn Randers-Pehrson | |
2010-08-11 | [devel] Imported from libpng-1.5.0beta41.tar | Glenn Randers-Pehrson | |
2010-08-06 | [devel] Imported from libpng-1.5.0beta40.tar | Glenn Randers-Pehrson | |
2010-08-02 | [devel] Imported from libpng-1.5.0beta39.tar | Glenn Randers-Pehrson | |
2010-07-31 | [devel] Bump to version libpng-1.5.0beta38 | Glenn Randers-Pehrson | |
2010-07-29 | [devel] Bump to version libpng-1.5.0beta36 | Glenn Randers-Pehrson | |
2010-07-29 | [devel] | Glenn Randers-Pehrson | |
Fixed point APIs are now supported throughout (no missing APIs). Internal fixed point arithmetic support exists for all internal floating point operations. sCAL validates the floating point strings it is passed. Safe, albeit rudimentary, Watcom support is provided by PNG_API_RULE==2 Two new APIs exist to get the number of passes without turning on the PNG_INTERLACE transform and to get the number of rows in the current pass. A new test program, pngvalid.c, validates the gamma code. Errors in the 16 bit gamma correction (overflows) have been corrected. cHRM chunk testing is done consistently (previously the floating point API bypassed it, because the test really didn't work on FP, now the test is performed on the actual values to be stored in the PNG file so it works in the FP case too.) Most floating point APIs now simply call the fixed point APIs after converting the values to the fixed point form used in the PNG file. The standard headers no longer include zlib.h, which is currently only required for pngstruct.h and can therefore be internal. (Patches by John Bowler) | |||
2010-07-24 | [devel] Bump to version libpng-1.5.0beta35 | Glenn Randers-Pehrson | |
2010-07-12 | [devel] Imported from libpng-1.5.0beta34.tar | Glenn Randers-Pehrson | |
2010-07-06 | [devel] Bump back to version libpng-1.5.0beta34 | Glenn Randers-Pehrson | |
2010-06-28 | [devel] Imported from libpng-1.5.0beta33.tar | Glenn Randers-Pehrson | |
2010-06-25 | [devel] Imported from libpng-1.5.0beta32.tar | Glenn Randers-Pehrson | |
2010-06-25 | [devel] Imported from libpng-1.5.0beta31.tar | Glenn Randers-Pehrson | |
2010-06-25 | [devel] Imported from libpng-1.5.0beta30.tar | Glenn Randers-Pehrson | |
2010-06-25 | [devel] Imported from libpng-1.5.0beta29.tar | Glenn Randers-Pehrson | |
2010-06-25 | [devel] Imported from libpng-1.5.0beta28.tar | Glenn Randers-Pehrson | |
2010-06-25 | [devel] Imported from libpng-1.5.0beta26.tar | Glenn Randers-Pehrson | |