aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/ALc.c
Commit message (Expand)AuthorAgeFilesLines
* Finalize AL_SOFT_buffer_samplesChris Robinson2012-01-101-1/+1
* Make LockDevice, LockContext, etc, inlineChris Robinson2012-01-091-21/+0
* Remove the warning when a context being released is globally currentChris Robinson2012-01-011-3/+0
* Use the device lock when removing the context from the device's listChris Robinson2012-01-011-9/+2
* Use a proper typedef for handling atomic pointer swapsChris Robinson2012-01-011-6/+6
* Use a string to specify the resampler config optionChris Robinson2011-12-201-4/+18
* Restore the old FPU mode if the effects fail to update with new device parame...Chris Robinson2011-12-201-0/+1
* Initialize listener matrix to identityChris Robinson2011-11-261-0/+7
* Define TlsDestructor for Windows static builds, tooChris Robinson2011-11-121-1/+1
* Append _SOFT to the ALC loopback format enumsChris Robinson2011-11-011-26/+26
* Don't close devices that are left open on lib shutdownChris Robinson2011-10-241-24/+12
* Check for the HRTF object instead of a flagChris Robinson2011-10-061-6/+3
* Add support for AL_EXT_ALAWChris Robinson2011-10-011-2/+2
* Use raise(SIGTRAP) instead of kill(getpid(),SIGTRAP)Chris Robinson2011-09-301-1/+1
* Set the mixer FPU mode for device parameter updatesChris Robinson2011-09-291-0/+3
* Move ConeScale and ZScale to ALu.c and alu.h, and make them floatsChris Robinson2011-09-231-8/+2
* Make a separate log level to trace reference counts, to avoid log spam for tr...Chris Robinson2011-09-201-5/+5
* Fix a warning messageChris Robinson2011-09-201-1/+1
* Trace created device and context pointersChris Robinson2011-09-201-0/+5
* Add a ConfigValueStr function, to return the string through a parameterChris Robinson2011-09-191-6/+4
* Check the number of available samples before calling the capture methodChris Robinson2011-09-181-1/+3
* 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-181-54/+63
* Dynamically allocate space for HRTF tablesChris Robinson2011-09-181-0/+1
* Store the HRTF tables used in the deviceChris Robinson2011-09-181-1/+3
* Fix a mutex leak in a capture open error pathChris Robinson2011-09-161-0/+1
* Make alcSetError staticChris Robinson2011-09-141-24/+24
* 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-141-9/+8
* Rename the ALEffect_ macros to ALeffectState_ to reflect what they work onChris Robinson2011-09-121-2/+2
* 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
* Don't increment the context reference count when lockedChris Robinson2011-09-111-2/+0
* Remove GetLockedContextChris Robinson2011-09-111-23/+0
* 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
* 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
* Slightly modify a warningChris Robinson2011-09-101-1/+1
* Properly destroy contexts that are left on the device when it's closedChris Robinson2011-09-101-37/+46
* Avoid locking the device when adding and removing contextsChris Robinson2011-09-101-15/+13
* Avoid holding the list lock when not neededChris Robinson2011-09-101-118/+172
* Warn about contexts that are errantly left currentChris Robinson2011-09-101-0/+11
* Hold an extra reference on the device for each of its contextsChris Robinson2011-09-101-0/+14