[PR #2026] [CLOSED] avplayer: implement pause and resume #2446

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

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/2026
Author: @polybiusproxy
Created: 1/2/2025
Status: Closed

Base: mainHead: avplayer/pause


📝 Commits (3)

  • bb250c7 avplayer: implement pause and resume
  • 4c97faf Merge branch 'main' into avplayer/pause
  • e2b5294 Merge branch 'main' into avplayer/pause

📊 Changes

7 files changed (+81 additions, -12 deletions)

View changed files

📝 src/core/libraries/avplayer/avplayer.cpp (+4 -4)
📝 src/core/libraries/avplayer/avplayer_impl.cpp (+14 -0)
📝 src/core/libraries/avplayer/avplayer_impl.h (+2 -0)
📝 src/core/libraries/avplayer/avplayer_source.cpp (+28 -8)
📝 src/core/libraries/avplayer/avplayer_source.h (+3 -0)
📝 src/core/libraries/avplayer/avplayer_state.cpp (+28 -0)
📝 src/core/libraries/avplayer/avplayer_state.h (+2 -0)

📄 Description

No description provided


🔄 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/2026 **Author:** [@polybiusproxy](https://github.com/polybiusproxy) **Created:** 1/2/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `avplayer/pause` --- ### 📝 Commits (3) - [`bb250c7`](https://github.com/shadps4-emu/shadPS4/commit/bb250c7f9d8a9c8c9d924f01e2c945fb5bf6dd89) avplayer: implement pause and resume - [`4c97faf`](https://github.com/shadps4-emu/shadPS4/commit/4c97faf9d01ec5778709f88c995f8d5f4619bc27) Merge branch 'main' into avplayer/pause - [`e2b5294`](https://github.com/shadps4-emu/shadPS4/commit/e2b5294b9aa946a4f7e0836124e02fe2c9740571) Merge branch 'main' into avplayer/pause ### 📊 Changes **7 files changed** (+81 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `src/core/libraries/avplayer/avplayer.cpp` (+4 -4) 📝 `src/core/libraries/avplayer/avplayer_impl.cpp` (+14 -0) 📝 `src/core/libraries/avplayer/avplayer_impl.h` (+2 -0) 📝 `src/core/libraries/avplayer/avplayer_source.cpp` (+28 -8) 📝 `src/core/libraries/avplayer/avplayer_source.h` (+3 -0) 📝 `src/core/libraries/avplayer/avplayer_state.cpp` (+28 -0) 📝 `src/core/libraries/avplayer/avplayer_state.h` (+2 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 21:16:32 +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#2446
No description provided.