diff options
author | H. Peter Anvin <hpa@zytor.com> | 2010-07-04 22:29:42 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2010-07-04 22:29:42 -0700 |
commit | 79937d48c44f2dbee9263e538517be87e507ffbb (patch) | |
tree | 1f632b36f1ad91c4d4dec31a0feeb619d5a8fcce /com32/lib/libpng/TODO | |
parent | c8c991a6a094f4678e7f9b36faf1fb0534328fc1 (diff) | |
download | syslinux-79937d48c44f2dbee9263e538517be87e507ffbb.tar.gz syslinux-79937d48c44f2dbee9263e538517be87e507ffbb.tar.xz syslinux-79937d48c44f2dbee9263e538517be87e507ffbb.zip |
libpng: upgrade to version 1.2.44
Upgrade libpng from 1.2.8 to 1.2.44.
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'com32/lib/libpng/TODO')
-rw-r--r-- | com32/lib/libpng/TODO | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/com32/lib/libpng/TODO b/com32/lib/libpng/TODO index a5f63957..face7658 100644 --- a/com32/lib/libpng/TODO +++ b/com32/lib/libpng/TODO @@ -22,3 +22,4 @@ Build gamma tables using fixed point (and do away with floating point entirely). Use greater precision when changing to linear gamma for compositing against background and doing rgb-to-gray transformation. Investigate pre-incremented loop counters and other loop constructions. +Add interpolated method of handling interlacing. |