mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #6327] [MERGED] Add support for cuda tonemap and overlay #10913
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/6327
Author: @nyanmisaka
Created: 7/19/2021
Status: ✅ Merged
Merged: 8/30/2021
Merged by: @cvium
Base:
master← Head:tonemap-overlay📝 Commits (6)
aaab6a3add tests for FFmpeg 4.4 and 4.3.23beda02add support for cuda tonemap and overlay19e3c38Apply suggestions from code reviewd4f09c6Apply suggestions from code reviewa84dc79Merge branch 'master' into tonemap-overlayae031fdMerge branch 'master' into tonemap-overlay📊 Changes
8 files changed (+508 additions, -106 deletions)
View changed files
📝
MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs(+298 -91)➕
MediaBrowser.Controller/MediaEncoding/FilterOptionType.cs(+23 -0)📝
MediaBrowser.Controller/MediaEncoding/IMediaEncoder.cs(+13 -1)📝
MediaBrowser.MediaEncoding/Encoder/EncoderValidator.cs(+93 -9)📝
MediaBrowser.MediaEncoding/Encoder/MediaEncoder.cs(+35 -4)📝
MediaBrowser.MediaEncoding/Probing/ProbeResultNormalizer.cs(+17 -0)📝
tests/Jellyfin.MediaEncoding.Tests/EncoderValidatorTests.cs(+5 -1)📝
tests/Jellyfin.MediaEncoding.Tests/EncoderValidatorTestsData.cs(+24 -0)📄 Description
Web changes
https://github.com/jellyfin/jellyfin-web/pull/2794
FFmpeg changes
https://github.com/jellyfin/jellyfin-ffmpeg/pull/70 is required for new cuda support
Changes
Issues
should fix https://github.com/jellyfin/jellyfin/issues/5067
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.