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
/
sword25
/
fmv
/
theora_decoder.h
Age
Commit message (
Expand
)
Author
2011-05-23
SWORD25: Properly use Theora picture offset/dimensions
Matthew Hoops
2011-05-18
SWORD25: Implement TheoraDecoder::pauseVideoIntern()
Matthew Hoops
2011-05-18
SWORD25: Fix a/v sync with using the TheoraDecoder standalone
Matthew Hoops
2011-05-15
SWORD25: Begin fixing the TheoraDecoder implementation
Matthew Hoops
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-09
AUDIO: Rename sound/ dir to audio/
Max Horn
2011-02-09
VIDEO: In overloaded methods, invoke correct parent implementation
Max Horn
2011-02-07
VIDEO: Rename VideoDecoder::load() to loadStream()
Max Horn
2011-01-30
SWORD25: Some optimizations to the Theora decoder
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
2011-01-23
SWORD25: Simplified the YUV->RGBA conversion code
Filippos Karapetis
2010-12-16
VIDEO: Make VideoDecoder::decodeNextFrame() return a const Surface pointer
Matthew Hoops
2010-10-13
SWORD25: Include common/scummsys.h in places where USE_THEORADEC is used
Filippos Karapetis
2010-10-13
SWORD25: Renamed ENABLE_THEORADEC to USE_THEORADEC (like in configure)
Filippos Karapetis
2010-10-13
SWORD25: Renamed ENABLE_THEORA to ENABLE_THEORADEC (like in configure)
Filippos Karapetis
2010-10-13
SWORD25: Added a ENABLE_THEORA define inside fmv/theora_decoder.h
Filippos Karapetis
2010-10-12
SWORD25: Merge of my pending changes to movie playback
Paul Gilbert
2010-10-12
SWORD25: Implement playback. Blitting is TODO.
Eugene Sandulenko
2010-10-12
SWORD25: Started to hook TheoraDecoder. Crashes at startup.
Eugene Sandulenko
2010-10-12
SWORD25: Mass-astyle.
Eugene Sandulenko
2010-10-12
SWORD25: Finish preliminary implementation of Theora decoder
Eugene Sandulenko
2010-10-12
SWORD25: Start of plugging audio to Theora decoder
Eugene Sandulenko
2010-10-12
SWORD25: Start for VideoDecoder-compatible Theora player.
Eugene Sandulenko