aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | Update a config option commentChris Robinson2016-04-221-3/+2
|/
* Increase max output channels to 16Chris Robinson2016-04-192-12/+22
* Combine two if checks into oneChris Robinson2016-04-191-5/+3
* Remove unneeded ChannelMaps for BFormat formatsChris Robinson2016-04-171-14/+2
* Trace the requested attribute valuesChris Robinson2016-04-171-0/+24
* Avoid storing channel names for the dry bufferChris Robinson2016-04-163-27/+16
* Don't look up the dry buffer's FrontCenter in the Dedicated effectChris Robinson2016-04-161-8/+4
* Reorganize a bit of aluInitRenderer codeChris Robinson2016-04-161-46/+30
* Silence possible out-of-bounds warning againChris Robinson2016-04-161-1/+1
* More directly map coefficients for ambisonic mixing buffersChris Robinson2016-04-1514-130/+160
* Update some commentsChris Robinson2016-04-152-7/+8
* Avoid mixing all coefficients together when only some are usedChris Robinson2016-04-159-60/+80
* Fix possible out-of-bounds warningChris Robinson2016-04-151-2/+2