aboutsummaryrefslogtreecommitdiffstats
path: root/alc/alc.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move hrtf.cpp/h to coreChris Robinson2021-04-221-1/+1
* Avoid using config methods in hrtf.cppChris Robinson2021-04-221-9/+22
* Move helpers.cpp to coreChris Robinson2021-04-221-1/+1
* Move declarations to a more appropriate headerChris Robinson2021-04-221-6/+0
* Print an error when starting the backend failsChris Robinson2021-04-201-0/+4
* Lower RLIMIT_RTTIME to allow RTKit to give RT priorityChris Robinson2021-04-201-0/+5
* Make an inverted atomic flag type and use itChris Robinson2021-04-151-6/+6
* Log the reset exception errorChris Robinson2021-04-071-0/+1
* Advertise the in-progress AL_SOFT_UHJ extensionChris Robinson2021-04-011-1/+12
* Rename Uhj2Encoder to UhjEncoderChris Robinson2021-04-011-3/+3
* Combine some duplicate codeChris Robinson2021-03-301-48/+1
* Move the UHJ phase shifter to a common headerChris Robinson2021-03-281-1/+1
* Load/convert samples from all channels at once for mixingChris Robinson2021-03-191-3/+5
* Avoid shadowing variable namesChris Robinson2021-03-111-6/+6
* Declare the attribute counts closer to where they areChris Robinson2021-03-101-25/+30
* Prevent querying the capture device name from a playback deviceChris Robinson2021-03-091-3/+16
* Don't verify and hold a device reference in alcRenderSamplesSOFTChris Robinson2021-03-091-5/+4
* Add a function/extension to reopen a playback deviceChris Robinson2021-03-091-25/+102
* Export EFX functions from the routerChris Robinson2021-01-271-0/+11
* Ignore SI-style configuration strings for device namesChris Robinson2021-01-271-0/+5
* Store buffer info in the queue entryChris Robinson2021-01-241-2/+7
* Make PopCount and CountTrailingZeros more standard-likeChris Robinson2021-01-221-7/+8
* Use a standard bitset for bitfield flagsChris Robinson2021-01-221-39/+41
* Avoid global constexpr arraysChris Robinson2021-01-211-2/+2
* Move cpu_caps and fpu_ctrl to coreChris Robinson2020-12-311-2/+2
* Combine multiple functions into oneChris Robinson2020-12-281-8/+2
* Use a unique_ptr to hold DistanceComp dataChris Robinson2020-12-271-1/+1
* Move the WetBuffer reference to EffectSlotChris Robinson2020-12-271-3/+3
* Combine EffectState::deviceUpdate with setBufferChris Robinson2020-12-261-6/+2
* Add a crossover frequency field for the deviceChris Robinson2020-12-261-1/+2
* Use more constexpr variables instead of macrosChris Robinson2020-12-251-1/+1
* Move alexcpt to coreChris Robinson2020-12-241-1/+1
* Avoid some more AL typesChris Robinson2020-12-241-39/+39
* Avoid AL/ALC types in the backendsChris Robinson2020-12-171-3/+3
* Don't use ALC error enums for the backend error codeChris Robinson2020-12-171-4/+7
* Don't return an enum from captureSamplesChris Robinson2020-12-171-4/+2
* Move logging to coreChris Robinson2020-12-171-1/+1
* Move AsyncEvent to a separate headerChris Robinson2020-12-161-0/+1
* Move VoiceChange to a separate headerChris Robinson2020-12-161-0/+1
* Use a separate structure for the context/listener paramsChris Robinson2020-12-151-22/+18
* Avoid changing the global CPU flags in FillCPUCapsChris Robinson2020-12-151-1/+17
* Move ambidefs.h to coreChris Robinson2020-12-121-1/+1
* Change some macros into constexpr variablesChris Robinson2020-12-041-3/+3
* Move a couple more things to coreChris Robinson2020-12-041-2/+2
* Move the filters to coreChris Robinson2020-12-041-2/+2
* Move mastering.cpp/h to coreChris Robinson2020-12-041-1/+1
* Move some sources to a separate directoryChris Robinson2020-11-271-61/+1
* Use a type alias instead of decltypeChris Robinson2020-11-231-14/+13
* Use optionals for some attribute parametersChris Robinson2020-11-221-35/+35
* Make ALbuffer inherit from BufferStorageChris Robinson2020-11-211-2/+2