aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/ALc.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove the trailing double-underscore from a couple env varsChris Robinson2012-02-191-4/+4
|
* Check for the ALSOFT_DRIVERS env var for a list of backend driversChris Robinson2012-02-191-1/+2
| | | | This overrides the 'drivers' config option
* Add a COUNTOF macro to get the number of entries in a static arrayChris Robinson2012-02-191-7/+7
|
* Fix a misnamed variableChris Robinson2012-02-191-5/+5
|
* Print a warning if using the 'format' config optionChris Robinson2012-02-191-46/+49
|
* Only set a default slot for non-NULL effect typesChris Robinson2012-02-181-3/+6
|
* Add a device parameter to alcLoopbackOpenDeviceSOFTChris Robinson2012-02-151-3/+9
|
* Add a device request flag for the sample typeChris Robinson2012-02-151-6/+17
|
* Separate the format config option into channels and sample-typeChris Robinson2012-02-151-51/+102
|
* Define a minimum output sample rate and warn if the config option goes below itChris Robinson2012-02-151-4/+8
|
* Combine a couple if checksChris Robinson2012-02-151-9/+5
|
* Support signed and unsigned 32-bit int outputChris Robinson2012-02-141-0/+4
|
* Use more proper enum names for the resamplerChris Robinson2012-02-121-4/+4
|
* Rename non_virtual_channels to direct_channelsChris Robinson2012-02-091-2/+1
|
* Don't enable BS2B for loopback devicesChris Robinson2012-02-071-2/+0
|
* Use an enum for static const valuesChris Robinson2012-01-311-4/+6
|
* Only initialize the default reverb effect when a slot is availableChris Robinson2012-01-291-1/+2
|
* Make sure context attributes are specified for loopback devicesChris Robinson2012-01-261-0/+6
|
* Make sure InitializeEffect on the default slot doesn't set a context errorChris Robinson2012-01-261-0/+1
|
* Return the error code from UpdateDeviceParamsChris Robinson2012-01-251-22/+14
|
* Make sure the attributes list specifies a format for loopback devicesChris Robinson2012-01-251-3/+19
|
* Avoid duplicating some initialization codeChris Robinson2012-01-201-13/+3
|
* Not all devices will have a default effect slotChris Robinson2012-01-201-2/+5
|
* Remove an unnecessary else statementChris Robinson2012-01-201-41/+38
|
* Add a default-reverb config option, and rename __ALSOFT_FORCE_REVERB to matchChris Robinson2012-01-201-1/+3
|
* Add the ability to specify a preset for forced reverbChris Robinson2012-01-191-1/+1
|
* Add a global option to apply a reverb effect on source send 0Chris Robinson2012-01-191-1/+28
| | | | | | A special slot on the device is created and processed, so it can be shared across all contexts on the device. Sources that don't have a slot set on send 0 will use this special slot instead.
* Report parameter request changes in UpdateDeviceParamsChris Robinson2012-01-171-18/+44
|
* Change the default output format to 32-bit floatChris Robinson2012-01-171-1/+1
|
* Safely insert the new context into the listChris Robinson2012-01-121-2/+3
|
* 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
| | | | | | Just about every implementation allows this, and there's no direct harm caused by it. However, leave the warnings for when it's still current on specific threads, as this can cause issues.
* 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 ↵Chris Robinson2011-12-201-0/+1
| | | | parameters
* 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 ↵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
|
* Add a ConfigValueStr function, to return the string through a parameterChris Robinson2011-09-191-6/+4
|