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