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 | |
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-10-03 | [libpng16] Fix typos in comments in pngset.c and pngtrans.c | Glenn Randers-Pehrson | |
2014-10-03 | [libpng16] Removed "text_len" parameter from private function png_write_zTXt() | Glenn Randers-Pehrson | |
since it is unused. | |||
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-12-19 | [libpng16] Imported from libpng-1.6.8.tar | Glenn Randers-Pehrson | |
2013-11-22 | [libpng16] Updated "last changed" dates | John Bowler | |
2013-11-22 | [libpng16] Fixed 'minimal' builds. Various obviously useful minimal | Glenn Randers-Pehrson | |
configurations don't build because of missing contrib/libtests test programs and overly complex dependencies in scripts/pnglibconf.dfa. This change adds contrib/conftest/*.dfa files that can be used in automatic build scripts to ensure that these configurations continue to build. | |||
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-12-22 | [libpng16] bump version to 1.6.0beta04 | Glenn Randers-Pehrson | |
2011-12-22 | [libpng16] Start-up code size improvements, error handler flexibility. These | John Bowler | |
changes alter how the tricky allocation of the initial png_struct and png_info structures are handled. png_info is now handled in pretty much the same way as everything else, except that the allocations handle NULL return silently. png_struct is changed in a similar way on allocation and on deallocation a 'safety' error handler is put in place (which should never be required). The error handler itself is changed to permit mismatches in the application and libpng error buffer size; however, this means a silent change to the API to return the jmp_buf if the size doesn't match the size from the libpng compilation; libpng now allocates the memory and this may fail. Overall these changes result in slight code size reductions; however, this is a reduction in code that is always executed so is particularly valuable. Overall on a 64-bit system the libpng DLL decreases in code size by 1733 bytes. pngerror.o increases in size by about 465 bytes because of the new functionality. | |||
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-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-18 | [devel]Made all API functions that have const arguments and constant string | Glenn Randers-Pehrson | |
literal pointers declare them (John Bowler). Many APIs did not change their arguments but were not declared using PNG_CONST. This change corrects this. In a few cases APIs that return constant string literal pointers have also been changed to declare this. Unlike the argument change this may require app changes; however the results could never be written to (the app would crash on some platforms where strings are not writable), so this seems advisable. | |||
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 | |