Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-14 | Release libpng version 1.6.37 | Cosmin Truta | |
2019-02-03 | Fix a memory leak in pngtest.c | Cosmin Truta | |
Ensure that row_buf is deallocated not only after a read error, but also after a write error. Use the format "%p" instead of "0x%08lx" for printf-ing row_buf in a portable manner. | |||
2018-12-30 | Bump version to 1.6.37.git | Cosmin Truta | |
2018-12-01 | Release libpng version 1.6.36 | Cosmin Truta | |
2018-08-18 | Replace the remaining uses of PNG_CONST with const | Cosmin Truta | |
In v1.6.0, compiler support for const became a requirement. It should be used consistently. To maintain backwards compatibility, PNG_CONST is still maintained in deprecated form. | |||
2018-07-28 | Bump version to 1.6.36.git and update copyright notice | Cosmin Truta | |
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. | |||
2018-03-06 | [libpng16] Bump version to 1.6.35beta02 | Glenn Randers-Pehrson | |
2017-09-29 | [libpng16] Bump version to 1.6.35beta01 | Glenn Randers-Pehrson | |
2017-09-29 | [libpng16] Imported from libpng-1.6.34.tar | Glenn Randers-Pehrson | |
2017-09-28 | [libpng16] Bump version to 1.6.34beta01 | Glenn Randers-Pehrson | |
2017-09-28 | [libpng16] Imported from libpng-1.6.33.tar | Glenn Randers-Pehrson | |
2017-09-20 | [libpng16] Bump version to 1.6.33rc02 | Glenn Randers-Pehrson | |
2017-09-20 | [libpng16] Bump version to 1.6.33rc01 | Glenn Randers-Pehrson | |
2017-09-14 | [libpng16] Bump version to 1.6.33beta04 | Glenn Randers-Pehrson | |
2017-09-02 | [libpng16] Bump version to 1.6.33beta03 | Glenn Randers-Pehrson | |
2017-08-30 | [libpng16] Bump version to 1.6.33beta02 | Glenn Randers-Pehrson | |
2017-08-29 | [libpng16] Fix "last changed" dates | Glenn Randers-Pehrson | |
2017-08-25 | [libpng16] Bump version to 1.6.33beta01 | Glenn Randers-Pehrson | |
2017-08-24 | [libpng16] Imported from libpng-1.6.32.tar | Glenn Randers-Pehrson | |
2017-08-22 | [libpng16] Bump version to 1.6.32rc03 | Glenn Randers-Pehrson | |
2017-08-22 | [libpng16] Bump version to 1.6.32rc02 | Glenn Randers-Pehrson | |
2017-08-18 | [libpng16] Imported from libpng-1.6.32rc01.tar | Glenn Randers-Pehrson | |
2017-08-07 | [libpng16] Bump version to 1.6.32beta12 | Glenn Randers-Pehrson | |
2017-08-05 | [libpng] Added huge_IDAT.png and empty_ancillary_chunks.png to testpngs/crashers | Glenn Randers-Pehrson | |
Make pngtest --strict, --relax, --xfail options imply -m (multiple). | |||
2017-08-04 | [libpng16] Bump version to 1.6.32beta11 | Glenn Randers-Pehrson | |
2017-08-04 | [libpng16] Insert a newline at beginning of libpng warning in pngtest.c | Glenn Randers-Pehrson | |
2017-08-04 | [libpng16] Moved bad pngs from tests to contrib/libtests/crashers | Glenn Randers-Pehrson | |
Moved testing of bad pngs into a separate tests/pngtest-badpngs script Added the --xfail (expected FAIL) option to pngtest.c. It writes XFAIL in the output but PASS for the libpng test. | |||
2017-08-03 | [libpng16] Bump version to 1.6.32beta10 | Glenn Randers-Pehrson | |
2017-08-03 | [libpng16] Bump version to 1.6.32beta09 | Glenn Randers-Pehrson | |
2017-08-03 | [libpng16] Restored png_get_eXIf_1() and png_set_eXIf_1() because ↵ | Glenn Randers-Pehrson | |
strlen(eXIf_buf) does not work (the eXIf chunk data can contain zeroes). | |||
2017-08-02 | [libpng16] Bump version to 1.6.32beta08 | Glenn Randers-Pehrson | |
2017-08-02 | [libpng16] Bump version to 1.6.32beta07 | Glenn Randers-Pehrson | |
2017-08-02 | [libpng16] Removed png_get_eXIf_1() and png_set_eXIf_1(). | Glenn Randers-Pehrson | |
2017-08-02 | [libpng16] Restored png_get_eXIf() and png_set_eXIf() to maintain API ↵ | Glenn Randers-Pehrson | |
compatability. | |||
2017-08-01 | [libpng16] Bump version to 1.6.32beta04 | Glenn Randers-Pehrson | |
2017-08-01 | [libpng16] Stop memory leak when returning from png_handle_eXIf() with an error | Glenn Randers-Pehrson | |
(Bug report from the OSS-fuzz project). | |||
2017-08-01 | [libpng16] Bump version to 1.6.32beta03 | Glenn Randers-Pehrson | |
2017-07-31 | [libpng16] Bump version to 1.6.32beta02 | Glenn Randers-Pehrson | |
2017-07-31 | [libpng16] Update "Last changed" dates and some copyright years | Glenn Randers-Pehrson | |
2017-07-31 | [libpng16] Changed name of png_get_eXIF and png_set_eXIf() to png_get_eXIf_1() | Glenn Randers-Pehrson | |
and png_set_eXIf_1(), respectively, to avoid breaking API compatibility with libpng-1.6.31. | |||
2017-07-31 | [libpng16] Added calls to png_handle_eXIf(() in pngread.c and png_write_eXIf() | Glenn Randers-Pehrson | |
in pngwrite.c, and made various other fixes to png_write_eXIf(). Eliminated png_ptr->num_exif member from pngstruct.h and added num_exif to arguments for png_get_eXIf() and png_set_eXIf(). | |||
2017-07-27 | [libpng16] Bump version to 1.6.32beta01 | Glenn Randers-Pehrson | |
2017-07-27 | [libpng16] Imported from libpng-1.6.31.tar | Glenn Randers-Pehrson | |
2017-07-25 | [libpng16] Imported from libpng-1.6.31rc02.tar | Glenn Randers-Pehrson | |
2017-07-19 | [libpng16] Imported from libpng-1.6.31rc01.tar | Glenn Randers-Pehrson | |
2017-07-18 | [libpng16] Imported from libpng-1.6.31beta07.tar | Glenn Randers-Pehrson | |
2017-07-13 | [libpng16] Bump version to 1.6.31beta06 | Glenn Randers-Pehrson | |
2017-07-13 | [libpng16] Implement eXIf chunk support | Glenn Randers-Pehrson | |