aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include/alMain.h
Commit message (Expand)AuthorAgeFilesLines
* Attempt to use BS2B when using headphones without HRTFChris Robinson2014-11-221-1/+0
* Rework HRTF decision logicChris Robinson2014-11-221-0/+1
* Remove an unused macroChris Robinson2014-11-221-3/+0
* Use a different method for HRTF mixingChris Robinson2014-11-221-1/+32
* Allocate the DryBuffer dynamicallyChris Robinson2014-11-211-1/+1
* Remove the unused angle and elevation from the device channel configChris Robinson2014-11-151-2/+0
* Remove the unused wide-stereo optionChris Robinson2014-11-081-3/+0
* Move a declarationChris Robinson2014-11-071-1/+2
* Pas the output device channel count to ALeffectState::processChris Robinson2014-11-071-0/+4
* 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-071-7/+6
* Fix 5.1 surround soundChris Robinson2014-11-071-2/+2
* Remove the channel name from ChannelConfigChris Robinson2014-11-051-1/+0
* Add preliminary AL_EXT_BFORMAT supportChris Robinson2014-10-311-1/+2
* Make alcSuspendContext and alcProcessContext batch updatesChris Robinson2014-10-121-0/+3
* 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-021-0/+1
* Use an ambisonics-based panning methodChris Robinson2014-09-301-0/+5
* 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
* 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-211-3/+3
* Use an array of objects for active sources instead of pointersChris Robinson2014-08-211-1/+1
* ALC_SOFT_pause_device is finishedChris Robinson2014-08-121-10/+0
* Use atomics for the device and context list headsChris Robinson2014-08-011-2/+2
* Use generic atomics in more placesChris Robinson2014-07-221-2/+2
* Add macros for generic atomic functionalityChris Robinson2014-07-221-1/+1
* Regroup and reorganize some macrosChris Robinson2014-07-061-40/+57
* Don't require pre-declaring vector typesChris Robinson2014-07-061-5/+1
* AL_SOFT_MSADPCM is functionally completeChris Robinson2014-07-031-6/+0
* Remove an unused macroChris Robinson2014-06-291-1/+0
* Load soundfont samples into an ALbufferChris Robinson2014-06-291-8/+0
* Add SSE2 and SSE4.1 linear resamplersTimothy Arceri2014-06-061-1/+2
* Rename CONST_FUNC and PRINTF_STYLE, and fix non-GNU AL_PRINTChris Robinson2014-05-231-10/+10
* AL_SOFT_block_alignment is now considered doneChris Robinson2014-05-221-6/+0
* Use an unsigned type for the win32 size_t formatterChris Robinson2014-05-221-1/+1
* Mark some functions as constChris Robinson2014-05-221-5/+7
* Return a sample pointer from resamplersChris Robinson2014-05-191-3/+4
* Make RefCount a non-integer typeChris Robinson2014-05-141-3/+3
* Move the static_assert definition to its own headerChris Robinson2014-05-071-10/+1
* Convert the mmdevapi backend to the new backend APIChris Robinson2014-04-251-3/+0
* Convert the DSound backend to the new APIChris Robinson2014-04-191-3/+0
* Add a SZFMT macro for a size_t string formatterChris Robinson2014-04-191-0/+9
* Add a GCC-specific STATIC_UPCAST macro that checks the object typeChris Robinson2014-04-191-1/+8
* Use C11 alignas when availableChris Robinson2014-04-191-11/+6