Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-04-07 | IMAGE: Explicitly initialize CinePak codebooks | Torbjö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-25 | JANITORIAL: Remove useless comment | Adrian Frühwirth | |
2016-05-31 | IMAGE: Fix out of bounds access | Eugene Sandulenko | |
2015-06-04 | IMAGE: Move a memcpy out of a loop it shouldn't be in | Matthew Hoops | |
2015-04-11 | IMAGE: Add support for QuickTime dithered Cinepak | Matthew Hoops | |
2015-04-11 | IMAGE: Rewrite a bunch of Cinepak using templates | Matthew Hoops | |
2015-04-11 | IMAGE: Allow for choosing dither type | Matthew Hoops | |
2015-04-11 | IMAGE: Add support for Cinepak VFW dithering | Matthew Hoops | |
2014-08-17 | IMAGE: Make Cinepak decode to 32bpp when in 8bpp screen mode | Matthew Hoops | |
2014-02-28 | IMAGE: Make Codec take a stream reference; change function name to decodeFrame | Matthew Hoops | |
2014-02-28 | IMAGE: Move video codecs to image/ | Matthew Hoops | |