aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/ALc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Properly initialize with the default distance modelChris Robinson2017-10-291-6/+3
* Avoid a separate function to query ambisonic mode supportChris Robinson2017-09-271-26/+10
* Re-update effect slots when context properties changeChris Robinson2017-09-271-24/+50
* Don't update context and listener props unnecessarilyChris Robinson2017-09-271-2/+9
* Update the context state properties separatelyChris Robinson2017-09-271-14/+37
* Add an option to ignore the app's speed of sound for reverb decayChris Robinson2017-09-221-0/+5
* 0 meters per unit is invalidChris Robinson2017-08-211-2/+2
* Avoid re-selecting the direct HRTF mix functionChris Robinson2017-08-071-0/+1
* Add a front-stablizer config option for surround sound modesChris Robinson2017-07-311-0/+3
* Fix default effect initializationChris Robinson2017-07-191-28/+11
* Add the default auxiliary slot to the active slot arrayChris Robinson2017-07-131-2/+11
* Initialize the default effect after device updateChris Robinson2017-07-131-35/+31
* Use macros to set and restore the mixer FPU modeChris Robinson2017-07-131-6/+4
* Store the default effect slot in the contextChris Robinson2017-07-131-41/+64
* Define a backup log2f if the compiler doesn't have itChris Robinson2017-06-291-3/+0
* Workaround log2f missing on AndroidChris Robinson2017-06-211-0/+2
* Trace if dithering is enabledChris Robinson2017-06-191-3/+7
* "Convert" the QSA backend to the new APIChris Robinson2017-06-181-77/+32
* Make the dithering depth configurableChris Robinson2017-06-171-6/+29
* Use an RMS limit of -3dB for the output limiterChris Robinson2017-05-291-2/+2
* Use peak limiting rather than RMS detectionChris Robinson2017-05-271-1/+1
* Add a new compressor/limiterChris Robinson2017-05-271-4/+17
* Finalize ALC_SOFT_output_limiterChris Robinson2017-05-251-1/+1
* Add an option to dither 8- and 16-bit outputChris Robinson2017-05-231-0/+8