diff --git a/FlyleafLib/FlyleafLib.csproj b/FlyleafLib/FlyleafLib.csproj index e8c7fa2b..5c91b3e1 100644 --- a/FlyleafLib/FlyleafLib.csproj +++ b/FlyleafLib/FlyleafLib.csproj @@ -8,7 +8,7 @@ Media Player .NET Library for WPF/WinForms (based on FFmpeg/DirectX) - 3.4.9 + 3.4.10 SuRGeoNix SuRGeoNix © 2022 LGPL-3.0-or-later @@ -17,7 +17,9 @@ true snupkg - Fixes backwards compatibility issues (with Feature Level less than 10) + Adds support for playback speed 1.25, 1.5, 1.75, etc + Fixes Brightness/Contrast dim issues while switching to Flyleaf Video Processor (FLVP) + Disables by default the new Config.Decoder.AllowProfileMismatch as it causes issues (mainly with HEVC) diff --git a/Samples/FlyleafPlayer (WPF Control) (WPF)/MainWindow.xaml b/Samples/FlyleafPlayer (WPF Control) (WPF)/MainWindow.xaml index 7159fc66..f2de122f 100644 --- a/Samples/FlyleafPlayer (WPF Control) (WPF)/MainWindow.xaml +++ b/Samples/FlyleafPlayer (WPF Control) (WPF)/MainWindow.xaml @@ -9,7 +9,7 @@ xmlns:flwpf="clr-namespace:FlyleafLib.Controls.WPF;assembly=FlyleafLib.Controls.WPF" mc:Ignorable="d" - Title="Flyleaf v3.4.7" Height="450" Width="800" Background="Black" Loaded="Window_Loaded" Icon="/Flyleaf.ico"> + Title="Flyleaf v3.4.10" Height="450" Width="800" Background="Black" Loaded="Window_Loaded" Icon="/Flyleaf.ico">