aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/he/animation_he.cpp
AgeCommit message (Expand)Author
2012-08-16VIDEO: Merge AdvancedVideoDecoder into VideoDecoderMatthew Hoops
2012-07-25VIDEO: Convert Bink to the new AdvancedVideoDecoder APIMatthew Hoops
2012-07-23VIDEO: Rewrite SmackerDecoder to use the new APIMatthew Hoops
2011-07-13BUILD: Allow for disabling Bink supportMatthew Hoops
2011-07-02SCUMM: Add support for Bink videoMatthew Hoops
2011-07-02SCUMM: Don't have MoviePlayer inherit from SmackerDecoderMatthew Hoops
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-12COMMON: Replace MKID_BE by MKTAGMax Horn
2011-02-09AUDIO: Rename sound/ dir to audio/Max Horn
2010-12-16VIDEO: Make VideoDecoder::decodeNextFrame() return a const Surface pointerMatthew Hoops
2010-05-18Committing the rest of the VideoDecoder Rewrite from patch #2963496.Matthew Hoops
2010-05-17Change VideoDecoder::getCurFrame() to mean the last frame drawn instead of th...Matthew Hoops
2009-09-25SCUMM: Rename _bitDepth to _bytesPerPixelMax Horn
2009-08-22Fix endian issue in copyFrameToBuffer().Travis Howell
2009-08-13Merged revisions 43245-43249,43251-43252,43257,43260,43262-43264,43266,43268-...Travis Howell
2009-08-12Fix building with specific games disabled in MSVC.Travis Howell
2009-06-06Add initial support for copyMaskWizImage, to fix videos in later Blue's Clues...Travis Howell
2009-06-04Add 16bit color support for later HE games.Travis Howell
2009-03-09Renamed SMKPlayer -> SmackerDecoder and DXAPlayer -> DXADecoder, as well as s...Max Horn
2009-01-07videoIsLoaded() -> isVideoLoaded()Filippos Karapetis
2009-01-06Updated SCUMM with the latest changes to video playersFilippos Karapetis
2008-12-27Fix video playback in Blue's Clues games.Travis Howell
2008-12-17- Added some disabled code for Smacker audio support (still incomplete, not w...Filippos Karapetis
2008-12-16- Added some commentsFilippos Karapetis
2008-12-14Enable Smacker support, and switch later HE games to Smacker support (since t...Travis Howell
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-09-08Some cleanup (yay for whomever had the brilliant idea to let SVN work over HT...Max Horn
2007-06-12Add support for pausing/resume cutscenes shown on the OmniTV in The Feeble Fi...Travis Howell
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2006-11-03Fixed bad namespace comments spotted by clone2727.Torbjörn Andersson
2006-11-02Add video code for HE100 gamesTravis Howell
2006-09-17renamed ScummEngine::restoreBG to restoreBackground; renamed and moved Gdi::c...Max Horn
2006-09-17Changed ScummEngine::gdi to _gdi and allocate the Gdi object on the heap (i.e...Max Horn
2006-06-28Remove left over ;Travis Howell
2006-06-28Add eriktorbjorn's patch for DXA unification, with more changesTravis Howell
2006-06-06Minor cleanupTravis Howell
2006-05-08Avoid closing a video file in HE games twiceTravis Howell
2006-05-08Add initial DXA support for HE gamesTravis Howell