aboutsummaryrefslogtreecommitdiff
path: root/engines/sword25/fmv/theora_decoder.cpp
AgeCommit message (Expand)Author
2010-12-31JANITORIAL: Remove unnecessary semicolon.Torbjörn Andersson
2010-12-16VIDEO: Make VideoDecoder::decodeNextFrame() return a const Surface pointerMatthew Hoops
2010-11-03SWORD25: cleanupMax Horn
2010-10-30SWORD25: Play the cutscene audioTorbjörn Andersson
2010-10-30SWORD25: Fix hanging cutscene videoTorbjörn Andersson
2010-10-15SWORD25: Fix unloading of movies so the menu animation properly loopsPaul Gilbert
2010-10-13SWORD25: Renamed ENABLE_THEORADEC to USE_THEORADEC (like in configure)Filippos Karapetis
2010-10-13SWORD25: Renamed ENABLE_THEORA to ENABLE_THEORADEC (like in configure)Filippos Karapetis
2010-10-13SWORD25: Added a ENABLE_THEORA define inside fmv/theora_decoder.hFilippos Karapetis
2010-10-12SWORD25: Movie playback now worksPaul Gilbert
2010-10-12SWORD25: Put back changes accidentally removed in previous merge.Eugene Sandulenko
2010-10-12SWORD25: Merge of my pending changes to movie playbackPaul Gilbert
2010-10-12SWORD25: Bugfixes for video playback.Eugene Sandulenko
2010-10-12SWORD25: Implement playback. Blitting is TODO.Eugene Sandulenko
2010-10-12SWORD25: Started to hook TheoraDecoder. Crashes at startup.Eugene Sandulenko
2010-10-12SWORD25: Added implementation of rint methodPaul Gilbert
2010-10-12SWORD25: Mass-astyle.Eugene Sandulenko
2010-10-12SWORD25: Finish preliminary implementation of Theora decoderEugene Sandulenko
2010-10-12SWORD25: Start of plugging audio to Theora decoderEugene Sandulenko
2010-10-12SWORD25: Start for VideoDecoder-compatible Theora player.Eugene Sandulenko