aboutsummaryrefslogtreecommitdiff
path: root/image
AgeCommit message (Collapse)Author
2016-08-05IMAGE: Add titanic to list of engines using TGA decoderPaul Gilbert
2016-06-21GRAPHICS: Use better color for 1bpp BMPsEugene Sandulenko
2016-06-17GRAPHICS: Fix 1bpp BMP drawingEugene Sandulenko
2016-06-04IMAGE: 1bpp BMPs are not upside down. Fixing it.Eugene Sandulenko
2016-06-04IMAGE: Added support for 1bpp BMPsEugene Sandulenko
2016-05-31IMAGE: Fix out of bounds accessEugene Sandulenko
2016-05-31IMAGE: Init memory before usageEugene Sandulenko
2016-05-25JANITORIAL: Remove unnecessary semicolonsTorbjörn Andersson
2016-05-19IMAGE: Added BMP RLE4 decoderEugene Sandulenko
2016-05-18GRAPHICS: Add support for 4bpp BMPsEugene Sandulenko
2016-02-20VIDEO: Add warning for potential unaligned writesWillem Jan Palenstijn
2016-02-20VIDEO: In indeo3 codec, use unaligned read functions where necessaryWillem Jan Palenstijn
This fixes bug #7039.
2016-02-14IMAGE: Fix a memory leak in the RPZA decoderBastien Bouclet
2015-11-16IMAGE: Fix 16bpp MS Video1 outputEugene Sandulenko
2015-11-14IMAGES: WIP for 16-bit MS Video1 decoderEugene Sandulenko
2015-07-19MISC: Remove some unused private member variablesMax Horn
2015-06-04IMAGE: Move a memcpy out of a loop it shouldn't be inMatthew Hoops
2015-06-04IMAGE: Mark Cinepak as being used by SherlockMatthew Hoops
2015-04-12IMAGE: Make the createQuickTimeDitherTable function publicMatthew Hoops
Needed for access by QuickTime directly
2015-04-11IMAGE: Implement QTRLE ditheringMatthew Hoops
2015-04-11IMAGE: Implement QuickTime dithering in rpzaMatthew Hoops
2015-04-11IMAGE: Add support for QuickTime dithered CinepakMatthew Hoops
2015-04-11IMAGE: Add an unknown dither typeMatthew Hoops
2015-04-11IMAGE: Add a function for generating QuickTime dither tablesMatthew Hoops
Much thanks to fuzzie for her assistance.
2015-04-11IMAGE: Rewrite a bunch of Cinepak using templatesMatthew Hoops
2015-04-11IMAGE: Allow for choosing dither typeMatthew Hoops
2015-04-11IMAGE: Add support for Cinepak VFW ditheringMatthew Hoops
2015-04-11IMAGE: Add functions to allow for videos to be ditheredMatthew Hoops
2014-12-07IMAGE: Disable unused MJPEG arrayFilippos Karapetis
Thanks to fingolfin for pointing that out
2014-10-28IMAGE: Remove trailing whitespaceFilippos Karapetis
2014-08-17IMAGE: Make Cinepak decode to 32bpp when in 8bpp screen modeMatthew Hoops
2014-07-09IMAGE: Fix TGA copy and paste error.Joel Teichroeb
2014-05-27VIDEO: Handle Truemotion dimensions speciallyMatthew Hoops
Truemotion uses its own demuxer and seems to follow its own AVI rules. Work around it by coercing the video's dimensions to use the codec's internal dimensions.
2014-05-26IMAGE: Ensure the truemotion surface is cleared to black before decodingMatthew Hoops
2014-05-26IMAGE: Limit truemotion to decoding within its boundaries, not AVI'sMatthew Hoops
2014-05-26IMAGE: Fix compiling in truemotionMatthew Hoops
2014-03-01IMAGE: Handle bitmaps with an image size field of 0Matthew Hoops
2014-02-28IMAGE: Update commentsMatthew Hoops
2014-02-28IMAGE: Share the same pool of codecs between PICT and QuickTimeMatthew Hoops
2014-02-28IMAGE: Share the same pool of codecs between bitmap and AVIMatthew Hoops
2014-02-28IMAGE: Split raw bitmap decoding into a CodecMatthew Hoops
2014-02-28IMAGE: Make Codec take a stream reference; change function name to decodeFrameMatthew Hoops
2014-02-28IMAGE: Clarify difference between ImageDecoder and Codec a bitMatthew Hoops
2014-02-28IMAGE: Merge the JPEG codec into the ImageDecoderMatthew Hoops
2014-02-28IMAGE: Move video codecs to image/Matthew Hoops
2014-02-28IMAGE: Move all ImageDecoders to image/Matthew Hoops