aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/video
AgeCommit message (Expand)Author
2016-08-25SCI32: Remove the warning about already opened robot filesFilippos Karapetis
2016-08-22SCI32: Document the games that use Robot videosFilippos Karapetis
2016-08-19SCI32: Implement kRobotColin Snover
2014-02-18SCI: Make GPL headers consistent in themselves.Johannes Schickel
2014-02-17SCI: Skip some still unsupported robot files in RAMAFilippos Karapetis
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-07-22SCI: Rewrite RobotDecoder to use the AdvancedVideoDecoder APIMatthew Hoops
2012-07-22VIDEO: Merge the three Fixed* VideoTrack classesMatthew Hoops
2012-07-21SCI: Switch SEQDecoder to using the new FixedDurationVideoTrack subclassMatthew Hoops
2012-07-21VIDEO: Add getWidth()/getHeight()/getPixelFormat() functions to VideoTrackMatthew Hoops
2012-07-20SCI: Move the SEQ code to the new VideoDecoder APIMatthew Hoops
2012-06-15SCI: Also skip a robot video in the Lighthouse demoFilippos Karapetis
2012-06-15SCI: Skip playing of the unsupported robot video 1003 in RAMAFilippos Karapetis
2012-05-28VIDEO: Add volume/balance control to VideoDecoderMatthew Hoops
2011-06-20ALL: Remove trailing whitespacesMax Horn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-05-01Merge pull request #16 "Add a PixelFormat to Graphics::Surface.".Johannes Schickel
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-04-17SCI: Prefer Surface::create taking a PixelFormat over the one taking a byte d...Johannes Schickel
2011-02-24SCI: Fixed video playing in the PQ:SWAT demomd5
2011-02-09AUDIO: Rename sound/ dir to audio/Max Horn
2011-02-08SCI: Some work on robot videosFilippos Karapetis
2011-02-08SCI: Fix Mac robot palettes againMatthew Hoops
2011-02-07VIDEO: Rename VideoDecoder::load() to loadStream()Max Horn
2011-02-07SCI: Unified the SEQ and robot palette code, and fixed the include safeguard ...Filippos Karapetis
2011-02-07SCI: Converted the robot decoder into a regular video decoder, and decoupled ...Filippos Karapetis
2011-01-23VIDEO: Move video classes to Video:: namespaceEugene Sandulenko
2011-01-23GRAPHICS: Move graphics/video/ to video/. Step 1/2Eugene Sandulenko
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-11-19ALL: Push down deps on stream.h from .h to .cpp filesMax Horn
2010-08-08SCI: Remove the now useless Sci::VMDDecoder wrapperSven Hesse
2010-08-04GRAPHICS: Change signature of VideoDecoder::load()Max Horn
2010-08-04SCI: Silence valgrind warning (thanks to syke for pointing out)Matthew 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
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
2010-01-06Removed one more hardcoded screen dimensionFilippos Karapetis
2010-01-06Removed all hardcoded screen sizesFilippos Karapetis
2009-12-30Updated documentation of the VMD decoder to indicate which SCI32 games used V...Filippos Karapetis
2009-12-30The wrapper for the VMD decoder is only used in the SCI engine for SCI32 game...Filippos Karapetis