aboutsummaryrefslogtreecommitdiff
path: root/graphics/decoders/jpeg.cpp
AgeCommit message (Expand)Author
2014-02-28IMAGE: Move all ImageDecoders to image/Matthew Hoops
2014-02-18GRAPHICS: Make GPL headers consistent in themselves.Johannes Schickel
2013-09-16GRAPHICS: Add some paranoia asserts in JPEGDecoder.Johannes Schickel
2013-09-16GRAPHICS: Make JPEGDecoder request RGB output from libjpeg by default.Johannes Schickel
2013-09-16GRAPHICS: Implement JPEGDecoder based on libjpeg.Johannes Schickel
2013-08-03GRAPHICS: Take advantage of Surface::getPixels.Johannes Schickel
2013-08-03GRAPHICS: Prefer getBasePtr over direct Surface::pixels access.Johannes Schickel
2013-04-16GRAPHICS: Fix quantization table id checkMatthew Hoops
2013-02-01GRAPHICS: Let JPEGs pixelformat state 0 alpha bits.Einar Johan Trøan Sømåen
2013-01-26GRAPHICS: Modify the JFIF version warningMatthew Hoops
2012-09-26JANITORIAL: Remove trailing whitespaces.Johannes Schickel
2012-09-18GRAPHICS: Implement different luminance rangesMatthew Hoops
2012-09-17GRAPHICS: Rework YUV->RGB code a bitMatthew Hoops
2012-03-20GRAPHICS: Make the JPEG code use the new YUV to RGB converterMatthew Hoops
2012-03-20GRAPHICS: Convert JPEG to the ImageDecoder APIMatthew Hoops