-
Notifications
You must be signed in to change notification settings - Fork 103
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Enchantments] * Playlists: Adds playlists support (for M3U, PLS, YoutubeDL, Torrent) * Sessions: Allows to open a previously opened session with the same configuration * Subtitles: Improves suggestions and adds SearchLocal/SearchLocalOnInputType/SearchOnline/SearchOnlineOnInputType configuration * Renderer: Improves compatibility with proper fallback to WARP device and improves the way you specify a GPU adapter * ModelView: Includes playlist items and streams (embedded and external) in library's model view * OpenAsync: Improves threading implementation, locking and interrupts [Issues] * Fixes a critical issue with timestamps (mainly for some avi files while using show frame prev/next) * Fixes an NPE on Renderer's SetViewport * Fixes an NPE on Audio.Mute [Control.WPF Enchantments] * Playlists: Adds playlists support (on pop-up menu) * Settings: Adds Search Local / Search Online * External Streams: Will be all now be under External sub-menu * UI Config: Extends UI Config with the subtitles options [Control.WPF Issues] * Fixes an issue that it wouldn't go idle when the mouse was above the sliders [Important / Breaking Changes] * Player.Title can now be accessed from Player.Playlist.Selected.Title * Player.PlaybackCompleted renamed to Player.PlaybackStopped * Player.[AVS].Inputs and Player.[AVS].ExternalStreams can be accessed from Playlist.Items and Playlist.Items[N].External[AVS]Streams * LogOutput for files now will not append by default check Engine.Config.LogAppend * Config.Video.GPUAdapterLUID renamed to Config.Video.GPUAdapter (LUID can change on system reboot, now you can use a string to match) * Player can start playing now before the control's assignment or its handle creation * Changes the way that Player's Open Completed events will fire (only what user requested to open). If you still need to catch all the events subscribe on the Decoder Context's events (Player.decoder)
- Loading branch information
Showing
6 changed files
with
22 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters