aboutsummaryrefslogtreecommitdiff
path: root/image
AgeCommit message (Expand)Author
2015-06-04IMAGE: Mark Cinepak as being used by SherlockMatthew Hoops
2015-04-12IMAGE: Make the createQuickTimeDitherTable function publicMatthew Hoops
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
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
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
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