aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include
Commit message (Collapse)AuthorAgeFilesLines
* Mark a few more functions as constChris Robinson2014-05-231-4/+4
|
* 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-192-5/+6
| | | | Both resampling and filtering now avoid copying samples when they no-op.
* Put per-channel filter properties togetherChris Robinson2014-05-191-8/+12
|
* Move an HRTF mixer parameter and shorten a couple variable namesChris Robinson2014-05-181-3/+3
|
* Don't pass the SendParams to the wet-path mixerChris Robinson2014-05-181-11/+13
|
* Don't pass the DirectParams to the dry-path mixerChris Robinson2014-05-181-12/+13
|
* Use different parameters for HRTF mixersChris Robinson2014-05-182-1/+9
|
* Pass some DirectParams as function parametersChris Robinson2014-05-181-2/+3
|
* Add a ALfilterState method to process multiple samples at onceChris Robinson2014-05-181-0/+5
|
* Apply high-pass source filters as neededChris Robinson2014-05-172-0/+8
|
* Implementing handling high-pass filter propertiesChris Robinson2014-05-171-0/+3
|
* Add a flag to specify when the low-pass filter needs to applyChris Robinson2014-05-171-13/+21
|
* Document the different filter types, and combine some split linesChris Robinson2014-05-171-0/+6
|
* Rename freq_scale parameter to freq_multChris Robinson2014-05-171-1/+1
|
* Make RefCount a non-integer typeChris Robinson2014-05-142-6/+6
| | | | | It should only be accessed through the appropriate functions to ensure proper atomicity.
* Add HF Reference as a filter propertyChris Robinson2014-05-141-0/+1
|
* Make LOWPASSFREQREF a float valueChris Robinson2014-05-111-1/+1
|
* Store the filter reference frequency in the sourceChris Robinson2014-05-111-0/+2
|
* Use a struct to store the source's direct gain/gainhf propertiesChris Robinson2014-05-111-3/+4
|
* Mark the buffer queue pointers volatileChris Robinson2014-05-101-2/+2
|
* Use a RWLock to help protect the source's buffer queueChris Robinson2014-05-101-0/+1
| | | | | In some instances this allows to to remove the device/mixer lock, or reduce how long it's held.
* Don't explicitly store the BuffersInQueueChris Robinson2014-05-101-1/+0
|
* Store the current buffer queue item, rather than played buffer countChris Robinson2014-05-101-1/+1
|
* Move the static_assert definition to its own headerChris Robinson2014-05-071-10/+1
|
* Move some headers to include/Chris Robinson2014-05-061-217/+0
| | | | Note, these are not installed. Only headers in include/AL/ are installed.
* Better pack HRTF mixing propertiesChris Robinson2014-05-031-11/+11
|
* Clamp the current and target gain lower bound to epsilonChris Robinson2014-05-031-1/+1
| | | | | Should give a bit more wiggle room for the gain stepping to get lower than the silence threshold.
* 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-192-2/+9
| | | | | The check is compile time, and is functionally identical to the old/alternate version.
* Use C11 alignas when availableChris Robinson2014-04-193-16/+15
|
* Simplify some error checkingChris Robinson2014-04-181-14/+4
|
* Check pthread_mutex_unlock for errorsChris Robinson2014-04-181-3/+4
|
* Rename AL_ONCE_INIT to AL_ONCE_FLAG_INITChris Robinson2014-04-181-2/+2
|
* Check TlsSetValue for errorChris Robinson2014-04-171-1/+2
|
* Rename althread_once to be more C11-likeChris Robinson2014-04-171-3/+16
|
* Use the thread ID for althrd_t on WindowsChris Robinson2014-04-171-7/+3
|
* Rename SetThreadName to althrd_setnameChris Robinson2014-04-171-5/+1
|
* Don't inline al_nssleepChris Robinson2014-04-171-11/+2
|
* Make and use a C11-like altimespec_get wrapper functionChris Robinson2014-04-171-1/+5
|
* Rename althread_key_ wrappers to altss_ and move it to threads.h/cChris Robinson2014-04-171-0/+31
|
* Fix some almtx_ return valuesChris Robinson2014-04-161-10/+22
|
* Remove almtx_normal and almtx_errorcheckChris Robinson2014-04-161-3/+1
|
* Fix althrd_sleep return valueChris Robinson2014-04-161-3/+9
|
* Avoid using a Sleep() wrapperChris Robinson2014-04-161-0/+12
|