Skip to content

Commit

Permalink
Updates to v3.8 (FlyleafLib) / v1.4 (FlyleafME) / v1.1 (FlyleafHost.W…
Browse files Browse the repository at this point in the history
…inUI)

* VideoDecoder: Stability and performance improvements
* VideoStream: Fixes an issue with rotation

- Dependencies
* Replaces FFmpeg.Autogen with Flyleaf.FFmpeg.Bindings
* Replaces Microsoft ILoggger with a generic custom callback
* Updates FFmpeg libs to v7.1 (patched *and mingw downgrade)
* Updates Vortice libs to v3.6.2

- Breaking Changes
* Deprecates .NET Framework and .NET 6 (Support only .NET 8)
* FFmpegLogLevel changed to Flyleaf.FFmpeg.LogLevel
* FFmpeg v7.1 support only
  • Loading branch information
SuRGeoNix committed Oct 26, 2024
1 parent c367f44 commit ef0d637
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion FlyleafLib/FlyleafLib.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,19 @@
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<PackageReleaseNotes>
* TODO
* VideoDecoder: Stability and performance improvements
* VideoStream: Fixes an issue with rotation

- Dependencies
* Replaces FFmpeg.Autogen with Flyleaf.FFmpeg.Bindings
* Replaces Microsoft ILoggger with a generic custom callback
* Updates FFmpeg libs to v7.1 (patched *and mingw downgrade)
* Updates Vortice libs to v3.6.2

- Breaking Changes
* Deprecates .NET Framework and .NET 6 (Support only .NET 8)
* FFmpegLogLevel changed to Flyleaf.FFmpeg.LogLevel
* FFmpeg v7.1 support only
</PackageReleaseNotes>
</PropertyGroup>

Expand Down

0 comments on commit ef0d637

Please sign in to comment.