[PR #13561] [MERGED] feat(server): vaapi hardware decoding #13987

Closed
opened 2026-02-05 15:24:31 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/13561
Author: @mertalev
Created: 10/18/2024
Status: Merged
Merged: 10/18/2024
Merged by: @mertalev

Base: mainHead: feat/server-vaapi-hwdecoding


📝 Commits (3)

📊 Changes

4 files changed (+154 additions, -9 deletions)

View changed files

📝 docs/docs/features/hardware-transcoding.md (+2 -2)
📝 server/src/services/media.service.spec.ts (+75 -2)
📝 server/src/utils/media.ts (+76 -4)
📝 web/src/lib/i18n/en.json (+1 -1)

📄 Description

Description

This PR adds hardware decoding for VAAPI, making every supported API capable of end-to-end acceleration.

Fixes #4321

How Has This Been Tested?

Tested with an HDR video with different tone mapping, scaling and target codec settings.


🔄 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/immich-app/immich/pull/13561 **Author:** [@mertalev](https://github.com/mertalev) **Created:** 10/18/2024 **Status:** ✅ Merged **Merged:** 10/18/2024 **Merged by:** [@mertalev](https://github.com/mertalev) **Base:** `main` ← **Head:** `feat/server-vaapi-hwdecoding` --- ### 📝 Commits (3) - [`4275aa8`](https://github.com/immich-app/immich/commit/4275aa8b7cf6fee72fb0b653d9340d57efd26e9d) add hw decoding for vaapi - [`95f28b1`](https://github.com/immich-app/immich/commit/95f28b152e2c5c4b93f29403627f952d528cee91) add tests - [`ff2a3b5`](https://github.com/immich-app/immich/commit/ff2a3b58dc965c668e6c8c3a64ff9edcc5de3bdb) update docs ### 📊 Changes **4 files changed** (+154 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `docs/docs/features/hardware-transcoding.md` (+2 -2) 📝 `server/src/services/media.service.spec.ts` (+75 -2) 📝 `server/src/utils/media.ts` (+76 -4) 📝 `web/src/lib/i18n/en.json` (+1 -1) </details> ### 📄 Description ## Description This PR adds hardware decoding for VAAPI, making every supported API capable of end-to-end acceleration. Fixes #4321 ## How Has This Been Tested? Tested with an HDR video with different tone mapping, scaling and target codec settings. --- <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-05 15:24:31 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#13987