aboutsummaryrefslogtreecommitdiffstats
path: root/Alc
Commit message (Collapse)AuthorAgeFilesLines
* Add a few more precision castsChris Robinson2011-09-221-3/+3
|
* Use cosf and sinf when availableChris Robinson2011-09-225-24/+24
| | | | Also clear away a few more MSVC precision warnings
* Silence some MSVC precision warningsChris Robinson2011-09-221-2/+2
|
* Define _WIN32_WINNT on the command line with _WIN32Chris Robinson2011-09-203-3/+0
|
* Move Sleep implementation into helper.c and emulate sched_yield for WindowsChris Robinson2011-09-201-2/+12
|
* Fix indentationChris Robinson2011-09-201-1/+1
|
* Make a separate log level to trace reference counts, to avoid log spam for ↵Chris Robinson2011-09-201-5/+5
| | | | traces
* 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-195-26/+38
|
* Check the number of available samples before calling the capture methodChris Robinson2011-09-187-53/+38
|
* Use arrays instead of large switches to decompose formatsChris Robinson2011-09-181-74/+40
|
* Return int and float config values through a parameterChris Robinson2011-09-183-65/+85
| | | | | This allows the getter functions to return whether or not the option exists without a separate call and check.
* Avoid a buffer underrun when getting the end of a config option valueChris Robinson2011-09-181-2/+3
|
* Allow loading multiple HRTF tables through a comma-separated listChris Robinson2011-09-181-22/+41
|
* Dynamically allocate space for HRTF tablesChris Robinson2011-09-182-7/+46
|
* Store the HRTF tables used in the deviceChris Robinson2011-09-183-31/+35
|
* 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-141-24/+24
|
* Remove a couple ineffective alcSetError callsChris Robinson2011-09-141-6/+0
|
* Use IsDebuggerPresent instead of the VC-only __try/__exceptChris Robinson2011-09-141-5/+2
|
* Return an error from the CaptureSamples method instead of setting itChris Robinson2011-09-147-66/+65
|
* Limit the minimum ALSA capture size to 100ms, and the maximum period size to ↵Chris Robinson2011-09-131-1/+7
| | | | 50ms
* Use maxu to clamp PulseAudio's capture buffer sizeChris Robinson2011-09-131-2/+1
|
* Rename the ALEffect_ macros to ALeffectState_ to reflect what they work onChris Robinson2011-09-122-5/+5
|
* Be a bit more robust while handling the global device listChris Robinson2011-09-121-45/+38
|
* 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-125-11/+6
|
* Don't increment the context reference count when lockedChris Robinson2011-09-111-2/+0
|
* Remove GetLockedContextChris Robinson2011-09-111-23/+0
|
* Avoid accessing EAX-only reverb properties for non-EAX updatesChris Robinson2011-09-111-1/+2
|
* Remove the union from the effect parameter typesChris Robinson2011-09-115-38/+38
|
* Make some listener properties volatileChris Robinson2011-09-111-5/+11
|
* Mark some source properties volatileChris Robinson2011-09-111-16/+22
|
* Add a comment about when FreeContext and FreeDevice are calledChris Robinson2011-09-101-3/+3
|
* Trace the device pointer when warning about leftover objectsChris Robinson2011-09-101-3/+3
|
* Set the device-connected flag to false first when handling a disconnectChris Robinson2011-09-101-2/+2
|
* Condense some codeChris Robinson2011-09-101-11/+8
|
* Clean up some code commentsChris Robinson2011-09-101-101/+94
|
* Lock the lists while probing devicesChris Robinson2011-09-101-18/+21
|
* Clean up some commentsChris Robinson2011-09-101-44/+51
|