aboutsummaryrefslogtreecommitdiffstats
path: root/Alc
Commit message (Collapse)AuthorAgeFilesLines
* Add support for AL_EXT_ALAWChris Robinson2011-10-011-2/+2
|
* Improve index calculation for reverb modulation updatesChris Robinson2011-10-011-10/+5
|
* Add some formatting spaces to the reverb state structChris Robinson2011-10-011-0/+24
|
* Rename LOWPASSFREQCUTOFF to LOWPASSFREQREFChris Robinson2011-09-303-4/+4
|
* Use raise(SIGTRAP) instead of kill(getpid(),SIGTRAP)Chris Robinson2011-09-301-1/+1
|
* Apply the initial wet send reverb decay before clamping the gainsChris Robinson2011-09-301-18/+18
|
* Multiply by the reciprocal value instead of dividingChris Robinson2011-09-291-4/+4
|
* Use fast float-to-int conversions for some mixer-related codeChris Robinson2011-09-293-20/+20
|
* Set the mixer FPU mode for device parameter updatesChris Robinson2011-09-291-0/+3
|
* Use inline functions to set/restore the FPU mode for mixer updatesChris Robinson2011-09-291-14/+2
|
* Use inline assembly for fast float-to-int conversionsChris Robinson2011-09-292-20/+20
|
* Copy only the gains needed for the channel being mixedChris Robinson2011-09-241-10/+8
|
* A static source only has one buffer in the queueChris Robinson2011-09-241-1/+0
|
* Only warn when a symbol fails to loadChris Robinson2011-09-241-1/+1
|
* Rename the MMDevAPI backend's MessageProc functionChris Robinson2011-09-241-2/+2
|
* Look for and use atan2f, log10f, and floorfChris Robinson2011-09-243-5/+5
|
* Cast a 64-bit variable to a 32-bit intChris Robinson2011-09-241-1/+2
|
* Use aluAtan instead of atanChris Robinson2011-09-241-1/+1
|
* Silence MSVC warnings in the HRTF codeChris Robinson2011-09-231-3/+3
|
* Add a WAVEFORM_FRACONE macro and minor cleanups for the ring modulatorChris Robinson2011-09-231-10/+10
|
* Use float types for the resamplers instead of doubleChris Robinson2011-09-232-19/+19
|
* Change a double type to a floatChris Robinson2011-09-231-1/+1
|
* Check for asinf and use itChris Robinson2011-09-231-1/+1
|
* Move ConeScale and ZScale to ALu.c and alu.h, and make them floatsChris Robinson2011-09-232-8/+9
|
* Use macros for float-typed PI values, to avoid manual casts everywhereChris Robinson2011-09-226-56/+56
|
* More MSVC precision castsChris Robinson2011-09-221-40/+40
|
* 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
|