mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-25 15:56:00 +03:00
[PR #2774] [CLOSED] M4AAC decoder #2969
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#2969
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/2774
Author: @georgemoralis
Created: 4/12/2025
Status: ❌ Closed
Base:
main← Head:m4aac📝 Commits (10+)
7bf060bInitial draft for m4aac decoderf5a32e4fixed clanga15d1a8added m4aac filters06ce7a0Merge branch 'main' into m4aac41814f1Merge branch 'main' into m4aac2411018Merge branch 'main' into m4aac4d72b58Merge branch 'main' into m4aac7ee2ddbMerge branch 'main' into m4aacea97e78Merge branch 'main' into m4aaca56607aMerge branch 'main' into m4aac📊 Changes
7 files changed (+122 additions, -9 deletions)
View changed files
📝
CMakeLists.txt(+2 -0)📝
src/core/libraries/ajm/ajm.cpp(+6 -7)📝
src/core/libraries/ajm/ajm.h(+1 -1)📝
src/core/libraries/ajm/ajm_context.cpp(+1 -1)📝
src/core/libraries/ajm/ajm_instance.cpp(+6 -0)➕
src/core/libraries/ajm/ajm_m4aac.cpp(+47 -0)➕
src/core/libraries/ajm/ajm_m4aac.h(+59 -0)📄 Description
WIP
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.