iphlpapi: Avoid using %n (clang).
[wine] / dlls / windowscodecs /
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-28  Vincent Povirkwindowscodecs: Support color-keyed transparency in...
2009-08-28  Vincent Povirkwindowscodecs: Implement CopyPalette for the PNG decoder.
2009-08-28  Vincent Povirkwindowscodecs: Implement CopyPixels for the PNG decoder.
2009-08-28  Vincent Povirkwindowscodecs: Implement GetSize for the PNG decoder.
2009-08-28  Vincent Povirkwindowscodecs: Implement GetPixelFormat for the PNG...
2009-08-28  Vincent Povirkwindowscodecs: Implement GetFrame for the PNG decoder.
2009-08-28  Vincent Povirkwindowscodecs: Implement Initialize for the PNG decoder.
2009-08-28  Vincent Povirkwindowscodecs: Implement GetFrameCount for PNG decoder.
2009-08-28  Vincent Povirkwindowscodecs: Implement GetContainerFormat for PNG...
2009-08-28  Vincent Povirkwindowscodecs: Register the PNG decoder.
2009-08-28  Vincent Povirkwindowscodecs: Add stub PNG decoder.
2009-08-26  Francois Gougetwindowscodecs/tests: Make some functions static.
2009-08-25  Vincent Povirkwindowscodecs: Fix rounding in BMP encoder.
2009-08-25  Vincent Povirkwindowscodecs: Support conversion of 8bppGray to 32bppBGRA.
2009-08-25  Vincent Povirkwindowscodecs: Print a FIXME when WICConvertBitmapSourc...
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.
2009-08-24  Tony Wasserkawindowscodecs: Add tests for IWICStream_Stat with memor...
2009-08-24  Tony Wasserkawindowscodecs: Add tests for the unimplemented IWICStre...
2009-08-24  Tony Wasserkawindowscodecs: Add tests for IWICStream_Write with...
2009-08-24  Tony Wasserkawindowscodecs: Add tests for IWICStream_Read with memor...
2009-08-24  Tony Wasserkawindowscodecs: Add tests for IWICStream_Seek with memor...
2009-08-24  Tony Wasserkawindowscodecs: Add tests for IWICStream_InitializeFromM...
2009-08-21  Tony Wasserkawindowscodecs: Support Stat for memory streams in IWICS...
2009-08-21  Tony Wasserkawindowscodecs: Support Seek for memory streams in IWICS...
2009-08-21  Tony Wasserkawindowscodecs: Support writing to memory streams in...
2009-08-21  Tony Wasserkawindowscodecs: Support reading from memory streams...
2009-08-21  Tony Wasserkawindowscodecs: Add IWICStream_InitializeFromMemory...
2009-08-21  Louis Lenderswindowscodecs: Add version resource.
2009-08-21  Vincent Povirkwindowscodecs: Implement CopyPixels for 32-bit ICO...
2009-08-21  Vincent Povirkwindowscodecs: Implement CopyPixels for 1-bit ICO icons.
2009-08-21  Vincent Povirkwindowscodecs: Implement CopyPixels for 4-bit ICO icons.
2009-08-21  Vincent Povirkwindowscodecs: Implement CopyPixels for 24-bit ICO...
2009-08-21  Vincent Povirkwindowscodecs: Implement CopyPixels for 8-bit ICO icons.
2009-08-21  Vincent Povirkwindowscodecs: Implement GetSize for the ICO decoder.
2009-08-21  Vincent Povirkwindowscodecs: Implement GetFrameCount and GetFrame...
2009-08-21  Vincent Povirkwindowscodecs: Implement Initialize for the ICO decoder.
2009-08-21  Vincent Povirkwindowscodecs: Add stub ICO decoder.
2009-08-20  Tony Wasserkawindowscodecs: Add stubs for the IWICStream interface.
2009-08-19  Vincent Povirkwindowscodecs: Implement GetDecoderInfo for the GIF...
2009-08-19  Vincent Povirkwindowscodecs: Implement GetContainerFormat for the...
2009-08-19  Vincent Povirkwindowscodecs: Implement CopyPixels for GIF decoder.
2009-08-19  Francois Gougetwindowscodecs: Add a trailing '\n' to a FIXME().
2009-08-18  Vincent Povirkwindowscodecs: Implement CopyPalette for the GIF decoder.
2009-08-18  Vincent Povirkwindowscodecs: Implement GetSize for the GIF decoder.
2009-08-18  Vincent Povirkwindowscodecs: Implement GetFrameCount and GetFrame...
2009-08-18  Vincent Povirkwindowscodecs: Implement Initialize for the GIF decoder.
2009-08-18  Vincent Povirkwindowscodecs: Register the GIF decoder.
2009-08-18  Vincent Povirkwindowscodecs: Add stub GIF decoder.
2009-08-18  Vincent Povirkwindowscodecs: Add test for pixel format conversion.
2009-08-17  Vincent Povirkwindowscodecs: Add a WARN message when CreateDecoderFro...
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 WICConvertBitmapSource.
2009-08-14  Vincent Povirkwindowscodecs: Register the default pixel format converter.
2009-08-14  Vincent Povirkwindowscodecs: Add stub implementation of IWICFormatCon...
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...
2009-08-14  Vincent Povirkwindowscodecs: Register all formats supported by the...
2009-08-12  Vincent Povirkwindowscodecs: Implement WriteSource for BMP frame...
2009-08-12  Vincent Povirkwindowscodecs: Implement Commit for BMP encoder.
2009-08-12  Vincent Povirkwindowscodecs: Implement Commit for BMP frame encoder.
2009-08-12  Vincent Povirkwindowscodecs: Implement WritePixels for BMP frame...
2009-08-12  Vincent Povirkwindowscodecs: Implement SetResolution for BMP frame...
2009-08-12  Vincent Povirkwindowscodecs: Implement SetPixelFormat for BMP frame...
2009-08-12  Vincent Povirkwindowscodecs: Implement SetSize for the BMP frame...
2009-08-12  Vincent Povirkwindowscodecs: Implement Initialize for the BMP frame...
2009-08-12  Vincent Povirkwindowscodecs: Implement CreateNewFrame for BMP encoder.
2009-08-12  Vincent Povirkwindowscodecs: Implement Initialize for BMP encoder.
2009-08-12  Vincent Povirkwindowscodecs: Add stub BMP encoder.
2009-08-10  Vincent Povirkwindowscodecs: Fix copy_pixels when Y != 0.
2009-08-10  Vincent Povirkwindowscodecs: Add support for BI_BITFIELDS compressed...
2009-08-05  Vincent Povirkwindowscodecs: Add test for IWICImagingFactory::CreateD...
2009-08-05  Vincent Povirkwindowscodecs: Implement IWICImagingFactory::CreateDeco...
2009-08-05  Vincent Povirkwindowscodecs: Implement IWICImagingFactory::CreateComp...
2009-08-05  Vincent Povirkwindowscodecs: Implement GetDecoderInfo for BMP decoder.
2009-08-05  Vincent Povirkwindowscodecs: Add tests for IWICBitmapDecoderInfo.
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...
2009-07-15  Vincent Povirkwindowscodecs: Register BMP decoder as a bitmap 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...
next