Skip to content

Releases: SuRGeoNix/Flyleaf

Flyleaf v3.7.25 (AIO x64 .NET7 / FFmpeg v5.1.2)

29 Sep 10:22
Compare
Choose a tag to compare

Changelog (v3.7.27)

  • Player: Gives enough time for the first frame
  • Player: Frame stepping improvements
  • Renderer: Fixes a possible NPE (introduced in v3.7.26)
  • VideoDecoder: GetFrameNext improvements and drain support

Changelog (v3.7.26)

  • Config: Introduces Demuxer.ReadLiveTimeout which separates the normal read timeout from live inputs
  • Renderer: Improves refreshing with low fps inputs
  • VideoDecoder: Add support to h264/hevc formats that they don't support timestamps
  • VideoDecoder: Fixes an issue with keyframes with no timestamps

Changelog (v3.7.25)

  • AudioDecoder: Minor adjustment for audio/video sync to provide samples 50ms earlier than video
  • Player: Minor log level adjustments
  • Renderer: Fixes an issue with aspect ratio when announced by video stream
  • Renderer: Fixes an issue with negative linesize and vertical flipping (it wouldn't reset in new inputs)
  • VideoDecoder: Fixes an issue during software fallback. It would jump to the next keyframe (it wouldn't start from the beginning of the video)

Notes

FlyleafHost.Wpf has been changed from v3.7.4 and might not work as the older one. If you still want to use the old one, it has been renamed to FlyleafHostOld. Feel free to open an issue for the new one

Compiled Libraries, Plugins & Samples

Flyleaf Player 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 yt-dlp is detected as a virus
FFmpeg Libraries 5.1.2 (29/11/2022) patched for HLS issue
FFmpeg Devices You can disable them from the Flyleaf.Engine.xml (set FFmpegDevices to false)

Flyleaf v3.7.24 (AIO x64 .NET7 / FFmpeg v5.1.2)

07 Sep 15:25
Compare
Choose a tag to compare

Changelog

  • CustomIOContext: Fixes a critical issue with the EOF (read bytes = 0) which could cause the demuxer to freeze
  • Renderer: Changes default VideoProcessor to Flyleaf instead of D3D11
  • Renderer: Fixes an issue when linesize is negative which requires vertical flipping
  • VideoDecoder: Improves seek speed on codecs/formats that fail to seek to keyframes (mainly HEVC)

Breaking Changes

  • Default Video Processor for Renderer changed from D3D11 to Flyleaf (this can cause issues only with extra D3D11 video filters)

Notes

FlyleafHost.Wpf has been changed from v3.7.4 and might not work as the older one. If you still want to use the old one, it has been renamed to FlyleafHostOld. Feel free to open an issue for the new one

Compiled Libraries, Plugins & Samples

Flyleaf Player 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 yt-dlp is detected as a virus
FFmpeg Libraries 5.1.2 (29/11/2022) patched for HLS issue
FFmpeg Devices You can disable them from the Flyleaf.Engine.xml (set FFmpegDevices to false)

Flyleaf v3.7.22 (AIO x64 .NET7 / FFmpeg v5.1.2)

31 Aug 15:52
Compare
Choose a tag to compare

Changelog v3.7.23

  • VideoDecoder: Adds AV1 hardware decoding support
  • DecoderContext: Fixes an issue with fallback Urls (mainly for YT-DLP)

Changelog v3.7.22

  • Config: Adds JSON instead of XML serialization (.NET5+) and fixes issues with Load/Save
  • Frame Steapping: Will not affect playback mode or speed
  • Subtitles: Improvements and fixes an issue that it would not start the decoder properly
  • Downloader: Adds IO.Stream support
  • FlyleafME: Adds Skip Prev/Next buttons in FlyleafBar for Playlists
  • FlyleafME: Adds Vertical Resolution Max in Settings/Player Tab

Notes

FlyleafHost.Wpf has been changed from v3.7.4 and might not work as the older one. If you still want to use the old one, it has been renamed to FlyleafHostOld. Feel free to open an issue for the new one

Compiled Libraries, Plugins & Samples

Flyleaf Player 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 yt-dlp is detected as a virus
FFmpeg Libraries 5.1.2 (29/11/2022) patched for HLS issue
FFmpeg Devices You can disable them from the Flyleaf.Engine.xml (set FFmpegDevices to false)

Flyleaf v3.7.21 (AIO x64 .NET7 / FFmpeg v5.1.2)

19 Aug 09:52
Compare
Choose a tag to compare

Changelog v3.7.21

  • Fixes a seeking issue which introduced from 3.7.18
  • WinUI: Fixes a DPI issue

Notes

FlyleafHost.Wpf has been changed from v3.7.4 and might not work as the older one. If you still want to use the old one, it has been renamed to FlyleafHostOld. Feel free to open an issue for the new one

Compiled Libraries, Plugins & Samples

Flyleaf Player 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 yt-dlp is detected as a virus
FFmpeg Libraries 5.1.2 (29/11/2022) patched for HLS issue
FFmpeg Devices You can disable them from the Flyleaf.Engine.xml (set FFmpegDevices to false)

Flyleaf v3.7.16 (AIO x64 .NET7 / FFmpeg v5.1.2)

15 May 07:03
Compare
Choose a tag to compare

Changelog v3.7.20

  • VideoDecoder: Fixes an issue with colorspace (wrongly set as BT2020)

Changelog v3.7.19

  • Decoder: Reduces Thread.Sleep on Queue full and/or empty to achieve lower latency and faster cancellation
  • Nuget: Specifies exact version for Vortice to avoid issues with .NET framework

Changelog v3.7.18

  • VideoDecoder: Fixes an issue with some (mainly image) formats
  • CapDevices: Few improvements
  • FlyleafHost.Wpf: Adds SurfaceCreated and OverlayCreated events to properly subscribe and register your own (keyboard/mouse) events on them to solve air space issues

Changelog v3.7.17

  • Renderer: Fixes a critical issue introduced in v3.7.16 for late initialization of the handle

Changelog v3.7.16

  • Demuxer: Workaround fix for an FFmpeg issue that it will not pass the Format Options to the underlying contexts such as HLS decryption_key (use new Config.Demuxer.FormatOptToUnderlying)
  • Demuxer: Performance improvements with AV callbacks (removes GCHandle)
  • Renderer: Adds support for child Renderer to duplicate the output to another swapchain with different configs (eg. for interactive zoom)
  • Renderer: Improves Viewport calculations and adds support for zoom center point (ZoomCenter)
  • Renderer: Fixes a critical issue withi FlyleafVP and Flush (Player.Stop)
  • Player: Adds more Zoom helpers and drops ZoomTimes support (not required)
  • FlyleafHost.Wpf: Improves attached resize with ratio
  • FlyleafHost.Wpf: Fixes a DPI issue with Detached and Ratio Resize
  • FlyleafHost.Wpf: Introduces ReplicaPlayer dp to replicate the swapchain of another player
  • Tests.WpfFlyleafHost: Prepares a possible new sample for interactive zoom (on OverlayStandAlone window)

Notes

FlyleafHost.Wpf has been changed from v3.7.4 and might not work as the older one. If you still want to use the old one, it has been renamed to FlyleafHostOld. Feel free to open an issue for the new one

Compiled Libraries, Plugins & Samples

Flyleaf Player 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 yt-dlp is detected as a virus
FFmpeg Libraries 5.1.2 (29/11/2022) patched for HLS issue
FFmpeg Devices You can disable them from the Flyleaf.Engine.xml (set FFmpegDevices to false)

Flyleaf v3.7.14 (AIO x64 .NET7 / FFmpeg v5.1.2)

02 May 22:47
Compare
Choose a tag to compare

Changelog (v3.7.15)

  • Renderer: Fixes an issue with GPU's that does not support VideoSupport (mainly for VMWare default GPU)
  • Renderer: Fixes an issue with early Composition Device initilization which might not be supported from all systems (eg. Win7)
  • Player: Fixes a critical issue with systems that does not support high frequency timers

Changelog (v3.7.14)

  • AudioDecoder: Fixes a sync issue with audio filters and speed
  • AudioDecoder: Fixes a possible AccessViolation issue during re-allocation of the Circular Buffer
  • FlyleafHost.WinForms: Fixes an issue with the designer (when using FFmpeg.Autogen v6)
  • FlyleafHost.Wpf: Adds support for grand childs and FlyleafHosts within other FlyleafHost's overlay
  • FlyleafHost.Wpf: Fixes issues with windows activation and mouse events (mainly for detached windows)
  • FlyleafHost.Wpf: Fixes issues and improves ratio resize
  • FlyleafHost.Wpf: Fixes an issue with CornerRadius and background color
  • Sample: Fixes issues with Swapping

Notes

FlyleafHost.Wpf has been changed from v3.7.4 and might not work as the older one. If you still want to use the old one, it has been renamed to FlyleafHostOld. Feel free to open an issue for the new one

Compiled Libraries, Plugins & Samples

Flyleaf Player 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 yt-dlp is detected as a virus
FFmpeg Libraries 5.1.2 (29/11/2022) patched for HLS issue
FFmpeg Devices You can disable them from the Flyleaf.Engine.xml (set FFmpegDevices to false)

Flyleaf v3.7.10 (AIO x64 .NET7 / FFmpeg v5.1.2)

27 Apr 20:29
Compare
Choose a tag to compare

Changelog (v3.7.12)

  • Player: Switching playback's task to thread and set's default priority to above normal
  • Player: Introduces Config.Player.ThreadPriority to change the playback's thread priority
  • Plugins.StreamSuggester: Fixes an issue when AllowFindStreamInfo is disabled it wouldn't suggest any stream at all
  • FlyleafHost.WinForms: Possible fix for a possible? designer issue

Changelog (v3.7.11)

  • Demuxer: Introduces Config.Demuxer.IOStreamBufferSize to specify the AVIO Context's buffer size
  • Player: Fixes an issue that it wouldn't respect MinBufferDuration (when demuxer's StartTime wasn't 0)
  • Renderer: Adds HDR10+ support
  • Renderer: Adds HDR HLG transfer function support
  • Renderer: Adds Rotation support based on VideoStream DisplayMatrix data

Changelog (v3.7.10)

  • AudioDecoder: Fixes an issue with audio filters when the input channel layout is unspecified (mainly noticed with ffmpeg devices and microphones)
  • AudioDecoder: Improves speed quality and adds atempo only if required (up to 3 atempo and supports lower speeds)
  • DecoderContext: Fixes a race condition between Open/Dispose which could cause memory leaks
  • Player: Brings back support for lower speeds (down limit to 0.125)
  • Player: Adds Config.Player.SpeedOffset (1-2), Commands and extra Keybindings (shift +-)
  • Player: Adds an extra SeekOffset3 and Commands
  • Player: Fixes a race condition during OpenAsync/Stop/OpenAsync
  • FlyleafHost(All): Fixes a critical issue with resize and rendering after Player.Stop/Renderer.Flush from a non-UI thread (SetWindowSubclass requires UI thread)
  • FlyleafMe: Adds Use Filters in Audio Settings

Changelog (v3.7.9)

  • AudioDecoder: Fixes audio filters desync issues and improves quality on speed change
  • Player: Introduces Config.Player.LatencySpeedChangeInterval to prevent frequent speed changes on MaxLatency (adds speed support with audio filters)
  • FlyleafHost.Wpf: Fixes issues with resize and DPI
  • FlyleafHost.Wpf: Fixes an issue with multiple screens and fullscreen
  • FlyleafHost.Wpf: Fixes an issue with standalone and show in taskbar when initialized
  • Sample Player: Adds OSD messages

Changelog (v3.7.8)

  • Audio: Memory/Performance improvements
  • Render: Memory/Performance improvements
  • Player: Fixes a memory leak issue when started before the control handle has been created
  • Player: Changes the default Seek when setting the CurTime to backward (instead of comparing with the prev value) as the forward creates a long delay on some formats (such as dash with h264)
  • Player: Fixes an issue with Audio/Subtitles that they would not refresh their status on external video stream switch
  • FlyleafHost.Wpf: Fixes a DPI issue with Overlay

Notes

FlyleafHost.Wpf has been changed from v3.7.4 and might not work as the older one. If you still want to use the old one, it has been renamed to FlyleafHostOld. Feel free to open an issue for the new one

Compiled Libraries, Plugins & Samples

Flyleaf Player 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 yt-dlp is detected as a virus
FFmpeg Libraries 5.1.2 (29/11/2022) patched for HLS issue
FFmpeg Devices You can disable them from the Flyleaf.Engine.xml (set FFmpegDevices to false)

Flyleaf v3.7.7 (AIO x64 .NET7 / FFmpeg v5.1.2)

23 Apr 15:20
Compare
Choose a tag to compare

Changelog

  • Audio: Fixes an issue with the calculation of the buffered duration
  • Audio: Proper ClearBuffer to ensure no samples left
  • Player: MaxLatency improvements, introduces MinLatency (to restore speed to x1)
  • Player: More accurate buffered duration calculation and tries to avoid re-buffering for stability
  • FlyleafHost.Wpf: Fixes issues with mouse capture/release
  • FlyleafHost.Wpf: Fixes issues with dispose
  • FlyleafHost.Wpf: Fixes issues in case of reload (unload/load)

Notes

FlyleafHost.Wpf has been changed from v3.7.4 and might not work as the older one. If you still want to use the old one, it has been renamed to FlyleafHostOld. Feel free to open an issue for the new one

Compiled Libraries, Plugins & Samples

Flyleaf Player 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 yt-dlp is detected as a virus
FFmpeg Libraries 5.1.2 (29/11/2022) patched for HLS issue
FFmpeg Devices You can disable them from the Flyleaf.Engine.xml (set FFmpegDevices to false)

Flyleaf v3.7.6 (AIO x64 .NET7 / FFmpeg v5.1.2)

21 Apr 23:49
Compare
Choose a tag to compare

Changelog

  • VideoDecoder: Fixes a critical issues with decoder threads for software decoding (it was using only one thread, now should improve performance a lot for sw decoding)

  • Config: Introduces Config.Decoder.ShowCorrupted to allow corrupted frames to be shown

  • Engine: Fixes a possible null reference issue with the UI thread

  • Player.Screamer: Gives priority to audio samples in case of video rendering delay

  • Audio: Improves audio sync by clearing the buffer for re-sync based on actual buffered duration (instead of buffers number)

  • FlyleafHost.Wpf: Fixes and improvements for keyboard focus and mouse capture

  • FlyleafHost.Wpf: Fixes an issue with KeepRatioOnResize while exiting from fullscreen and updates the size when is changed

  • FlyleafHost.Wpf: Restores support for the previous FlyleafHost (WPF) implementation for those who prefer not to switch yet (renamed to FlyleafHostOld)

  • Plugins.Youtube-DL: Allows VP9 codec and dash protocol (dash for other codecs still has issues with seeking)

Notes

Compiled Libraries, Plugins & Samples

Flyleaf Player 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 yt-dlp is detected as a virus
FFmpeg Libraries 5.1.2 (29/11/2022) patched for HLS issue
FFmpeg Devices You can disable them from the Flyleaf.Engine.xml (set FFmpegDevices to false)

Flyleaf v3.7.5 (AIO x64 .NET7 / FFmpeg v5.1.2)

20 Apr 06:43
Compare
Choose a tag to compare

Changelog (v3.7.5)

  • Renderer: Fixes an issue when initializing multiple players async
  • FlyleafHost.Wpf: Fixes a critical issue with keyboard focus

Changelog (v3.7.4)

FlyleafHost (WPF) Performance/Stability/Compatibility Improvements

  • New WinAPI approach which uses proper Parent/Child (SetParent/WS_CHILD) relationship and
    removes WS_SYSMENU from style (fixes #257, #265) - thanks to @xmine64
  • Fixes compatibility issues such as windows maximizing on the wrong screen or
    when running with admin privileges it wouldn't restore from minimize state (fixes #277)
  • Fixes issues and improves Resize, Attach/Detach and FullScreen
  • Adds Corner Radius support for Attached FlyleafHosts
  • Introduces FlyleafSharedOverlay which can be used as a top layer (overlay) for multiple FlyleafHosts (fixes #255)

New API

  • DetachedShowInTaskbar
  • DetachedNoOwner
  • BringToFrontOnClick
  • BringToFront()

Notes

Compiled Libraries, Plugins & Samples

Flyleaf Player 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 yt-dlp is detected as a virus
FFmpeg Libraries 5.1.2 (29/11/2022) patched for HLS issue
FFmpeg Devices You need to manually enable them from the Flyleaf.Engine.xml (set FFmpegDevices to true)