[PR #12380] [MERGED] Update VideoToolbox pipeline for jellyfin-ffmpeg7 #13176

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/12380
Author: @gnattu
Created: 8/2/2024
Status: Merged
Merged: 8/5/2024
Merged by: @crobibero

Base: masterHead: ffmpeg7-videotoolbox


📝 Commits (1)

  • 2a1cff5 Update VideoToolbox pipeline for jellyfin-ffmpeg7

📊 Changes

1 file changed (+17 additions, -14 deletions)

View changed files

📝 MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs (+17 -14)

📄 Description

Jellyfin-ffmpeg 7.0 fixed the hardware surface and the frame ordering issue, which means we can now safely use the hardware surface. The old chain is still kept to support older ffmpeg.

The usage of derive_device in hwupload is dropped because we no longer interop with OpenCL in videotoolbox pipeline.

Changes

Issues

Depends on the WIP https://github.com/jellyfin/jellyfin-ffmpeg/pull/424

But is mergeable as this PR maintains compatibility with jellyfin-ffmpeg6


🔄 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/12380 **Author:** [@gnattu](https://github.com/gnattu) **Created:** 8/2/2024 **Status:** ✅ Merged **Merged:** 8/5/2024 **Merged by:** [@crobibero](https://github.com/crobibero) **Base:** `master` ← **Head:** `ffmpeg7-videotoolbox` --- ### 📝 Commits (1) - [`2a1cff5`](https://github.com/jellyfin/jellyfin/commit/2a1cff5d797b92a251ef901043fa833eaf48de47) Update VideoToolbox pipeline for jellyfin-ffmpeg7 ### 📊 Changes **1 file changed** (+17 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs` (+17 -14) </details> ### 📄 Description Jellyfin-ffmpeg 7.0 fixed the hardware surface and the frame ordering issue, which means we can now safely use the hardware surface. The old chain is still kept to support older ffmpeg. The usage of `derive_device` in `hwupload` is dropped because we no longer interop with OpenCL in videotoolbox pipeline. <!-- 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. --> **Issues** <!-- Tag any issues that this PR solves here. ex. Fixes # --> Depends on the WIP https://github.com/jellyfin/jellyfin-ffmpeg/pull/424 But is mergeable as this PR maintains compatibility with jellyfin-ffmpeg6 --- <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:08:26 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#13176