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