aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/video/video_theora_player.cpp
AgeCommit message (Expand)Author
2019-11-14WINTERMUTE: Fix Missing Default Switch CasesD G Turner
2014-10-15WINTERMUTE: Lose unnecessary if() in VideoTheoraPlayerTobia Tesan
2014-10-15WINTERMUTE: Rename VideoTheoraPlayer->_subtitles to _foundSubtitles for clarityTobia Tesan
2014-10-15WINTERMUTE: Avoid doing check before delete (deleting 0-pointer is safe)Tobia Tesan
2014-10-15WINTERMUTE: Use Common::String in place of char *text in loadSubtitlesTobia Tesan
2014-10-15WINTERMUTE: Make sure subtitle files could be found before anything elseTobia Tesan
2014-10-15WINTERMUTE: Correctly delete _subtitler (which is not an array)Tobia Tesan
2014-10-15WINTERMUTE: Mass ScummVM-style renaming in subtitles codeTobia Tesan
2014-10-15WINTERMUTE: Display subtitles in consoleTobia Tesan
2014-10-15WINTERMUTE: Reinstate subtitle loadingTobia Tesan
2014-10-15WINTERMUTE: Import subtitle code from WME1Tobia Tesan
2014-04-17WINTERMUTE: Add a warning when trying to play video without Theoradec-supportEinar Johan Trøan Sømåen
2014-02-18WINTERMUTE: Make GPL headers consistent in themselves.Johannes Schickel
2014-02-05WINTERMUTE: Change the copyFrom-simplifications to depend on pitch instead of...Einar Johan Trøan Sømåen
2014-01-22WINTERMUTE: Two minor formatting fixes.Johannes Schickel
2014-01-21WINTERMUTE: Avoid using Graphics::copyFrom to copy FMV-frames.Einar Johan Trøan Sømåen
2013-11-05WINTERMUTE: Transfer Common::Strings explicitly when saving/loading.Einar Johan Trøan Sømåen
2013-11-05WINTERMUTE: Transfer Sint32s explicitly when saving/loading.Einar Johan Trøan Sømåen
2013-11-05WINTERMUTE: Transfer Uint32s explicitly when saving/loading.Einar Johan Trøan Sømåen
2013-10-29WINTERMUTE: Remove BasePlatform::setRect (replace with member-call)Einar Johan Trøan Sømåen
2013-10-28WINTERMUTE: Transfer booleans explicitly when saving/loading.Einar Johan Trøan Sømåen
2013-08-13WINTERMUTE: Be explicit when storing Floats in savegames.Einar Johan Trøan Sømåen
2013-08-09WINTERMUTE: Avoid setting alpha-image when filename is ""Einar Johan Trøan Sømåen
2013-08-07Merge pull request #365 from lordhoto/protected-pixelsJohannes Schickel
2013-08-04WINTERMUTE: Fix end of namespace comments.Johannes Schickel
2013-08-03WINTERMUTE: Take advantage of Surface::getPixels.Johannes Schickel
2013-07-14JANITORIAL: Remove trailing whitespaceSven Hesse
2013-04-19WINTERMUTE: Rename transfer(void *) to transferPtr(void *) to avoid overload-...Einar Johan Trøan Sømåen
2013-04-18WINTERMUTE: Split the timers from BaseGame into a separate class.Einar Johan Trøan Sømåen
2013-04-17WINTERMUTE: Improve const-usage in VideoTheoraPlayer.Einar Johan Trøan Sømåen
2013-04-17WINTERMUTE: Constify _width and _height in BaseRenderer.Einar Johan Trøan Sømåen
2013-04-17WINTERMUTE: Add sanity check to VideoTheoraPlayerEinar Johan Trøan Sømåen
2013-01-26WINTERMUTE: Replace all NULLs with nullptr.Einar Johan Trøan Sømåen
2012-10-23WINTERMUTE: Add a hack to allow videos to loopEinar Johan Trøan Sømåen
2012-09-11WINTERMUTE: Remove a few more unused includes.Einar Johan Trøan Sømåen
2012-09-11WINTERMUTE: Only include base_renderer.h where neededEinar Johan Trøan Sømåen
2012-08-31WINTERMUTE: Fix g++ warnings listed by LordHotoEinar Johan Trøan Sømåen
2012-08-31WINTERMUTE: Update to use new TGA-decoder and new Video-systemEinar Johan Trøan Sømåen
2012-08-14WINTERMUTE: Clean out some comments in the theora playerEinar Johan Trøan Sømåen
2012-08-13WINTERMUTE: Write alpha properly on big-endian platforms.Einar Johan Trøan Sømåen
2012-08-13WINTERMUTE: WinterMute -> WintermuteEinar Johan Trøan Sømåen
2012-07-30WINTERMUTE: Fix a few memory-leaksEinar Johan Trøan Sømåen
2012-07-29WINTERMUTE: Remove statics and silence spam in debug console.Einar Johan Trøan Sømåen
2012-07-29WINTERMUTE: Introduce a Singleton-class for holding registry/filemanager.Einar Johan Trøan Sømåen
2012-07-27WINTERMUTE: Constructor(args): SuperClass(args) -> Constructor(args) : SuperC...Einar Johan Trøan Sømåen
2012-07-27WINTERMUTE: Remove all unneccessary #if 0 blocksEinar Johan Trøan Sømåen
2012-07-27WINTERMUTE: Clean up some TODOs.Einar Johan Trøan Sømåen
2012-07-26WINTERMUTE: More variable/function renaming VarName->varNameEinar Johan Trøan Sømåen
2012-07-26WINTERMUTE: Remove #if 0 - commented out code.Einar Johan Trøan Sømåen
2012-07-26WINTERMUTE: Run Astyle with add-braces to break one-line statements into easi...Einar Johan Trøan Sømåen