scummvm/graphics/decoders
D G Turner 4d6f2875de GRAPHICS: Fix BMP getPalette function definition.
The BMP decoder getPalette function definition is now identical to
the other image format decoders subclassed from ImageDecoder.
This also fixes a overloaded virtual warning reported by salty-horse.
2012-04-22 16:41:30 +01:00
..
bmp.cpp
bmp.h GRAPHICS: Fix BMP getPalette function definition. 2012-04-22 16:41:30 +01:00
image_decoder.h
jpeg.cpp GRAPHICS: Make the JPEG code use the new YUV to RGB converter 2012-03-20 01:06:48 +01:00
jpeg.h GRAPHICS: Add comments on which engines use the decoders 2012-04-08 08:58:42 -04:00
pict.cpp GRAPHICS: Only accept JPEG CompressedQuickTime PICT opcodes 2012-04-19 11:49:06 -04:00
pict.h GRAPHICS: Add comments on which engines use the decoders 2012-04-08 08:58:42 -04:00
png.cpp GRAPHICS: Move PNG to the ImageDecoder interface 2012-03-20 01:06:48 +01:00
png.h GRAPHICS: Move PNG to the ImageDecoder interface 2012-03-20 01:06:48 +01:00