Flyleaf v3.4.5 (AIO x64 .NET6)
Compiled Libraries, Plugins & Samples
Flyleaf Player | Note: Pop-up on first run is to add itself to windows firewall for proper yt-dlp and bitswarm playback
Flyleaf Downloader
Flyleaf Extractor
Flyleaf Plugins | Note: yt-dlp is detected as a virus
FFmpeg Libraries | Note: 4.4.1.2 patched for HLS issue
D3D11 Video Processor Support & Media Renderer Improvements
Extends the current embedded video processor (FLVP pixel shaders) with the D3D11VP to support more filters, alternative color conversions, basic bob deinterlace and preparing others including HDR native.
Use Config.Video.VideoProcessor to choose which one to use. By default "Auto" is recommended to allow the library to switch when it requires.
- FLVP supports HDR to SDR, D3D11 does not
- FLVP supports Pan Move/Zoom, D3D11 does not
- D3D11 possible performs better with color conversion and filters, FLVP supports only brightness/contrast filters
- D3D11 supports deinterlace (bob)
- D3D11 currently performs only with video accelerated (hardware) frames
Adds Config.Video.Deinterlace to enable/disable deinterlace
Adds Config.Video.Filters to set filters (ensure that is actually available and supported by the VPs)
Adds Config.Player.MouseBindings.WinMoveOnDrag to allow draging the control's parent window (enabled by default)
Adds Player.LastError to keep track of open/playback/buffering errors in the UI
Renderer: Code clean up and improvements
Renderer: TakeSnapshot now works more efficiently
Controls.WPF: Updates Settings with Filters/Deinterlace
Extractor: Adds support also to the new D3D11VP
Updates Vortice (you might need to update System.Runtime.CompilerServices.Unsafe to Version>=6.0.0.0)
Issues
Audio: Fixes a critical backwards compatibility issue with XAudio by updating Vortice libraries
Renderer: Possible brings back the broken backwards compatibility (Win7/Win8) from the previous 3.4.4 (not tested)
VideoDecoder: Fixes few performance issues with the new get_format / hardware frames allocation
Downloader: Fixes downloads that require two demusers (youtube-dl)
Player: Fixes ShowFramePrev issue that on some videos it wouldn't work