aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32
Commit message (Expand)AuthorAgeFilesLines
* Append _SOFT to the AL_SOFT_buffer_samples enumsChris Robinson2012-01-104-159/+159
* Make LockDevice, LockContext, etc, inlineChris Robinson2012-01-091-4/+10
* Use a proper typedef for handling atomic pointer swapsChris Robinson2012-01-013-12/+14
* Append _SOFT to the ALC loopback format enumsChris Robinson2011-11-011-25/+25
* Calculate the listener matrix when a new orientation is specifiedChris Robinson2011-10-303-1/+60
* Add a work-around for cross-compiling with MinGWChris Robinson2011-10-271-0/+26
* Set AL_STOPPED after setting AL_PLAYING when a source has nothing to playChris Robinson2011-10-151-8/+8
* Return the key's value from the map when it's removedChris Robinson2011-10-061-7/+6
* Check for the HRTF object instead of a flagChris Robinson2011-10-061-4/+2
* Add min/max/clamp methods for 64-bit intChris Robinson2011-10-041-0/+7
* Remove some unneeded templates and parametersChris Robinson2011-10-041-2/+2
* Convert samples to float when copying to the stackChris Robinson2011-10-041-4/+4
* Use sample frames when handling the buffer lengthChris Robinson2011-10-043-98/+73
* Don't use inline asm with MSVC on 64-bitChris Robinson2011-10-021-1/+1
* Get rid of some unnecessary castingChris Robinson2011-10-021-4/+4
* Rename some parametersChris Robinson2011-10-022-21/+21
* Remove the OriginalAlign buffer field, and calculate it as neededChris Robinson2011-10-012-8/+12
* Fix potential divide-by-0Chris Robinson2011-10-011-5/+11
* Add buffer properties to get the internal format, and the length in bytes, sa...Chris Robinson2011-10-014-1/+47
* Use tokens matching the stringChris Robinson2011-10-011-2/+2
* Add support for AL_EXT_ALAWChris Robinson2011-10-014-3/+165
* Rename LOWPASSFREQCUTOFF to LOWPASSFREQREFChris Robinson2011-09-301-1/+1
* Define the values for F_PI and F_PI_2 directly instead of using M_PIChris Robinson2011-09-301-6/+2
* Use raise(SIGTRAP) instead of kill(getpid(),SIGTRAP)Chris Robinson2011-09-301-1/+1
* Set the mixer FPU mode when setting a new effect on an effect slotChris Robinson2011-09-291-0/+5
* Set the FPU into single-precision mode for mixer updatesChris Robinson2011-09-292-8/+24
* Use inline functions to set/restore the FPU mode for mixer updatesChris Robinson2011-09-292-15/+27
* Use inline assembly for fast float-to-int conversionsChris Robinson2011-09-291-0/+24
* Set toward-zero rounding when updating in alDeferUpdatesSOFTChris Robinson2011-09-281-0/+16
* Clamp the low-pass reference gain to -60 dB instead of -40 dBChris Robinson2011-09-251-3/+3
* Centralize the Lookup and Remove macrosChris Robinson2011-09-246-104/+97
* Look for and use atan2f, log10f, and floorfChris Robinson2011-09-241-0/+18
* Use float types for the resamplers instead of doubleChris Robinson2011-09-231-7/+7
* Check for asinf and use itChris Robinson2011-09-231-0/+6
* Make AIRABSORBGAINHF a float typeChris Robinson2011-09-231-1/+1
* Move ConeScale and ZScale to ALu.c and alu.h, and make them floatsChris Robinson2011-09-232-3/+3
* Add atomic functions for GCC inline asmChris Robinson2011-09-231-0/+70
* Use macros for float-typed PI values, to avoid manual casts everywhereChris Robinson2011-09-221-0/+3
* Add a few more precision castsChris Robinson2011-09-221-1/+1
* Use cosf and sinf when availableChris Robinson2011-09-221-0/+12
* Silence some MSVC precision warningsChris Robinson2011-09-224-37/+26
* Constify some parametersChris Robinson2011-09-223-9/+9
* Define _WIN32_WINNT on the command line with _WIN32Chris Robinson2011-09-201-3/+0
* Move Sleep implementation into helper.c and emulate sched_yield for WindowsChris Robinson2011-09-201-10/+4
* Make a separate log level to trace reference counts, to avoid log spam for tr...Chris Robinson2011-09-201-1/+7
* Add a ConfigValueStr function, to return the string through a parameterChris Robinson2011-09-191-0/+1
* 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-182-222/+106
* Return int and float config values through a parameterChris Robinson2011-09-182-3/+4
* Dynamically allocate space for HRTF tablesChris Robinson2011-09-181-0/+1