Skip to content

Commit

Permalink
Updates to v3.7.7 (FlyleafLib) / v1.2.17 (FlyleafME) / v1.0.4 (Flylea…
Browse files Browse the repository at this point in the history
…fHost.WinUI)

- Audio: Fixes an issue with the calculation of the buffered duration
- Audio: Proper ClearBuffer to ensure no samples left
- Player: MaxLatency improvements, introduces MinLatency (to restore speed to x1)
- Player: More accurate buffered duration calculation and tries to avoid re-buffering for stability
- FlyleafHost.Wpf: Fixes issues with mouse capture/release
- FlyleafHost.Wpf: Fixes issues with dispose
- FlyleafHost.Wpf: Fixes issues in case of reload (unload/load)
  • Loading branch information
SuRGeoNix committed Apr 23, 2023
1 parent 69a29ba commit a6b6cdf
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
2 changes: 1 addition & 1 deletion FlyleafLib.Controls.WPF/FlyleafLib.Controls.WPF.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>net7.0-windows;net6.0-windows;net472</TargetFrameworks>
<UseWindowsForms>true</UseWindowsForms>
<UseWPF>true</UseWPF>
<Version>1.2.16</Version>
<Version>1.2.17</Version>
<Authors>SuRGeoNix</Authors>
<Copyright>SuRGeoNix © 2023</Copyright>
<PackageLicenseExpression>LGPL-3.0-or-later</PackageLicenseExpression>
Expand Down
2 changes: 1 addition & 1 deletion FlyleafLib.Controls.WinUI/FlyleafLib.Controls.WinUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<UseWinUI>true</UseWinUI>
<Nullable>enable</Nullable>
<Authors>SuRGeoNix</Authors>
<Version>1.0.3</Version>
<Version>1.0.4</Version>
<Copyright>SuRGeoNix © 2023</Copyright>
<PackageProjectUrl>https://github.com/SuRGeoNix/Flyleaf</PackageProjectUrl>
<PackageIcon>Flyleaf.png</PackageIcon>
Expand Down
17 changes: 8 additions & 9 deletions FlyleafLib/FlyleafLib.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<PackageIconUrl />
<RepositoryUrl></RepositoryUrl>
<Description>Media Player .NET Library for WinUI 3/WPF/WinForms (based on FFmpeg/DirectX)</Description>
<Version>3.7.6</Version>
<Version>3.7.7</Version>
<Authors>SuRGeoNix</Authors>
<Copyright>SuRGeoNix © 2023</Copyright>
<PackageLicenseExpression>LGPL-3.0-or-later</PackageLicenseExpression>
Expand All @@ -17,14 +17,13 @@
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<PackageReleaseNotes>
- VideoDecoder: Fixes a critical issues with decoder threads for software decoding (it was using only one thread, now should improve performance a lot for sw decoding)
- Config: Introduces Config.Decoder.ShowCorrupted to allow corrupted frames to be shown
- Engine: Fixes a possible null reference issue with the UI thread
- Player.Screamer: Gives priority to audio samples in case of video rendering delay
- Audio: Improves audio sync by clearing the buffer for re-sync based on actual buffered duration (instead of buffers number)
- FlyleafHost.Wpf: Fixes and improvements for keyboard focus and mouse capture
- FlyleafHost.Wpf: Fixes an issue with KeepRatioOnResize while exiting from fullscreen and updates the size when is changed
- FlyleafHost.Wpf: Restores support for the previous FlyleafHost (WPF) implementation for those who prefer not to switch yet (renamed to FlyleafHostOld)
- Audio: Fixes an issue with the calculation of the buffered duration
- Audio: Proper ClearBuffer to ensure no samples left
- Player: MaxLatency improvements, introduces MinLatency (to restore speed to x1)
- Player: More accurate buffered duration calculation and tries to avoid re-buffering for stability
- FlyleafHost.Wpf: Fixes issues with mouse capture/release
- FlyleafHost.Wpf: Fixes issues with dispose
- FlyleafHost.Wpf: Fixes issues in case of reload (unload/load)
</PackageReleaseNotes>
</PropertyGroup>

Expand Down

0 comments on commit a6b6cdf

Please sign in to comment.