aboutsummaryrefslogtreecommitdiff
path: root/graphics/jpeg.cpp
AgeCommit message (Expand)Author
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-05-02GRAPHICS: Turn printf into warningMax Horn
2011-05-01Merge pull request #16 "Add a PixelFormat to Graphics::Surface.".Johannes Schickel
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-04-17GRAPHICS: Prefer Surface::create taking a PixelFormat over the one taking a b...Johannes Schickel
2011-04-12COMMON: Replace MKID_BE by MKTAGMax Horn
2011-03-19ALL: s/PI/M_PI/dhewg
2011-02-06GRAPHICS: Improved JPEG decoder performanceBastien Bouclet
2011-01-31Silenced some MSVC warningsFilippos Karapetis
2011-01-28GRAPHICS: Make JPEG::getComponent error out if component was not foundMax Horn
2011-01-28GRAPHICS: Turn sqrt(2) and cosine values into constants ;)Max Horn
2011-01-28GRAPHICS: Rename JPEG::_str to _streamMax Horn
2011-01-18GRAPHICS: Add a getSurface() function to JPEG to automatically convert to RGBMatthew Hoops
2010-11-19ALL: Push down deps on stream.h from .h to .cpp filesMax Horn
2010-09-18JANITORIAL: Removed most punctuation at end of warning() and error()Torbjörn Andersson
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
2009-12-31Worked around what appears to be a bad JPEG image in the Masterpiece edition ofTorbjörn Andersson
2009-12-24JPEG tweaks and optimization (thanks to digitall)Scott Thomas
2009-09-01Coding best practice: Whenever possible, pass objects by reference instead of...Max Horn
2009-08-21Add JPEG decoder from 16bpp branchScott Thomas