index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
graphics
/
decoders
Age
Commit message (
Collapse
)
Author
2012-05-14
GRAPHICS: Add palette start index and color count functions to ImageDecoder
Matthew Hoops
2012-05-04
GRAPHICS: Fix 32-bit DirectBits images
Matthew Hoops
2012-04-22
GRAPHICS: Fix BMP getPalette function definition.
D G Turner
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-19
GRAPHICS: Only accept JPEG CompressedQuickTime PICT opcodes
Matthew Hoops
2012-04-08
GRAPHICS: Add comments on which engines use the decoders
Matthew Hoops
2012-03-19
GRAPHICS: Fix regression caused by a bad rebase
Matthew Hoops
2012-03-19
GRAPHICS: Fix PICT 16bpp
Matthew Hoops
2012-03-20
GRAPHICS: Move PNG to the ImageDecoder interface
Matthew Hoops
2012-03-20
GRAPHICS: Make the JPEG code use the new YUV to RGB converter
Matthew Hoops
2012-03-20
GRAPHICS: Convert JPEG to the ImageDecoder API
Matthew Hoops
2012-03-20
GRAPHICS: Convert PictDecoder to the ImageDecoder API
Matthew Hoops
2012-03-20
GRAPHICS: Rewrite ImageDecoder to have an improved API
Matthew Hoops
The new bitmap decoder class is based off the Mohawk one, and now has 8bpp decoding capability.