include: Assorted spelling fixes.
[wine] / dlls / windowscodecs / info.c
2012-11-13  Hans Leidekkerwindowscodecs: Implement IWICBitmapDecoderInfo::GetFile...
2012-07-24  Dmitry Timoshkovwindowscodecs: Do not assume that vtable is the first...
2012-07-16  Dmitry Timoshkovwindowscodecs: Avoid casting IWICFormatConverter to...
2012-07-03  Vincent Povirkwindowscodecs: Implement IWICBitmapCodecInfo::GetPixelF...
2012-07-03  Dmitry Timoshkovwindowscodecs: Implement MetadataReaderInfo_DoesSupport...
2012-07-03  Dmitry Timoshkovwindowscodecs: Implement MetadataReaderInfo_DoesRequire...
2012-07-03  Dmitry Timoshkovwindowscodecs: Implement MetadataReaderInfo_GetSpecVersion.
2012-07-03  Dmitry Timoshkovwindowscodecs: Implement PixelFormatInfo_GetSpecVersion.
2012-07-03  Dmitry Timoshkovwindowscodecs: Implement FormatConverterInfo_GetSpecVer...
2012-07-03  Dmitry Timoshkovwindowscodecs: Implement BitmapEncoderInfo_GetSpecVersion.
2012-07-03  Dmitry Timoshkovwindowscodecs: Implement BitmapDecoderInfo_GetSpecVersion.
2012-06-26  Vincent Povirkwindowscodecs: Implement IWICPixelFormatInfo2::Supports...
2012-06-26  Dmitry Timoshkovwindowscodecs: Implement MetadataReaderInfo_GetVendorGUID.
2012-06-25  Vincent Povirkwindowscodecs: Implement IWICPixelFormatInfo2::GetNumer...
2012-06-25  Vincent Povirkwindowscodecs: Implement IWICPixelFormatInfo::GetFormat...
2012-06-25  Vincent Povirkwindowscodecs: Implement IWICPixelFormatInfo::GetChanne...
2012-06-25  Vincent Povirkwindowscodecs: Implement PixelFormatInfo_GetChannelCount.
2012-06-25  Vincent Povirkwindowscodecs: Implement PixelFormatInfo_GetBitsPerPixel.
2012-06-21  Dmitry Timoshkovwindowscodecs: Implement MetadataReaderInfo_GetVersion.
2012-06-21  Dmitry Timoshkovwindowscodecs: Implement MetadataReaderInfo_GetFriendly...
2012-06-20  Vincent Povirkwindowscodecs: Report missing component info strings...
2012-06-20  Dmitry Timoshkovwindowscodecs: Implement MetadataHandler_GetMetadataHan...
2012-06-20  Dmitry Timoshkovwindowscodecs: Add MetadataReaderInfo implementation.
2012-06-19  Vincent Povirkwindowscodecs: Implement IWICComponentInfo::GetVersion.
2012-06-19  Vincent Povirkwindowscodecs: Implement IWICComponentInfo::GetVendorGUID.
2012-06-19  Vincent Povirkwindowscodecs: Always report pixel formats are signed.
2012-06-19  Vincent Povirkwindowscodecs: Implement IWICComponentInfo::GetFriendly...
2012-06-19  Vincent Povirkwindowscodecs: Check for NULL in IWICComponentInfo...
2012-06-15  Alexandre Julliardwindowscodecs: Fix some broken tests.
2012-06-14  Vincent Povirkwindowscodecs: Implement IWICComponentInfo::GetAuthor.
2012-06-14  Vincent Povirkwindowscodecs: Add stub IWICPixelFormatInfo implementation.
2012-05-18  Vincent Povirkwindowscodecs: Implement IWICBitmapCodecInfo::GetContai...
2011-12-20  Francois Gougetdlls: Standardize on 'static const WCHAR' for our Unico...
2010-11-29  Michael Stefaniucwindowscodecs: Standardize the COM usage in info.c.
2010-09-06  Vincent Povirkwindowscodecs: Implement IWICComponentInfo::GetCLSID.
2010-09-06  Vincent Povirkwindowscodecs: Implement IWICBitmapCodecInfo::GetMimeTypes.
2010-09-06  Vincent Povirkwindowscodecs: Enumerate encoders.
2010-05-27  Vincent Povirkwindowscodecs: Account for a NULL pceltFetched in Compo...
2010-03-18  Vincent Povirkwindowscodecs: Make component enumerators thread-safe.
2009-09-10  Michael Stefaniucwindowscodecs: Use FAILED instead of !SUCCEEDED.
2009-08-25  Vincent Povirkwindowscodecs: Print a FIXME when WICConvertBitmapSourc...
2009-08-14  Vincent Povirkwindowscodecs: Implement WICConvertBitmapSource.
2009-08-14  Vincent Povirkwindowscodecs: Add stub implementation of IWICFormatCon...
2009-08-05  Vincent Povirkwindowscodecs: Implement IWICImagingFactory::CreateComp...
2009-08-05  Vincent Povirkwindowscodecs: Implement IWICBitmapDecoderInfo::Matches...
2009-08-05  Vincent Povirkwindowscodecs: Implement IWICBitmapDecoderInfo::CreateI...
2009-08-05  Vincent Povirkwindowscodecs: Implement IWICBitmapDecoderInfo::GetPatt...
2009-08-05  Vincent Povirkwindowscodecs: Implement IWICBitmapDecoderInfo::GetComp...
2009-08-05  Vincent Povirkwindowscodecs: Add stub implementation of IWICBitmapDec...