aboutsummaryrefslogtreecommitdiffstats
path: root/Alc
Commit message (Expand)AuthorAgeFilesLines
...
* Start a new backend factory APIChris Robinson2018-11-154-81/+85
* Remove checks for functions that always existChris Robinson2018-11-151-10/+0
* Use std::isfinite from the cmath headerChris Robinson2018-11-151-1/+1
* Remove the unused al_string APIChris Robinson2018-11-155-157/+0
* Use a regular char* for the device's nameChris Robinson2018-11-1521-88/+112
* Pass a normal const char* to EnumerateHrtfChris Robinson2018-11-154-9/+8
* Avoid some more uses of al_stringChris Robinson2018-11-153-13/+10
* Search the right list for WASAPI name duplicatesChris Robinson2018-11-151-1/+1
* Remove an unused extern inlineChris Robinson2018-11-151-2/+0
* Use std::string instead of al_string for enumeratingChris Robinson2018-11-1519-86/+76
* Use a C++ mutex with the device backend baseChris Robinson2018-11-152-17/+18
* Try to clean up compat.h's macro block spaghetti a bitChris Robinson2018-11-151-30/+11
* Only declare the device backend stuff with C++Chris Robinson2018-11-151-16/+14
* Use C++ more in the OSS backendChris Robinson2018-11-141-56/+49
* Use a C++ vector for enumerated OSS devicesChris Robinson2018-11-141-155/+146
* Use std::pow and std::log2Chris Robinson2018-11-141-6/+6
* Use C++ a bit more with alc.cppChris Robinson2018-11-141-121/+89
* Convert ALc.c to C++Chris Robinson2018-11-143-254/+251
* More clearly check if the buffer is not emptyChris Robinson2018-11-141-1/+1
* Move extern inline declarations to their own C sourceChris Robinson2018-11-145-91/+122
* Fix some comment indentationChris Robinson2018-11-132-6/+6
* Use an anonymous namespace in the OSS backendChris Robinson2018-11-131-8/+12
* Use C++ more with the ALSA backendChris Robinson2018-11-131-359/+276
* Avoid using ATOMIC_FLAGChris Robinson2018-11-131-7/+7
* Don't bother inlining some functionsChris Robinson2018-11-133-16/+17
* Avoid calling through the vtable in the backendsChris Robinson2018-11-135-27/+27
* Use utf8_to_wstr to convert UTF-8 to wstringChris Robinson2018-11-131-20/+10
* Make ReadALConfig noexcept in C++Chris Robinson2018-11-132-3/+6
* Convert the CoreAudio backend to C++Chris Robinson2018-11-131-45/+49
* Convert the QSA backend to C++Chris Robinson2018-11-131-24/+34
* Convert the backend base to C++Chris Robinson2018-11-132-5/+5
* Convert the ALSA backend to C++Chris Robinson2018-11-131-22/+26
* Convert the JACK backend to C++Chris Robinson2018-11-131-25/+24
* Convert the OpenSL backend to C++Chris Robinson2018-11-131-23/+27
* Convert the OSS backend to C++Chris Robinson2018-11-121-82/+88
* Convert the PortAudio backend to C++Chris Robinson2018-11-121-40/+42
* Convert the SoundIO backend to C++Chris Robinson2018-11-121-33/+36
* Convert the Solaris backend to C++Chris Robinson2018-11-121-17/+20
* Convert the SDL2 backend to C++Chris Robinson2018-11-121-25/+28
* Make the enumerated HRTF entry name a char*Chris Robinson2018-11-123-24/+29
* Use a regular char* for the HRTF string nameChris Robinson2018-11-122-10/+22
* Split Windows-specific SetRTPriorityChris Robinson2018-11-121-9/+12
* Clean up helpers.cpp someChris Robinson2018-11-111-128/+108
* Use the correct type for __control87_2Chris Robinson2018-11-111-1/+1
* Fix getting the process binary for FreeBSD or macOSChris Robinson2018-11-111-8/+6
* Make AmbDecConf::load noexceptChris Robinson2018-11-112-2/+2
* Remove unused wstr functionsChris Robinson2018-11-112-57/+0
* Use C++ more with helpers.cppChris Robinson2018-11-112-283/+166
* Use C++ for GetProcBinaryChris Robinson2018-11-114-115/+69
* Convert helpers.c to C++Chris Robinson2018-11-115-37/+50