| Commit message (Expand) | Author | Age | Files | Lines |
* | Use an enum for the device type | Chris Robinson | 2012-02-23 | 1 | -3/+8 |
* | Always use "OpenAL Soft" for the short device enumeration list | Chris Robinson | 2012-02-20 | 1 | -2/+0 |
* | Use memset to clear the bs2b filter's last sample and remove the unused is_cl... | Chris Robinson | 2012-02-19 | 1 | -3/+0 |
* | Add a COUNTOF macro to get the number of entries in a static array | Chris Robinson | 2012-02-19 | 1 | -0/+1 |
* | Move the endian test macro to alMain.h | Chris Robinson | 2012-02-15 | 1 | -0/+7 |
* | Add a device parameter to alcLoopbackOpenDeviceSOFT | Chris Robinson | 2012-02-15 | 1 | -2/+2 |
* | Add a device request flag for the sample type | Chris Robinson | 2012-02-15 | 1 | -0/+2 |
* | Remove parameter names from typedefs | Chris Robinson | 2012-02-15 | 1 | -2/+2 |
* | Define a minimum output sample rate and warn if the config option goes below it | Chris Robinson | 2012-02-15 | 1 | -0/+1 |
* | Support signed and unsigned 32-bit int output | Chris Robinson | 2012-02-14 | 1 | -0/+2 |
* | Use more proper enum names for the resampler | Chris Robinson | 2012-02-12 | 2 | -8/+6 |
* | Use a proper enum value for setting the default distance model | Chris Robinson | 2012-02-12 | 1 | -1/+3 |
* | Rename non_virtual_channels to direct_channels | Chris Robinson | 2012-02-09 | 2 | -4/+4 |
* | Check for a 32-bit x86 processor before using MSVC's asm intrinsics | Chris Robinson | 2012-02-03 | 1 | -1/+1 |
* | Only use fast float-to-int GCC assembly for x86 and x86_64 targets | Chris Robinson | 2012-02-03 | 1 | -1/+1 |
* | Avoid duplicating some initialization code | Chris Robinson | 2012-01-20 | 2 | -3/+5 |
* | Add the ability to specify a preset for forced reverb | Chris Robinson | 2012-01-19 | 1 | -1/+1 |
* | Add a global option to apply a reverb effect on source send 0 | Chris Robinson | 2012-01-19 | 3 | -0/+5 |
* | Finalize AL_SOFT_buffer_samples | Chris Robinson | 2012-01-10 | 1 | -70/+0 |
* | Remove the unnecessary AL_MULAW_SOFT, AL_ALAW_SOFT, and AL_IMA4_SOFT defines | Chris Robinson | 2012-01-10 | 2 | -6/+3 |
* | Append _SOFT to the AL_SOFT_buffer_samples enums | Chris Robinson | 2012-01-10 | 2 | -65/+65 |
* | Make LockDevice, LockContext, etc, inline | Chris Robinson | 2012-01-09 | 1 | -4/+10 |
* | Use a proper typedef for handling atomic pointer swaps | Chris Robinson | 2012-01-01 | 1 | -8/+10 |
* | Append _SOFT to the ALC loopback format enums | Chris Robinson | 2011-11-01 | 1 | -25/+25 |
* | Calculate the listener matrix when a new orientation is specified | Chris Robinson | 2011-10-30 | 2 | -0/+29 |
* | Add a work-around for cross-compiling with MinGW | Chris Robinson | 2011-10-27 | 1 | -0/+26 |
* | Return the key's value from the map when it's removed | Chris Robinson | 2011-10-06 | 1 | -7/+6 |
* | Check for the HRTF object instead of a flag | Chris Robinson | 2011-10-06 | 1 | -4/+2 |
* | Add min/max/clamp methods for 64-bit int | Chris Robinson | 2011-10-04 | 1 | -0/+7 |
* | Remove some unneeded templates and parameters | Chris Robinson | 2011-10-04 | 1 | -2/+2 |
* | Convert samples to float when copying to the stack | Chris Robinson | 2011-10-04 | 1 | -4/+4 |
* | Use sample frames when handling the buffer length | Chris Robinson | 2011-10-04 | 1 | -3/+4 |
* | Don't use inline asm with MSVC on 64-bit | Chris Robinson | 2011-10-02 | 1 | -1/+1 |
* | Rename some parameters | Chris Robinson | 2011-10-02 | 1 | -3/+3 |
* | Remove the OriginalAlign buffer field, and calculate it as needed | Chris Robinson | 2011-10-01 | 1 | -2/+1 |
* | Add buffer properties to get the internal format, and the length in bytes, sa... | Chris Robinson | 2011-10-01 | 2 | -0/+7 |
* | Add support for AL_EXT_ALAW | Chris Robinson | 2011-10-01 | 2 | -1/+3 |
* | Rename LOWPASSFREQCUTOFF to LOWPASSFREQREF | Chris Robinson | 2011-09-30 | 1 | -1/+1 |
* | Define the values for F_PI and F_PI_2 directly instead of using M_PI | Chris Robinson | 2011-09-30 | 1 | -6/+2 |
* | Set the FPU into single-precision mode for mixer updates | Chris Robinson | 2011-09-29 | 2 | -8/+24 |
* | Use inline functions to set/restore the FPU mode for mixer updates | Chris Robinson | 2011-09-29 | 1 | -0/+24 |
* | Use inline assembly for fast float-to-int conversions | Chris Robinson | 2011-09-29 | 1 | -0/+24 |
* | Centralize the Lookup and Remove macros | Chris Robinson | 2011-09-24 | 1 | -0/+13 |
* | Look for and use atan2f, log10f, and floorf | Chris Robinson | 2011-09-24 | 1 | -0/+18 |
* | Use float types for the resamplers instead of double | Chris Robinson | 2011-09-23 | 1 | -7/+7 |
* | Check for asinf and use it | Chris Robinson | 2011-09-23 | 1 | -0/+6 |
* | Make AIRABSORBGAINHF a float type | Chris Robinson | 2011-09-23 | 1 | -1/+1 |
* | Move ConeScale and ZScale to ALu.c and alu.h, and make them floats | Chris Robinson | 2011-09-23 | 2 | -3/+3 |
* | Add atomic functions for GCC inline asm | Chris Robinson | 2011-09-23 | 1 | -0/+70 |
* | Use macros for float-typed PI values, to avoid manual casts everywhere | Chris Robinson | 2011-09-22 | 1 | -0/+3 |