Commit 83b4d50
committed
Updates to v3.6.2 (FlyleafLib) / v1.2.2 (FlyleafME) / v5.1.2 (FFmpeg)
Demuxer: Adds HLS Live Seek support for FFmpeg v5.1.2 and drops supports for older versions
Demuxer: Introduces StartRealTime
Demuxer: Fixes seeking issue to the very beginning (0)
Engine: Introduces Config.FFmpegHLSLiveSeek to manually enable HLS Live Seek (disabled by default as it can cause critical issues if the version doesn't match with the HLSContext structure)
Player: Fixes (slow performance) an issues with Frame Stepping backwards on MPEG-TS formats (FFmpeg fails to properly seek backwards)
Renderer: Fixes Aspect Ratio on 90 and 270 degrees angle Rotation
Renderer: Fixes Rotation for Flyleaf video processor (wasn't rotating clock-wise)
FlyleafHost.Wpf: Adds MouseBindings dependency property to easy enable or disable them
FlyleafME: Adds Porfile Mismatch to Video Settings
PlayerDebug: Adds Rotation and Porfile Mismatch
NuGet: Adds .NET 7 and drops .NET 5 support
### Solution
Updates FFmpeg libraries to v5.1.2 (patched)
Updates FFmpeg.Autotgen to v5.1.1 for Samples/Tests
Updates to C# 11 language version
Adds .NET 7 and drops .NET 5 support for Samples/Tests
Includes Publish Profiles for Sample releases1 parent f5d73b6 commit 83b4d50
4 files changed
Lines changed: 15 additions & 12 deletions
File tree
- FlyleafLib.Controls.WPF
- FlyleafLib
- Samples/FlyleafPlayer (WPF Control) (WPF)
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
| 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 | | - | |
25 | | - | |
26 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
| 104 | + | |
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
22 | 24 | | |
23 | 25 | | |
24 | 26 | | |
| |||
0 commit comments