Skip to content

Commit

Permalink
Updates to v3.7.48
Browse files Browse the repository at this point in the history
- 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)
  • Loading branch information
SuRGeoNix committed May 8, 2024
1 parent 3cd2408 commit 95d2f1b
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 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.47</Version>
<Version>3.7.48</Version>
<Authors>SuRGeoNix</Authors>
<Copyright>SuRGeoNix © 2024</Copyright>
<PackageLicenseExpression>LGPL-3.0-or-later</PackageLicenseExpression>
Expand All @@ -17,14 +17,9 @@
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<PackageReleaseNotes>
- 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
- 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)
</PackageReleaseNotes>
</PropertyGroup>

Expand Down

0 comments on commit 95d2f1b

Please sign in to comment.