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