aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/video.cpp
AgeCommit message (Expand)Author
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-17MOHAWK: Do not access Surface::bytesPerPixel anymore.Johannes Schickel
2011-04-17MOHAWK: Prefer Surface::create taking a PixelFormat over the one taking a byt...Johannes Schickel
2011-03-21MOHAWK: Add a getDuration() function to the VideoManagerMatthew Hoops
2011-02-09VIDEO: Remove unused SeekableVideoDecoder::seekToFrame methodMax Horn
2011-02-07VIDEO: Replace Video::VideoTimestamp with Audio::TimestampMax Horn
2011-02-07VIDEO: Rename VideoDecoder::load() to loadStream()Max Horn
2011-02-02MOHAWK: Fix GCC-3 cast warning.David Turner
2011-01-27MOHAWK: Allow videos to be paused individuallyBastien Bouclet
2011-01-23MOHAWK: Fix the Riven demo intro sequence (a regression from r55188)Matthew Hoops
2011-01-23VIDEO: Move video classes to Video:: namespaceEugene Sandulenko
2011-01-23GRAPHICS: Move graphics/video/ to video/. Step 1/2Eugene Sandulenko
2011-01-18MOHAWK: Rename some VideoManager functions so we have some unified naming bet...Matthew Hoops
2011-01-18MOHAWK: Add a sanity check to waitUntilMovieEnds()Matthew Hoops
2011-01-15MOHAWK: Implement Myst's clock tower gears puzzleBastien Bouclet
2011-01-14MOHAWK: Don't delete the wrong video.Alyssa Milburn
2011-01-11MOHAWK: Set the system palette on 8bpp videos when in 8bpp modeMatthew Hoops
2011-01-11MOHAWK: Adapt the VideoManager to allow for seeking; cleanupMatthew Hoops
2011-01-09MOHAWK: Cleanup named video handlingMatthew Hoops
2010-12-21MOHAWK: Remove sound.h include from resource.hAlyssa Milburn
2010-12-16VIDEO: Remove the need to call updateAudioBuffer() externally for QuickTimeMatthew Hoops
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-12-09MOHAWK: Allow background videos to be played/manipulated with resource handlesAlyssa Milburn
2010-11-23MOHAWK: Pass objs by const ref not by valueMax Horn
2010-11-20MOHAWK: Cleanup resource handlingMatthew Hoops
2010-09-03MOHAWK: Improve support for the Riven DemoMatthew Hoops
2010-09-01MOHAWK: Implement xbookclickMatthew Hoops
2010-08-04GRAPHICS: Change signature of VideoDecoder::load()Max Horn
2010-06-02Fix a regression from r49377 - we should be checking against code in addition...Matthew Hoops
2010-06-01Fix videos in Riven activated from a different card from which they are playe...Matthew Hoops
2010-05-27Add some null checking when pausing/resuming videos.Matthew Hoops
2010-05-26Fix the 'boiling water' videos in the boiler puzzle.Matthew Hoops
2010-05-25Fix a Myst regression: not a good idea to use memset on a Common::String :)Matthew Hoops
2010-05-25Implement *scpbtn and *_domecheck. The domes can now be opened/closed (not us...Matthew Hoops
2010-05-23Move Mohawk's QuickTime code to graphics/ (and QDM2 to sound, disabled when M...Matthew Hoops