| Commit message (Expand) | Author | Age | Files | Lines |
* | Give "OpenAL Soft" for the standard device name | Chris Robinson | 2012-02-28 | 1 | -8/+10 |
* | Trace the name of the created device | Chris Robinson | 2012-02-27 | 1 | -1/+1 |
* | Use separate loops for getting and checking device attributes | Chris Robinson | 2012-02-25 | 1 | -42/+70 |
* | Use an enum for the device type | Chris Robinson | 2012-02-23 | 1 | -26/+23 |
* | Only probe for devices when a backend is loaded | Chris Robinson | 2012-02-20 | 1 | -3/+3 |
* | Always use "OpenAL Soft" for the short device enumeration list | Chris Robinson | 2012-02-20 | 1 | -30/+7 |
* | Remove the trailing double-underscore from a couple env vars | Chris Robinson | 2012-02-19 | 1 | -4/+4 |
* | Check for the ALSOFT_DRIVERS env var for a list of backend drivers | Chris Robinson | 2012-02-19 | 1 | -1/+2 |
* | Add a COUNTOF macro to get the number of entries in a static array | Chris Robinson | 2012-02-19 | 1 | -7/+7 |
* | Fix a misnamed variable | Chris Robinson | 2012-02-19 | 1 | -5/+5 |
* | Print a warning if using the 'format' config option | Chris Robinson | 2012-02-19 | 1 | -46/+49 |
* | Only set a default slot for non-NULL effect types | Chris Robinson | 2012-02-18 | 1 | -3/+6 |
* | Add a device parameter to alcLoopbackOpenDeviceSOFT | Chris Robinson | 2012-02-15 | 1 | -3/+9 |
* | Add a device request flag for the sample type | Chris Robinson | 2012-02-15 | 1 | -6/+17 |
* | Separate the format config option into channels and sample-type | Chris Robinson | 2012-02-15 | 1 | -51/+102 |
* | Define a minimum output sample rate and warn if the config option goes below it | Chris Robinson | 2012-02-15 | 1 | -4/+8 |
* | Combine a couple if checks | Chris Robinson | 2012-02-15 | 1 | -9/+5 |
* | Support signed and unsigned 32-bit int output | Chris Robinson | 2012-02-14 | 1 | -0/+4 |
* | Use more proper enum names for the resampler | Chris Robinson | 2012-02-12 | 1 | -4/+4 |
* | Rename non_virtual_channels to direct_channels | Chris Robinson | 2012-02-09 | 1 | -2/+1 |
* | Don't enable BS2B for loopback devices | Chris Robinson | 2012-02-07 | 1 | -2/+0 |
* | Use an enum for static const values | Chris Robinson | 2012-01-31 | 1 | -4/+6 |
* | Only initialize the default reverb effect when a slot is available | Chris Robinson | 2012-01-29 | 1 | -1/+2 |
* | Make sure context attributes are specified for loopback devices | Chris Robinson | 2012-01-26 | 1 | -0/+6 |
* | Make sure InitializeEffect on the default slot doesn't set a context error | Chris Robinson | 2012-01-26 | 1 | -0/+1 |
* | Return the error code from UpdateDeviceParams | Chris Robinson | 2012-01-25 | 1 | -22/+14 |
* | Make sure the attributes list specifies a format for loopback devices | Chris Robinson | 2012-01-25 | 1 | -3/+19 |
* | Avoid duplicating some initialization code | Chris Robinson | 2012-01-20 | 1 | -13/+3 |
* | Not all devices will have a default effect slot | Chris Robinson | 2012-01-20 | 1 | -2/+5 |
* | Remove an unnecessary else statement | Chris Robinson | 2012-01-20 | 1 | -41/+38 |
* | Add a default-reverb config option, and rename __ALSOFT_FORCE_REVERB to match | Chris Robinson | 2012-01-20 | 1 | -1/+3 |
* | 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 | 1 | -1/+28 |
* | Report parameter request changes in UpdateDeviceParams | Chris Robinson | 2012-01-17 | 1 | -18/+44 |
* | Change the default output format to 32-bit float | Chris Robinson | 2012-01-17 | 1 | -1/+1 |
* | Safely insert the new context into the list | Chris Robinson | 2012-01-12 | 1 | -2/+3 |
* | Finalize AL_SOFT_buffer_samples | Chris Robinson | 2012-01-10 | 1 | -1/+1 |
* | Make LockDevice, LockContext, etc, inline | Chris Robinson | 2012-01-09 | 1 | -21/+0 |
* | Remove the warning when a context being released is globally current | Chris Robinson | 2012-01-01 | 1 | -3/+0 |
* | Use the device lock when removing the context from the device's list | Chris Robinson | 2012-01-01 | 1 | -9/+2 |
* | Use a proper typedef for handling atomic pointer swaps | Chris Robinson | 2012-01-01 | 1 | -6/+6 |
* | Use a string to specify the resampler config option | Chris Robinson | 2011-12-20 | 1 | -4/+18 |
* | Restore the old FPU mode if the effects fail to update with new device parame... | Chris Robinson | 2011-12-20 | 1 | -0/+1 |
* | Initialize listener matrix to identity | Chris Robinson | 2011-11-26 | 1 | -0/+7 |
* | Define TlsDestructor for Windows static builds, too | Chris Robinson | 2011-11-12 | 1 | -1/+1 |
* | Append _SOFT to the ALC loopback format enums | Chris Robinson | 2011-11-01 | 1 | -26/+26 |
* | Don't close devices that are left open on lib shutdown | Chris Robinson | 2011-10-24 | 1 | -24/+12 |
* | Check for the HRTF object instead of a flag | Chris Robinson | 2011-10-06 | 1 | -6/+3 |
* | Add support for AL_EXT_ALAW | Chris Robinson | 2011-10-01 | 1 | -2/+2 |
* | Use raise(SIGTRAP) instead of kill(getpid(),SIGTRAP) | Chris Robinson | 2011-09-30 | 1 | -1/+1 |