diff options
author | Qt Continuous Integration System <qt-info@nokia.com> | 2011-04-03 10:20:53 (GMT) |
---|---|---|
committer | Qt Continuous Integration System <qt-info@nokia.com> | 2011-04-03 10:20:53 (GMT) |
commit | 607c58619ffd29d76a640d73d757ac062d45a492 (patch) | |
tree | 1e069c506c1c78e3c39eacc1848815f105380c9a /src/3rdparty/libpng/TODO | |
parent | e50a39b7f15305bafe9208f4c87ea468f237124f (diff) | |
parent | 9a18e5015489e238035f1f3328f755c826733bdf (diff) | |
download | Qt-607c58619ffd29d76a640d73d757ac062d45a492.zip Qt-607c58619ffd29d76a640d73d757ac062d45a492.tar.gz Qt-607c58619ffd29d76a640d73d757ac062d45a492.tar.bz2 |
Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-fire-staging into master-integration
* 'master' of scm.dev.nokia.troll.no:qt/qt-fire-staging:
Remove obsolete patch file
Compilation fix for WinCE
Avoid runtime warning about interlace handling from libpng 1.5
Updating libpng: Patches to libpng for building it in Qt
Updating libpng: Add libpng version 1.5.1
Updating libpng: Remove version 1.4.0
Diffstat (limited to 'src/3rdparty/libpng/TODO')
-rw-r--r-- | src/3rdparty/libpng/TODO | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/src/3rdparty/libpng/TODO b/src/3rdparty/libpng/TODO index 7fe1ddf..6e1f028 100644 --- a/src/3rdparty/libpng/TODO +++ b/src/3rdparty/libpng/TODO @@ -2,12 +2,10 @@ TODO - list of things to do for libpng: Final bug fixes. -Improve API by hiding the png_struct and png_info structs. -Finish work on the no-floating-point version (including gamma compensation) Better C++ wrapper/full C++ implementation? Fix problem with C++ and EXTERN "C". cHRM transformation. -Improve setjmp/longjmp usage or remove it in favor of returning error codes. +Remove setjmp/longjmp usage in favor of returning error codes. Add "grayscale->palette" transformation and "palette->grayscale" detection. Improved dithering. Multi-lingual error and warning message support. @@ -18,14 +16,12 @@ Better filter selection (counting huffman bits/precompression? filter inertia? filter costs?). Histogram creation. Text conversion between different code pages (Latin-1 -> Mac and DOS). -Build gamma tables using fixed point (and do away with floating point entirely). Avoid building gamma tables whenever possible. 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. -Provide for conditional compilation of 16-bit support (except for the - initial stripping down to 8-bits when reading a 16-bit PNG datastream). Switch to the simpler zlib (zlib/libpng) license if legally possible. +Extend pngvalid.c to validate more of the libpng transformations. */ |