ddraw: Explicitly check for the IDirectDrawColorControl interface in ddraw_surface7_Q...
[wine] / dlls / windowscodecs / jpegformat.c
2011-11-02  Andrew Talbotwindowscodecs: Remove unneeded address-of operators...
2011-07-28  Vincent Povirkwindowscodecs: Implement GetDecoderInfo for all the...
2011-04-11  Austin Englishwindowscodecs: Only declare jpeg debug channel if jpeg...
2011-01-11  Vincent Povirkwindowscodecs: Add a utility function for swapping...
2010-11-29  Michael Stefaniucwindowscodecs: Standardize the COM usage in jpegformat.c.
2010-10-20  Krzysztof Nowickiwindowscodecs: Fix *_CopyPixels functions to properly...
2010-09-13  Vincent Povirkwindowscodecs: Override libjpeg's default error handling.
2010-09-13  Vincent Povirkwindowscodecs: Decode CMYK/YCCK JPEG images as CMYK.
2010-07-26  Matteo Bruniwindowscodecs: Reset the stream pointer when initializi...
2010-04-13  Vincent Povirkwindowscodecs: Add locking to the JPEG decoder.
2010-03-18  Julian Rügerwindowscodecs: Small spelling fixes.
2009-08-25  Vincent Povirkwindowscodecs: Implement CopyPixels for the JPEG decoder.
2009-08-25  Vincent Povirkwindowscodecs: Implement GetSize for the JPEG decoder.
2009-08-25  Vincent Povirkwindowscodecs: Implement GetPixelFormat for the JPEG...
2009-08-25  Vincent Povirkwindowscodecs: Implement GetFrame for the JPEG decoder.
2009-08-25  Vincent Povirkwindowscodecs: Implement Initialize for the JPEG decoder.
2009-08-25  Vincent Povirkwindowscodecs: Add stub JPEG decoder.