| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | audio: fix released buffer bounds check | 2024-02-22 | 1 | -2/+6 | |
| | | |||||
| * | audio: rewrite IAudioOut | 2024-02-20 | 1 | -2/+2 | |
| | | |||||
| * | Core: Clang format and other small issues. | 2024-01-18 | 1 | -1/+1 | |
| | | |||||
| * | SMMU: Initial adaptation to video_core. | 2024-01-18 | 1 | -0/+1 | |
| | | |||||
| * | audio: fetch process object from handle table | 2024-01-12 | 2 | -7/+19 | |
| | | |||||
| * | core_timing: remove user data value | 2023-12-23 | 1 | -3/+1 | |
| | | |||||
| * | Use spans over guest memory where possible instead of copying data. | 2023-07-02 | 1 | -3/+3 | |
| | | |||||
| * | Remove memory allocations in some hot paths | 2023-06-22 | 3 | -12/+15 | |
| | | |||||
| * | Merge pull request #9969 from bylaws/master | 2023-04-01 | 1 | -2/+1 | |
| |\ | | | | | Audio synchronisation improvements | ||||
| | * | audio: Interpolate system manager sample count using host sink sample info | 2023-03-26 | 1 | -2/+1 | |
| | | | | | | | | | This avoids the need to stall if the host sink sporadically misses the deadline, in such a case the previous implementation would report them samples as being played on-time, causing the guest to send more samples and leading to a gradual buildup. | ||||
| * | | memory: rename global memory references to application memory | 2023-03-23 | 1 | -2/+2 | |
| |/ | |||||
| * | general: fix spelling mistakes | 2023-03-12 | 1 | -1/+1 | |
| | | |||||
| * | Signal buffer event on audio in/out system stop, and force remove all ↵ | 2022-12-16 | 3 | -3/+16 | |
| | | | | | registered audio buffers | ||||
| * | audio_buffers: Pass by const-ref in AppendBuffers | 2022-09-16 | 1 | -1/+1 | |
| | | | | | | This function doesn't modify the passed in buffer, so we can make that explicit. | ||||
| * | device_session: Convert for loop into ranged for in AppendBuffers | 2022-09-16 | 1 | -5/+5 | |
| | | | | | Simplifies the indexing code a little bit. | ||||
| * | device_session: Pass arguments by const-ref in relevant functions | 2022-09-16 | 3 | -7/+7 | |
| | | | | | | These functions don't modify the passed in audio buffers, so we can signify that in the interface. | ||||
| * | audio_core: Amend documentation tags | 2022-09-15 | 2 | -2/+5 | |
| | | | | | | Resolves a wackload of -Wdocumentation warnings due to mismatching tags and whatnot. | ||||
| * | Rework audio output, connecting AudioOut into coretiming to fix desync ↵ | 2022-09-02 | 4 | -21/+75 | |
| | | | | | during heavy loads. | ||||
| * | Project Andio | 2022-07-22 | 4 | -0/+565 | |