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
/
engines
/
sci
/
video
/
seq_decoder.cpp
Age
Commit message (
Expand
)
Author
2011-02-07
VIDEO: Rename VideoDecoder::load() to loadStream()
Max Horn
2011-02-07
SCI: Unified the SEQ and robot palette code, and fixed the include safeguard ...
Filippos Karapetis
2010-12-16
VIDEO: Make VideoDecoder::decodeNextFrame() return a const Surface pointer
Matthew Hoops
2010-11-19
ALL: Push down deps on stream.h from .h to .cpp files
Max Horn
2010-08-04
GRAPHICS: Change signature of VideoDecoder::load()
Max Horn
2010-08-04
SCI: Silence valgrind warning (thanks to syke for pointing out)
Matthew Hoops
2010-05-18
Committing the rest of the VideoDecoder Rewrite from patch #2963496.
Matthew Hoops
2010-05-17
Change VideoDecoder::getCurFrame() to mean the last frame drawn instead of th...
Matthew Hoops
2010-01-25
Strip trailing spaces/tabs.
Johannes Schickel
2010-01-06
Removed one more hardcoded screen dimension
Filippos Karapetis
2010-01-06
Removed all hardcoded screen sizes
Filippos Karapetis
2009-12-30
The wrapper for the VMD decoder is only used in the SCI engine for SCI32 game...
Filippos Karapetis