aboutsummaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Expand)Author
2011-01-19VIDEO: Recreate the audiostream if necessarySven Hesse
2011-01-19VIDEO: Don't segfault when no audiostream is presentSven Hesse
2011-01-19VIDEO: Don't assert() when a needed codec isn't compiled inSven Hesse
2011-01-18GRAPHICS: Add a getSurface() function to JPEG to automatically convert to RGBMatthew Hoops
2011-01-18GOB: Fix Woodruff video offsetsSven Hesse
2011-01-18VIDEO: Clip render rect to the surface's dimensionSven Hesse
2011-01-17GOB: Fix the flow rate gauge in Urban RunnerSven Hesse
2011-01-16VIDEO: Implement internal-codec 24bpp VMDsSven Hesse
2011-01-16VIDEO: Implement internal-codec 16bit VMDsSven Hesse
2011-01-16VIDEO: Add color mode methodsSven Hesse
2011-01-16VIDEO: Add range checks to deLZ77()Sven Hesse
2011-01-16VIDEO: Simplying the video buffersSven Hesse
2011-01-14VIDEO: Reset the pause start time when seeking while pausedMatthew Hoops
2011-01-13GRAPHICS: Begin to parse Win1 fonts based on our sole Hugo1 sample (still WIP)Matthew Hoops
2011-01-13GRAPHICS: Use the pixel height instead of the ascent as the WinFont heightMatthew Hoops
2011-01-11VIDEO: Fix QuickTime timing when seeking without audio (thanks bgK)Matthew Hoops
2011-01-11VIDEO: Add seeking capability to QuickTimeDecoderMatthew Hoops
2011-01-11VIDEO: Add a SeekableVideoDecoder classMatthew Hoops
2011-01-08BUILD: Include scummsys.h to force rebuild after reconfigureSven Hesse
2011-01-08BUILD: Include scummsys.h to force rebuild after reconfigure (thanks LordHoto)Willem Jan Palenstijn
2011-01-07GRAPHICS: Some basic documentation for Font.Johannes Schickel
2011-01-07GRAPHICS: Add some doxygen comments to Surface.Johannes Schickel
2011-01-05VIDEO: Mirror QuickTime's mishandling of its own mdat atomsMatthew Hoops
2011-01-04GRAPHICS: Add support for Windows FON/FNT fontsMatthew Hoops
2011-01-02VIDEO: Stop leaking surface data in several codecs.Alyssa Milburn
2010-12-19GRAPHICS: Fixed code analysis warnings (bug #3087917)Filippos Karapetis
2010-12-16VIDEO: Add CDToons decoderAlyssa Milburn
2010-12-16VIDEO: Extend Codec to support internal palettesMatthew Hoops
2010-12-16VIDEO: Make Codec::decodeImage() return a const Surface pointerMatthew Hoops
2010-12-16VIDEO: Remove the need to call updateAudioBuffer() externally for QuickTimeMatthew Hoops
2010-12-16VIDEO: Make VideoDecoder::getPalette() return a const byte pointerMatthew Hoops
2010-12-16VIDEO: Make VideoDecoder::decodeNextFrame() return a const Surface pointerMatthew Hoops
2010-12-10VIDEO: Fix QuickTimeDecoder::hasDirtyPalette() by allocating the palette only...Matthew Hoops
2010-12-09VIDEO: Allow for 8bpp Cinepak videosMatthew Hoops
2010-12-09VIDEO: Implement multiple video codec support for QuickTimeMatthew Hoops
2010-12-09VIDEO: Fix a truncation in the SMC decoder (thanks, fuzzie)Matthew Hoops
2010-11-19COMMON: Split common/stream.h into several headersMax Horn
2010-11-19ALL: Push down deps on stream.h from .h to .cpp filesMax Horn
2010-11-17GRAPHICS: colour -> colorMax Horn
2010-11-16COMMON: Simplify DECLARE_SINGLETON macroMax Horn
2010-11-13VIDEO: Switch Truemotion 1 to RGB565 for potential use with SCI CLUT tablesMatthew Hoops
2010-11-11VIDEO: Add support for DK3 in videos; fix sample rate locationMatthew Hoops
2010-11-11VIDEO: Cleanup AVI audio in preparation for DK3Matthew Hoops
2010-11-11VIDEO: Add the TrueMotion 1 codec for Phantasmagoria 2Matthew Hoops
2010-11-10GRAPHICS: Enforce alphabetical order on the codec objectsMatthew Hoops
2010-11-08VIDEO: PreIMD: End frame when stream depletedSven Hesse
2010-11-07GRAPHICS: Cleanup advmame scaler code; don't include assert.hMax Horn
2010-11-05GRAPHICS/SJIS: cleanupFlorian Kagerer
2010-11-05GRAPHICS/SJIS: fix out of bounds shadow mode text drawingFlorian Kagerer
2010-11-05SCUMM/FM-TOWNS JAPANESE: fix out of bounds text drawingFlorian Kagerer