scummvm/image
Torbjörn Andersson 4702681be2 IMAGE: Explicitly initialize CinePak codebooks
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-04-07 10:03:50 +02:00
..
codecs IMAGE: Explicitly initialize CinePak codebooks 2018-04-07 10:03:50 +02:00
bmp.cpp IMAGE: Handle bitmaps with an image size field of 0 2014-03-01 12:05:47 -05:00
bmp.h IMAGE: Split raw bitmap decoding into a Codec 2014-02-28 00:31:59 -05:00
iff.cpp IMAGE: Remove trailing whitespace 2014-10-28 15:38:51 +02:00
iff.h
image_decoder.h IMAGE: Remove trailing whitespace 2014-10-28 15:38:51 +02:00
jpeg.cpp IMAGE: Make Codec take a stream reference; change function name to decodeFrame 2014-02-28 00:27:37 -05:00
jpeg.h IMAGE: Update comments 2014-02-28 00:32:06 -05:00
module.mk IMAGE: Inline indeo getVLC2 2017-08-24 19:46:59 +02:00
pcx.cpp
pcx.h
pict.cpp IMAGE: Init memory before usage 2016-05-31 17:12:18 +02:00
pict.h
png.cpp IMAGE: Remove unused end info structs from PNG code 2017-09-21 20:43:04 -05:00
png.h IMAGE: add flag to skip signature check in png decoder 2017-07-13 18:27:45 +02:00
tga.cpp IMAGE: Properly load bottom origin RLE encoded TGA images 2017-01-01 02:36:01 -05:00
tga.h IMAGE: Add titanic to list of engines using TGA decoder 2016-08-05 19:19:45 -04:00