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
/
smk_player.cpp
Age
Commit message (
Expand
)
Author
2009-05-16
Add initial support for DOS non-interactive demos of The Feeble Files.
Travis Howell
2009-03-09
Renamed SMKPlayer -> SmackerDecoder and DXAPlayer -> DXADecoder, as well as s...
Max Horn
2009-01-29
A ton of code formatting fixes; also fixed warnings about single line loops l...
Max Horn
2009-01-23
Renamed Archive::openFile to createReadStreamForMember
Max Horn
2009-01-11
Committed a modified version of wjp's patch for the video player:
Filippos Karapetis
2009-01-07
Reduced header deps
Max Horn
2009-01-07
Further merging of the SMK and DXA players (the FLIC player is not done yet):
Filippos Karapetis
2009-01-06
An attempt to unify the different video players (FLIC player is not finished ...
Filippos Karapetis
2009-01-03
Proper lag calculation even if the SMK has no audio
Sven Hesse
2008-12-27
Initializing the lookahead values, too. No more valgrind warnings anymore :)
Sven Hesse
2008-12-27
Fixing the invalid read (BitStream having a 2 byte lookahead and all :P)
Sven Hesse
2008-12-27
The BitStream class has a 2 byte lookahead. Hopefully, this will fix the inva...
Filippos Karapetis
2008-12-22
Fixed indentation and removed whitespaces at the end of line
Jordi Vilalta Prat
2008-12-21
Move all video players to separate directory
Eugene Sandulenko