Age | Commit message (Collapse) | Author |
|
svn-id: r35819
|
|
svn-id: r35818
|
|
svn-id: r35817
|
|
- 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
|
|
svn-id: r35781
|
|
svn-id: r35777
|
|
meant to play full screen videos)
svn-id: r35776
|
|
svn-id: r35775
|
|
svn-id: r35774
|
|
- 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
|
|
yet) - step 1
svn-id: r35757
|
|
svn-id: r35755
|
|
players
svn-id: r35742
|
|
similar method names as the DXA and Smacker players. Also, removed the convenience method hasFrames(), as it's the same as getFrameCount() > 0
svn-id: r35741
|
|
svn-id: r35740
|
|
svn-id: r35698
|
|
svn-id: r35581
|
|
svn-id: r35579
|
|
invalid reads in the audio stream
svn-id: r35577
|
|
svn-id: r35481
|
|
svn-id: r35470
|