| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't apply effect auto send adjustments for non-reverb effects | Chris Robinson | 2022-06-16 | 1 | -1/+1 |
* | Match exactly 5.1 Rear in WASAPI | Chris Robinson | 2022-06-16 | 1 | -2/+2 |
* | Handle a blank channel mask from WASAPI | Chris Robinson | 2022-06-14 | 1 | -10/+18 |
* | 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 |
* | Handle 5.1 Rear with DSound playback | Chris Robinson | 2022-06-08 | 1 | -42/+44 |
* | Check and handle 5.1 Rear with WASAPI capture | Chris Robinson | 2022-06-07 | 1 | -3/+23 |
* | Trace the WASAPI device mix format | Chris Robinson | 2022-06-07 | 1 | -0/+1 |
* | Track 5.1 Rear with WASAPI playback | Chris Robinson | 2022-06-07 | 1 | -3/+14 |
* | Increase the priority of the ALSA backend | Chris Robinson | 2022-06-04 | 1 | -3/+3 |
* | Use a ringbuffer for Oboe capture | Chris Robinson | 2022-05-28 | 1 | -66/+23 |
* | Fix requeueing logic for OpenSLCapture::captureSamples | Chris Robinson | 2022-05-28 | 1 | -17/+29 |
* | Ensure enough default sends for EAX with the config option set | Chris Robinson | 2022-05-27 | 1 | -10/+24 |
* | Use a boolean check instead of a function pointer | Chris Robinson | 2022-05-24 | 1 | -7/+14 |
* | Avoid dividing by a constant | Chris Robinson | 2022-05-24 | 1 | -4/+4 |
* | [EAX] Add separate effect state for each version (#705) | Boris I. Bendovsky | 2022-05-24 | 2 | -164/+118 |
* | Use the mix format if IsFormatSupported fails for WASAPI capture | Chris Robinson | 2022-05-17 | 1 | -1/+6 |
* | Avoid a virtual function call to set the decoder width | Chris Robinson | 2022-05-17 | 1 | -1/+1 |
* | Move EAX files to their own sub-directory | Chris Robinson | 2022-05-16 | 4 | -9/+9 |
* | Use virtual functions for the decoder | Chris Robinson | 2022-05-14 | 1 | -1/+1 |
* | Mark the template base as inline | Chris Robinson | 2022-05-14 | 1 | -1/+1 |
* | Keep some variables local to where they're needed | Chris Robinson | 2022-05-13 | 1 | -26/+21 |
* | Use pw_buffer::requested in newer PipeWire versions | Chris Robinson | 2022-05-13 | 1 | -16/+26 |
* | Remove a couple unnecessary casts | Chris Robinson | 2022-05-13 | 1 | -3/+3 |
* | Fix the CoreAudio output element value | Chris Robinson | 2022-05-10 | 1 | -1/+1 |
* | More agressively hide PipeWire and SDL header warnings | Chris Robinson | 2022-05-09 | 2 | -2/+17 |
* | Reject older versions of PipeWire than built against | Chris Robinson | 2022-05-07 | 1 | -0/+24 |
* | Avoid a deprecated PipeWire function | Chris Robinson | 2022-05-06 | 1 | -4/+17 |
* | Use an array of pointers for the UHJ encoder input | Chris Robinson | 2022-05-06 | 1 | -1/+1 |
* | Fix CoreAudio audio unit element values for capture | Chris Robinson | 2022-05-02 | 1 | -19/+21 |
* | Reset the ringbuffer when stopping OpenSL playback | Chris Robinson | 2022-04-26 | 1 | -0/+2 |
* | Handle 3D7.1 as a separate channel configuration | Chris Robinson | 2022-04-26 | 15 | -75/+103 |
* | Fully protect disconnection with the mixer counter | Chris Robinson | 2022-04-25 | 1 | -36/+36 |
* | Use a type alias to simplify using a type | Chris Robinson | 2022-04-25 | 1 | -7/+8 |
* | Clean up some case spaghetti | Chris Robinson | 2022-04-25 | 1 | -13/+10 |
* | Finalize ALC_SOFT_output_mode | Chris Robinson | 2022-04-17 | 2 | -16/+1 |
* | Always report ALC_ANY_SOFT for output without contexts | Chris Robinson | 2022-04-17 | 1 | -0/+3 |
* | Use a bool type for boolean parameters | Chris Robinson | 2022-04-16 | 4 | -4/+4 |
* | 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 | 3 | -6/+9 |
* | Finalize AL_SOFT_UHJ | Chris Robinson | 2022-04-13 | 2 | -19/+1 |
* | Clear capture buffers before enqueueing them with OpenSL | Chris Robinson | 2022-04-08 | 1 | -3/+12 |
* | Keep track of uncaptured samples with the Oboe backend | Chris Robinson | 2022-04-06 | 1 | -8/+41 |
* | Rename lerp to avoid conflicts with C++20's std::lerp | Chris Robinson | 2022-04-06 | 4 | -14/+14 |
* | Limit the super stereo width factor to 0.7 | Chris Robinson | 2022-04-04 | 1 | -1/+1 |
* | Update a comment for abandoned extension functions | Chris Robinson | 2022-04-03 | 1 | -1/+1 |
* | Finalize AL_SOFT_callback_buffer | Chris Robinson | 2022-04-01 | 2 | -18/+1 |
* | Fix ALC_SOFT_reopen_device for the null device extension list | Chris Robinson | 2022-04-01 | 1 | -1/+1 |
* | Remove the unused flags parameter from alBufferCallbackSOFT | Chris Robinson | 2022-04-01 | 1 | -2/+2 |
* | Finalize ALC_SOFT_reopen_device | Chris Robinson | 2022-04-01 | 2 | -11/+1 |