windowscodecs: Log unsupported conversion formats.
[wine] / dlls / windowscodecs / converter.c
2011-04-15  Vincent Povirkwindowscodecs: Log unsupported conversion formats.
2010-12-09  Michael Stefaniucwindowscodecs: Use an iface instead of a vtbl pointer...
2010-10-25  Vincent Povirkwindowscodecs: Implement conversion from 16bppBGRA...
2010-10-20  Krzysztof Nowickiwindowscodecs: Fix *_CopyPixels functions to properly...
2010-09-13  Vincent Povirkwindowscodecs: Implement conversion from CMYK to RGB.
2010-04-13  Vincent Povirkwindowscodecs: Add locking to the format converter.
2009-08-28  Vincent Povirkwindowscodecs: Implement conversion from 64bppRGBA...
2009-08-28  Vincent Povirkwindowscodecs: Implement conversion from 48bppRGB to...
2009-08-28  Vincent Povirkwindowscodecs: Implement conversion from 16bppGray...
2009-08-28  Vincent Povirkwindowscodecs: Implement conversion from 4bppGray to...
2009-08-28  Vincent Povirkwindowscodecs: Implement conversion from 2bppGray to...
2009-08-28  Vincent Povirkwindowscodecs: Implement conversion from 2bppIndexed...
2009-08-28  Vincent Povirkwindowscodecs: Implement conversion from BlackWhite...
2009-08-25  Vincent Povirkwindowscodecs: Support conversion of 8bppGray to 32bppBGRA.
2009-08-19  Francois Gougetwindowscodecs: Add a trailing '\n' to a FIXME().
2009-08-14  Vincent Povirkwindowscodecs: Implement conversion from 8bppIndexed...
2009-08-14  Vincent Povirkwindowscodecs: Implement conversion from 4bppIndexed...
2009-08-14  Vincent Povirkwindowscodecs: Implement conversion from 24bppBGR to...
2009-08-14  Vincent Povirkwindowscodecs: Implement conversion from 1bppIndexed...
2009-08-14  Vincent Povirkwindowscodecs: Implement conversion from 16bppBGR565...
2009-08-14  Vincent Povirkwindowscodecs: Implement conversion from 16bppBGR555...
2009-08-14  Vincent Povirkwindowscodecs: Implement conversion to 32bppBGR.
2009-08-14  Vincent Povirkwindowscodecs: Implement GetPixelFormat for default...
2009-08-14  Vincent Povirkwindowscodecs: Implement GetSize/Resolution for default...
2009-08-14  Vincent Povirkwindowscodecs: Implement conversion from 32bppBGR to...
2009-08-14  Vincent Povirkwindowscodecs: Add stub implementation of WICStandardFo...