aboutsummaryrefslogtreecommitdiff
path: root/image/codecs/cinepak.cpp
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.
2018-03-25JANITORIAL: Remove useless commentAdrian Frühwirth
2016-05-31IMAGE: Fix out of bounds accessEugene Sandulenko
2015-06-04IMAGE: Move a memcpy out of a loop it shouldn't be inMatthew 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-08-17IMAGE: Make Cinepak decode to 32bpp when in 8bpp screen modeMatthew 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