| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't bother with an explicit stop backend method | Chris Robinson | 2018-01-29 | 1 | -16/+6 |
* | Call the backend close method in the destructor | Chris Robinson | 2018-01-28 | 1 | -4/+18 |
* | Store the QSA backend's ExtraData in the wrapper struct | Chris Robinson | 2017-06-29 | 1 | -118/+121 |
* | "Convert" the QSA backend to the new API | Chris Robinson | 2017-06-18 | 1 | -17/+168 |
* | Store the ambisonic order separate from the channel enum | Chris Robinson | 2017-04-12 | 1 | -9/+11 |
* | Rename al_string_* functions to alstr_* | Chris Robinson | 2017-04-04 | 1 | -2/+2 |
* | Always lock the device backend before calling aluMixData | Chris Robinson | 2017-02-18 | 1 | -46/+43 |
* | Combine VECTOR_RESIZE and VECTOR_RESERVE | Chris Robinson | 2016-07-26 | 1 | -4/+3 |
* | Shorten VECTOR_ITER_ macros to VECTOR_ | Chris Robinson | 2016-04-15 | 1 | -2/+2 |
* | Remove a couple unused variables | Chris Robinson | 2015-01-20 | 1 | -3/+0 |
* | Remove some unnecessary config options | Chris Robinson | 2014-09-08 | 1 | -18/+8 |
* | Use a vector instead of a manual dynamic array | Chris Robinson | 2014-09-08 | 1 | -150/+90 |
* | Don't modify a capture device's format | Chris Robinson | 2014-09-08 | 1 | -168/+7 |
* | Remove the GetLatency method from the old BackendFuncs | Chris Robinson | 2014-09-08 | 1 | -12/+2 |
* | Update COPYING to the latest https://www.gnu.org/licenses/old-licenses/lgpl-2... | François Cami | 2014-08-18 | 1 | -2/+2 |
* | Rename SetThreadName to althrd_setname | Chris Robinson | 2014-04-17 | 1 | -1/+1 |
* | Remove the old thread wrappers for the new ones | Chris Robinson | 2014-04-16 | 1 | -29/+21 |
* | Use an al_string for the device name | Chris Robinson | 2014-03-28 | 1 | -4/+4 |
* | Add a macro for GCC to ensure stack alignment | Chris Robinson | 2013-11-25 | 1 | -9/+2 |
* | Remove the Lock and Unlock methods from BackendFuncs | Chris Robinson | 2013-11-04 | 1 | -2/+0 |
* | Rework threading functions | Chris Robinson | 2013-10-27 | 1 | -9/+8 |
* | Set a name for the mixer and recording threads | Chris Robinson | 2013-10-27 | 1 | -0/+1 |
* | Use force_align_arg_pointer for QSA | Chris Robinson | 2013-03-15 | 1 | -0/+8 |
* | Add a QSA backend for QNX | Chris Robinson | 2013-03-14 | 1 | -0/+1170 |