mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #6934] [MERGED] HWA pipeline refactor, AMD/Intel/Nvidia full hardware filtering support, AV1 hwdec #11198
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jellyfin/jellyfin/pull/6934
Author: @nyanmisaka
Created: 12/1/2021
Status: ✅ Merged
Merged: 12/26/2021
Merged by: @crobibero
Base:
master← Head:hwa📝 Commits (5)
4b9c84cEncodingHelper hwaccel pipelines refactorb2d85a0Apply suggestions from code reviewd0832c6Merge DynamicHlsController and VideoHlsController (#119)7db753dreduce tonemap cpu usage, add deint and AR support in thumbnails728a598Merge remote-tracking branch 'origin/master' into hwa📊 Changes
10 files changed (+3164 additions, -2304 deletions)
View changed files
📝
Jellyfin.Api/Controllers/DynamicHlsController.cs(+287 -42)➖
Jellyfin.Api/Controllers/VideoHlsController.cs(+0 -586)📝
MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs(+2687 -1547)📝
MediaBrowser.Controller/MediaEncoding/EncodingJobInfo.cs(+1 -17)📝
MediaBrowser.Controller/MediaEncoding/FilterOptionType.cs(+11 -1)📝
MediaBrowser.Controller/MediaEncoding/IMediaEncoder.cs(+24 -6)📝
MediaBrowser.MediaEncoding/Encoder/EncoderValidator.cs(+62 -18)📝
MediaBrowser.MediaEncoding/Encoder/MediaEncoder.cs(+66 -70)📝
MediaBrowser.MediaEncoding/Probing/ProbeResultNormalizer.cs(+16 -11)📝
MediaBrowser.Model/Configuration/EncodingOptions.cs(+10 -6)📄 Description
FFmpeg Changes
jellyfin-ffmpegversion 4.4.1.IMPORTANT: Using old or original FFmpeg may disable the hardware filtering improvements down below.
Changes
Web Changes
Issues
Fixes #6835 #6809 #6725 #6524 #5535
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.