Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
3.1.0.tar.gz | 2019-03-28 | 122.3 kB | |
3.1.0.zip | 2019-03-28 | 390.7 kB | |
README.md | 2019-03-28 | 750 Bytes | |
Totals: 3 Items | 513.7 kB | 6 |
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