[PR #2774] [CLOSED] M4AAC decoder #2969

Closed
opened 2026-02-27 22:01:57 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/2774
Author: @georgemoralis
Created: 4/12/2025
Status: Closed

Base: mainHead: m4aac


📝 Commits (10+)

  • 7bf060b Initial draft for m4aac decoder
  • f5a32e4 fixed clang
  • a15d1a8 added m4aac filters
  • 06ce7a0 Merge branch 'main' into m4aac
  • 41814f1 Merge branch 'main' into m4aac
  • 2411018 Merge branch 'main' into m4aac
  • 4d72b58 Merge branch 'main' into m4aac
  • 7ee2ddb Merge branch 'main' into m4aac
  • ea97e78 Merge branch 'main' into m4aac
  • a56607a Merge 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.

## 📋 Pull Request Information **Original PR:** https://github.com/shadps4-emu/shadPS4/pull/2774 **Author:** [@georgemoralis](https://github.com/georgemoralis) **Created:** 4/12/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `m4aac` --- ### 📝 Commits (10+) - [`7bf060b`](https://github.com/shadps4-emu/shadPS4/commit/7bf060b6a323f54dca8f0c2833b69d584c4b34d6) Initial draft for m4aac decoder - [`f5a32e4`](https://github.com/shadps4-emu/shadPS4/commit/f5a32e4146c19226e315fa8ef26951d3923c3ba5) fixed clang - [`a15d1a8`](https://github.com/shadps4-emu/shadPS4/commit/a15d1a825ec328d110eb26cd9e257bbe0a40c278) added m4aac filters - [`06ce7a0`](https://github.com/shadps4-emu/shadPS4/commit/06ce7a01776ce550588ef0cc8a8bca927e6bb654) Merge branch 'main' into m4aac - [`41814f1`](https://github.com/shadps4-emu/shadPS4/commit/41814f1fffdac310dce9b41dfd02464765b6d217) Merge branch 'main' into m4aac - [`2411018`](https://github.com/shadps4-emu/shadPS4/commit/2411018eacb60a4dfaf0067615769adfa3db9c98) Merge branch 'main' into m4aac - [`4d72b58`](https://github.com/shadps4-emu/shadPS4/commit/4d72b5876108510c7724e91cac295dc1e970a60e) Merge branch 'main' into m4aac - [`7ee2ddb`](https://github.com/shadps4-emu/shadPS4/commit/7ee2ddbd439544a1ae725017a44f0c7b0f3f7cf5) Merge branch 'main' into m4aac - [`ea97e78`](https://github.com/shadps4-emu/shadPS4/commit/ea97e78115b8dc2787644129378ac9fa02dc0e6e) Merge branch 'main' into m4aac - [`a56607a`](https://github.com/shadps4-emu/shadPS4/commit/a56607ae1d1be4b37dbf338463b1a55f48370f03) Merge branch 'main' into m4aac ### 📊 Changes **7 files changed** (+122 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description WIP --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 22:01:57 +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#2969
No description provided.