Age | Commit message (Expand) | Author |
2013-01-06 | GRAPHICS: Delete iff.cpp and iff.h since all ILBM and PBM decoding is handled... | Tomas Jakobsson |
2013-01-06 | GRAPHICS: New IFFDecoder that decodes ILBM and PBM images | Tomas Jakobsson |
2012-09-13 | GRAPHICS: Add a common PCX image decoder | Filippos Karapetis |
2012-08-29 | GRAPHICS: Add in a TGA-decoder | Einar Johan Trøan Sømåen |
2012-03-20 | GRAPHICS: Move PNG to the ImageDecoder interface | 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 |
2012-01-29 | GRAPHICS: Add a TTF font class using FreeType2. | Johannes Schickel |
2011-09-06 | GRAPHICS: Remove dithering code. | Johannes Schickel |
2011-07-01 | GRAPHICS: Move NewFont code to a separate file. | Johannes Schickel |
2011-06-06 | GRAPHICS: Get rid of kSODFont (ScummFont) | Thierry Crozat |
2011-05-18 | GRAPHICS: Add a YUV to RGB table lookup for use with Theora | Matthew Hoops |
2011-05-05 | GRAPHICS: Add a new MacCursor class for handling CURS/crsr cursors | Matthew Hoops |
2011-03-04 | GRAPHICS: Split the NE cursor code from the NEResources class | Matthew Hoops |
2011-02-02 | GRAPHICS: Implemented a PNG decoder, and set it as default for the sword25 en... | Filippos Karapetis |
2011-01-23 | JANITORIAL: Remove unnecessary backslash | Torbjörn Andersson |
2011-01-23 | GRAPHICS: Move graphics/video/ to video/. Step 1/2 | Eugene Sandulenko |
2011-01-04 | GRAPHICS: Add support for Windows FON/FNT fonts | Matthew Hoops |
2010-12-16 | VIDEO: Add CDToons decoder | Alyssa Milburn |
2010-11-11 | VIDEO: Add the TrueMotion 1 codec for Phantasmagoria 2 | Matthew Hoops |
2010-11-10 | GRAPHICS: Enforce alphabetical order on the codec objects | Matthew Hoops |
2010-08-08 | VIDEO: Remove the now obsolete CoktelVideo classes | Sven Hesse |
2010-08-08 | VIDEO: Stub a VideoDecoder-like CoktelDecoder | Sven Hesse |
2010-08-08 | VIDEO: Make Indeo3 a proper video codec | Sven Hesse |
2010-05-24 | Move the PICT code to graphics/ with some updates; needed for SCI1.1 Mac. | Matthew Hoops |
2010-05-23 | Move the QDM2 code to the graphics module, removing the cyclic dependency. | Matthew Hoops |
2010-05-23 | Move Mohawk's QuickTime code to graphics/ (and QDM2 to sound, disabled when M... | Matthew Hoops |
2010-05-18 | Committing the rest of the VideoDecoder Rewrite from patch #2963496. | Matthew Hoops |
2010-05-10 | Revert r48979. Instead, make the HQ scalers depend on the normal ones. Config... | Andre Heider |
2010-05-09 | Since configure allows HQ scalers without the normal onces, allow this combin... | Andre Heider |
2010-05-09 | Rename DISABLE_*SCALERS to USE_*SCALERS, and move the mk/cpp defines to confi... | Andre Heider |
2010-03-08 | Conistenlty use USE_NASM instead of using HAVE_NASM in config.mk (this matche... | Johannes Schickel |
2010-02-05 | Have SCI look through the patches directory (except in KQ6 where the patches ... | Matthew Hoops |
2009-12-30 | The wrapper for the VMD decoder is only used in the SCI engine for SCI32 game... | Filippos Karapetis |
2009-12-29 | Updated module.mk | Filippos Karapetis |
2009-11-18 | Put two of the WinCE downscalers into graphics/scaler/downscaler*, so that th... | Max Horn |
2009-10-16 | Converting AVIPlayer into a class that inherits from VideoDecoder and adapt S... | Matthew Hoops |
2009-08-30 | Add an AVI player and MSVideo1 codec for use with some SCI Windows game (such... | Matthew Hoops |
2009-08-21 | Add JPEG decoder from 16bpp branch | Scott Thomas |
2009-08-21 | add conversion.h and conversion.cpp into trunk (were present in working copy,... | Jody Northup |
2009-07-27 | Add ARM code version of Normal2x scaler. | Robin Watts |
2009-07-21 | Add ARM code implementation of Scaler2x, and enable it for the WinCE | Robin Watts |
2009-07-07 | Add generic functionallity to draw FM-Towns ROM. (To be used by KYRA and SCI) | Johannes Schickel |
2009-05-21 | Renamed the DXA, SMK and FLIC video decoders to reflect the fact that they're... | Filippos Karapetis |
2009-05-21 | Moved the Coktel video player into its own subdirectory | Filippos Karapetis |
2009-05-20 | Moving CoktelVideo (IMD/VMD) and the Indeo3 code (needed for Urban Runner's V... | Sven Hesse |
2009-01-07 | Further merging of the SMK and DXA players (the FLIC player is not done yet): | Filippos Karapetis |
2008-12-31 | Removed Graphics::ImageMan. Nothing uses it | Max Horn |
2008-12-24 | Moving the dither code to graphics/ | Sven Hesse |