mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #15556] [MERGED] Prevent copying HDR streams when only SDR is supported #14342
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/15556
Author: @gnattu
Created: 11/18/2025
Status: ✅ Merged
Merged: 11/19/2025
Merged by: @crobibero
Base:
release-10.11.z← Head:prevent-remux-sdr-only📝 Commits (1)
d099a01Prevent copying HDR streams when only SDR is supported📊 Changes
1 file changed (+7 additions, -0 deletions)
View changed files
📝
MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs(+7 -0)📄 Description
Changes
If the SDR is the only supported range, disable all HDR copy tests. This is an obvious case but got unnoticed until recently we got stable firefox HEVC support. Previously, all major browsers supporting HEVC has client-side tone mapping capability which never triggered this case.
Issues
Fixes #15534
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.