|
8 | 8 | <PackageIconUrl /> |
9 | 9 | <RepositoryUrl></RepositoryUrl> |
10 | 10 | <Description>Media Player .NET Library for WPF/WinForms (based on FFmpeg/DirectX)</Description> |
11 | | - <Version>3.5.9</Version> |
| 11 | + <Version>3.5.10</Version> |
12 | 12 | <Authors>SuRGeoNix</Authors> |
13 | 13 | <Copyright>SuRGeoNix © 2022</Copyright> |
14 | 14 | <PackageLicenseExpression>LGPL-3.0-or-later</PackageLicenseExpression> |
|
17 | 17 | <IncludeSymbols>true</IncludeSymbols> |
18 | 18 | <SymbolPackageFormat>snupkg</SymbolPackageFormat> |
19 | 19 | <PackageReleaseNotes> |
20 | | - * Player: Fixes an audio / video delay sync issue |
21 | | - * Player: Fixes an issue with TakeSnapshot (GetBitmap) methods after stopping the player |
22 | | - * Config: Fixes an issue while changing MaxVideoFrames value |
23 | | - * Updates Vortice |
| 20 | + * Engine: Fixes an issue with engine's thread for stats calculation while using multiple players |
| 21 | + * Config: Adds Config.Subtitles.Parser for custom formatting/parsing |
| 22 | + * Config: Adds Config.Player.MaxLatency for the new low latency with audio implementation which is embedded to default AVS usage |
| 23 | + * Player: Fixes a thread safety issue during Stop and Open/OpenAsync/Config.Video.AspectRatio change |
| 24 | + * Player: Adds Usage.ZeroLatencyAudioVideo for another low latency which supports audio with (no respect to min buffer or max latency) |
| 25 | + * Player: Improves speed playback |
| 26 | + * Plugins: Improves handling with media file extensions |
| 27 | + * Renderer: Fixes a rendering issue while the Player was buffering (no layout update) |
| 28 | + * VideoView: Fixes an issue with jitter while dragging (DPI) |
| 29 | + * VideoView: Fixes an issue with Subscribe Events on early player assignment (mainly for front window) |
| 30 | + * VideoView: Fixes an issue with front window's visibility |
| 31 | + * VideoView: Fixes an issue with early actions (eg. swapping when collapsed in a tab control) before the template has been applied by creating winforms control earlier |
24 | 32 | </PackageReleaseNotes> |
25 | 33 | </PropertyGroup> |
26 | 34 |
|
|
0 commit comments