aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include/alMain.h
Commit message (Expand)AuthorAgeFilesLines
* Make a MAX_AMBI2D_COEFFS macro instead of a magic numberChris Robinson2016-07-171-1/+8
* Avoid using memcpy to copy a single structChris Robinson2016-07-061-14/+12
* Remove a slightly outdated commentChris Robinson2016-07-061-1/+0
* Remove the VirtOut buffer aliasChris Robinson2016-07-051-6/+3
* Rename MaxNoOfSources for consistencyChris Robinson2016-06-081-1/+1
* Only define 8 HRTF filter states and params for the deviceChris Robinson2016-06-041-2/+2
* Add property queries to get the device latency with the clockChris Robinson2016-06-031-0/+2
* Use a macro to specify the ambisonic periphonic channel maskChris Robinson2016-06-011-1/+10
* Use a linked list for active effect slotsChris Robinson2016-05-291-1/+1
* Use a specific lock for the backend's stop/reset/play callsChris Robinson2016-05-271-0/+2
* Avoid separate updates to sources that should apply togetherChris Robinson2016-05-151-0/+6
* Provide asynchronous property updates for sourcesChris Robinson2016-05-141-1/+1
* Use a lockless method for updating listener and context propertiesChris Robinson2016-05-111-4/+3
* Add a comment about CoeffCount being 0Chris Robinson2016-05-101-1/+3
* Start AL_SOFT_buffer_samples2 as a replacement for AL_SOFT_buffer_samplesChris Robinson2016-04-251-0/+73
* Increase max output channels to 16Chris Robinson2016-04-191-1/+8
* Avoid storing channel names for the dry bufferChris Robinson2016-04-161-2/+0
* More directly map coefficients for ambisonic mixing buffersChris Robinson2016-04-151-4/+12
* Avoid mixing all coefficients together when only some are usedChris Robinson2016-04-151-0/+4
* Avoid unnecessary loops for setting up effect slot b-format buffer mixingChris Robinson2016-04-141-0/+4
* Split aluInitPanning into separate functions for HRTF or UHJChris Robinson2016-04-141-3/+5
* Remove the old ringbuffer implementationChris Robinson2016-03-301-7/+0
* Move the aligned malloc functions to the common libChris Robinson2016-03-291-5/+1
* Include any first-order scaling in the FOAOut coefficientsChris Robinson2016-03-251-2/+0
* Allow second-order HQ decodingChris Robinson2016-03-231-1/+6
* Add a specific output for first-order sourcesChris Robinson2016-03-221-0/+9
* Rename the BFormat channels to AuxChris Robinson2016-03-161-4/+4
* Add a dual-band ambisonic decoderChris Robinson2016-03-151-0/+3
* Add a loader for ambdec filesChris Robinson2016-03-141-1/+2
* Generalize GetChannelIdxByNameChris Robinson2016-03-101-6/+6
* Keep track of the real output's channel namesChris Robinson2016-03-101-0/+2
* Organize the dry buffer properties into a structChris Robinson2016-03-091-19/+25
* Track the virtual and real output buffers ecplicitlyChris Robinson2016-03-091-1/+12
* Add an option for pair-wise stereo panningChris Robinson2016-02-261-5/+7
* Use 2-channel UHJ for stereo outputChris Robinson2016-02-261-0/+3
* Remove an unused functionChris Robinson2016-02-231-2/+0
* Use an 8-channel cube for HRTF's virtual format.Chris Robinson2016-02-201-0/+9
* Calculate HRTF stepping params right before mixingChris Robinson2016-02-141-2/+0
* Finalize ALC_SOFT_HRTFChris Robinson2015-10-281-22/+0
* Rename ALC_NUM_HRTF_SPECIFIER_SOFT to ALC_NUM_HRTF_SPECIFIERS_SOFTChris Robinson2015-10-261-1/+1
* Convert the PortAudio backend to the new backend APIChris Robinson2015-10-221-3/+0
* Remove the MIDI codeChris Robinson2015-10-201-214/+0
* Remove unused channel labelsChris Robinson2015-10-181-9/+0
* Move the FIR4 from SSE2 to SSE3Chris Robinson2015-10-111-2/+3
* Allow apps to request a specific HRTFChris Robinson2015-10-071-2/+3
* Use the enumerated HRTF list for selecting an HRTFChris Robinson2015-10-061-0/+1
* Enumerate and list HRTFs per-deviceChris Robinson2015-10-061-0/+1
* Add a function to get a list of data filesChris Robinson2015-10-031-0/+2
* Add methods to enumerate and query device HRTFsChris Robinson2015-10-031-0/+4
* Move the resampler stuff to mixer.c where it's usedChris Robinson2015-10-011-9/+0