Skip to content

Releases: SuRGeoNix/Flyleaf

Flyleaf v3.7.45 (AIO x64 .NET8 / FFmpeg v5.1.2)

18 Feb 18:05
Compare
Choose a tag to compare

Changelog v3.7.45

  • Demuxer: Uses STA (instead of UI) thread for opening decklink devices
  • Renderer: Adds alpha blend support
  • VideoDecoder: Adds Exif orientation support

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.44 (AIO x64 .NET8 / FFmpeg v5.1.2)

31 Jan 16:30
Compare
Choose a tag to compare

Changelog v3.7.44

  • Renderer: Fixes an access violation with broken files [Fixes #424]
  • Subtitles: Prevents Local/Online Search for 'small' duration videos (less than 25 minutes)
  • VideoDecoder: Fixes (possible) an issue with the codec's announced rotation
  • Player.Keys: Allows overwriting existing keys instead of throwing an exception
  • Player: Introduces Opening event
  • FlyleafHost.Wpf: Activates Surface/Overlay window after DragNDrop
  • PlayerDebug.Wpf: Adds full Url
  • Samples.FlyleafPlayer: Adds Photo Viewer / Slide Show support

Flyleaf Player - Slide Show Key Bindings

Action
Keys
Prev / Next Image Left / Right Arrows
First / Last Image Home / End
Prev / Next Image Step Page Down / Up
Toggle SlideShow Space
Start SlideShow F5
Copy Image Ctrl + C
Cut Image Ctrl + X
Delete Image Delete

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.43 (AIO x64 .NET8 / FFmpeg v5.1.2)

28 Jan 18:50
Compare
Choose a tag to compare

Changelog v3.7.43

  • Player: AV Sync improvements (mainly after seeking)
  • Player: AudioOnly playback improvements and fixing a number of issues
  • Player: Introduces SeekCompleted event (will fire only when Player is paused/not running)
  • Player: Fixes a minon issue with CurTime update
  • Renderer: Fixes an issue with PixelShaders with > 8 bit depth (it wouldn't update properly the shader when switching from one depth to another)
  • Decoder: Fixes an issue with CodecIDs which could cause open codec to fail (mainly for MP2/AV1)
  • AudioDecoder: Adds support for frames without duration
  • AudioDecoder: Adds support for frames without timestamps
  • AudioDecoder: Force pts 0 for no timestamps after seek to 0 (start)
  • VideoDecoder: Allows first packet to be a non-keyframe
  • VideoDecoder: Fixes an issue with the GetFrame() when used directly after Open
  • VideoFrame: Keeps reference to AVFrame instead of AVBufferRef
  • Plugins.OpenSubtitles: Fixes an issue which converts to utf8 the same file everytime

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.41 (AIO x64 .NET8 / FFmpeg v5.1.2)

14 Jan 11:06
Compare
Choose a tag to compare

Changelog v3.7.42

  • Player: Introduces HFlip/VFlip to support Horizontal and Vertical Pan Flip (Mirror)
  • FlyleafHost.Wpf: Fixes an issue when initial visibility state is hidden/collapsed
  • FlyleafHost.WinUI: Fixes a critical RAM/GPU leak issue

Changelog v3.7.41

  • Demuxer: Fixes an issue when a corrupted video stream exists and prevents other to work properly
  • Renderer: Better handling of possible Access Violation during Video Processor switch
  • Renderer: Possible fix for old systems with WARP device not listed in adapters
  • FlyleafHost: Fixes an issue with WindowChrome

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.39 (AIO x64 .NET8 / FFmpeg v5.1.2)

30 Dec 21:03
Compare
Choose a tag to compare

Changelog v3.7.40

  • Config: Introduces Demuxer.ForceFPS to manually set FPS on NOTIMESTAMP formats (such as h264/hevc)

Changelog v3.7.39

  • AudioDecoder: Exposes/Shares CircularBufferLocker to handle possible access violations during re-allocation

  • Player/Demuxer: Introduces ForceDuration to manual set the duration when unknown (which enables seeking)

  • Renderer: Fixes a possible Access Violation during Video Processor Switch

  • Renderer: Introduces ViewportChanged event

  • Config.Subtitles.SearchOnline: Will force a direct online search when enabled

  • Plugins.OpenSubtitles: Improves local searching with more accurate results

  • Plugins.OpenSubtitlesOrg: Improves online searching with more accurate results

  • Plugins.BitSwarm: Fixes a possible Access Violation during Stop/Initialize

  • FlyleafME: Adds stroke around subtitles text (UIConfig.SubsStrokeThickness) [Thanks @Brandon689]

  • FlyleafME: Adds auto-resize for subtitles fonts

  • FlyleafME: Adds subtitles margin based on renderer's viewport (UIConfig.SubsWithinViewport)

Breaking Changes

  • FlyleafME: Default Subtitles FontSize/Margin have been changed
  • Config.Decoder.MaxSubsFrames changed (from 2 to 1 for better resync with embedded streams)

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.38 (AIO x64 .NET8 / FFmpeg v5.1.2)

10 Dec 09:30
Compare
Choose a tag to compare

Changelog v3.7.38

  • Engine.Audio: Adds support for endpoints with the same FriendlyName but different Id
  • Engine.Audio: Fixes a deadlock issue duing device removal when the device was assigned to a player
  • Config: Introduces Decoder.AudioCodecOpt/VideoCodecOpt/SubtitlesCodecOpt to support all codec options per codec type
  • Config: Introduces Decoder.LowDelay which improves low latency and will be auto-enabled with Player.MaxLatency
  • FlyeafME: Adds Current Default Device in Audio tab

Breaking Changes

  • Config.Player.MaxLatency will enable Config.Decoder.LowDelay on the underlying codec
  • Engine.Audio.GetDeviceId/GetDeviceName methods removed
  • Engine.Audio.Devices changed from ObservableCollection to ObservableCollection
  • Player.Audio.Device changed from string to AudioEndPoint (can be found in Engine.Audio.Devices)
  • Player.Audio.DeviceId has been removed

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.35 (AIO x64 .NET8 / FFmpeg v5.1.2)

29 Nov 14:01
Compare
Choose a tag to compare

Changelog v3.7.36

  • Decoders: Ensures the codec context will be initialized with the codec-specific defaults by specifying the input codec
  • Demuxer: Fixes a critical issue with NoTimestamps formats and packet queue (could cause high cpu and memory leaks)
  • Demuxer: Few improvements for NoTimestamps formats
  • FlyleafHost.WinUI: Fixes a DPI issue

Changelog v3.7.35

  • Adds .NET 8 support (drops .NET 7)
  • Demuxer: Interrupter improvements
  • Player: Passes Timeout specific error to PlaybackStopped event

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.32 (AIO x64 .NET7 / FFmpeg v5.1.2)

11 Nov 09:27
Compare
Choose a tag to compare

Changelog v3.7.34

  • FlyleafHost.Wpf: Ensures Surface and Overlay's Left are equal after showing the windows (eg. MetroWindow)

Changelog v3.7.33

  • Demuxer: Fixes an issue with SRT protocol (misconfused with SRT subtitles format)

Changelog v3.7.32

  • AudioDecoder (Filters): Simplifies Min Samples and adds also Max Samples (20-70ms)
  • AudioDecoder (Filters): Resync timestamps in case of audio gaps (mainly for live streams and during codec change events)
  • VideoDecoder: Minor improvements
  • Player: Fixes a possible AccessViolation issue with audio device (introduced in 3.7.28)

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.31 (AIO x64 .NET7 / FFmpeg v5.1.2)

05 Nov 09:12
Compare
Choose a tag to compare
  • AudioDecoder (Filters): Ensures that each frame has at least 1K samples to avoid audio crackling and audio/video sync issue
  • Demuxer: Adds support for srt:// format with inline options
  • Player: Improves Seek Backward/Foreward Timestamp based on CurTime/Offset's modulo
  • Player: Fixes an issue with SeekAccurate and mpegts formats/HEVC codecs

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.28 (AIO x64 .NET7 / FFmpeg v5.1.2)

08 Oct 05:25
Compare
Choose a tag to compare

Changelog v3.7.30

  • FlyleafHost.Wpf: Adds support for Owner change

Changelog v3.7.29

  • Demuxer: Fixes a rare (race condition) memory leak during open
  • Renderer: Partial fix for issue with BT2020 ColorSpace (PQ/HLG trc func only)
  • Renderer: In case of a single frame (image), allows more time for the frame to be presented

Changelog v3.7.28

  • Demuxer: Fixes an issue during Seek that it wouldn't reset AVIOContext's errors/eof which could cause status stopped instead of ended and delays (Player buffered failed)
  • Player: Fixes a rare but possible deadlock during Seek
  • Player: Fixes audio crackling issues
  • Plugins.YoutubeDL: Fixes a critical JSON deserialize issue for the latest yt-dlp version

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)