Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-08-08 | VIDEO: Implement VMD frame rendering | Sven Hesse | |
svn-id: r51905 | |||
2010-08-08 | VIDEO: Change the CoktelDecoder::renderBlock*'s signatures | Sven Hesse | |
Change CoktelDecoder::renderBlock*() and IMDDecoder::renderFrame() to receive a Common::Rect instead of mucking about with _dirtyRects. svn-id: r51904 | |||
2010-08-08 | VIDEO: Implement VMD sound | Sven Hesse | |
svn-id: r51903 | |||
2010-08-08 | VIDEO: Implement VMD frame decoding | Sven Hesse | |
svn-id: r51902 | |||
2010-08-08 | VIDEO: Implement VMDDecoder::seek() | Sven Hesse | |
svn-id: r51901 | |||
2010-08-08 | VIDEO: Fix compilation after the VideoDecoder::load signature change in r51725 | Sven Hesse | |
svn-id: r51900 | |||
2010-08-08 | VIDEO: Implement embedded file handling for VMDs | Sven Hesse | |
svn-id: r51899 | |||
2010-08-08 | VIDEO: Implement VMD loading | Sven Hesse | |
svn-id: r51898 | |||
2010-08-08 | VIDEO: Move the frame calculation out of seek() | Sven Hesse | |
svn-id: r51897 | |||
2010-08-08 | VIDEO/GOB: Stubb VMDDecoder | Sven Hesse | |
svn-id: r51896 | |||
2010-08-08 | GOB: Adapt the remaining bits to the new VideoPlayer interface | Sven Hesse | |
svn-id: r51895 | |||
2010-08-08 | GOB: Make o6_loadCursor use the new VideoPlayer interface | Sven Hesse | |
svn-id: r51894 | |||
2010-08-08 | GOB: Add copyFrame | Sven Hesse | |
svn-id: r51893 | |||
2010-08-08 | VIDEO: Add getSurface | Sven Hesse | |
svn-id: r51892 | |||
2010-08-08 | GOB: Make o6_playVmdOrMusic use the new VideoPlayer interface | Sven Hesse | |
svn-id: r51891 | |||
2010-08-08 | VIDEO: Fix deLZ77'ing video data directly onto the video surface | Sven Hesse | |
svn-id: r51890 | |||
2010-08-08 | VIDEO: Add some comments, fix a style issue | Sven Hesse | |
svn-id: r51888 | |||
2010-08-08 | GOB: Fix videos with the kNoVideo flag | Sven Hesse | |
svn-id: r51887 | |||
2010-08-08 | VIDEO: Don't crash when sound is disabled :P | Sven Hesse | |
svn-id: r51886 | |||
2010-08-08 | GOB: Make the demoplayer use the new VideoPlayer interface | Sven Hesse | |
svn-id: r51885 | |||
2010-08-08 | VIDEO: renderBlockWhole2Y still works | Sven Hesse | |
svn-id: r51884 | |||
2010-08-08 | GOB: Fix another another with continuing videos | Sven Hesse | |
svn-id: r51883 | |||
2010-08-08 | GOB: Play 23 frames backwards, not back to frame 23 | Sven Hesse | |
svn-id: r51882 | |||
2010-08-08 | VIDEO: Fix another IMD seek issue | Sven Hesse | |
svn-id: r51881 | |||
2010-08-08 | GOB: Another VideoPlayer interface adaption | Sven Hesse | |
svn-id: r51880 | |||
2010-08-08 | GOB: Make the Bargon Attack intro use the new VideoPlayer interface | Sven Hesse | |
svn-id: r51879 | |||
2010-08-08 | GOB: Fix video continuing | Sven Hesse | |
svn-id: r51878 | |||
2010-08-08 | VIDEO: Fix another IMD seek issue | Sven Hesse | |
svn-id: r51877 | |||
2010-08-08 | GOB: Make o4_playVmdOrMusic use the new VideoPlayer interface | Sven Hesse | |
svn-id: r51876 | |||
2010-08-08 | VIDEO/GOB: Stub hasEmbeddedFile / getEmbeddedFile | Sven Hesse | |
Stubbing CoktelDecoder::hasEmbeddedFile() and CoktelDecoder::getEmbeddedFile(), formerly hasExtraData/getExtraData. svn-id: r51875 | |||
2010-08-08 | VIDEO: Make getFrameRate() protected again | Sven Hesse | |
svn-id: r51874 | |||
2010-08-08 | GOB: Minor cleanup | Sven Hesse | |
svn-id: r51873 | |||
2010-08-08 | GOB: Fix video workaround detection | Sven Hesse | |
svn-id: r51872 | |||
2010-08-08 | VIDEO/GOB: Fix IMD playing | Sven Hesse | |
Fix IMD playing for some fringe cases, especially when seeking beforehand. svn-id: r51871 | |||
2010-08-08 | VIDEO/GOB: Fixing the frame rate for mult'd videos. | Sven Hesse | |
In the gob engine, some videos are opened, and then played, at a later time, one frame at a time. In this case, we need to emulate the original's video player's behaviour, not calculating any "lag" for videos without sound. svn-id: r51870 | |||
2010-08-08 | GOB: Use the new VideoPlayer interface for coktel.imd | Sven Hesse | |
svn-id: r51869 | |||
2010-08-08 | GOB: Make playImd() use the new VideoPlayer interface | Sven Hesse | |
svn-id: r51868 | |||
2010-08-08 | VIDEO/GOB: Implement IMD frame rendering | Sven Hesse | |
svn-id: r51867 | |||
2010-08-08 | VIDEO/GOB: Implement IMD frame decoding | Sven Hesse | |
Rendering the frame video data is still stubbed out. svn-id: r51866 | |||
2010-08-08 | VIDEO/GOB: Implement IMD loading | Sven Hesse | |
svn-id: r51865 | |||
2010-08-08 | GOB: Make o2_playImd use the new VideoPlayer interface | Sven Hesse | |
svn-id: r51864 | |||
2010-08-08 | GOB: Hook the new IMDDecoder into VideoPlayer | Sven Hesse | |
svn-id: r51863 | |||
2010-08-08 | VIDEO: Stub IMDDecoder | Sven Hesse | |
svn-id: r51862 | |||
2010-08-08 | GOB: Properly utilize FixedRateVideoDecoder::getTimeToNextFrame() | Sven Hesse | |
svn-id: r51861 | |||
2010-08-08 | VIDEO: Add CoktelDecoder::setFrameRate(). | Sven Hesse | |
Allows client code to overwrite the video's frame rate. svn-id: r51860 | |||
2010-08-08 | VIDEO/GOB: Add CoktelDecoder::getDirtyRects() | Sven Hesse | |
This allows for the client code to only update the parts of the video frames that actually changed. svn-id: r51859 | |||
2010-08-08 | VIDEO/GOB: Add CoktelDecoder::setXY() | Sven Hesse | |
This allows for positioning the video within the video memory. svn-id: r51858 | |||
2010-08-08 | VIDEO/GOB: Add setSurfaceMemory() to CoktelDecoder | Sven Hesse | |
This allows the video player to directly draw onto its own video memory without having to blit each frame another time. Will also be needed for proper handling of transparency in Woodruff. svn-id: r51857 | |||
2010-08-08 | GOB: Basic video playback using the new interface | Sven Hesse | |
Implement basic video playback using the new VideoPlayer interface. Still quite stubby, still lots of stuff missing. svn-id: r51856 | |||
2010-08-08 | GOB: Fix an copy&paste error | Sven Hesse | |
Fixing an accidentally overwritten video file name svn-id: r51855 |