index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
sci
/
engine
/
kvideo.cpp
Age
Commit message (
Expand
)
Author
2016-01-07
SCI32: Add initial support for palette cycling (kPalCycle) and fading (kPalFade)
Colin Snover
2015-12-29
SCI32: split up SCI2.1 into EARLY/MIDDLE/LATE
Martin Kiewitz
2015-04-26
SCI: implement delayed restore via ScummVM menu
Martin Kiewitz
2014-02-18
SCI: Make GPL headers consistent in themselves.
Johannes Schickel
2013-08-03
SCI: Take advantage of Surface::getPixels.
Johannes Schickel
2013-08-03
SCI: Prefer getBasePtr over direct Surface::pixels access.
Johannes Schickel
2012-09-26
JANITORIAL: Remove trailing whitespaces.
Johannes Schickel
2012-08-16
VIDEO: Merge AdvancedVideoDecoder into VideoDecoder
Matthew Hoops
2012-08-16
VIDEO: Remove the Coktel video code from using the VideoDecoder API
Matthew Hoops
2012-07-27
VIDEO: Adapt QuickTimeDecoder to the AdvancedVideoDecoder API
Matthew Hoops
2012-07-22
SCI: Rewrite RobotDecoder to use the AdvancedVideoDecoder API
Matthew Hoops
2012-07-22
VIDEO: Rewrite the AVI code to use AdvancedVideoDecoder
Matthew Hoops
2012-07-20
SCI: Move the SEQ code to the new VideoDecoder API
Matthew Hoops
2012-07-08
SCI: Also set the filename of the videoState struct when playing AVIs
Filippos Karapetis
2012-07-03
SCI: Remove unnecessary const-cast
Willem Jan Palenstijn
2012-06-23
SCI: Implement kPlayVMD subop 23 (set palette range)
Filippos Karapetis
2012-06-20
Merge pull request #246 from lordhoto/osystem-void-buffers
Johannes Schickel
2012-06-18
SCI: Add setter/getter methods to reg_t's
Filippos Karapetis
2012-06-18
SCI: Add a check for empty VMD file names
Filippos Karapetis
2012-06-16
SCI: Get rid of casts on OSystem::copyRectToScreen calls.
Johannes Schickel
2012-06-13
SCI: Add debug code to automatically skip robot videos
Filippos Karapetis
2011-10-18
SCI: Duck videos are 16bpp, so we need to change the active pixel format
Filippos Karapetis
2011-10-18
SCI: Initial implementation of kPlayDuck for Phantasmagoria 2
Filippos Karapetis
2011-10-09
SCI: Fix formatting in kRobot.
Johannes Schickel
2011-10-09
SCI21: Moved kRobot() together with the other video functions
Filippos Karapetis
2011-06-20
ALL: Remove trailing whitespaces
Max Horn
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-04-28
JANITORIAL: Reduce header dependencies in shared code
Ori Avtalion
2011-02-20
SCI: Fix KQ6 Mac video positioning
Matthew Hoops
2011-02-13
Remove erroneous comment. It reflected a false belief resulting from
Lars Skovlund
2011-02-13
SCI: Switch to true color mode for the GK2 demo Indeo3 video
Matthew Hoops
2011-02-13
SCI: Fix VMD coordinates
Matthew Hoops
2011-02-08
SCI: Some work on robot videos
Filippos Karapetis
2011-02-07
SCI: Converted the robot decoder into a regular video decoder, and decoupled ...
Filippos Karapetis
2011-01-23
VIDEO: Move video classes to Video:: namespace
Eugene Sandulenko
2011-01-23
GRAPHICS: Move graphics/video/ to video/. Step 1/2
Eugene Sandulenko
2011-01-07
SCI2.1: Added a sanity check for VMD video positioning, for the demo of Light...
Filippos Karapetis
2010-12-22
SCI: VMD video related changes
Filippos Karapetis
2010-12-16
VIDEO: Make VideoDecoder::decodeNextFrame() return a const Surface pointer
Matthew Hoops
2010-11-11
SCI: Some video related changes
Filippos Karapetis
2010-11-09
SCI: Fix error message in ShowMovie(), perhaps avoiding some confusion later
Lars Skovlund
2010-11-01
COMMON: Rename String::printf() to String::format()
Max Horn
2010-09-18
JANITORIAL: Removed most punctuation at end of warning() and error()
Torbjörn Andersson
2010-08-08
SCI: Directly use the new Graphics::VMDDecoder class
Sven Hesse
2010-08-04
SCI: Add 'movie' subdirectory for VMD's
Matthew Hoops
2010-07-21
SCI: Moved all the video related functions in a separate file
Filippos Karapetis