Age | Commit message (Expand) | Author |
2016-08-05 | IMAGE: Add titanic to list of engines using TGA decoder | Paul Gilbert |
2016-06-21 | GRAPHICS: Use better color for 1bpp BMPs | Eugene Sandulenko |
2016-06-17 | GRAPHICS: Fix 1bpp BMP drawing | Eugene Sandulenko |
2016-06-04 | IMAGE: 1bpp BMPs are not upside down. Fixing it. | Eugene Sandulenko |
2016-06-04 | IMAGE: Added support for 1bpp BMPs | Eugene Sandulenko |
2016-05-31 | IMAGE: Fix out of bounds access | Eugene Sandulenko |
2016-05-31 | IMAGE: Init memory before usage | Eugene Sandulenko |
2016-05-25 | JANITORIAL: Remove unnecessary semicolons | Torbjörn Andersson |
2016-05-19 | IMAGE: Added BMP RLE4 decoder | Eugene Sandulenko |
2016-05-18 | GRAPHICS: Add support for 4bpp BMPs | Eugene Sandulenko |
2016-02-20 | VIDEO: Add warning for potential unaligned writes | Willem Jan Palenstijn |
2016-02-20 | VIDEO: In indeo3 codec, use unaligned read functions where necessary | Willem Jan Palenstijn |
2016-02-14 | IMAGE: Fix a memory leak in the RPZA decoder | Bastien Bouclet |
2015-11-16 | IMAGE: Fix 16bpp MS Video1 output | Eugene Sandulenko |
2015-11-14 | IMAGES: WIP for 16-bit MS Video1 decoder | Eugene Sandulenko |
2015-07-19 | MISC: Remove some unused private member variables | Max Horn |
2015-06-04 | IMAGE: Move a memcpy out of a loop it shouldn't be in | Matthew Hoops |
2015-06-04 | IMAGE: Mark Cinepak as being used by Sherlock | Matthew Hoops |
2015-04-12 | IMAGE: Make the createQuickTimeDitherTable function public | Matthew Hoops |
2015-04-11 | IMAGE: Implement QTRLE dithering | Matthew Hoops |
2015-04-11 | IMAGE: Implement QuickTime dithering in rpza | Matthew Hoops |
2015-04-11 | IMAGE: Add support for QuickTime dithered Cinepak | Matthew Hoops |
2015-04-11 | IMAGE: Add an unknown dither type | Matthew Hoops |
2015-04-11 | IMAGE: Add a function for generating QuickTime dither tables | Matthew Hoops |
2015-04-11 | IMAGE: Rewrite a bunch of Cinepak using templates | Matthew Hoops |
2015-04-11 | IMAGE: Allow for choosing dither type | Matthew Hoops |
2015-04-11 | IMAGE: Add support for Cinepak VFW dithering | Matthew Hoops |
2015-04-11 | IMAGE: Add functions to allow for videos to be dithered | Matthew Hoops |
2014-12-07 | IMAGE: Disable unused MJPEG array | Filippos Karapetis |
2014-10-28 | IMAGE: Remove trailing whitespace | Filippos Karapetis |
2014-08-17 | IMAGE: Make Cinepak decode to 32bpp when in 8bpp screen mode | Matthew Hoops |
2014-07-09 | IMAGE: Fix TGA copy and paste error. | Joel Teichroeb |
2014-05-27 | VIDEO: Handle Truemotion dimensions specially | Matthew Hoops |
2014-05-26 | IMAGE: Ensure the truemotion surface is cleared to black before decoding | Matthew Hoops |
2014-05-26 | IMAGE: Limit truemotion to decoding within its boundaries, not AVI's | Matthew Hoops |
2014-05-26 | IMAGE: Fix compiling in truemotion | Matthew Hoops |
2014-03-01 | IMAGE: Handle bitmaps with an image size field of 0 | Matthew Hoops |
2014-02-28 | IMAGE: Update comments | Matthew Hoops |
2014-02-28 | IMAGE: Share the same pool of codecs between PICT and QuickTime | Matthew Hoops |
2014-02-28 | IMAGE: Share the same pool of codecs between bitmap and AVI | Matthew Hoops |
2014-02-28 | IMAGE: Split raw bitmap decoding into a Codec | Matthew Hoops |
2014-02-28 | IMAGE: Make Codec take a stream reference; change function name to decodeFrame | Matthew Hoops |
2014-02-28 | IMAGE: Clarify difference between ImageDecoder and Codec a bit | Matthew Hoops |
2014-02-28 | IMAGE: Merge the JPEG codec into the ImageDecoder | Matthew Hoops |
2014-02-28 | IMAGE: Move video codecs to image/ | Matthew Hoops |
2014-02-28 | IMAGE: Move all ImageDecoders to image/ | Matthew Hoops |