mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-25 07:46:01 +03:00
[PR #1484] [MERGED] Videocodec implementation #2130
Labels
No labels
Bloodborne
bug
contributor wanted
documentation
enhancement
frontend
good first issue
help wanted
linux
pull-request
question
release
verification progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shadPS4#2130
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:videocodec1📝 Commits (10+)
af98386dummy videocodecbe69f7afilled videodec parameters5be1e27vdec1 implementation4dcbc37clang format fix48378d6fixed codecType5739e12added crop offset info694b71dalign output57e97dcalign all h/w2328b71some touchupse1f5068small touch (last one)📊 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.