[PR #6075] [MERGED] Properly detect Dolby Vision files derived from AV1, AVC and HEVC #10809

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/6075
Author: @heyhippari
Created: 5/18/2021
Status: Merged
Merged: 5/24/2021
Merged by: @cvium

Base: masterHead: codec-tag-hdr


📝 Commits (1)

  • 8407c3d Properly detect Dolby Vision files derived from AV1, AVC and HEVC

📊 Changes

1 file changed (+13 additions, -0 deletions)

View changed files

📝 MediaBrowser.Model/Entities/MediaStream.cs (+13 -0)

📄 Description

Changes

Some Dolby Vision files use a codec derived from AV1, AVC or HEVC, which is registered by the MP4RA as a different code (See https://mp4ra.org/#/codecs).

This adds a new branch in the video range detection, after the transfer function, to properly mark all these codecs as being HDR.

Issues


🔄 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/6075 **Author:** [@heyhippari](https://github.com/heyhippari) **Created:** 5/18/2021 **Status:** ✅ Merged **Merged:** 5/24/2021 **Merged by:** [@cvium](https://github.com/cvium) **Base:** `master` ← **Head:** `codec-tag-hdr` --- ### 📝 Commits (1) - [`8407c3d`](https://github.com/jellyfin/jellyfin/commit/8407c3d558b33ea56c17d8a6bce81757eba805d9) Properly detect Dolby Vision files derived from AV1, AVC and HEVC ### 📊 Changes **1 file changed** (+13 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `MediaBrowser.Model/Entities/MediaStream.cs` (+13 -0) </details> ### 📄 Description **Changes** Some Dolby Vision files use a codec derived from AV1, AVC or HEVC, which is registered by the MP4RA as a different code (See https://mp4ra.org/#/codecs). This adds a new branch in the video range detection, after the transfer function, to properly mark all these codecs as being HDR. **Issues** <!-- Tag any issues that this PR solves here. ex. Fixes # --> --- <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 06:27:06 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#10809