aboutsummaryrefslogtreecommitdiff
path: root/image/codecs/codec.cpp
AgeCommit message (Collapse)Author
2017-01-11IMAGE: Return correct pixel format for Indeo3Colin Snover
This gives Indeo3 the same behavior as other codecs when encapsulated in a container that provides bit depth information (e.g. AVI). Closes #888.
2016-11-18IMAGE: Respect bit depth in Indeo 5 decoderPaul Gilbert
2016-11-18IMAGE: Respect specified bytesPerPixel in Indeo decodersPaul Gilbert
2016-09-10IMAGE: Implemented Indeo5 decoderPaul Gilbert
2016-09-10IMAGE: Beginning of Indeo 4 decoder, added GetBits class for reading bitsPaul Gilbert
2016-09-03JANITORIAL: Make GPL headers uniformEugene Sandulenko
2016-05-19IMAGE: Added BMP RLE4 decoderEugene Sandulenko
2015-04-11IMAGE: Add a function for generating QuickTime dither tablesMatthew Hoops
Much thanks to fuzzie for her assistance.
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: Fix compiling in truemotionMatthew 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