aboutsummaryrefslogtreecommitdiff
path: root/image/codecs/cinepak.h
AgeCommit message (Collapse)Author
2018-04-07IMAGE: Explicitly initialize CinePak codebooksTorbjörn Andersson
Starship Titanic produces lots of "uninitialized value" warnings at the very beginning of the game, when turning right. This is because in the very first movie frame it uses codebooks that have not been loaded. Explicitly set their data to 0 to guarantee consistent behavior.
2015-07-19MISC: Remove some unused private member variablesMax Horn
2015-06-04IMAGE: Mark Cinepak as being used by SherlockMatthew Hoops
2015-04-11IMAGE: Add support for QuickTime dithered CinepakMatthew 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
2014-02-28IMAGE: Update commentsMatthew Hoops
2014-02-28IMAGE: Make Codec take a stream reference; change function name to decodeFrameMatthew Hoops
2014-02-28IMAGE: Move video codecs to image/Matthew Hoops