Skip to content

Commit

Permalink
Updates to v3.7.47 (FlyleafLib) / v1.3.9 (FlyleafME) / v1.0.28 (Flyle…
Browse files Browse the repository at this point in the history
…afHost.WinUI)

- Demuxer/Decoder: Adds Data Stream support
- Demuxer: Introduces (Config.Demuxer.) DefaultHTTPQueryToUnderlying and ExtraHTTPQueryParamsToUnderlying to pass HTTP query parameters to the underlying contexts
- Player: Fixes possible infinite sleep
- Renderer: Fixes the old (Config.Video.) ClearScreenOnOpen which has been now renamed to ClearScreen to work properly (when false will keep the last rendered frame after stop/close/open)

[Breaking Changes]
- Config.Video.ClearScreenOnOpen renamed to ClearScreen
- Disables http_persistent for DASH/HLS by default in the Config.Demuxer Format Options
  • Loading branch information
SuRGeoNix committed Apr 16, 2024
1 parent 7aa5ee7 commit 6f4663e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 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.8</Version>
<Version>1.3.9</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.27</Version>
<Version>1.0.28</Version>
<Copyright>SuRGeoNix © 2024</Copyright>
<PackageProjectUrl>https://github.com/SuRGeoNix/Flyleaf</PackageProjectUrl>
<PackageIcon>Flyleaf.png</PackageIcon>
Expand Down
15 changes: 9 additions & 6 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.46</Version>
<Version>3.7.47</Version>
<Authors>SuRGeoNix</Authors>
<Copyright>SuRGeoNix © 2024</Copyright>
<PackageLicenseExpression>LGPL-3.0-or-later</PackageLicenseExpression>
Expand All @@ -17,11 +17,14 @@
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<PackageReleaseNotes>
- Decoders: Fixes a possible delay during start
- VideoDecoder: Monitors for codec changes also for software frames
- Player: Fixes a delay issue during buffering
- Renderer: Add Snapshot API for BitmapSource
- Renderer: Performance improvements (restores CullMode after adding H/V flip)
- Demuxer/Decoder: Adds Data Stream support
- Demuxer: Introduces (Config.Demuxer.) DefaultHTTPQueryToUnderlying and ExtraHTTPQueryParamsToUnderlying to pass HTTP query parameters to the underlying contexts
- Player: Fixes possible infinite sleep
- Renderer: Fixes the old (Config.Video.) ClearScreenOnOpen which has been now renamed to ClearScreen to work properly (when false will keep the last rendered frame after stop/close/open)

[Breaking Changes]
- Config.Video.ClearScreenOnOpen renamed to ClearScreen
- Disables http_persistent for DASH/HLS by default in the Config.Demuxer Format Options
</PackageReleaseNotes>
</PropertyGroup>

Expand Down

0 comments on commit 6f4663e

Please sign in to comment.