aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/videoplayer.cpp
AgeCommit message (Expand)Author
2016-04-14GOB: Reduce audio header dependenciesOri Avtalion
2014-02-18GOB: Make GPL headers consistent in themselves.Johannes Schickel
2013-08-03GOB: Take advantage of Surface::getPixels.Johannes Schickel
2013-08-03GOB: Prefer getBasePtr over direct Surface::pixels access.Johannes Schickel
2012-06-07GOB: Add a way to reopen currently opened IMD/VMD videosSven Hesse
2011-09-08GOB: Made some static data const.Johannes Schickel
2011-09-08JANITORIAL: Fix some formatting glitches in gob, hugo and toonStrangerke
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-17GOB: Do not access Surface::bytesPerPixel anymore.Johannes Schickel
2011-02-07VIDEO: Rename VideoDecoder::load() to loadStream()Max Horn
2011-02-02GOB: Close the just ended live video, not the first oneSven Hesse
2011-02-02GOB: Remove the vidMode parameter from Video::initSurfDescSven Hesse
2011-01-29GOB: Remove unnecessary semicolonTorbjörn Andersson
2011-01-24GOB: Wait for the exact moment of the video sound's endSven Hesse
2011-01-23VIDEO: Move video classes to Video:: namespaceEugene Sandulenko
2011-01-23GOB: Pass engine pause to the VideoPlayer and decodersSven Hesse
2011-01-22GOB: Hacking in multiple live videosSven Hesse
2011-01-22GOB: Extend the good-measure wait to all videos with soundSven Hesse
2011-01-22GOB: Don't blit dirty rectangles while playing a live videoSven Hesse
2011-01-22GOB: Force live videos onto the backSurfaceSven Hesse
2011-01-22GOB: Fix some of the live-video glitchynessSven Hesse
2011-01-22GOB: Actually, startFrame == -2 seems to be the only live video flagSven Hesse
2011-01-22GOB: Don't mess with the break key in Urban RunnerSven Hesse
2011-01-20GOB: Implement looping live videosSven Hesse
2011-01-20GOB: Don't temper with the break key for live videosSven Hesse
2011-01-20GOB: Make blocking videos defaultSven Hesse
2011-01-20GOB: Don't not play videos with only soundSven Hesse
2011-01-20GOB: Reverse-blit the final frame of a live videoSven Hesse
2011-01-20GOB: Urban: Fix missing visuals at Cemetary/LabSven Hesse
2011-01-20GOB: Use Surface::blit() in VideoPlayer::copyFrame()Sven Hesse
2011-01-20GOB: Make Urban Runner's "3D view" work againSven Hesse
2011-01-19GOB: Implement "live" (non-blocking) videosSven Hesse
2011-01-17GOB: Fix the flow rate gauge in Urban RunnerSven Hesse
2011-01-16GOB: Don't clobber the global paletteSven Hesse
2011-01-16GOB: Allow true-color VMD cursorsSven Hesse
2011-01-16GOB: Add the property switchColorModeSven Hesse
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-10-31GOB: Clean up class DataIOSven Hesse
2010-10-15GOB: Remove the now useless helper.hSven Hesse
2010-09-30GOB: Change all drawing to use class SurfaceSven Hesse
2010-08-08VIDEO: Use proper palettes in CoktelDecoderSven Hesse
2010-08-08VIDEO: Change the mixer parameter from a reference to a pointerSven Hesse
2010-08-08GOB: Reactivate the Coh-Cott-workaroundSven Hesse
2010-08-08GOB: Handle VMD subtitles againSven Hesse
2010-08-08GOB: Partly fixing VMD slot playingSven Hesse
2010-08-08GOB: Fix playing of slot videosSven Hesse
2010-08-08GOB: Fix playing of sound VMDs with a starting frame != 0Sven Hesse
2010-08-08VIDEO/GOB: Implement and use CoktelDecoder::getFrameCoords()Sven Hesse
2010-08-08VIDEO: Fix compilation after the VideoDecoder::load signature change in r51725Sven Hesse