| Age | Commit message (Expand) | Author |
| 2021-06-27 | Decouple audio processing and run at variable rate | Kelebek1 |
| 2021-06-26 | hle: service: hwopus: OpenHardwareOpusDecoderEx: Remove unused buffer size. | bunnei |
| 2021-06-24 | hle: service: hwopus: Implement GetWorkBufferSizeEx and OpenHardwareOpusDecod... | bunnei |
| 2021-06-22 | Implement audout GetAudioOutPlayedSampleCount | Kelebek1 |
| 2021-06-02 | general: Replace RESULT_UNKNOWN with ResultUnknown | Morph |
| 2021-06-02 | general: Replace RESULT_SUCCESS with ResultSuccess | Morph |
| 2021-05-16 | core: Make variable shadowing a compile-time error | Lioncash |
| 2021-05-11 | audren | bunnei |
| 2021-05-05 | hle: kernel: Migrate KReadableEvent and KWritableEvent to KAutoObject. | bunnei |
| 2021-05-05 | hle: kernel: Ensure all kernel objects with KAutoObject are properly created. | bunnei |
| 2021-05-05 | hle: kernel: Migrate KEvent to KAutoObject. | bunnei |
| 2021-05-04 | service: Resolve cases of member field shadowing | Lioncash |
| 2021-04-08 | codecctl: Use proper names | german77 |
| 2021-04-08 | audren_u: Use proper names | german77 |
| 2021-04-08 | audren_a: Use proper names | german77 |
| 2021-04-08 | audrec_u: Use proper names, update to 12.x | german77 |
| 2021-04-08 | audrec_a: Use proper names | german77 |
| 2021-04-08 | audout_u: Use proper names | german77 |
| 2021-04-08 | audout_a: Use proper names | german77 |
| 2021-04-08 | audin_u: Use proper names | german77 |
| 2021-04-08 | audin_a: Use proper names | german77 |
| 2021-04-07 | hwopus: Update to 12.x | Morph |
| 2021-02-05 | hle: kernel: Reimplement KReadableEvent and KWritableEvent. | bunnei |
| 2021-02-05 | hle: kernel: Rename WritableEvent to KWritableEvent. | bunnei |
| 2021-02-05 | hle: kernel: Rename ReadableEvent to KReadableEvent. | bunnei |
| 2021-01-24 | audout: FlushAudioOutBuffers | Chloe Marcec |
| 2021-01-15 | core: Silence Wclass-memaccess warnings | ReinUsesLisp |
| 2020-12-28 | hle: service: Acquire and release a lock on requests. | bunnei |
| 2020-11-26 | service: Eliminate usages of the global system instance | Lioncash |
| 2020-10-20 | Revert "core: Fix clang build" | bunnei |
| 2020-10-17 | core: Fix clang build | Lioncash |
| 2020-09-11 | Merge pull request #4310 from ogniK5377/apollo-1-prod | bunnei |
| 2020-08-13 | General: Tidy up clang-format warnings part 2 | Lioncash |
| 2020-08-03 | yuzu: Resolve C++20 deprecation warnings related to lambda captures | Lioncash |
| 2020-08-03 | ipc: Allow all trivially copyable objects to be passed directly into WriteBuf... | David |
| 2020-07-25 | audio_core: Apollo Part 1, AudioRenderer refactor | David Marcec |
| 2020-04-29 | marked stubs | David Marcec |
| 2020-04-29 | Audin:u ListAudioIns, OpenAudioIn, ListAudioInsAuto, OpenAudioInAuto, ListAud... | David Marcec |
| 2020-04-26 | Merge pull request #3744 from lioncash/table2 | bunnei |
| 2020-04-20 | audio_renderer: Preliminary BehaviorInfo (#3736) | David |
| 2020-04-20 | service: Update function tables | Lioncash |
| 2020-04-20 | audren: Lower log level for RequestUpdateImpl to Debug | FearlessTobi |
| 2020-04-17 | service: Remove unused RequestParser instances | Lioncash |
| 2020-04-17 | core: memory: Move to Core::Memory namespace. | bunnei |
| 2020-04-15 | CMakeLists: Specify -Wextra on linux builds | Lioncash |
| 2020-02-11 | update hwopus DecodeInterleaved for FW 7.0.0+ | makigumo |
| 2019-11-26 | core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory class | Lioncash |
| 2019-11-26 | core: Prepare various classes for memory read/write migration | Lioncash |
| 2019-11-24 | Merge pull request #3094 from lioncash/tables | bunnei |
| 2019-11-12 | service: Update function tables | Lioncash |