| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 | |
| | | |||||
| * | Fix more typos | 2024-01-15 | 1 | -6/+6 | |
| | | |||||
| * | ci: fix new codespell errors | 2023-10-02 | 1 | -1/+1 | |
| | | |||||
| * | Do not consider voice commands in time estimation, fix adpcm estimate | 2023-09-18 | 1 | -2/+2 | |
| | | |||||
| * | Fix data source version 1 command looping | 2023-09-08 | 4 | -52/+72 | |
| | | |||||
| * | Rework ADSP into a wrapper for apps | 2023-09-04 | 64 | -385/+427 | |
| | | |||||
| * | Use spans over guest memory where possible instead of copying data. | 2023-07-02 | 2 | -74/+29 | |
| | | |||||
| * | Remove memory allocations in some hot paths | 2023-06-22 | 8 | -42/+40 | |
| | | |||||
| * | core_timing: Use CNTPCT as the guest CPU tick | 2023-06-07 | 1 | -9/+6 | |
| | | | | | | 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. | ||||
| * | Fix a bug with the Reverb command in reading from the pre_delay line. | 2023-03-02 | 1 | -1/+2 | |
| | | |||||
| * | Merge pull request #9769 from Kelebek1/audio_oob | 2023-02-16 | 2 | -40/+92 | |
| |\ | | | | | [audio_core] Fix depop prepare | ||||
| | * | Add fallback for memory read/write in case the address goes over a 4K page | 2023-02-11 | 1 | -12/+64 | |
| | | | |||||
| | * | Fix depop prepare receiving bad mix infos and writing out of bounds, and ↵ | 2023-02-11 | 2 | -40/+40 | |
| | | | | | | | | | update aux a bit, may help | ||||
| * | | remove static from pointer sized or smaller types for aesthetics, change ↵ | 2023-02-14 | 8 | -28/+28 | |
| | | | | | | | | | | | | | constexpr static to static constexpr for consistency Signed-off-by: arades79 <scravers@protonmail.com> | ||||
| * | | add static lifetime to constexpr values to force compile time evaluation ↵ | 2023-02-14 | 8 | -28/+28 | |
| | | | | | | | | | | | | | where possible Signed-off-by: arades79 <scravers@protonmail.com> | ||||
| * | | Fix biquad filter command's state buffer offset | 2023-02-13 | 1 | -2/+2 | |
| | | | |||||
| * | | biquad_filter: Clamp f64 in ApplyBiquadFilterFloat | 2023-02-10 | 1 | -3/+3 | |
| | | | |||||
| * | | biquad_filter: Fix rounding in ApplyBiquadFilterInt | 2023-02-10 | 1 | -20/+12 | |
| |/ | |||||
| * | upsample: Fix coefficient format | 2023-01-14 | 1 | -26/+26 | |
| | | |||||
| * | audio_core: Fix off-by-one error in upsampler | 2023-01-14 | 1 | -33/+12 | |
| | | |||||
| * | Merge pull request #9289 from liamwhite/fruit-company | 2022-12-03 | 2 | -0/+2 | |
| |\ | | | | | general: fix compile for Apple Clang | ||||
| | * | general: fix compile for Apple Clang | 2022-11-22 | 2 | -0/+2 | |
| | | | |||||
| * | | Use the maximum input index for samples buffer span size, not just the input ↵ | 2022-11-22 | 1 | -6/+8 | |
| |/ | | | | count | ||||
| * | general: Resolve -Wclass-memaccess | 2022-10-22 | 2 | -2/+2 | |
| | | |||||
| * | Merge pull request #8901 from lioncash/docs | 2022-09-15 | 5 | -49/+39 | |
| |\ | | | | | audio_core: Amend documentation comment tags | ||||
| | * | audio_core: Amend documentation tags | 2022-09-15 | 5 | -49/+39 | |
| | | | | | | | | | | | Resolves a wackload of -Wdocumentation warnings due to mismatching tags and whatnot. | ||||
| * | | compressor: Simplify memset in InitializeCompressorEffect | 2022-09-13 | 1 | -1/+1 | |
| | | | | | | | | | Provides equivalent behavior while being significantly smaller. | ||||
| * | | compressor: Mark params parameters as const | 2022-09-13 | 1 | -3/+3 | |
| | | | | | | | | | These functions don't modify the parameters. | ||||
| * | | compressor: Remove unneeded casts in ApplyCompressorEffect | 2022-09-13 | 1 | -2/+1 | |
| |/ | | | | | Same behavior, but also silences a -Wcast-qual warning, since the second cast casts away const. | ||||
| * | Rework audio output, connecting AudioOut into coretiming to fix desync ↵ | 2022-09-02 | 1 | -0/+4 | |
| | | | | | during heavy loads. | ||||
| * | Avoid depop out of bounds | 2022-07-27 | 2 | -2/+2 | |
| | | |||||
| * | Project Andio | 2022-07-22 | 65 | -0/+12755 | |