[PR #15556] [MERGED] Prevent copying HDR streams when only SDR is supported #14342

Closed
opened 2026-02-07 07:28:17 +03:00 by OVERLORD · 0 comments
Owner

📋 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.zHead: prevent-remux-sdr-only


📝 Commits (1)

  • d099a01 Prevent 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.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/15556 **Author:** [@gnattu](https://github.com/gnattu) **Created:** 11/18/2025 **Status:** ✅ Merged **Merged:** 11/19/2025 **Merged by:** [@crobibero](https://github.com/crobibero) **Base:** `release-10.11.z` ← **Head:** `prevent-remux-sdr-only` --- ### 📝 Commits (1) - [`d099a01`](https://github.com/jellyfin/jellyfin/commit/d099a01f4c9fbfcc5f7a03a8e62b22dc67d343aa) Prevent copying HDR streams when only SDR is supported ### 📊 Changes **1 file changed** (+7 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs` (+7 -0) </details> ### 📄 Description <!-- Ensure your title is short, descriptive, and in the imperative mood (Fix X, Change Y, instead of Fixed X, Changed Y). For a good inspiration of what to write in commit messages and PRs please review https://chris.beams.io/posts/git-commit/ and our documentation. --> **Changes** <!-- Describe your changes here in 1-5 sentences. --> 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** <!-- Tag any issues that this PR solves here. ex. Fixes # --> Fixes #15534 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-07 07:28:17 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#14342