[PR #12683] [MERGED] Fix incorrect input range for certain hw JPEG encoders #13320

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/12683
Author: @nyanmisaka
Created: 9/22/2024
Status: Merged
Merged: 9/23/2024
Merged by: @crobibero

Base: masterHead: fix-qsv-vaapi-rkmpp-fullrange


📝 Commits (1)

  • 6460323 Fix incorrect input range for certain hw JPEG encoders

📊 Changes

1 file changed (+62 additions, -19 deletions)

View changed files

📝 MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs (+62 -19)

📄 Description

Changes

  • Fix incorrect input range for certain hw JPEG encoders

Issues

  • The QSV, VA-API and RKMPP JPEG encoders require explicit full range input

🔄 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/12683 **Author:** [@nyanmisaka](https://github.com/nyanmisaka) **Created:** 9/22/2024 **Status:** ✅ Merged **Merged:** 9/23/2024 **Merged by:** [@crobibero](https://github.com/crobibero) **Base:** `master` ← **Head:** `fix-qsv-vaapi-rkmpp-fullrange` --- ### 📝 Commits (1) - [`6460323`](https://github.com/jellyfin/jellyfin/commit/646032373ecc9c6ff5196f815b5b989064df8a9c) Fix incorrect input range for certain hw JPEG encoders ### 📊 Changes **1 file changed** (+62 additions, -19 deletions) <details> <summary>View changed files</summary> 📝 `MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs` (+62 -19) </details> ### 📄 Description **Changes** - Fix incorrect input range for certain hw JPEG encoders **Issues** - The QSV, VA-API and RKMPP JPEG encoders require explicit full range input --- <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:10:54 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#13320