| Commit message (Expand) | Author | Age | Files | Lines |
* | Put the debug filters into a group | Chris Robinson | 2023-05-01 | 1 | -0/+1 |
* | Avoid assigning to existing optional<string> | Chris Robinson | 2023-05-01 | 1 | -8/+2 |
* | Implement debug log storage | Chris Robinson | 2023-04-30 | 1 | -0/+5 |
* | Implement non-ID based debug message filtering | Chris Robinson | 2023-04-30 | 1 | -0/+21 |
* | Provide some more debug messages | Chris Robinson | 2023-04-29 | 1 | -8/+22 |
* | Start a debug API extension | Chris Robinson | 2023-04-29 | 1 | -0/+4 |
* | Simplify effect state buffer handling some | Chris Robinson | 2023-04-04 | 1 | -7/+2 |
* | Support the AL_EXT_STATIC_BUFFER extension | Chris Robinson | 2023-04-03 | 1 | -0/+2 |
* | Add a compat option to restore AL_SOFT_buffer_sub_data | Chris Robinson | 2023-03-17 | 1 | -0/+3 |
* | Use macros for the likely/unlikely attributes | Chris Robinson | 2023-03-01 | 1 | -3/+3 |
* | Add aLaw formats to AL_SOFT_UHJ_ex | Chris Robinson | 2023-02-27 | 1 | -0/+3 |
* | Add AL_SOFT_UHJ_ex to the extension list | Chris Robinson | 2023-02-26 | 1 | -0/+6 |
* | Use explicit arrays for the remix table target mixes | Chris Robinson | 2023-01-24 | 1 | -16/+53 |
* | Change a couple macros to constexpr variables | Chris Robinson | 2023-01-16 | 1 | -1/+1 |
* | clang-tidy cleanups (#800) | Rosen Penev | 2023-01-15 | 1 | -1/+1 |
* | Avoid a dead store | Chris Robinson | 2023-01-13 | 1 | -1/+0 |
* | Avoid unnecessary uses of make_optional | Chris Robinson | 2023-01-13 | 1 | -20/+20 |
* | Handle the stereo-encoding option for loopback devices too | Chris Robinson | 2023-01-09 | 1 | -12/+12 |
* | Fix handling the ALC_HRTF_SOFT attribute | Chris Robinson | 2023-01-09 | 1 | -1/+20 |
* | Better handle negative sample rate values | Chris Robinson | 2023-01-08 | 1 | -5/+5 |
* | Update some config comments | Chris Robinson | 2023-01-08 | 1 | -1/+1 |
* | Get device config options earlier in a device update | Chris Robinson | 2023-01-07 | 1 | -310/+275 |
* | Avoid using a reversed all-pass for the front stablizer | Chris Robinson | 2023-01-06 | 1 | -5/+0 |
* | Use a simple spinlock to protect the current global context | Chris Robinson | 2022-12-30 | 1 | -7/+17 |
* | Avoid using a macro to wrap standard attributes | Chris Robinson | 2022-12-06 | 1 | -2/+2 |
* | Avoid LIKELY/UNLIKELY macros | Chris Robinson | 2022-12-05 | 1 | -2/+2 |
* | Add missing device_clock/source_latency enums for querying | Chris Robinson | 2022-11-29 | 1 | -0/+9 |
* | Add preliminary support for 7.1.4 output modes | Chris Robinson | 2022-11-03 | 1 | -0/+3 |
* | Add functions to start sources at a particular device time | Chris Robinson | 2022-11-03 | 1 | -0/+3 |
* | Add a warning when using the old UHJ filter option | Chris Robinson | 2022-10-21 | 1 | -2/+8 |
* | Add separate filter options for UHJ encoding and decoding | Chris Robinson | 2022-10-21 | 1 | -5/+16 |
* | Add an IIR filter option for UHJ encoding/decoding | Chris Robinson | 2022-10-21 | 1 | -2/+4 |
* | Allow the remix tables to be variable length | Chris Robinson | 2022-08-28 | 1 | -9/+9 |
* | Rename the UHJ filter config option | Chris Robinson | 2022-08-09 | 1 | -2/+2 |
* | Add an option for higher quality UHJ filters | Chris Robinson | 2022-08-08 | 1 | -14/+26 |
* | Parameterize the UHJ filter length | Chris Robinson | 2022-08-07 | 1 | -2/+2 |
* | Don't store and manage wet buffers separately | Chris Robinson | 2022-07-15 | 1 | -7/+13 |
* | Allocate EffectSlots in clusters | Chris Robinson | 2022-07-15 | 1 | -0/+14 |
* | Dynamically allocate EffectSlot objects | Chris Robinson | 2022-07-15 | 1 | -2/+2 |
* | Add a config compat option for NFC distance scaling | Chris Robinson | 2022-07-07 | 1 | -1/+1 |
* | Use an inline function instead of a function-like macro | Chris Robinson | 2022-06-12 | 1 | -6/+7 |
* | Disable EAX if the Chorus effect is disabled | Chris Robinson | 2022-06-10 | 1 | -2/+7 |
* | Increase the priority of the ALSA backend | Chris Robinson | 2022-06-04 | 1 | -3/+3 |
* | Ensure enough default sends for EAX with the config option set | Chris Robinson | 2022-05-27 | 1 | -10/+24 |
* | Move EAX files to their own sub-directory | Chris Robinson | 2022-05-16 | 1 | -2/+2 |
* | Handle 3D7.1 as a separate channel configuration | Chris Robinson | 2022-04-26 | 1 | -0/+4 |
* | Finalize ALC_SOFT_output_mode | Chris Robinson | 2022-04-17 | 1 | -1/+1 |
* | Use a bool type for boolean parameters | Chris Robinson | 2022-04-16 | 1 | -1/+1 |
* | Include ALC_OUTPUT_MODE_SOFT with ALC_ALL_ATTRIBUTES | Chris Robinson | 2022-04-16 | 1 | -4/+10 |
* | Update the ALC_SOFT_output_mode surround enums | Chris Robinson | 2022-04-15 | 1 | -0/+3 |