aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Improve locking for device attribute queriesChris Robinson2016-05-221-8/+28
* Avoid using realloc in a number of placesChris Robinson2016-05-219-32/+53
* Make the source position calues atomicChris Robinson2016-05-194-30/+31
* Copy the source's Looping property into the voiceChris Robinson2016-05-181-0/+2
* Avoid redundantly storing distance model settingsChris Robinson2016-05-176-33/+11
* Update the right effect state when the device is resetChris Robinson2016-05-171-2/+2
* Don't assume the "real" output buffer follows the dry bufferChris Robinson2016-05-171-15/+44
* Improve reverb panning gains for "3D" output.Chris Robinson2016-05-171-8/+8
* Ignore the listening angle for the wet path sound conesChris Robinson2016-05-161-32/+51
* Use floats for the listener transformsChris Robinson2016-05-164-92/+29
* Don't store the source's update method with the voiceChris Robinson2016-05-164-48/+42
* Avoid separate updates to sources that should apply togetherChris Robinson2016-05-155-15/+37
* Allocate context storage before starting/resetting the deviceChris Robinson2016-05-151-19/+23
* Avoid duplicate effect state objects in the freelistChris Robinson2016-05-151-12/+25
* Avoid using a flag to specify if the effect state needs to be updatedChris Robinson2016-05-154-19/+20
* Provide asynchronous property updates for sourcesChris Robinson2016-05-1410-356/+627
* Merge pull request #41 from ColdPie1/source_limitkcat2016-05-141-1/+1
|\
| * alsoft-config: Raise source limit to 4096Andrew Eikum2016-05-131-1/+1
* | Store the remaining context properties with the listener propertiesChris Robinson2016-05-134-8/+20
* | Get rid of an unnecessary copy of ALeffectPropsChris Robinson2016-05-1313-64/+61
|/
* Properly load the effect state pointer from the property containerChris Robinson2016-05-131-2/+6
* Recognize AUX0...AUX15 for decoder speaker labelsChris Robinson2016-05-121-3/+11
* Hold the effect and filter maps while handling effects and filtersChris Robinson2016-05-127-18/+89
* Call the effect state update method after "returning" the container object.Chris Robinson2016-05-121-2/+2
* Avoid updating the effect state object if it's not changedChris Robinson2016-05-124-34/+43
* Provide (mostly) lockless updates for effect slotsChris Robinson2016-05-1215-187/+332
* Use a lockless method for updating listener and context propertiesChris Robinson2016-05-117-78/+234
* Hold the buffer map lock while handling the bufferChris Robinson2016-05-103-4/+64
* Hold the source map lock while handling itChris Robinson2016-05-104-2/+128
* Add a comment about CoeffCount being 0Chris Robinson2016-05-101-1/+3
* Use the source's offset type to determine if there's an offsetChris Robinson2016-05-092-7/+12
* Find a valid source buffer before updating the voiceChris Robinson2016-05-094-53/+63
* Store more "active" listener and context properties separatelyChris Robinson2016-05-093-11/+31
* Merge pull request #40 from rdb/masterkcat2016-05-033-12/+12
|\
| * Fix placement of alignas - fixes Mac OS X buildrdb2016-05-033-12/+12
|/
* Don't crash when there's no backend to probeChris Robinson2016-04-301-2/+7
* Start AL_SOFT_buffer_samples2 as a replacement for AL_SOFT_buffer_samplesChris Robinson2016-04-254-25/+115
* Remove unnecessary code for the now-unused write offsetChris Robinson2016-04-251-53/+17
* Add support for AL_EXT_SOURCE_RADIUSChris Robinson2016-04-252-10/+33
* Drop support for AL_SOFT_buffer_samples and AL_SOFT_buffer_sub_dataChris Robinson2016-04-242-61/+3
* Avoid an unnecessary aluVectorChris Robinson2016-04-241-7/+7
* Improve radius behavior with scaling of ambisonic coefficientsChris Robinson2016-04-2411-74/+120
* Provide a decoder preset for 5.1 Surround outputChris Robinson2016-04-243-0/+55
* Open the file selector to an existing path for presetsChris Robinson2016-04-231-1/+16
* Install the ambdec preset filesChris Robinson2016-04-231-0/+14
* Add some general info about how ambdec works to ambdec.txtChris Robinson2016-04-231-0/+7
* Move some docs to the docs directoryChris Robinson2016-04-233-0/+0
* Add docs for OpenAL Soft and standard decoder presetsChris Robinson2016-04-237-0/+421
* Merge pull request #38 from geron-cn/patch-1kcat2016-04-221-1/+1
|\
| * fix audio play error in samplegero2016-04-221-1/+1