- FIXED assembly file version that was incorrect #326
- CHANGED versionning model to adopt SEMVER 2.0
- FIXED #74 by adding support for UTF-8 in options #302
- FIXED #305 by String interop conversions are now made in UTF-8 and avoid memory leaks #306 #310
- FIXED #276 by changing NuGet package folder structure #309
- FIXED potential NullReferenceException when using an uninitialized instance #312
- ADDED support for netstandard 1.3 and 2.0 #308
- ADDED Playing from a Stream object #315 and #317
- ADDED a method
VlcManager.CreateNewMediaFromFileDescriptor
#314 - ADDED methods
VlcMediaPlayerInstance.SetVideoCallbacks
andVlcMediaPlayerInstance.SetVideoFormatCallbacks
#313 - ADDED overload methods to
TakeSnapshot
to be able to specify the size of the snapshot (Fixes #211) #320 - ADDED public getter
VlcMediaPlayer
on WinFormsVlcControl
#321 - CHANGED visibility of
Manager
inVlcMediaPlayer
to make it public #321
- Nothing, just a few commits to change README files
- FIXED: Log messages are emitted on another thread to avoid locking VLC #284
- ADDED: Feature to get VLC logs from Vlc.DotNet #278
- Nothing for the library, just a modification for the code examples #277
- FIXED: Library is now AnyCPU! #271