[libpng16] Rewrote pngstest.c for substantial speed improvement.

This commit is contained in:
John Bowler 2012-02-29 06:47:55 -06:00 committed by Glenn Randers-Pehrson
parent 5408b613f8
commit 0a92b23c4b
3 changed files with 2196 additions and 1227 deletions

View File

@ -1,5 +1,5 @@
Libpng 1.6.0beta15 - February 27, 2012
Libpng 1.6.0beta15 - February 29, 2012
This is not intended to be a public release. It will be replaced
within a few weeks by a public version or by another test version.
@ -234,9 +234,10 @@ Version 1.6.0beta14 [February 27, 2012]
Added information about the new limits in the manual.
Updated Makefile.in
Version 1.6.0beta15 [February 27, 2012]
Version 1.6.0beta15 [February 29, 2012]
Removed unused "current_text" members of png_struct and the png_free()
of png_ptr->current_text from pngread.c
Rewrote pngstest.c for substantial speed improvement.
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
(subscription required; visit

View File

@ -3986,9 +3986,10 @@ Version 1.6.0beta14 [February 27, 2012]
Added information about the new limits in the manual.
Updated Makefile.in
Version 1.6.0beta15 [February 27, 2012]
Version 1.6.0beta15 [February 29, 2012]
Removed unused "current_text" members of png_struct and the png_free()
of png_ptr->current_text from pngread.c
Rewrote pngstest.c for substantial speed improvement.
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
(subscription required; visit

File diff suppressed because it is too large Load Diff