Releases: databrary/datavyu-ffmpegplugin
Releases · databrary/datavyu-ffmpegplugin
v0.24
FFmpeg plugin 0.23
Bug Fixes
- Fixed window resizing for SDL and AVFoundation players
- Fixed AVFoundation Player Rate transitions.
FFmpeg plugin 0.22
Datavyu FFmpeg Plugin 0.22
Features
- Handle key events on FFmpeg Player window (Windows Platform only)
- Enabled CI integration
Bug Fixes
- Fixed FFmpeg Player NaN presentation time values when seeking.
- Fixed FFmpeg Player Deadlocks when seeking.
- Fixed crashes when disposing of media player.
- Fixed seeks and jogging accuracy.
- Fixed laggy playback after a seek.
- Display the last frame when seeking to the end of a stream.
- Fixed media Player State transition natively.
FFmpeg plugin 0.21
Datavyu FFmpeg Plugin 0.21
Features
- Mute FFmpeg player during seeks.
- Handle multiple SDL windows.
Bug Fixes
- Fixed SDL resources clean up for multiple windows instance.
- Fixed AVFoundation Player Rate transitions.
FFmpeg plugin 0.20
Datavyu FFmpeg Plugin 0.20
Features
- Faster FFmpeg Player image rendering with the SDL bridge
Bug Fixes
- Fixed FFmpeg Player 1x display speed.
- Fixed FFmpeg/SDL Player mute and volume controls.
FFmpeg plugin 0.19
Datavyu FFmpeg Plugin 0.19
Features
- Added AVFoundation Media Player for Mac OS platforms.
- Change Native Media Player Start time.
- Seek to a specific frame by requesting the frame number.
- Added Seek Playbacks property supported by the Media Player.
Bug Fixes
- Fixed FFmpeg Player Seek to the video last frame.
- Fixed FFmpeg Player wrong image displayed when instances launched.
- Fixed FFmpeg Player state transitions.
- Fixed FFmpeg Player NaN timestamps when loading a video.
- Fixed FFmpeg Player NullPointerException When loading videos with no audio.
- Fixed FFmpeg Player Seeks overlapping.
- Fixed AVFoundation (Native OSX) player Rate transition after a seek.
- Fixed AVFoundation (Native OSX) players count when destroying player resources.
- Fixed Libraries loader extracting dependencies bug.
- Grab the correct AWT window handler for the MPV player.
- Fixed MPV Player autoplay.