aboutsummaryrefslogtreecommitdiff
path: root/engines/sword25/fmv/theora_decoder.cpp
AgeCommit message (Expand)Author
2012-08-12VIDEO: Move TheoraDecoder to video/Matthew Hoops
2012-05-28VIDEO: Add volume/balance control to VideoDecoderMatthew Hoops
2012-05-12VIDEO: Change getElapsedTime() into getTime()Matthew Hoops
2011-06-23SWORD25: Add error checks after allocating memory with mallocJulien
2011-06-12SWORD25: Removed leftover dead codeFilippos Karapetis
2011-05-23SWORD25: Fix Theora audio endianismAlyssa Milburn
2011-05-23SWORD25: Properly use Theora picture offset/dimensionsMatthew Hoops
2011-05-18SWORD25: Implement TheoraDecoder::pauseVideoIntern()Matthew Hoops
2011-05-18SWORD25: Make Theora handle the case when the packet eos is not setMatthew Hoops
2011-05-18GRAPHICS: Add a YUV to RGB table lookup for use with TheoraMatthew Hoops
2011-05-18SWORD25: Fix a/v sync with using the TheoraDecoder standaloneMatthew Hoops
2011-05-15SWORD25: Begin fixing the TheoraDecoder implementationMatthew Hoops
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-05-01Merge pull request #16 "Add a PixelFormat to Graphics::Surface.".Johannes Schickel
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-04-17SWORD25: Prefer Surface::create taking a PixelFormat over the one taking a by...Johannes Schickel
2011-02-09AUDIO: Rename sound/ dir to audio/Max Horn
2011-02-09VIDEO: In overloaded methods, invoke correct parent implementationMax Horn
2011-02-07VIDEO: Rename VideoDecoder::load() to loadStream()Max Horn
2011-01-30SWORD25: Some optimizations to the Theora decoderFilippos Karapetis
2011-01-23SWORD25: Simplified the YUV->RGBA conversion codeFilippos Karapetis
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