windowscodecs: Create Graphic Control Extension metadata block for a GIF frame.
[wine] / dlls / windowscodecs / tgaformat.c
2012-07-24  Dmitry Timoshkovwindowscodecs: Do not assume that vtable is the first...
2011-07-28  Vincent Povirkwindowscodecs: Implement GetDecoderInfo for all the...
2011-01-11  Vincent Povirkwindowscodecs: Accept failure when seeking to the start...
2010-11-29  Michael Stefaniucwindowscodecs: Standardize the COM usage in tgaformat.c.
2010-10-25  Vincent Povirkwindowscodecs: Implement CopyPalette for the TGA decoder.
2010-10-22  Vincent Povirkwindowscodecs: Support Run-length encoded TGA images.
2010-10-22  Vincent Povirkwindowscodecs: Add support for 32-bit TGA images.
2010-10-22  Vincent Povirkwindowscodecs: Handle TGA attribute bits.
2010-10-22  Vincent Povirkwindowscodecs: Implement CopyPixels for the TGA decoder.
2010-10-21  Vincent Povirkwindowscodecs: Implement GetSize for the TGA decoder.
2010-10-21  Vincent Povirkwindowscodecs: Implement GetPixelFormat for the TGA...
2010-10-21  Vincent Povirkwindowscodecs: Implement GetFrame for the TGA decoder.
2010-10-21  Vincent Povirkwindowscodecs: Implement Initialize for the TGA decoder.
2010-10-21  Vincent Povirkwindowscodecs: Add stub TGA decoder.