[PR #1484] [MERGED] Videocodec implementation #2130

Closed
opened 2026-02-27 21:15:18 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/1484
Author: @georgemoralis
Created: 11/5/2024
Status: Merged
Merged: 11/10/2024
Merged by: @georgemoralis

Base: mainHead: videocodec1


📝 Commits (10+)

📊 Changes

9 files changed (+539 additions, -1 deletions)

View changed files

📝 CMakeLists.txt (+4 -0)
📝 src/common/logging/filter.cpp (+1 -0)
📝 src/common/logging/types.h (+1 -0)
📝 src/core/libraries/error_codes.h (+26 -1)
📝 src/core/libraries/libs.cpp (+2 -0)
src/core/libraries/videodec/videodec.cpp (+137 -0)
src/core/libraries/videodec/videodec.h (+108 -0)
src/core/libraries/videodec/videodec_impl.cpp (+222 -0)
src/core/libraries/videodec/videodec_impl.h (+38 -0)

📄 Description

Based on @polybiusproxy videodec2 implementation . Seems to work , reply with tests thanks :D


🔄 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/shadps4-emu/shadPS4/pull/1484 **Author:** [@georgemoralis](https://github.com/georgemoralis) **Created:** 11/5/2024 **Status:** ✅ Merged **Merged:** 11/10/2024 **Merged by:** [@georgemoralis](https://github.com/georgemoralis) **Base:** `main` ← **Head:** `videocodec1` --- ### 📝 Commits (10+) - [`af98386`](https://github.com/shadps4-emu/shadPS4/commit/af98386ea4f9abebfae237b07ef7fff5782ee019) dummy videocodec - [`be69f7a`](https://github.com/shadps4-emu/shadPS4/commit/be69f7a0046624a5376a5451d04b6192c6d67126) filled videodec parameters - [`5be1e27`](https://github.com/shadps4-emu/shadPS4/commit/5be1e2791171a95500bf3712f6d501aad7e2ce3d) vdec1 implementation - [`4dcbc37`](https://github.com/shadps4-emu/shadPS4/commit/4dcbc3724fa658b256344aab387b8485b2839338) clang format fix - [`48378d6`](https://github.com/shadps4-emu/shadPS4/commit/48378d6d14ba80735be678e4300e00fc7b229a8f) fixed codecType - [`5739e12`](https://github.com/shadps4-emu/shadPS4/commit/5739e126d01870ac59f3d14de8c930555aba14d5) added crop offset info - [`694b71d`](https://github.com/shadps4-emu/shadPS4/commit/694b71de69ffe8df666ab933da48bc8b1d902717) align output - [`57e97dc`](https://github.com/shadps4-emu/shadPS4/commit/57e97dc4089cba13162d9a0a418136eae96b37d7) align all h/w - [`2328b71`](https://github.com/shadps4-emu/shadPS4/commit/2328b712d92efa14dfd6c420b558c15b64a7e14d) some touchups - [`e1f5068`](https://github.com/shadps4-emu/shadPS4/commit/e1f50682e91a1e244bab6c454c771cf90d0317a8) small touch (last one) ### 📊 Changes **9 files changed** (+539 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `CMakeLists.txt` (+4 -0) 📝 `src/common/logging/filter.cpp` (+1 -0) 📝 `src/common/logging/types.h` (+1 -0) 📝 `src/core/libraries/error_codes.h` (+26 -1) 📝 `src/core/libraries/libs.cpp` (+2 -0) ➕ `src/core/libraries/videodec/videodec.cpp` (+137 -0) ➕ `src/core/libraries/videodec/videodec.h` (+108 -0) ➕ `src/core/libraries/videodec/videodec_impl.cpp` (+222 -0) ➕ `src/core/libraries/videodec/videodec_impl.h` (+38 -0) </details> ### 📄 Description Based on @polybiusproxy videodec2 implementation . Seems to work , reply with tests thanks :D --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 21:15:18 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/shadPS4#2130
No description provided.