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
/
jpeg.cpp
Age
Commit message (
Expand
)
Author
2013-09-16
GRAPHICS: Add some paranoia asserts in JPEGDecoder.
Johannes Schickel
2013-09-16
GRAPHICS: Make JPEGDecoder request RGB output from libjpeg by default.
Johannes Schickel
2013-09-16
GRAPHICS: Implement JPEGDecoder based on libjpeg.
Johannes Schickel
2013-08-03
GRAPHICS: Take advantage of Surface::getPixels.
Johannes Schickel
2013-08-03
GRAPHICS: Prefer getBasePtr over direct Surface::pixels access.
Johannes Schickel
2013-04-16
GRAPHICS: Fix quantization table id check
Matthew Hoops
2013-02-01
GRAPHICS: Let JPEGs pixelformat state 0 alpha bits.
Einar Johan Trøan Sømåen
2013-01-26
GRAPHICS: Modify the JFIF version warning
Matthew Hoops
2012-09-26
JANITORIAL: Remove trailing whitespaces.
Johannes Schickel
2012-09-18
GRAPHICS: Implement different luminance ranges
Matthew Hoops
2012-09-17
GRAPHICS: Rework YUV->RGB code a bit
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