| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-02-20 | audio: rewrite IAudioOut | Liam | |
| 2024-02-20 | audio: rewrite IAudioInManager | Liam | |
| 2024-02-19 | scope_exit: Make constexpr | FearlessTobi | |
| Allows the use of the macro in constexpr-contexts. Also avoids some potential problems when nesting braces inside it. | |||
| 2024-01-29 | Merge pull request #12814 from Kelebek1/time_new_ipc | liamwhite | |
| Move time services to new IPC and add debug printing | |||
| 2024-01-28 | Use the input process handle to get the correct application's memory | Kelebek1 | |
| 2024-01-27 | Move time services to new IPC. | Kelebek1 | |
| Add some fixes/improvements to usage with the new IPC | |||
| 2024-01-18 | Core: Clang format and other small issues. | Fernando Sahmkow | |
| 2024-01-18 | SMMU: Initial adaptation to video_core. | Fernando Sahmkow | |
| 2024-01-16 | Merge remote-tracking branch 'origin/master' into typos3 | Viktor Szépe | |
| 2024-01-15 | Fix more typos | Viktor Szépe | |
| 2024-01-12 | audio: fetch process object from handle table | Liam | |
| 2023-12-23 | core_timing: remove user data value | Liam | |
| 2023-12-19 | Merge pull request #12387 from liamwhite/oboe | Fernando S | |
| android: add oboe audio sink | |||
| 2023-12-18 | oboe_sink: specify additional required parameters | Liam | |
| 2023-12-17 | oboe_sink: set low latency performance mode | Liam | |
| 2023-12-17 | oboe_sink: implement channel count querying | Liam | |
| 2023-12-17 | android: add oboe audio sink | Liam | |
| 2023-12-16 | audio: skip coefficient normalization for downmix | Liam | |
| 2023-12-16 | Have GetActiveChannelCount return the system channels instead of host device ↵ | Kelebek1 | |
| channels | |||
| 2023-11-17 | opus: fix stereo stream count check in multistream decoder object | Liam | |
| 2023-11-12 | audio_core: ignore renderer wait when stream is paused | Liam | |
| 2023-11-04 | Convert files to LF eol | Kelebek1 | |
| 2023-11-03 | Allow 0 stereo count | Kelebek1 | |
| 2023-10-13 | audio: fix shutdown deadlock in audio renderer | Liam | |
| 2023-10-10 | Clear DSP buffer after each execution | Kelebek1 | |
| 2023-10-02 | ci: fix new codespell errors | Liam | |
| 2023-09-18 | Merge pull request #11520 from Kelebek1/estimated_time | liamwhite | |
| Do not consider voice commands in time estimation, fix adpcm estimate | |||
| 2023-09-18 | Do not consider voice commands in time estimation, fix adpcm estimate | Kelebek1 | |
| 2023-09-16 | Reimplement HardwareOpus | Kelebek1 | |
| 2023-09-10 | Merge pull request #11465 from Kelebek1/skip_remaining_reset | liamwhite | |
| [Audio] Do not reset the remaining command count each time | |||
| 2023-09-08 | Fix data source version 1 command looping | Kelebek1 | |
| 2023-09-07 | Do not reset the command buffer command count each time | Kelebek1 | |
| 2023-09-06 | Merge pull request #11428 from Kelebek1/adsp_rework | liamwhite | |
| Rework ADSP into a wrapper for apps | |||
| 2023-09-04 | Rework ADSP into a wrapper for apps | Kelebek1 | |
| 2023-09-03 | msvc: set warning level to /W4 globally | Danila Malyutin | |
| And fix a bunch of warnings | |||
| 2023-08-29 | Merge pull request #11408 from Kelebek1/fix_audio_node_id | liamwhite | |
| [Audio] Fix node id index in DropVoices | |||
| 2023-08-28 | Fix node id index in DropVoices | Kelebek1 | |
| 2023-08-27 | audio: allow more latency in cubeb initialization | Liam | |
| 2023-08-23 | Pre-test opening a stream for audio backends, fall back to null if not suitable. | Kelebek1 | |
| 2023-08-02 | Merge pull request #10839 from lat9nq/pgc-plus | liamwhite | |
| general: Reimplement per-game configurations | |||
| 2023-07-30 | Fix AudioRendererParameterInternal's size | Kelebek1 | |
| 2023-07-21 | (ui,)settings: Use explicit instantiation | lat9nq | |
| Reduces compile times a tad on clang. | |||
| 2023-07-21 | settings,general: Rename non-confirming enums | lat9nq | |
| 2023-07-21 | configure_audio: Implement ui generation | lat9nq | |
| Needs a considerable amount of management specific to some of the comoboboxes due to the audio engine configuration. general: Partial audio config implmentation configure_audio: Implement ui generation Needs a considerable amount of management specific to some of the comoboboxes due to the audio engine configuration. general: Partial audio config implmentation settings: Make audio settings as enums | |||
| 2023-07-02 | Use spans over guest memory where possible instead of copying data. | Kelebek1 | |
| 2023-06-30 | sink_stream: Resolve heap buffer corruption due to out of bounds write | Morph | |
| Also, remove the use of ScratchBuffer when upmixing, as other channels may not be initialized with zeroed out data. | |||
| 2023-06-22 | Remove memory allocations in some hot paths | Kelebek1 | |
| 2023-06-21 | Merge pull request #10086 from Morph1984/coretiming-ng-1 | bunnei | |
| core_timing: Use CNTPCT as the guest CPU tick | |||
| 2023-06-08 | nvnflinger: allow locking framerate during video playback | Liam | |
| 2023-06-07 | core_timing: Use CNTPCT as the guest CPU tick | Morph | |
| Previously, we were mixing the raw CPU frequency and CNTFRQ. The raw CPU frequency (1020 MHz) should've never been used as CNTPCT (whose frequency is CNTFRQ) is the only counter available. | |||
