Skip to content

Commit

Permalink
Updates to v3.7.32 (FlyleafLib) / v1.2.31 (FlyleafME) / v1.0.17 (Flyl…
Browse files Browse the repository at this point in the history
…eafHost.WinUI)

- AudioDecoder (Filters): Simplifies Min Samples and adds also Max Samples (20-70ms)
- AudioDecoder (Filters): Resync timestamps in case of audio gaps (mainly for live streams and during codec change events)
- VideoDecoder: Minor improvements
- Player: Fixes a possible AccessViolation issue with audio device (introduced in 3.7.28)
  • Loading branch information
SuRGeoNix committed Nov 11, 2023
1 parent 9de3d16 commit 05d4f96
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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.30</Version>
<Version>1.2.31</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.16</Version>
<Version>1.0.17</Version>
<Copyright>SuRGeoNix © 2023</Copyright>
<PackageProjectUrl>https://github.com/SuRGeoNix/Flyleaf</PackageProjectUrl>
<PackageIcon>Flyleaf.png</PackageIcon>
Expand Down
10 changes: 5 additions & 5 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.31</Version>
<Version>3.7.32</Version>
<Authors>SuRGeoNix</Authors>
<Copyright>SuRGeoNix © 2023</Copyright>
<PackageLicenseExpression>LGPL-3.0-or-later</PackageLicenseExpression>
Expand All @@ -17,10 +17,10 @@
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<PackageReleaseNotes>
- AudioDecoder (Filters): Ensures that each frame has at least 1K samples to avoid audio crackling and audio/video sync issue
- Demuxer: Adds support for srt:// format with inline options
- Player: Improves Seek Backward/Foreward Timestamp based on CurTime/Offset's modulo
- Player: Fixes an issue with SeekAccurate and mpegts formats/HEVC codecs
- AudioDecoder (Filters): Simplifies Min Samples and adds also Max Samples (20-70ms)
- AudioDecoder (Filters): Resync timestamps in case of audio gaps (mainly for live streams and during codec change events)
- VideoDecoder: Minor improvements
- Player: Fixes a possible AccessViolation issue with audio device (introduced in 3.7.28)
</PackageReleaseNotes>
</PropertyGroup>

Expand Down

0 comments on commit 05d4f96

Please sign in to comment.