aboutsummaryrefslogtreecommitdiff
path: root/graphics/video/codecs
AgeCommit message (Expand)Author
2011-01-18GRAPHICS: Add a getSurface() function to JPEG to automatically convert to RGBMatthew Hoops
2011-01-08BUILD: Include scummsys.h to force rebuild after reconfigure (thanks LordHoto)Willem Jan Palenstijn
2011-01-02VIDEO: Stop leaking surface data in several codecs.Alyssa Milburn
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-09VIDEO: Allow for 8bpp Cinepak videosMatthew Hoops
2010-12-09VIDEO: Fix a truncation in the SMC decoder (thanks, fuzzie)Matthew Hoops
2010-11-19ALL: Push down deps on stream.h from .h to .cpp filesMax Horn
2010-11-13VIDEO: Switch Truemotion 1 to RGB565 for potential use with SCI CLUT tablesMatthew Hoops
2010-11-11VIDEO: Add the TrueMotion 1 codec for Phantasmagoria 2Matthew Hoops
2010-10-15VIDEO : Corrections to QDM2 codec for bug #3087917 "Code Analysis Warnings"David Turner
2010-09-30GOB: Make GCC happier.Torbjörn Andersson
2010-09-30VIDEO: Interpolate U and V valuesSven Hesse
2010-09-30VIDEO: Allow for scaled Indeo3 framesSven Hesse
2010-09-18JANITORIAL: Removed most punctuation at end of warning() and error()Torbjörn Andersson
2010-08-27VIDEO: Change decodeImage() around a bit, plug a leakSven Hesse
2010-08-08VIDEO: Cinepak cleanupMatthew Hoops
2010-08-08VIDEO: Make Indeo3 a proper video codecSven Hesse
2010-07-14Fix valgrind warning.Matthew Hoops
2010-06-16Fixed QDM2 to working state.David Turner
2010-06-15Fix spelling, cleanupMax Horn
2010-05-23Move the QDM2 code to the graphics module, removing the cyclic dependency.Matthew Hoops
2010-05-23Move Mohawk's QuickTime code to graphics/ (and QDM2 to sound, disabled when M...Matthew Hoops
2010-05-18Committing the rest of the VideoDecoder Rewrite from patch #2963496.Matthew Hoops
2010-02-05Have SCI look through the patches directory (except in KQ6 where the patches ...Matthew Hoops
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
2009-10-16Converting AVIPlayer into a class that inherits from VideoDecoder and adapt S...Matthew Hoops