1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-12 03:36:32 +00:00
OpenMW/apps/openmw
scrawl b39d69e98c Videoplayer fixes, play/pause & seeking
- Fix rindex overflow
 - Fix audio sample size bugs (was using sample_fmt and channel count of the decoder, instead of the resampled settings). We didn't notice this bug before, because the OpenAL MovieAudioFactory tries to resample to a format of the same byte size.
 - Add support for play/pause and seeking controls (not used by cutscenes in OpenMW)
 - Closing the video when arriving at the stream end is now handled by the user (we may also want to keep the video open and seek back)

The video player now has a standalone demo, at https://github.com/scrawl/ogre-ffmpeg-videoplayer
2014-10-24 21:31:11 +02:00
..
mwbase Fix blindness and create a separate fader for it 2014-10-12 19:06:40 +02:00
mwclass Merge remote-tracking branch 'lgro/issue1887_equipped_items_doesnt_emit_sound' 2014-10-12 14:06:08 +02:00
mwdialogue
mwgui Videoplayer fixes, play/pause & seeking 2014-10-24 21:31:11 +02:00
mwinput
mwmechanics Compile fix 2014-10-20 17:45:24 +02:00
mwrender Refactor video player engine to get rid of MWSound dependencies 2014-10-22 22:33:32 +02:00
mwscript better script compiler diagnostics 2014-10-17 10:59:25 +02:00
mwsound Videoplayer fixes, play/pause & seeking 2014-10-24 21:31:11 +02:00
mwstate
mwworld Properly handle DialInfo records that were marked as Deleted (Fixes #2035) 2014-10-19 17:46:28 +02:00
android_main.c
CMakeLists.txt Refactor video player engine to get rid of MWSound dependencies 2014-10-22 22:33:32 +02:00
crashcatcher.cpp
doc.hpp
engine.cpp
engine.hpp
main.cpp