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
/
mohawk
/
video.h
Age
Commit message (
Expand
)
Author
2018-03-31
MOHAWK: Fix some clang-tidy warnings
Bastien Bouclet
2017-07-30
MOHAWK: Myst: Set the mixer sound type to SFX for videos
Bastien Bouclet
2017-07-22
MOHAWK: Myst: Change blocking movies and waits to use the main loop
Bastien Bouclet
2017-07-22
MOHAWK: Remove unused parameters VideoManager
Bastien Bouclet
2017-07-22
MOHAWK: Get rid of VideoHandle
Bastien Bouclet
2017-07-22
MOHAWK: Myst: Remove delayUntilMovieEnds
Bastien Bouclet
2017-07-03
MOHAWK: Rewrite the Riven movie manager
Bastien Bouclet
2017-07-03
MOHAWK: Move MLST loading to RivenCard
Bastien Bouclet
2017-07-03
MOHAWK: Remove VideoHandle usage
Bastien Bouclet
2016-10-09
JANITORIAL: Remove trailing spaces
Eugene Sandulenko
2016-03-05
MOHAWK: Drawing a single movie frame no longer updates all the movies
Bastien Bouclet
2016-02-13
MOHAWK: Make the conversion from VideoEntryPtr to VideoHandle explicit
Bastien Bouclet
2015-07-17
MOHAWK: Move further VideoManager functionality to VideoEntry
Matthew Hoops
2015-07-17
MOHAWK: Make video handles actual objects
Matthew Hoops
2015-04-11
MOHAWK: Run Myst in 8bpp
Matthew Hoops
2014-03-03
MOHAWK: Fix Riven movie volume clipping
Matthew Hoops
2014-02-18
MOHAWK: Make GPL headers consistent in themselves.
Johannes Schickel
2012-12-16
MOHAWK: Implement Mechanical fortress rotation
Bastien Bouclet
2012-12-16
MOHAWK: Allow changing video rates
Bastien Bouclet
2012-09-21
VIDEO: Make getCurFrame declaration consistent
Willem Jan Palenstijn
2012-08-16
VIDEO: Merge AdvancedVideoDecoder into VideoDecoder
Matthew Hoops
2012-08-12
MOHAWK: Use setStopTime()
Matthew Hoops
2012-07-27
VIDEO: Adapt QuickTimeDecoder to the AdvancedVideoDecoder API
Matthew Hoops
2012-05-28
MOHAWK: Use video volume control in Riven
Matthew Hoops
2012-05-12
VIDEO: Change getElapsedTime() into getTime()
Matthew Hoops
2011-12-12
MOHAWK: Fix Stoneship's hologram projector
Matthew Hoops
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-03-21
MOHAWK: Add a getDuration() function to the VideoManager
Matthew Hoops
2011-02-09
VIDEO: Remove unused SeekableVideoDecoder::seekToFrame method
Max Horn
2011-02-07
VIDEO: Replace Video::VideoTimestamp with Audio::Timestamp
Max Horn
2011-01-27
MOHAWK: Allow videos to be paused individually
Bastien Bouclet
2011-01-23
MOHAWK: Fix the Riven demo intro sequence (a regression from r55188)
Matthew Hoops
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-18
MOHAWK: Rename some VideoManager functions so we have some unified naming bet...
Matthew Hoops
2011-01-15
MOHAWK: Implement Myst's clock tower gears puzzle
Bastien Bouclet
2011-01-11
MOHAWK: Adapt the VideoManager to allow for seeking; cleanup
Matthew Hoops
2011-01-09
MOHAWK: Cleanup named video handling
Matthew Hoops
2010-12-21
MOHAWK: Remove sound.h include from resource.h
Alyssa Milburn
2010-12-09
MOHAWK: Allow background videos to be played/manipulated with resource handles
Alyssa Milburn
2010-11-23
MOHAWK: Pass objs by const ref not by value
Max Horn
2010-09-01
MOHAWK: Implement xbookclick
Matthew Hoops
2010-06-01
Fix videos in Riven activated from a different card from which they are playe...
Matthew Hoops
2010-05-25
Implement *scpbtn and *_domecheck. The domes can now be opened/closed (not us...
Matthew Hoops
2010-05-23
Move Mohawk's QuickTime code to graphics/ (and QDM2 to sound, disabled when M...
Matthew Hoops