Skip to content

Commit 95d2f1b

Browse files
committed
Updates to v3.7.48
- 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)
1 parent 3cd2408 commit 95d2f1b

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

FlyleafLib/FlyleafLib.csproj

+4-9
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<PackageIconUrl />
99
<RepositoryUrl></RepositoryUrl>
1010
<Description>Media Player .NET Library for WinUI 3/WPF/WinForms (based on FFmpeg/DirectX)</Description>
11-
<Version>3.7.47</Version>
11+
<Version>3.7.48</Version>
1212
<Authors>SuRGeoNix</Authors>
1313
<Copyright>SuRGeoNix © 2024</Copyright>
1414
<PackageLicenseExpression>LGPL-3.0-or-later</PackageLicenseExpression>
@@ -17,14 +17,9 @@
1717
<IncludeSymbols>true</IncludeSymbols>
1818
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
1919
<PackageReleaseNotes>
20-
- Demuxer/Decoder: Adds Data Stream support
21-
- Demuxer: Introduces (Config.Demuxer.) DefaultHTTPQueryToUnderlying and ExtraHTTPQueryParamsToUnderlying to pass HTTP query parameters to the underlying contexts
22-
- Player: Fixes possible infinite sleep
23-
- 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)
24-
25-
[Breaking Changes]
26-
- Config.Video.ClearScreenOnOpen renamed to ClearScreen
27-
- Disables http_persistent for DASH/HLS by default in the Config.Demuxer Format Options
20+
- Demuxer: Fixes a null reference issue with custom IOStreams when used with the new Config.Demuxer.FormatOptToUnderlying
21+
- Plugins.SubtitlesConverter: Increases buffer length for char detector
22+
- VideoDecoder: Introduces (Config.Video.) MaxOutputFps which limits the processed frames for rendering (mainly on increased speed)
2823
</PackageReleaseNotes>
2924
</PropertyGroup>
3025

0 commit comments

Comments
 (0)