Commit e783982
committed
Updates to v3.9.5 (FlyleafLib) / v1.5.5 (FlyleafME) / v1.2.5 (FlyleafHost.WinUI)
- Engine.Logger: Adds File Rolling support
- Engine.Config: Introduces LogRollMaxFileSize and LogRollMaxFiles for the new File Rolling impelementation
- Demuxer: Fixes an issue with Data streams that would be falsely included as Misc/Invalid streams instead
- VideoDecoder: Stability and Performance improvements for Open/Setup implementation
- Renderer.VideoProcessor: Fixes an issue with cropping not refreshing the layout
- Player: Introduces OpeningVideoStream event which fires during VideoDecoder's codec open
- Player.Video: Codec now returns the actual codec's name in use by the decoder
- FlyleafHost.Wpf: Fixes an issue with MouseWheel event for attached hosts would fire twice causing Zoom and Rotation to not work properly
- Plugins.YoutubeDL: Attempt for few fixes (mainly for audio languages on youtube)
- Samples.FlyleafPlayer: Introduces GeneralConfig.AllowTransparency which enables transparency support
[Breaking Changes]
- Config.Decoder: Defaults AllowProfileMismatch back to false as it seems that it causes more issues than it resolves1 parent fd34c3e commit e783982
3 files changed
Lines changed: 13 additions & 10 deletions
File tree
- FlyleafLib.Controls.WPF
- FlyleafLib.Controls.WinUI
- FlyleafLib
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
25 | 29 | | |
26 | | - | |
27 | | - | |
| 30 | + | |
28 | 31 | | |
29 | 32 | | |
30 | 33 | | |
| |||
0 commit comments