[libpng17] Implement previously untested libpng transforms in pngvalid.c

This commit is contained in:
John Bowler 2014-12-29 14:18:50 -06:00 committed by Glenn Randers-Pehrson
parent e6eb1d6fda
commit 28451a8797
3 changed files with 674 additions and 82 deletions

View File

@ -1,5 +1,5 @@
Libpng 1.7.0beta46 - December 28, 2014
Libpng 1.7.0beta46 - December 29, 2014
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.
@ -681,7 +681,9 @@ Version 1.7.0beta45 [December 28, 2014]
png_read_row to skip the unnecessary row de-interlace stuff.
Added testing of png_set_packing() to pngvalid.c
Version 1.7.0beta46 [December 28, 2014]
Version 1.7.0beta46 [December 29, 2014]
Regenerated configure scripts in the tar distributions with libtool-2.4.4
Implement previously untested cases of libpng transforms in pngvalid.c
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
(subscription required; visit

View File

@ -4970,7 +4970,9 @@ Version 1.7.0beta45 [December 28, 2014]
png_read_row to skip the unnecessary row de-interlace stuff.
Added testing of png_set_packing() to pngvalid.c
Version 1.7.0beta46 [December 28, 2014]
Version 1.7.0beta46 [December 29, 2014]
Regenerated configure scripts in the tar distributions with libtool-2.4.4
Implement previously untested cases of libpng transforms in pngvalid.c
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