windowscodecs: Implement GetSize for the TIFF decoder.
[wine] / dlls / windowscodecs / pngformat.c
2010-03-18  Julian Rügerwindowscodecs: Small spelling fixes.
2010-03-02  Marcus Meissnerwindowscodecs: Handle old libpng.so using distros ...
2010-02-05  Vincent Povirkwindowscodecs: Define a custom png error handler.
2010-02-05  Vincent Povirkwindowscodecs: Replace a call to a deprecated libpng...
2009-12-21  Michael Stefaniucwindowscodecs: Don't cast NULL.
2009-10-12  Michael Stefaniucwindowscodecs: Remove redundant NULL check before HeapF...
2009-10-09  Vincent Povirkwindowscodecs: Implement Commit for the PNG encoder.
2009-10-09  Vincent Povirkwindowscodecs: Implement Commit for the PNG frame encoder.
2009-10-09  Vincent Povirkwindowscodecs: Implement WriteSource for the PNG encoder.
2009-10-09  Vincent Povirkwindowscodecs: Implement WritePixels for the PNG encoder.
2009-10-09  Vincent Povirkwindowscodecs: Implement SetResolution for the PNG...
2009-10-09  Vincent Povirkwindowscodecs: Implement SetSize for the PNG encoder.
2009-10-09  Vincent Povirkwindowscodecs: Implement SetPixelFormat for the PNG...
2009-10-09  Vincent Povirkwindowscodecs: Implement Initialize for the PNG frame...
2009-10-09  Vincent Povirkwindowscodecs: Implement CreateNewFrame for the PNG...
2009-10-09  Vincent Povirkwindowscodecs: Implement Initialize for the PNG encoder.
2009-10-09  Vincent Povirkwindowscodecs: Add stub PNG encoder.
2009-10-09  Vincent Povirkwindowscodecs: Implement GetResolution for the PNG...
2009-08-28  Vincent Povirkwindowscodecs: Support color-keyed transparency in...
2009-08-28  Vincent Povirkwindowscodecs: Implement CopyPalette for the PNG decoder.
2009-08-28  Vincent Povirkwindowscodecs: Implement CopyPixels for the PNG decoder.
2009-08-28  Vincent Povirkwindowscodecs: Implement GetSize for the PNG decoder.
2009-08-28  Vincent Povirkwindowscodecs: Implement GetPixelFormat for the PNG...
2009-08-28  Vincent Povirkwindowscodecs: Implement GetFrame for the PNG decoder.
2009-08-28  Vincent Povirkwindowscodecs: Implement Initialize for the PNG decoder.
2009-08-28  Vincent Povirkwindowscodecs: Implement GetFrameCount for PNG decoder.
2009-08-28  Vincent Povirkwindowscodecs: Implement GetContainerFormat for PNG...
2009-08-28  Vincent Povirkwindowscodecs: Add stub PNG decoder.