scummvm/graphics/decoders
2012-09-13 01:49:29 +03:00
..
bmp.cpp GRAPHICS: Add support for 32bpp BMPs 2012-08-13 02:31:34 +02:00
bmp.h GRAPHICS: Add palette start index and color count functions to ImageDecoder 2012-05-14 09:56:56 -04:00
image_decoder.h GRAPHICS: Fix ImageDecoder inconsistency with getPalette() 2012-09-09 17:20:07 -04:00
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
pcx.cpp GRAPHICS: Add a common PCX image decoder 2012-09-13 01:49:29 +03:00
pcx.h GRAPHICS: Add a common PCX image decoder 2012-09-13 01:49:29 +03:00
pict.cpp GRAPHICS: Fix ImageDecoder inconsistency with getPalette() 2012-09-09 17:20:07 -04:00
pict.h GRAPHICS: Fix ImageDecoder inconsistency with getPalette() 2012-09-09 17:20:07 -04:00
png.cpp PNG: call png_set_interlace_handling() before calling png_read_update_info() 2012-09-06 01:35:58 +03:00
png.h GRAPHICS: Reimplement the PNG-decoder using libpng 2012-08-20 21:14:59 +02:00
tga.cpp GRAPHICS: Scope reduction of the sometimes unused alpha component in TGADecoder::readHeader 2012-08-30 18:32:27 +02:00
tga.h GRAPHICS: Slight formatting change for consistency. 2012-08-29 15:59:15 +02:00