|
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-pre</Version> |
| 11 | + <Version>3.5</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 | | - [New Features] |
21 | | - * Playlist |
22 | | - - Adds Playlist support on the decoder context (will be extended to support playlist files such as .pls/.m3u/.m3u8 etc.) |
23 | | - - Adds Playlist support for BitSwarm (Torrent) and YoutubeDL (Web) plugins |
24 | | - - Allows playing received items while playlist is still in progress |
25 | | - - Separates main user input with playlist items, embedded streams and external streams |
26 | | - - Adds basic scraping (for title, season, episode) |
27 | | - * Sessions: Adds support to re-open a previously opened session (with the same input/playlist item/streams/curtime/audio and subs delay) |
28 | | - * Subtitles |
29 | | - - Adds basic local search support and improves suggestion algorithm |
30 | | - - Adds Config.Subtitles.SearchLocal/SearchLocalOnInputType/SearchOnline/SearchOnlineOnInputType |
31 | | - |
32 | 20 | [Enchantments] |
33 | | - * Overall Code Clean-up |
34 | | - * Renderer |
35 | | - - Allows late assignment of the Control/Handle (you can start playing before the control has been created) |
36 | | - - Allows WARP device to be forced from the configuration (luid=-1000) |
37 | | - * Threading, Locking and Cancellation |
38 | | - - Improves Open/OpenAsync implementation |
39 | | - - Replaces threads with tasks and gets rid of EnsureThreadDone |
40 | | - - Improves locking and cancellation |
41 | | - * Demuxer Packet Queue, CurTime and BufferedDuration |
42 | | - * UI Updates mainly for Streams (as ObservableCollection) |
| 21 | + * Playlists: Adds playlists support (for M3U, PLS, YoutubeDL, Torrent) |
| 22 | + * Sessions: Allows to open a previously opened session with the same configuration |
| 23 | + * Subtitles: Improves suggestions and adds SearchLocal/SearchLocalOnInputType/SearchOnline/SearchOnlineOnInputType configuration |
| 24 | + * Renderer: Improves compatibility with proper fallback to WARP device and improves the way you specify a GPU adapter |
| 25 | + * ModelView: Includes playlist items and streams (embedded and external) in library's model view |
| 26 | + * OpenAsync: Improves threading implementation, locking and interrupts |
43 | 27 |
|
44 | 28 | [Issues] |
45 | | - * Fixes a null reference on renderer's SetViewport with D3D11 VP #158 |
46 | | - * Fixes a rare dead lock on player's seek |
47 | | - * Fixes an issue on WPF Control that it wouldn't go idle when the mouse was above the sliders |
| 29 | + * Fixes a critical issue with timestamps (mainly for some avi files while using show frame prev/next) |
| 30 | + * Fixes an NPE on Renderer's SetViewport |
| 31 | + * Fixes an NPE on Audio.Mute |
48 | 32 |
|
49 | | - [Important/Breaking Changes] |
| 33 | + [Important / Breaking Changes] |
50 | 34 | * Player.Title can now be accessed from Player.Playlist.Selected.Title |
51 | 35 | * Player.PlaybackCompleted renamed to Player.PlaybackStopped |
52 | 36 | * Player.[AVS].Inputs and Player.[AVS].ExternalStreams can be accessed from Playlist.Items and Playlist.Items[N].External[AVS]Streams |
53 | 37 | * LogOutput for files now will not append by default check Engine.Config.LogAppend |
| 38 | + * Config.Video.GPUAdapterLUID renamed to Config.Video.GPUAdapter (LUID can change on system reboot, now you can use a string to match) |
| 39 | + * Player can start playing now before the control's assignment or its handle creation |
54 | 40 | * Changes the way that Player's Open Completed events will fire (only what user requested to open). If you still need to catch all the events subscribe on the Decoder Context's events (Player.decoder) |
55 | 41 | </PackageReleaseNotes> |
56 | 42 | </PropertyGroup> |
|
0 commit comments