include: Assorted spelling fixes.
[wine] / dlls / windowscodecs / bmpdecode.c
2012-11-27  Dmitry Timoshkovwindowscodecs: Reimplement QueryCapability of the BMP...
2012-11-27  Dmitry Timoshkovwindowscodecs: Add a NULL check to GetFrameCount of...
2012-11-23  Dmitry Timoshkovwindowscodecs: Make GetFrame return WINCODEC_ERR_FRAMEM...
2012-07-24  Dmitry Timoshkovwindowscodecs: Do not assume that vtable is the first...
2011-01-12  Michael Stefaniucwindowscodecs: Use ifaces instead of vtbl pointers...
2011-01-11  Vincent Povirkwindowscodecs: Avoid an iface -> impl conversion from...
2011-01-11  Vincent Povirkwindowscodecs: Support 8-bit RGB (as opposed to BGR...
2010-09-22  Vincent Povirkwindowscodecs: Make it possible for the BMP decoder...
2010-07-19  Vincent Povirkwindowscodecs: Ignore the length field of RLE compresse...
2010-04-12  Vincent Povirkwindowscodecs: Add locking to the BMP decoder.
2010-04-12  Vincent Povirkwindowscodecs: Combine the bitmap decoder and bitmap...
2009-08-10  Vincent Povirkwindowscodecs: Add support for BI_BITFIELDS compressed...
2009-08-05  Vincent Povirkwindowscodecs: Implement GetDecoderInfo for BMP decoder.
2009-07-13  Vincent Povirkwindowscodecs: Don't leak memory when BmpFrameDecode_Co...
2009-07-07  Vincent Povirkwindowscodecs: Add support for decoding RLE4-encoded...
2009-07-07  Vincent Povirkwindowscodecs: Add support for decoding RLE8-encoded...
2009-07-07  Vincent Povirkwindowscodecs: Return proper error codes in unneeded...
2009-07-07  Vincent Povirkwindowscodecs: Implement CopyPalette for BMP decoder.
2009-07-02  Vincent Povirkwindowscodecs: Implement QueryCapability for BMP decoder.
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.