Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 2.38 KB

CHANGELOG.md

File metadata and controls

31 lines (25 loc) · 2.38 KB

2.2.1

  • FIXED assembly file version that was incorrect #326

2.2.0

  • 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 and VlcMediaPlayerInstance.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 WinForms VlcControl #321
  • CHANGED visibility of Manager in VlcMediaPlayer to make it public #321

2.1.154

  • Nothing, just a few commits to change README files

2.1.151

  • FIXED: Log messages are emitted on another thread to avoid locking VLC #284

2.1.149

  • ADDED: Feature to get VLC logs from Vlc.DotNet #278

2.1.144

  • Nothing for the library, just a modification for the code examples #277

2.1.142

  • FIXED: Library is now AnyCPU! #271