Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move the vector and matrix declarations to a separate header | Chris Robinson | 2018-11-17 | 7 | -12/+11 |
* | Move the ALCcontext definition to its own header | Chris Robinson | 2018-11-17 | 16 | -15/+210 |
* | Remove unused headers and checks | Chris Robinson | 2018-11-17 | 7 | -7/+0 |
* | Convert bs2b.c to C++ | Chris Robinson | 2018-11-17 | 1 | -7/+8 |
* | Remove now unneeded inldefs.c | Chris Robinson | 2018-11-17 | 1 | -111/+0 |
* | Convert the mixers to C++ | Chris Robinson | 2018-11-17 | 7 | -3/+3 |
* | Remove ASSUME_ALIGNED | Chris Robinson | 2018-11-17 | 4 | -21/+16 |
* | Convert the filters to C++ | Chris Robinson | 2018-11-17 | 2 | -0/+0 |
* | Convert ringbuffer.c to C++ | Chris Robinson | 2018-11-17 | 1 | -5/+5 |
* | Convert mastering.c to C++ | Chris Robinson | 2018-11-17 | 1 | -1/+1 |
* | Convert converter.c to C++ | Chris Robinson | 2018-11-17 | 2 | -72/+65 |
* | Convert the remaining effects to C++ | Chris Robinson | 2018-11-17 | 3 | -33/+48 |
* | Convert the dedicated, distortion, echo, and equalizer to C++ | Chris Robinson | 2018-11-17 | 4 | -37/+51 |
* | Add a couple missing includes | Chris Robinson | 2018-11-17 | 2 | -0/+2 |
* | Don't pass the current thread to althrd_setname | Chris Robinson | 2018-11-17 | 14 | -20/+18 |
* | Use standard complex types instead of custom | Chris Robinson | 2018-11-17 | 2 | -77/+65 |
* | Make the Hann windows const | Chris Robinson | 2018-11-17 | 2 | -111/+110 |
* | Convert fshifter.c to C++ | Chris Robinson | 2018-11-17 | 1 | -9/+13 |
* | Convert modulator.c to C++ | Chris Robinson | 2018-11-17 | 1 | -9/+12 |
* | Convert null.c to C++ | Chris Robinson | 2018-11-17 | 1 | -7/+14 |
* | Convert pshifter.c to C++ | Chris Robinson | 2018-11-17 | 1 | -9/+14 |
* | Put a lambda in the call_once call | Chris Robinson | 2018-11-16 | 1 | -1/+1 |
* | Remove unused altss types and methods | Chris Robinson | 2018-11-16 | 1 | -4/+0 |
* | Avoid using C-style TLS | Chris Robinson | 2018-11-16 | 1 | -20/+30 |
* | Convert the reverb effect to C++ | Chris Robinson | 2018-11-16 | 1 | -18/+22 |
* | Convert mixvoice.c to C++ | Chris Robinson | 2018-11-16 | 1 | -7/+9 |
* | Convert ALu.c to C++ | Chris Robinson | 2018-11-16 | 4 | -14/+35 |
* | Remove some unneeded includes | Chris Robinson | 2018-11-16 | 3 | -8/+0 |
* | Use iterators instead of indexed loops | Chris Robinson | 2018-11-16 | 1 | -23/+22 |
* | Cleanup some syntax in alc.cpp | Chris Robinson | 2018-11-16 | 1 | -19/+13 |
* | Simplify a couple checks | Chris Robinson | 2018-11-15 | 2 | -18/+5 |
* | Remove unused declarations and definitions | Chris Robinson | 2018-11-15 | 2 | -56/+0 |
* | Convert the PortAudio backend factory | Chris Robinson | 2018-11-15 | 3 | -87/+89 |
* | Convert the WinMM backend factory | Chris Robinson | 2018-11-15 | 3 | -89/+90 |
* | Convert the DSound backend factory | Chris Robinson | 2018-11-15 | 3 | -91/+90 |
* | Convert the QSA backend factory | Chris Robinson | 2018-11-15 | 3 | -36/+39 |
* | Convert the OSS backend factory | Chris Robinson | 2018-11-15 | 3 | -78/+80 |
* | Convert the SndIO backend factory | Chris Robinson | 2018-11-15 | 3 | -36/+37 |
* | Convert the Solaris backend factory | Chris Robinson | 2018-11-15 | 3 | -36/+37 |
* | Convert the SDL2 backend factory | Chris Robinson | 2018-11-15 | 3 | -37/+38 |
* | Convert the JACK backend factory | Chris Robinson | 2018-11-15 | 3 | -37/+45 |
* | Convert the Wave Writer backend factory | Chris Robinson | 2018-11-15 | 3 | -62/+58 |
* | Convert the OpenSL backend factory | Chris Robinson | 2018-11-15 | 3 | -35/+39 |
* | Convert the ALSA backend factory | Chris Robinson | 2018-11-15 | 3 | -74/+79 |
* | Convert the CoreAudio backend factory | Chris Robinson | 2018-11-15 | 3 | -39/+39 |
* | Convert the WASAPI backend factory | Chris Robinson | 2018-11-15 | 4 | -81/+81 |
* | Convert the PulseAudio backend factory | Chris Robinson | 2018-11-15 | 3 | -178/+134 |
* | Update the loopback backend | Chris Robinson | 2018-11-15 | 4 | -57/+58 |
* | Start a new backend factory API | Chris Robinson | 2018-11-15 | 4 | -81/+85 |
* | Remove checks for functions that always exist | Chris Robinson | 2018-11-15 | 1 | -10/+0 |