aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/backends/qsa.c
Commit message (Expand)AuthorAgeFilesLines
* Store the ambisonic order separate from the channel enumChris Robinson2017-04-121-9/+11
* Rename al_string_* functions to alstr_*Chris Robinson2017-04-041-2/+2
* Always lock the device backend before calling aluMixDataChris Robinson2017-02-181-46/+43
* Combine VECTOR_RESIZE and VECTOR_RESERVEChris Robinson2016-07-261-4/+3
* Shorten VECTOR_ITER_ macros to VECTOR_Chris Robinson2016-04-151-2/+2
* Remove a couple unused variablesChris Robinson2015-01-201-3/+0
* Remove some unnecessary config optionsChris Robinson2014-09-081-18/+8
* Use a vector instead of a manual dynamic arrayChris Robinson2014-09-081-150/+90
* Don't modify a capture device's formatChris Robinson2014-09-081-168/+7
* Remove the GetLatency method from the old BackendFuncsChris Robinson2014-09-081-12/+2
* Update COPYING to the latest https://www.gnu.org/licenses/old-licenses/lgpl-2...François Cami2014-08-181-2/+2
* Rename SetThreadName to althrd_setnameChris Robinson2014-04-171-1/+1
* Remove the old thread wrappers for the new onesChris Robinson2014-04-161-29/+21
* Use an al_string for the device nameChris Robinson2014-03-281-4/+4
* Add a macro for GCC to ensure stack alignmentChris Robinson2013-11-251-9/+2
* Remove the Lock and Unlock methods from BackendFuncsChris Robinson2013-11-041-2/+0
* Rework threading functionsChris Robinson2013-10-271-9/+8
* Set a name for the mixer and recording threadsChris Robinson2013-10-271-0/+1
* Use force_align_arg_pointer for QSAChris Robinson2013-03-151-0/+8
* Add a QSA backend for QNXChris Robinson2013-03-141-0/+1170