mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #6075] [MERGED] Properly detect Dolby Vision files derived from AV1, AVC and HEVC #10809
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/6075
Author: @heyhippari
Created: 5/18/2021
Status: ✅ Merged
Merged: 5/24/2021
Merged by: @cvium
Base:
master← Head:codec-tag-hdr📝 Commits (1)
8407c3dProperly 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.