Skip to content

Commit

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

- Demuxer: Fixes an issue while passing HTTP Query Parameters
- Demuxer: When AllowFindStreamInfo is disabled will allow video streams with unidentified pixel formats (will be identified during decoding)
- Renderer: Fixes a memory leak with D3D11VP during PresentOffline (eg. called by TakeSnapshot)
- DecoderContext: Prevent opening audio stream when audio is disabled
- VideoDecoder: Fixes an issue with AV1 when the video acceleration is disabled
  • Loading branch information
SuRGeoNix committed May 25, 2024
1 parent 678b76f commit 76add50
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 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>net8.0-windows;net6.0-windows;net472</TargetFrameworks>
<UseWindowsForms>true</UseWindowsForms>
<UseWPF>true</UseWPF>
<Version>1.3.9</Version>
<Version>1.3.10</Version>
<Authors>SuRGeoNix</Authors>
<Copyright>SuRGeoNix © 2024</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 @@ -8,7 +8,7 @@
<UseWinUI>true</UseWinUI>
<Nullable>enable</Nullable>
<Authors>SuRGeoNix</Authors>
<Version>1.0.28</Version>
<Version>1.0.29</Version>
<Copyright>SuRGeoNix © 2024</Copyright>
<PackageProjectUrl>https://github.com/SuRGeoNix/Flyleaf</PackageProjectUrl>
<PackageIcon>Flyleaf.png</PackageIcon>
Expand Down
10 changes: 6 additions & 4 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.48</Version>
<Version>3.7.49</Version>
<Authors>SuRGeoNix</Authors>
<Copyright>SuRGeoNix © 2024</Copyright>
<PackageLicenseExpression>LGPL-3.0-or-later</PackageLicenseExpression>
Expand All @@ -17,9 +17,11 @@
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<PackageReleaseNotes>
- Demuxer: Fixes a null reference issue with custom IOStreams when used with the new Config.Demuxer.FormatOptToUnderlying
- Plugins.SubtitlesConverter: Increases buffer length for char detector
- VideoDecoder: Introduces (Config.Video.) MaxOutputFps which limits the processed frames for rendering (mainly on increased speed)
- Demuxer: Fixes an issue while passing HTTP Query Parameters
- Demuxer: When AllowFindStreamInfo is disabled will allow video streams with unidentified pixel formats (will be identified during decoding)
- Renderer: Fixes a memory leak with D3D11VP during PresentOffline (eg. called by TakeSnapshot)
- DecoderContext: Prevent opening audio stream when audio is disabled
- VideoDecoder: Fixes an issue with AV1 when the video acceleration is disabled
</PackageReleaseNotes>
</PropertyGroup>

Expand Down

0 comments on commit 76add50

Please sign in to comment.