aboutsummaryrefslogtreecommitdiff
path: root/image
AgeCommit message (Expand)Author
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