-
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.
Updates to v3.7.52 (FlyleafLib) / v1.3.12 (FlyleafME) / v1.0.31 (Flyl…
…eafHost.WinUI) * Renderer: Alpha blend improvements * Renderer: Introduces Config.Video.PresentFlags which allows to configure waitable / non-waitable swap chains * Renderer: Removes HLG define for pixel shader (currently works better without it) * Renderer: Exposing Config.Video.MaxFrameLatency to manually set it if required * Renderer: Adds support for big-endian pixel formats through SwsScale * AudioDecoder: Minor filter graph improvements * VideoStream: Fixes an issue with fps (mainly for broken formats) * Subtitles: Adds Bitmap support with alpha blend (mainly for dvd/blu-ray) * Player: Fixes an issue with the duration reported as one frame duration less * Player: Latency improvements * Updates MaterialDesignThemes and System.Text.Json packages [Breaking Changes] Changing the swap chain to non-waitable by default which should reduce player's re-buffering during GPU overload (e.g. when user interacts with the UI and decodes a 4K/8K video or using multiple swap chains/players). This also reduces the latency as the decoder does not require to wait for 10ms (sleep). You can use the previous behaviour by setting PresentFlags back to None.
- Loading branch information
Showing
4 changed files
with
22 additions
and
8 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