-
Notifications
You must be signed in to change notification settings - Fork 114
Update FlyleafLib v3.8.9 #151
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Conflicts: # FlyleafLib/MediaFramework/MediaRenderer/ShaderCompiler.cs
- Demuxer: Fixes a possible null issue when having broken/image streams - Demuxer: Improves Logging for Format/Stream Info - Renderer.FlyleafVP: Adds RGB Full to Limited support - Renderer.FlyleafVP: Adds support for Mono/Gray pixel format types and GBR(A)32 - Renderer.FlyleafVP: Fixes alpha channel - Renderer.FlyleafVP: Fixes an issue with YUV full range - MediaStream: Code clean up and performance improvements - MediaStream: Improves handling of AVFrame/AVCodecContext/AVCodecParameters metadata - MediaStream: Improves fallback when dealing with unspecified metadata - Player.Keys: Adds Home/End for Seek to Start/End and Page Up/Down for Seek with 3rd offset from config - Logger: Few changes from Debug to Trace - Samples.FlyleafPlayer: Changes Ctrl to Shift for opening in new window (SingleInstance) - Samples.FlyleafPlayer: Fixes an issue with swapped players - Samples.FlyleafPlayer: Fixes PlayerDebug to be at the right Zorder - Solution: Code clean-up # Conflicts: # FlyleafLib/Controls/WPF/Converters.cs # FlyleafLib/Controls/WPF/PlayerDebug.xaml # FlyleafLib/Controls/WinForms/FlyleafHost.cs # FlyleafLib/Engine/Config.cs # FlyleafLib/Engine/Language.cs # FlyleafLib/MediaFramework/MediaContext/DecoderContext.Open.cs # FlyleafLib/MediaFramework/MediaContext/DecoderContext.cs # FlyleafLib/MediaFramework/MediaDecoder/SubtitlesDecoder.cs # FlyleafLib/MediaFramework/MediaDemuxer/Demuxer.cs # FlyleafLib/MediaFramework/MediaPlaylist/Playlist.cs # FlyleafLib/MediaFramework/MediaRenderer/Renderer.Filters.cs # FlyleafLib/MediaFramework/MediaStream/StreamBase.cs # FlyleafLib/MediaFramework/MediaStream/SubtitlesStream.cs # FlyleafLib/MediaFramework/MediaStream/VideoStream.cs # FlyleafLib/MediaPlayer/Player.Keys.cs # FlyleafLib/MediaPlayer/Player.Playback.cs # FlyleafLib/MediaPlayer/Player.Screamers.cs # FlyleafLib/MediaPlayer/Subtitles.cs # FlyleafLib/Plugins/OpenSubtitles.cs # FlyleafLib/Utils/Utils.cs # Samples/FlyleafPlayer (WPF Control) (WPF)/App.xaml.cs # Samples/FlyleafPlayer (WPF Control) (WPF)/ApplicationActivator.cs # Samples/FlyleafPlayer (WPF Control) (WPF)/MainWindow.xaml # Samples/FlyleafPlayer (WPF Control) (WPF)/MainWindow.xaml.cs
+ Misc # Conflicts: # FlyleafLib/MediaFramework/MediaRenderer/Renderer.VideoProcessor.cs
…fHost.WinUI) - Demuxer: Adds Duration Estimation support for non-analyzed inputs - Demuxer: Fixes a possible null issue when having broken/image streams - Demuxer: Improves Logging for Format/Stream Info - Renderer.FlyleafVP: Shader Compiler and Pixel Shader Improvements - Renderer.FlyleafVP: Adds RGB Full to Limited support - Renderer.FlyleafVP: Adds support for Mono/Gray pixel format types and GBR(A)32 - Renderer.FlyleafVP: Removes Bob DeInterlace as is not accurate enough - Renderer.FlyleafVP: Fixes alpha channel - Renderer.FlyleafVP: Fixes an issue with YUV full range - Renderer.Filters: Fixes an issue from a loaded config (it wouldn't enable filters) - MediaStream: Improves handling of AVFrame/AVCodecContext/AVCodecParameters metadata - MediaStream: Improves fallbacks when dealing with unspecified metadata - Player: Improves and Fixes issues with Frame Stepping (mainly backwards and VFR) - Player: Don't treat .txt as subtitle - Player.Keys: Adds Home/End for Seek to Start/End and Page Up/Down for Seek with 3rd offset from config - PlayerDebug: Minor updates - Logger: Few changes from Debug to Trace - Samples.FlyleafPlayer: Changes Ctrl to Shift for opening in new window (SingleInstance) - Samples.FlyleafPlayer: Fixes an issue with swapped players - Samples.FlyleafPlayer: Fixes PlayerDebug to be at the right Zorder # Conflicts: # FlyleafLib.Controls.WPF/FlyleafLib.Controls.WPF.csproj # FlyleafLib.Controls.WinUI/FlyleafLib.Controls.WinUI.csproj # FlyleafLib/Controls/WPF/PlayerDebug.xaml # FlyleafLib/FlyleafLib.csproj # FlyleafLib/MediaFramework/MediaDecoder/VideoDecoder.cs
19116bd to
1a383a3
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Update FlyleafLib v3.8.9 from v3.8.8
Changelog
New commits are cherry-picked from the following diff.
SuRGeoNix/Flyleaf@49a695a...d7d2606