aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/videoplayer.cpp
AgeCommit message (Expand)Author
2010-08-08GOB: Adapt the remaining bits to the new VideoPlayer interfaceSven Hesse
2010-08-08GOB: Add copyFrameSven Hesse
2010-08-08GOB: Fix videos with the kNoVideo flagSven Hesse
2010-08-08GOB: Make the demoplayer use the new VideoPlayer interfaceSven Hesse
2010-08-08GOB: Fix another another with continuing videosSven Hesse
2010-08-08GOB: Fix video continuingSven Hesse
2010-08-08VIDEO/GOB: Stub hasEmbeddedFile / getEmbeddedFileSven Hesse
2010-08-08GOB: Minor cleanupSven Hesse
2010-08-08GOB: Fix video workaround detectionSven Hesse
2010-08-08VIDEO/GOB: Implement IMD frame renderingSven Hesse
2010-08-08VIDEO/GOB: Implement IMD frame decodingSven Hesse
2010-08-08VIDEO/GOB: Implement IMD loadingSven Hesse
2010-08-08GOB: Make o2_playImd use the new VideoPlayer interfaceSven Hesse
2010-08-08GOB: Hook the new IMDDecoder into VideoPlayerSven Hesse
2010-08-08GOB: Properly utilize FixedRateVideoDecoder::getTimeToNextFrame()Sven Hesse
2010-08-08VIDEO/GOB: Add CoktelDecoder::getDirtyRects()Sven Hesse
2010-08-08VIDEO/GOB: Add CoktelDecoder::setXY()Sven Hesse
2010-08-08VIDEO/GOB: Add setSurfaceMemory() to CoktelDecoderSven Hesse
2010-08-08GOB: Basic video playback using the new interfaceSven Hesse
2010-08-08GOB: Implement the new VideoPlayer::openVideo function furtherSven Hesse
2010-08-08GOB: Add constants for different surfaces/spritesSven Hesse
2010-08-08GOB: Stub the new VideoPlayer interfaceSven Hesse
2010-08-08VIDEO: Stub a VideoDecoder-like CoktelDecoderSven Hesse
2010-08-04GRAPHICS: Change signature of VideoDecoder::load()Max Horn
2010-05-17Enforce conversion formatting on pointer casts in the DEV code.Johannes Schickel
2010-03-11Adding support for the early Fascination IMD formatSven Hesse
2009-10-23Gob - Fix animations without extensionArnaud Boutonné
2009-10-18gob - Cleanup of previous modificationArnaud Boutonné
2009-10-18gob - "Windows" Gob3 has errors in scripts, calling .IMD videos instead of .V...Arnaud Boutonné
2009-08-24Add another extension: SMDArnaud Boutonné
2009-08-02When ESCing videos, seek to the last frame that was meant to be played. Fixes...Sven Hesse
2009-07-24CoktelVideo cleanup: Splitting up some IMD methods and removing the obsolete ...Sven Hesse
2009-07-24Renaming getAnchor() to getFrameCoords()Sven Hesse
2009-07-24Adding subtitle support to WoodruffSven Hesse
2009-07-17/Finally/ fixing the longstanding flicker bug in Woodruff. I was completely m...Sven Hesse
2009-07-17Adding a workaround for the vanishing Coh Cott bug (#1972466), which is actua...Sven Hesse
2009-07-05Added a Key and ShortKey enumSven Hesse
2009-06-22Adding DataIO::existData()Sven Hesse
2009-06-06Fixing the demoplayer's auto double mode and added a REBASE0 option that sets...Sven Hesse
2009-06-06Fixing the Woodruff intro: Using a flag that's /not/ already used be the scriptsSven Hesse
2009-06-06GOB: Got rid of class ReferenceCounter; changed SurfaceDesc::Ptr to SurfaceDe...Max Horn
2009-06-06Demoplayer:Sven Hesse
2009-05-31Fixing a regression in the VideoPlayer, introduced by Fingolfin in r41077Sven Hesse
2009-05-31GOB: Replaced many uses of strdupcpy by Common::StringMax Horn
2009-05-21Splitting a few helper functions out of gob.hSven Hesse
2009-05-20Moving CoktelVideo (IMD/VMD) and the Indeo3 code (needed for Urban Runner's V...Sven Hesse
2009-04-30Adding a strdup-like inline functionSven Hesse
2009-04-29Playing half-sized videos fullscreen in the demoplayerSven Hesse
2009-04-24The video now works correctly in the non-interactive Urban Runner demoSven Hesse
2009-01-01Whoa! Removing trailing spaces.Eugene Sandulenko