FlyleafLib 3.8.7
See the version list below for details.
dotnet add package FlyleafLib --version 3.8.7
NuGet\Install-Package FlyleafLib -Version 3.8.7
<PackageReference Include="FlyleafLib" Version="3.8.7" />
<PackageVersion Include="FlyleafLib" Version="3.8.7" />
<PackageReference Include="FlyleafLib" />
paket add FlyleafLib --version 3.8.7
#r "nuget: FlyleafLib, 3.8.7"
#:package FlyleafLib@3.8.7
#addin nuget:?package=FlyleafLib&version=3.8.7
#tool nuget:?package=FlyleafLib&version=3.8.7
Media Player .NET Library for WinUI 3/WPF/WinForms (based on FFmpeg/DirectX)
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0-windows7.0 is compatible. net9.0-windows was computed. net10.0-windows was computed. |
-
net8.0-windows7.0
- Flyleaf.FFmpeg.Bindings (>= 7.1.1)
- Vortice.D3DCompiler (>= 3.6.2)
- Vortice.Direct3D11 (>= 3.6.2)
- Vortice.DirectComposition (>= 3.6.2)
- Vortice.Mathematics (>= 1.9.2)
- Vortice.MediaFoundation (>= 3.6.2)
- Vortice.XAudio2 (>= 3.6.2)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on FlyleafLib:
| Package | Downloads |
|---|---|
|
FlyleafLib.Controls.WPF
FlyleafME: A WPF Media Element Control (based on FlyleafLib) |
|
|
FlyleafLib.Controls.WinUI
FlyleafHost.WinUI: Direct3D 11 Hardware Accelerated Media Surface (based on FlyleafLib) |
GitHub repositories (2)
Showing the top 2 popular GitHub repositories that depend on FlyleafLib:
| Repository | Stars |
|---|---|
|
robvdpol/RaceControl
Race Control is a standalone, open source F1TV client for Windows, written in C# on the .NET platform.
|
|
|
habibrehmansg/infopanel
InfoPanel is a desktop visualization software designed to work with HWiNFO sensors via Shared Memory (SHM). It allows users to display system information on their desktop or external displays, including USB-only LCDs like BeadaPanel.
|
| Version | Downloads | Last Updated |
|---|---|---|
| 3.10.2 | 816 | 12/20/2025 |
| 3.10.1 | 320 | 12/6/2025 |
| 3.10.0 | 289 | 12/4/2025 |
| 3.9.7 | 629 | 11/13/2025 |
| 3.9.6 | 373 | 11/3/2025 |
| 3.9.5 | 292 | 10/25/2025 |
| 3.9.4 | 300 | 10/21/2025 |
| 3.9.3 | 264 | 10/17/2025 |
| 3.9.2 | 299 | 10/15/2025 |
| 3.9.1 | 299 | 10/14/2025 |
| 3.9.0 | 303 | 10/13/2025 |
| 3.8.14 | 342 | 10/1/2025 |
| 3.8.13 | 275 | 9/26/2025 |
| 3.8.12 | 296 | 9/23/2025 |
| 3.8.11 | 384 | 9/14/2025 |
| 3.8.10 | 611 | 9/2/2025 |
| 3.8.9 | 369 | 8/27/2025 |
| 3.8.8 | 285 | 8/22/2025 |
| 3.8.7 | 282 | 8/22/2025 |
| 3.8.6 | 285 | 8/16/2025 |
- Config: Introduces Config.Video.SyncVPFilters to allow D3D11VP/FlyleafVP filters syncing
- Config: Introduces Config.Video.DeInterlace for [Auto/Progressive/Top/Bottom]
- Engine.Video: Introduces MaxLuminance/RecommendedLuminance (for SDRDisplayNits)
- Player: Improves and Fixes issues with Frame Stepping (mainly backwards)
- PlayerDebug: Updates Video Box
- Renderer: Video Filters Improvements (Separates D3D11VP/FlyleafVP filters)
- Renderer: Pixel Shader Improvements
- Renderer: DeInterlace: Adds Bob support for FlyleafVP (still defaults to D3D11VP)
- Renderer: DeInterlace: Can identify interlaced source and automatically enable it
- Renderer: DeInterlace: Playback-Rendering for both Top/Bottom fields
- Renderer: Handles Device Removed/Reset
- Renderer: Fixes an issue with Yuyv422/Yvyu422/Uyvy422 formats cause from v3.8.6
- Renderer: Fixes a backwards compatibility issue caused from v3.8.6
[Breaking Changes]
- Deprecates Config.Video.Deinterlace/DeinterlaceBottomFirst
- Config.Video.Filters are now only for FlyleafVP. For D3D11VP use Config.Video.D3Filters