windowscodecs: Create Graphic Control Extension metadata block for a GIF frame.
[wine] / dlls / windowscodecs / gifformat.c
2012-09-13  Dmitry Timoshkovwindowscodecs: Create Graphic Control Extension metadat...
2012-09-13  Dmitry Timoshkovwindowscodecs: Create Image Descriptor metadata block...
2012-09-12  Dmitry Timoshkovwindowscodecs: Create Logical Screen Descriptor metadat...
2012-09-12  Dmitry Timoshkovwindowscodecs: Make sure that all GIF metadata blocks...
2012-09-11  Dmitry Timoshkovwindowscodecs: Implement Graphic Control Extension...
2012-09-11  Dmitry Timoshkovwindowscodecs: Implement Image Descriptor metadata...
2012-09-11  Dmitry Timoshkovwindowscodecs: Implement Logical Screen Descriptor...
2012-07-24  Dmitry Timoshkovwindowscodecs: Do not assume that vtable is the first...
2010-11-29  Michael Stefaniucwindowscodecs: Standardize the COM usage in gifformat.c.
2010-10-20  Krzysztof Nowickiwindowscodecs: Fix *_CopyPixels functions to properly...
2010-10-07  Joel Holdsworthwindowscodecs: Implemented GifFrameDecode_GetResolution.
2010-04-13  Vincent Povirkwindowscodecs: Add locking to the GIF decoder.
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-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: Add stub GIF decoder.