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.h
Age
Commit message (
Expand
)
Author
2014-02-18
SCI: Make GPL headers consistent in themselves.
Johannes Schickel
2012-08-16
VIDEO: Merge AdvancedVideoDecoder into VideoDecoder
Matthew Hoops
2012-07-22
VIDEO: Merge the three Fixed* VideoTrack classes
Matthew Hoops
2012-07-21
SCI: Switch SEQDecoder to using the new FixedDurationVideoTrack subclass
Matthew Hoops
2012-07-21
VIDEO: Add getWidth()/getHeight()/getPixelFormat() functions to VideoTrack
Matthew Hoops
2012-07-20
SCI: Move the SEQ code to the new VideoDecoder API
Matthew Hoops
2011-06-20
ALL: Remove trailing whitespaces
Max Horn
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-04-28
JANITORIAL: Reduce header dependencies in shared code
Ori Avtalion
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
2011-01-23
VIDEO: Move video classes to Video:: namespace
Eugene Sandulenko
2011-01-23
GRAPHICS: Move graphics/video/ to video/. Step 1/2
Eugene Sandulenko
2010-12-16
VIDEO: Make VideoDecoder::getPalette() return a const byte pointer
Matthew Hoops
2010-12-16
VIDEO: Make VideoDecoder::decodeNextFrame() return a const Surface pointer
Matthew Hoops
2010-08-04
GRAPHICS: Change signature of VideoDecoder::load()
Max Horn
2010-05-18
Committing the rest of the VideoDecoder Rewrite from patch #2963496.
Matthew Hoops
2009-12-30
The wrapper for the VMD decoder is only used in the SCI engine for SCI32 game...
Filippos Karapetis