Age | Commit message (Expand) | Author |
2012-02-09 | GRAPHICS: Switch to integer based JPEG IDCT | Bastien Bouclet |
2012-02-09 | GRAPHICS: Add support for JPEG files using a restart interval | Bastien Bouclet |
2012-01-06 | GRAPHICS: Whops. Fix misformatting introduced with 243de59. | Johannes Schickel |
2012-01-06 | GRAPHICS: Slight formatting fixes in jpeg.cpp. | Johannes Schickel |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2011-05-02 | GRAPHICS: Turn printf into warning | Max Horn |
2011-05-01 | Merge pull request #16 "Add a PixelFormat to Graphics::Surface.". | Johannes Schickel |
2011-04-28 | JANITORIAL: Reduce header dependencies in shared code | Ori Avtalion |
2011-04-17 | GRAPHICS: Prefer Surface::create taking a PixelFormat over the one taking a b... | Johannes Schickel |
2011-04-12 | COMMON: Replace MKID_BE by MKTAG | Max Horn |
2011-03-19 | ALL: s/PI/M_PI/ | dhewg |
2011-02-06 | GRAPHICS: Improved JPEG decoder performance | Bastien Bouclet |
2011-01-31 | Silenced some MSVC warnings | Filippos Karapetis |
2011-01-28 | GRAPHICS: Make JPEG::getComponent error out if component was not found | Max Horn |
2011-01-28 | GRAPHICS: Turn sqrt(2) and cosine values into constants ;) | Max Horn |
2011-01-28 | GRAPHICS: Rename JPEG::_str to _stream | Max Horn |
2011-01-18 | GRAPHICS: Add a getSurface() function to JPEG to automatically convert to RGB | Matthew Hoops |
2010-11-19 | ALL: Push down deps on stream.h from .h to .cpp files | Max Horn |
2010-09-18 | JANITORIAL: Removed most punctuation at end of warning() and error() | Torbjörn Andersson |
2010-01-25 | Strip trailing spaces/tabs. | Johannes Schickel |
2009-12-31 | Worked around what appears to be a bad JPEG image in the Masterpiece edition of | Torbjörn Andersson |
2009-12-24 | JPEG tweaks and optimization (thanks to digitall) | Scott Thomas |
2009-09-01 | Coding best practice: Whenever possible, pass objects by reference instead of... | Max Horn |
2009-08-21 | Add JPEG decoder from 16bpp branch | Scott Thomas |