Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-01-11 | Committed a modified version of wjp's patch for the video player: | Filippos Karapetis | |
- Split the video player from the video decoders. It's now possible to have one video player for multiple decoders - Added the palette weight calculation from the BS1 engine into VideoPlayer::setPalette. It's now possible to find the values of the white and black colors via getWhite() and getBlack() (useful for subtitle overlays) - Adapted FTA2's movie playing code to the new changes to video player - Fixed a slight bug in the DXA decoder (_videoinfo.startTime was not initialized) svn-id: r35816 | |||
2009-01-07 | Reduced header deps | Max Horn | |
svn-id: r35781 | |||
2009-01-07 | Further merging of the SMK and DXA players (the FLIC player is not done yet): | Filippos Karapetis | |
- Added a new class, VideoPlayer(), from which both the SMK and the DXA player inherit. This class provides generic functions and public methods for the inherited video classes. Default implementations have been made for these public methods, and the virtual ones can be overriden in inherited classes - There is now a default implementation of the function that sets the video palette - A basic video player for inherited classes has been added with method playVideo(). This is able to play a fullscreen non-interactive video, which can be skipped with events set by the caller. Postprocessing methods, which draw upon each frame (e.g. subtitles) can be done by implementing performPostProcessing() - The FTA2 movie player now uses the new playVideo() method - The new video player code is compatible with the old one (i.e. no changes to the existing engine code are necessary), but it's now possible to reduce engine code for video playing considerably svn-id: r35772 | |||
2009-01-06 | An attempt to unify the different video players (FLIC player is not finished ↵ | Filippos Karapetis | |
yet) - step 1 svn-id: r35757 | |||
2009-01-03 | Proper lag calculation even if the SMK has no audio | Sven Hesse | |
svn-id: r35698 | |||
2008-12-27 | Initializing the lookahead values, too. No more valgrind warnings anymore :) | Sven Hesse | |
svn-id: r35581 | |||
2008-12-27 | Fixing the invalid read (BitStream having a 2 byte lookahead and all :P) | Sven Hesse | |
svn-id: r35579 | |||
2008-12-27 | The BitStream class has a 2 byte lookahead. Hopefully, this will fix the ↵ | Filippos Karapetis | |
invalid reads in the audio stream svn-id: r35577 | |||
2008-12-22 | Fixed indentation and removed whitespaces at the end of line | Jordi Vilalta Prat | |
svn-id: r35481 | |||
2008-12-21 | Move all video players to separate directory | Eugene Sandulenko | |
svn-id: r35470 |