windowscodecs: Implement CopyPixels for BMP decoder.
[wine] / dlls / windowscodecs / bmpdecode.c
2009-07-02  Vincent Povirkwindowscodecs: Implement CopyPixels for BMP decoder.
2009-07-02  Vincent Povirkwindowscodecs: Simplify the BMP GetSize code and fix...
2009-07-02  Vincent Povirkwindowscodecs: Implement GetPixelFormat for BMP decoder.
2009-06-30  Francois Gougetwindowscodecs: Make the QueryInterface() functions...
2009-06-29  Vincent Povirkwindowscodecs: Implement GetResolution for BMP decoder.
2009-06-29  Vincent Povirkwindowscodecs: Implement GetSize for BMP decoder.
2009-06-29  Vincent Povirkwindowscodecs: Implement GetFrame for BMP decoder.
2009-06-29  Vincent Povirkwindowscodecs: Implement Initialize method for BMP...
2009-06-29  Vincent Povirkwindowscodecs: Implement trivial methods for BMP decoder.
2009-06-29  Vincent Povirkwindowscodecs: Add a stub decoder for the BMP format.