1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-21 12:23:53 +00:00
openmw/extern/ogre-ffmpeg-videoplayer
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
..
audiodecoder.cpp Videoplayer fixes, play/pause & seeking 2014-10-24 21:31:11 +02:00
audiodecoder.hpp Videoplayer fixes, play/pause & seeking 2014-10-24 21:31:11 +02:00
audiofactory.hpp Add missing header to CMakeLists, remove stale comment 2014-10-22 22:41:05 +02:00
CMakeLists.txt Videoplayer fixes, play/pause & seeking 2014-10-24 21:31:11 +02:00
libavwrapper.cpp Refactor video player engine to get rid of MWSound dependencies 2014-10-22 22:33:32 +02:00
License.txt Refactor video player engine to get rid of MWSound dependencies 2014-10-22 22:33:32 +02:00
videodefs.hpp namespace fix, improve comment 2014-10-22 23:22:22 +02:00
videoplayer.cpp Videoplayer fixes, play/pause & seeking 2014-10-24 21:31:11 +02:00
videoplayer.hpp Videoplayer fixes, play/pause & seeking 2014-10-24 21:31:11 +02:00
videostate.cpp Videoplayer fixes, play/pause & seeking 2014-10-24 21:31:11 +02:00
videostate.hpp Videoplayer fixes, play/pause & seeking 2014-10-24 21:31:11 +02:00