aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/ALc.c
Commit message (Expand)AuthorAgeFilesLines
* Move the filter implementation to a separate directoryChris Robinson2018-03-221-0/+2
* EFX:Pitch Shifter implementationRaulshc2018-03-181-1/+4
* Add methods to clean up althrd and altss dataChris Robinson2018-03-101-0/+3
* Rename the mmdevapi backend to wasapiChris Robinson2018-03-091-2/+12
* Avoid deinitializing backends that never initializedChris Robinson2018-03-081-6/+12
* Properly limit the max number of effect slots to 2^31 - 1Chris Robinson2018-03-081-0/+2
* Add SDL2 backend for playback, fix #173Jan Niklas Hasse2018-03-071-0/+3
* Don't check for space in the ringbuffer before trying to writeChris Robinson2018-03-031-2/+1
* Use a plain mutex for the property lockChris Robinson2018-03-031-5/+7
* Init more stuff in InitDeviceChris Robinson2018-03-031-18/+9
* Use atomic variables instead of volatileChris Robinson2018-03-021-47/+43
* Make bformatdec_free and ambiup_free clear the freed pointerChris Robinson2018-02-121-5/+2
* Combine multiple functions called sequentiallyChris Robinson2018-02-111-5/+1
* Use a function pointer for applying the dry mix post-processChris Robinson2018-02-101-0/+2
* Make the Connected state atomicChris Robinson2018-02-041-9/+11
* Provide more descriptive messages to disconnection eventsChris Robinson2018-02-031-5/+5
* Remove the unused thunk codeChris Robinson2018-02-021-4/+0
* Use a semaphore to signal the event handlerChris Robinson2018-02-011-2/+3
* Add a thread to marshal events from the mixerChris Robinson2018-01-311-1/+19
* Rename EventLock to make it more clear it's protecting the callbackChris Robinson2018-01-301-2/+2
* Don't bother with an explicit stop backend methodChris Robinson2018-01-291-8/+1
* Combine common initialization code into a functionChris Robinson2018-01-281-143/+105
* Make EnabledEvts atomicChris Robinson2018-01-281-1/+1
* Use a fixed array for the effect state factory listChris Robinson2018-01-281-4/+0
* Store filters in an array of listsChris Robinson2018-01-271-10/+12
* Store effects in an array of listsChris Robinson2018-01-271-10/+12
* Use a vector to store the effect slot pointersChris Robinson2018-01-271-12/+13
* Use an array lookup for source IDsChris Robinson2018-01-271-37/+48
* Use a different method for storing and looking up buffersChris Robinson2018-01-271-10/+12
* Report AL_SOFTX_events as an in-progress extensionChris Robinson2018-01-241-0/+1
* Add a deprecated event type for alDopplerVelocityChris Robinson2018-01-241-0/+1
* Handle event propertiesChris Robinson2018-01-231-0/+18
* Use a new proper buffer function with a flags parameterChris Robinson2018-01-231-0/+4
* More cleanup for buffer loadingChris Robinson2018-01-211-4/+0
* Remove the old buffer_samples functionsChris Robinson2018-01-211-45/+0
* Expose a preliminary AL_SOFT_map_buffer extension for testingChris Robinson2018-01-201-8/+33
* Remove unnecessary private AL_SOFT_buffer_samples2 definitionsChris Robinson2018-01-191-9/+0
* Finalize ALC_SOFT_device_clockChris Robinson2018-01-151-1/+1
* Make NumAttrsForDevice do similar type checks as alcGetIntegervChris Robinson2018-01-121-1/+2
* Make a couple functions inlineChris Robinson2018-01-121-14/+3
* Clean up the EffectList members and make the list size knownChris Robinson2018-01-111-1/+1
* Move the FPU mode declarations to a separate headerChris Robinson2018-01-111-0/+1
* Move the config function declarations to their own headerChris Robinson2018-01-111-0/+1
* Move the CPU capability flags to a separate headerChris Robinson2018-01-111-1/+2
* Move the compressor/limiter declarations to their own headerChris Robinson2018-01-111-0/+1
* Avoid using macros to access anonymous structuresChris Robinson2018-01-111-0/+1
* Remove standard reverb specific processing functionsChris Robinson2018-01-071-2/+0
* Add missing integer queriesChris Robinson2017-12-211-23/+65
* It's getFactory that may be NULL, not its return value...Chris Robinson2017-11-261-3/+4
* Don't probe a NULL backend factoryChris Robinson2017-11-261-2/+2