aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/kvideo.cpp
AgeCommit message (Expand)Author
2019-12-06SCI32: Fix kRobot subop 6 implementationsluicebox
2019-12-04SCI32: Implement VMD Censorship Blobssluicebox
2017-12-01SCI: Partially clean up SCI16 video playback codeColin Snover
2017-10-07ENGINES: Remove default1x scaler flagColin Snover
2017-10-06SCI32: Clean up scriptWidth/scriptHeight/screenWidth/screenHeightColin Snover
2017-09-03SCI32: Fix load from launcher for LighthouseColin Snover
2017-07-30SCI32: Add load from launcher support for Phant2Colin Snover
2017-07-06SCI32: Improve kShowMovieWin (AVI) renderingColin Snover
2017-04-23SCI32: Add kPlayVMD subop 27 (SetPlane)Colin Snover
2017-04-22SCI: Clean up unnecessary delayed restore flagsColin Snover
2017-03-30SCI32: Implement known-used portions of kPlayDuckColin Snover
2017-03-27SCI: Implement bounds-checked reads of game resourcesColin Snover
2016-11-04SCI32: Implement kPlayVMDIgnorePalettesColin Snover
2016-10-09SCI: Fix memory leakColin Snover
2016-09-29SCI32: Rewrite kArray & kStringColin Snover
2016-09-29SCI32: Explicitly instantiate MIN/MAX templatesColin Snover
2016-08-19SCI32: Add kPlayVMDGetStatus kernel callColin Snover
2016-08-19SCI: Remove references to SCI32 features from SCI16 video playerColin Snover
2016-08-19SCI32: Implement kRobotColin Snover
2016-08-12SCI32: Implement kShowMovieColin Snover
2016-08-11SCI32: Temporarily revert kShowMovie due to buildbot failuresColin Snover
2016-08-11SCI32: Implement kShowMovieColin Snover
2016-07-27SCI32: Fix kShowMovie calls crashing SCI32Colin Snover
2016-07-10SCI32: Clean up Video32/VMDPlayerColin Snover
2016-07-10SCI32: Implement kPlayVMDColin Snover
2016-01-07SCI32: Add initial support for palette cycling (kPalCycle) and fading (kPalFade)Colin Snover
2015-12-29SCI32: split up SCI2.1 into EARLY/MIDDLE/LATEMartin Kiewitz
2015-04-26SCI: implement delayed restore via ScummVM menuMartin Kiewitz
2014-02-18SCI: Make GPL headers consistent in themselves.Johannes Schickel
2013-08-03SCI: Take advantage of Surface::getPixels.Johannes Schickel
2013-08-03SCI: Prefer getBasePtr over direct Surface::pixels access.Johannes Schickel
2012-09-26JANITORIAL: Remove trailing whitespaces.Johannes Schickel
2012-08-16VIDEO: Merge AdvancedVideoDecoder into VideoDecoderMatthew Hoops
2012-08-16VIDEO: Remove the Coktel video code from using the VideoDecoder APIMatthew Hoops
2012-07-27VIDEO: Adapt QuickTimeDecoder to the AdvancedVideoDecoder APIMatthew Hoops
2012-07-22SCI: Rewrite RobotDecoder to use the AdvancedVideoDecoder APIMatthew Hoops
2012-07-22VIDEO: Rewrite the AVI code to use AdvancedVideoDecoderMatthew Hoops
2012-07-20SCI: Move the SEQ code to the new VideoDecoder APIMatthew Hoops
2012-07-08SCI: Also set the filename of the videoState struct when playing AVIsFilippos Karapetis
2012-07-03SCI: Remove unnecessary const-castWillem Jan Palenstijn
2012-06-23SCI: Implement kPlayVMD subop 23 (set palette range)Filippos Karapetis
2012-06-20Merge pull request #246 from lordhoto/osystem-void-buffersJohannes Schickel
2012-06-18SCI: Add setter/getter methods to reg_t'sFilippos Karapetis
2012-06-18SCI: Add a check for empty VMD file namesFilippos Karapetis
2012-06-16SCI: Get rid of casts on OSystem::copyRectToScreen calls.Johannes Schickel
2012-06-13SCI: Add debug code to automatically skip robot videosFilippos Karapetis
2011-10-18SCI: Duck videos are 16bpp, so we need to change the active pixel formatFilippos Karapetis
2011-10-18SCI: Initial implementation of kPlayDuck for Phantasmagoria 2Filippos Karapetis
2011-10-09SCI: Fix formatting in kRobot.Johannes Schickel
2011-10-09SCI21: Moved kRobot() together with the other video functionsFilippos Karapetis