index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
graphics
/
video
/
video_player.cpp
Age
Commit message (
Expand
)
Author
2010-01-22
Silenced some more cppcheck warnings. Some of these may seem silly, but the way
Torbjörn Andersson
2009-10-16
Added a new convenience method to the video player, which adds the event of s...
Filippos Karapetis
2009-05-20
- Reverted commit #40730, as it introduced rounding errors
Filippos Karapetis
2009-05-19
Changed calculations based on frame delay to be based on the scale of 1ms, no...
Filippos Karapetis
2009-03-09
Renamed SMKPlayer -> SmackerDecoder and DXAPlayer -> DXADecoder, as well as s...
Max Horn
2009-02-15
- Replace OSystem::clearScreen with OSystem::fillScreen as discussed on -devel.
Johannes Schickel
2009-01-30
do not include common/debug.h from common/util.h
Max Horn
2009-01-11
Stop recalculating the x and y coordinates for every frame in playVideo()
Filippos Karapetis
2009-01-11
Oops... *really* fixed compilation
Filippos Karapetis
2009-01-11
Committed a modified version of wjp's patch for the video player:
Filippos Karapetis
2009-01-07
Clear the screen to black before showing a video with playVideo() (it's meant...
Filippos Karapetis
2009-01-07
Move videoPalette inside setPalette(), as it's only used there
Filippos Karapetis
2009-01-07
Further merging of the SMK and DXA players (the FLIC player is not done yet):
Filippos Karapetis