aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use cosf and sinf when availableChris Robinson2011-09-228-25/+45
* Silence some MSVC precision warningsChris Robinson2011-09-225-39/+28
* Constify some parametersChris Robinson2011-09-224-27/+27
* Don't use the -fvisibility switch if the visibility attributes didn't workChris Robinson2011-09-211-7/+10
* Actually check for hidden visibilityChris Robinson2011-09-201-1/+1
* Try to use "default" and "hidden" visibility when "protected" and "internal" ...Chris Robinson2011-09-201-4/+23
* Remove a couple type size checksChris Robinson2011-09-202-8/+0
* Check for SLES/OpenSLES.h along with SLES/OpenSLES_Android.hChris Robinson2011-09-201-1/+1
* Define _WIN32_WINNT on the command line with _WIN32Chris Robinson2011-09-205-7/+1
* Move Sleep implementation into helper.c and emulate sched_yield for WindowsChris Robinson2011-09-202-12/+16
* Fix indentationChris Robinson2011-09-201-1/+1
* Make a separate log level to trace reference counts, to avoid log spam for tr...Chris Robinson2011-09-202-6/+12
* Fix a warning messageChris Robinson2011-09-201-1/+1
* Trace created device and context pointersChris Robinson2011-09-201-0/+5
* Avoid size_t and ssize_t in some placesChris Robinson2011-09-201-9/+9
* Add a ConfigValueStr function, to return the string through a parameterChris Robinson2011-09-196-26/+39
* Check the number of available samples before calling the capture methodChris Robinson2011-09-187-53/+38
* Use the ALC types for the device format enum valuesChris Robinson2011-09-181-12/+12
* Use arrays instead of large switches to decompose formatsChris Robinson2011-09-183-296/+146
* Return int and float config values through a parameterChris Robinson2011-09-185-68/+89
* Avoid a buffer underrun when getting the end of a config option valueChris Robinson2011-09-181-2/+3
* Update a config file commentChris Robinson2011-09-181-3/+3
* Allow loading multiple HRTF tables through a comma-separated listChris Robinson2011-09-181-22/+41
* Dynamically allocate space for HRTF tablesChris Robinson2011-09-183-7/+47
* Store the HRTF tables used in the deviceChris Robinson2011-09-184-34/+44
* Fix a mutex leak in a capture open error pathChris Robinson2011-09-161-0/+1
* Fix comment on external HRTF file formatChris Robinson2011-09-151-2/+2
* Trace compatible HRTF formats when loading instead of on errorChris Robinson2011-09-151-3/+4
* Make alcSetError staticChris Robinson2011-09-142-26/+24
* Remove a couple ineffective alcSetError callsChris Robinson2011-09-141-6/+0
* Use IsDebuggerPresent instead of the VC-only __try/__exceptChris Robinson2011-09-142-10/+4
* Return an error from the CaptureSamples method instead of setting itChris Robinson2011-09-148-67/+66
* Limit the minimum ALSA capture size to 100ms, and the maximum period size to ...Chris Robinson2011-09-131-1/+7
* Use maxu to clamp PulseAudio's capture buffer sizeChris Robinson2011-09-131-2/+1
* Pre-apply the deferred source offset only when it's playing or pausedChris Robinson2011-09-121-1/+2
* Rename the ALEffect_ macros to ALeffectState_ to reflect what they work onChris Robinson2011-09-125-17/+17
* Be a bit more robust while handling the global device listChris Robinson2011-09-122-46/+39
* Remove the context from being current before removing it from the deviceChris Robinson2011-09-121-13/+13
* Get rid of IsContextChris Robinson2011-09-121-74/+60
* Use VerifyDevice to validate a device handle instead of IsDeviceChris Robinson2011-09-121-26/+4
* Look for __ALSOFT_TRAP_ERROR to trap both AL and ALC errorsChris Robinson2011-09-121-5/+14
* Shorten some warning messagesChris Robinson2011-09-121-3/+3
* Use the active source list when stopping sources on disconnectChris Robinson2011-09-121-11/+11
* Minor cleanup for applying click-removal to wet buffersChris Robinson2011-09-121-7/+4
* Remove the effect slot parameter from the effect process methodChris Robinson2011-09-127-18/+12
* Fix a possible race condition when setting an effect on a slotChris Robinson2011-09-111-2/+2
* Fix non-GCC CompExchangePtr implementationsChris Robinson2011-09-111-3/+3
* Don't increment the context reference count when lockedChris Robinson2011-09-111-2/+0
* Remove GetLockedContextChris Robinson2011-09-113-38/+31
* Get rid of some more GetLockedContext callsChris Robinson2011-09-112-29/+36