aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/support/avi_surface.cpp
AgeCommit message (Collapse)Author
2016-10-28TITANIC: Fix starting queued reverse playing movie clipsPaul Gilbert
2016-10-22TITANIC: Workaround for Doorbot's 'cloak off' movie playbackPaul Gilbert
The original starts a movie for the Doorbot taking his cloak off, but then plays a cutscene of the doorbot first appearing. Because of this delay, our VideoDecoder wasn't correctly playing the movie after. To fix that, new movies are initially paused when started, and then resumed the first time we try to do events checking for it
2016-10-09JANITORIAL: Remove trailing spacesEugene Sandulenko
2016-10-06TITANIC: Fix videos playing vertically flippedPaul Gilbert
2016-10-04TITANIC: Clarify code for vertically flipped blittingPaul Gilbert
2016-10-03TITANIC: Fix playback of single-stream videosPaul Gilbert
2016-10-02TITANIC: Fix AVIDecoder to properly handle transparency video tracksPaul Gilbert
2016-10-02TITANIC: Remove track select logic from AVIDecoderPaul Gilbert
2016-09-29TITANIC: Match AVISurface setup and frame rendering closer to originalPaul Gilbert
2016-09-28TITANIC: Clarify movie secondary video tracks as a transparency maskPaul Gilbert
2016-09-01TITANIC: Convert many static_casts to dynamic_castPaul Gilbert
2016-09-01TITANIC: Fix to setting and checking soundsPaul Gilbert
2016-08-31TITANIC: Improvements to view change animationsPaul Gilbert
2016-08-31TITANIC: View change animations now partially workingPaul Gilbert
2016-08-01TITANIC: Fix Coverity warningsPaul Gilbert
2016-07-23TITANIC: Fix for movie play ranges that end at the AVI file endPaul Gilbert
2016-07-23TITANIC: Clarification and fixes for movie reverse and repeat flagsPaul Gilbert
2016-07-23TITANIC: Fixes and simplification of AVISurfacePaul Gilbert
2016-07-20TITANIC: Add movie _handled flag, simplify frame timinig codePaul Gilbert
2016-07-18TITANIC: Fix loading of movies with only a single video trackPaul Gilbert
2016-07-17TITANIC: Fixes for mouse cursor/movie frame handlingPaul Gilbert
2016-07-17TITANIC: Further implementation of movie frame decodingPaul Gilbert
2016-07-17TITANIC: Making the AVISurface frameInfo a video surfacePaul Gilbert
2016-07-17TITANIC: Fix warnings in AVISurfacePaul Gilbert
2016-07-17TITANIC: Change AVISurface to use a separate AVIDecoder for each video trackPaul Gilbert
2016-07-15TITANIC: Added OSVideoSurface flipVerticallyPaul Gilbert
2016-07-15TITANIC: Named two remaining OSMovie virtual methodsPaul Gilbert
2016-07-15TITANIC: Major implementation of OSMovie and AVISurface classesPaul Gilbert
2016-07-15TITANIC: Beginnings of AVISurface classPaul Gilbert