[PR #12763] [MERGED] Fix full range in SW decoder & HW encoder for Trickplay #13357

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/12763
Author: @nyanmisaka
Created: 10/2/2024
Status: Merged
Merged: 10/2/2024
Merged by: @crobibero

Base: masterHead: fix-fullrange-swdec-hwenc


📝 Commits (1)

  • 12bfe53 Fix full range in SW decoder & HW encoder for Trickplay

📊 Changes

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

View changed files

📝 MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs (+30 -0)

📄 Description

Changes

  • Fix full range in SW decoder & HW encoder for Trickplay (previous PR only fixed the HW+HW case)

Issues

  • If decoding in SW but encoding MJPEG in HW, the full range filter needs to be added manually.

🔄 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/12763 **Author:** [@nyanmisaka](https://github.com/nyanmisaka) **Created:** 10/2/2024 **Status:** ✅ Merged **Merged:** 10/2/2024 **Merged by:** [@crobibero](https://github.com/crobibero) **Base:** `master` ← **Head:** `fix-fullrange-swdec-hwenc` --- ### 📝 Commits (1) - [`12bfe53`](https://github.com/jellyfin/jellyfin/commit/12bfe53af85cfeb87daa00a453f1b165ada66a89) Fix full range in SW decoder & HW encoder for Trickplay ### 📊 Changes **1 file changed** (+30 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs` (+30 -0) </details> ### 📄 Description **Changes** - Fix full range in SW decoder & HW encoder for Trickplay (previous PR only fixed the HW+HW case) **Issues** - If decoding in SW but encoding MJPEG in HW, the full range filter needs to be added manually. --- <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:11:36 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#13357