aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32
Commit message (Expand)AuthorAgeFilesLines
* Rename speakers to channels, and remove an old incorrect commentChris Robinson2014-11-071-4/+2
* Use a separate macro for the max output channel countChris Robinson2014-11-072-12/+11
* Fix 5.1 surround soundChris Robinson2014-11-071-2/+2
* Remove the channel name from ChannelConfigChris Robinson2014-11-051-1/+0
* Use a method to set omni-directional channel gainsChris Robinson2014-11-041-14/+7
* Avoid the ALCdevice_Lock/Unlock wrapper in some placesChris Robinson2014-11-011-2/+3
* Support AL_EXT_MULAW_BFORMATChris Robinson2014-10-311-0/+2
* Support B-Format source rotation with AL_ORIENTATIONChris Robinson2014-10-313-10/+104
* Rename the source's Orientation to DirectionChris Robinson2014-10-312-10/+10
* Add preliminary AL_EXT_BFORMAT supportChris Robinson2014-10-314-1/+42
* Make alcSuspendContext and alcProcessContext batch updatesChris Robinson2014-10-122-72/+5
* Add a helper to search for a channel index by nameChris Robinson2014-10-021-0/+17
* Store default speaker configurations in a structChris Robinson2014-10-021-11/+14
* Make ComputeAngleGains use ComputeDirectionalGainsChris Robinson2014-10-022-5/+6
* Don't use ComputeAngleGains for SetGainsChris Robinson2014-10-021-1/+5
* Use an ambisonics-based panning methodChris Robinson2014-09-302-0/+13
* Combine some fields into a structChris Robinson2014-09-101-3/+6
* Invert the ChannelOffsets arrayChris Robinson2014-09-101-1/+2
* Remove the GetLatency method from the old BackendFuncsChris Robinson2014-09-081-4/+0
* Convert the winmm backend to the new backend APIChris Robinson2014-09-081-3/+0
* Make the fontsound's buffer and link fields atomicChris Robinson2014-09-033-17/+25
* Protect alProcessUpdatesSOFT with a lockChris Robinson2014-09-031-2/+2
* Use proper atomics for the thunk arrayChris Robinson2014-09-031-12/+13
* Make the buffer's pack and unpack properties atomicChris Robinson2014-09-032-11/+11
* Remove a couple unnecessary typedefsChris Robinson2014-08-241-3/+0
* Convert the wave writer backend to the new APIChris Robinson2014-08-241-3/+0
* Use al_malloc/al_free for default allocatorsChris Robinson2014-08-241-2/+2
* Rename activesource to voiceChris Robinson2014-08-215-52/+51
* Use an array of objects for active sources instead of pointersChris Robinson2014-08-213-48/+37
* Use a NULL source for inactive activesourcesChris Robinson2014-08-214-36/+45
* Update COPYING to the latest https://www.gnu.org/licenses/old-licenses/lgpl-2...François Cami2014-08-1810-20/+20
* ALC_SOFT_pause_device is finishedChris Robinson2014-08-121-10/+0
* Disable the autowah effectChris Robinson2014-08-061-0/+2
* Fix some lock ordering to avoid potential deadlocksChris Robinson2014-08-031-8/+8
* Use an ATOMIC_INIT macro instead of ATOMIC_LOAD_UNSAFEChris Robinson2014-08-032-4/+4
* Add some casts for inline assembly atomicsChris Robinson2014-08-011-1/+1
* Use atomics for the device and context list headsChris Robinson2014-08-011-2/+2
* Make the source's buffer queue head and current queue item atomicChris Robinson2014-07-312-60/+72
* Rename ATOMIC_COMPARE_EXCHANGE to ATOMIC_COMPARE_EXCHANGE_STRONGChris Robinson2014-07-311-1/+1
* Always set the active source's update methodChris Robinson2014-07-261-5/+7
* Explicitly pass the address of atomics and parameters that can be modifiedChris Robinson2014-07-265-49/+49
* Support C11 atomicsChris Robinson2014-07-231-1/+2
* Use generic atomics in more placesChris Robinson2014-07-225-10/+10
* Add macros for generic atomic functionalityChris Robinson2014-07-226-44/+44
* Make some functions staticChris Robinson2014-07-202-6/+4
* Load the default soundfont as a comma-separate list of filenameChris Robinson2014-07-191-6/+27
* Add a source radius property that determines the directionality of a soundChris Robinson2014-07-112-0/+4
* Store 4 modulators per map entryChris Robinson2014-07-062-8/+14
* Regroup and reorganize some macrosChris Robinson2014-07-061-40/+57
* Use VECTOR_FIND_IF instead of a manual loopChris Robinson2014-07-061-11/+7