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.cpp
Age
Commit message (
Expand
)
Author
2011-06-23
SWORD25: Add error checks after allocating memory with malloc
Julien
2011-06-12
SWORD25: Removed leftover dead code
Filippos Karapetis
2011-05-23
SWORD25: Fix Theora audio endianism
Alyssa Milburn
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: Make Theora handle the case when the packet eos is not set
Matthew Hoops
2011-05-18
GRAPHICS: Add a YUV to RGB table lookup for use with Theora
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-05-01
Merge pull request #16 "Add a PixelFormat to Graphics::Surface.".
Johannes Schickel
2011-04-28
JANITORIAL: Reduce header dependencies in shared code
Ori Avtalion
2011-04-17
SWORD25: Prefer Surface::create taking a PixelFormat over the one taking a by...
Johannes Schickel
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
SWORD25: Simplified the YUV->RGBA conversion code
Filippos Karapetis
2010-12-31
JANITORIAL: Remove unnecessary semicolon.
Torbjörn Andersson
2010-12-16
VIDEO: Make VideoDecoder::decodeNextFrame() return a const Surface pointer
Matthew Hoops
2010-11-03
SWORD25: cleanup
Max Horn
2010-10-30
SWORD25: Play the cutscene audio
Torbjörn Andersson
2010-10-30
SWORD25: Fix hanging cutscene video
Torbjörn Andersson
2010-10-15
SWORD25: Fix unloading of movies so the menu animation properly loops
Paul Gilbert
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: Movie playback now works
Paul Gilbert
2010-10-12
SWORD25: Put back changes accidentally removed in previous merge.
Eugene Sandulenko
2010-10-12
SWORD25: Merge of my pending changes to movie playback
Paul Gilbert
2010-10-12
SWORD25: Bugfixes for video playback.
Eugene Sandulenko
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: Added implementation of rint method
Paul Gilbert
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