aboutsummaryrefslogtreecommitdiff
path: root/engines/sword25/fmv
AgeCommit message (Expand)Author
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
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-30SWORD25: Some translations, and a bugfix. Disabled a hack.Filippos Karapetis
2011-01-23VIDEO: Move video classes to Video:: namespaceEugene Sandulenko
2011-01-23SWORD25: Remove unused yuvtorgba.h fileTorbjörn Andersson
2011-01-23GRAPHICS: Move graphics/video/ to video/. Step 1/2Eugene Sandulenko
2011-01-23SWORD25: Simplified the YUV->RGBA conversion codeFilippos Karapetis
2011-01-23SWORD25: Replaced BS_ASSERT() with assert()Filippos Karapetis
2011-01-23SWORD25: Fixed compilationFilippos Karapetis
2011-01-23SWORD25: Removed the custom log class and replaced it with warning/error/debu...Filippos 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-25SWORD25: Get rid of most of the 'kernel service/superclass' codeMax Horn
2010-10-19SWORD25: Enforced code formatting rules in rest of the engineEugene Sandulenko
2010-10-19SWORD25: Fix engine exit when running without theoradecEugene Sandulenko
2010-10-19SWORD25: Enforce code naming conventions in gfx/graphicengine*Eugene Sandulenko
2010-10-15SWORD25: Do not use Kernel::GetService directly anymoreMax Horn
2010-10-15SWORD25: Fix unloading of movies so the menu animation properly loopsPaul Gilbert
2010-10-14SWORD25: Attempt to optimize movie renderingEugene Sandulenko
2010-10-13SWORD25: Hopefully fix compilation when libtheora is not presentFilippos Karapetis
2010-10-13SWORD25: Include common/scummsys.h in places where USE_THEORADEC is usedFilippos Karapetis
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-13SWORD25: Enforced code naming conventions in script/*Eugene Sandulenko
2010-10-13SWORD25: Enforce code naming conventions in fmv/*Eugene Sandulenko
2010-10-13SWORD25: Enforse code naming conventions in PackageManager and Sword25EngineEugene Sandulenko
2010-10-12SWORD25: Fix some warningsEugene Sandulenko
2010-10-12SWORD25: Comply to the code conventions for several classesEugene Sandulenko
2010-10-12SWORD25: unsigned int -> uintEugene Sandulenko
2010-10-12SWORD25: unsigned char -> byteEugene Sandulenko
2010-10-12SWORD25: Movie playback now worksPaul Gilbert
2010-10-12SWORD25: Formatting fixesEugene Sandulenko
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-12Revert "SWORD25: Commit of in-progress MoviePlayer code"Eugene Sandulenko
2010-10-12SWORD25: Commit of in-progress MoviePlayer codePaul Gilbert
2010-10-12SWORD25: removed BS_ prefix from rest of the classes.Eugene Sandulenko
2010-10-12SWORD25: eliminated BS_ prefix in all but kernel/Eugene Sandulenko
2010-10-12SWORD25: Mass-eliminating of BS_ prefix in fmv/ and gfx/Eugene Sandulenko
2010-10-12SWORD25: Added implementation of rint methodPaul Gilbert