Skip to content
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.

Releases: ZeBobo5/Vlc.DotNet

3.1.0

27 Jun 17:09
d5f77c6
Compare
Choose a tag to compare

3.1.0

  • ADDED support for .net core 3.0 for Vlc.DotNet.Forms and Vlc.DotNet.Wpf
  • DROPPED support for .net framework 2.0
  • FIXED race conditions on Dispose() #641. Fixes #639 and #640
  • FIXED Media created from non-seekable .NET Streams were declared as seekable for libvlc #648. See #647.
  • CHANGED The buffer size for media created from .NET Streams from 16kiB to 16MiB. It takes more memory, but allows to read more data at once. #648

v3.0.0

28 Mar 08:50
d5f77c6
Compare
Choose a tag to compare

This new release contains a re-wrtten WPF control, that provides good integration with WPF at the cost of being less performant.

Please read the instructions here

The changelog is here : https://github.com/ZeBobo5/Vlc.DotNet/blob/master/CHANGELOG.md#300

2.1.122: Merge pull request #151 from microchi/master

17 Mar 14:57
Compare
Choose a tag to compare
Add Get/Set Video Aspect Ratio With Sample