oleaut32: Add a test for loading/saving an empty picture.
[wine] / dlls / windowscodecs / pngformat.c
2012-11-23  Dmitry Timoshkovwindowscodecs: Make GetFrame return WINCODEC_ERR_FRAMEM...
2012-11-19  Dmitry Timoshkovwindowscodecs: Add NULL pointer checks to some color...
2012-11-15  Hans Leidekkerwindowscodecs: Implement IWICBitmapFrameDecode::GetColo...
2012-09-26  Vincent Povirkwindowscodecs: Use WINCODEC_ERR_UNSUPPORTEDOPERATION...
2012-09-24  Francois Gougetwindowscodecs: Fix compilation on systems that don...
2012-09-11  Vincent Povirkwindowscodecs: Implement PNG tEXt metadata reader.
2012-07-24  Dmitry Timoshkovwindowscodecs: Do not assume that vtable is the first...
2012-06-07  Vincent Povirkwindowscodecs: Add stub IWICMetadataBlockReader to...
2011-11-02  Andrew Talbotwindowscodecs: Remove unneeded address-of operators...
2011-10-11  Andrew Talbotwindowscodecs: Mark some fall-throughs in switch statem...
2011-10-06  Damjan Jovanovicwindowscodecs: Read PNGs sequentially.
2011-07-28  Vincent Povirkwindowscodecs: Implement GetDecoderInfo for all the...
2010-12-16  Michael Stefaniucwindowscodecs: Use ifaces instead of vtbl pointers...
2010-11-29  Michael Stefaniucwindowscodecs: Standardize the COM usage in pngformat.c.
2010-10-07  Damjan Jovanovicwindowscodecs: Load PNGs incrementally.
2010-04-19  Michael Stefaniucwindowscodecs: Unlock not lock again when leaving the...
2010-04-15  Vincent Povirkwindowscodecs: Add locking to the PNG encoder.
2010-04-13  Vincent Povirkwindowscodecs: Add locking to the PNG decoder.
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.