aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/ALc.c
Commit message (Expand)AuthorAgeFilesLines
* Rename AllDevice -> AllDevicesChris Robinson2012-05-091-19/+19
* Remove the stereodup optionChris Robinson2012-04-291-17/+0
* Reorganize some ALsource fieldsChris Robinson2012-04-271-2/+2
* Use a macro to declare the function and enum list membersChris Robinson2012-04-201-447/+451
* Combine ALCenum and ALenum listsChris Robinson2012-04-201-5/+263
* Reorganize ALC functions and fixup some commentsChris Robinson2012-04-201-392/+407
* Remove some more hungarian notationChris Robinson2012-04-191-38/+38
* Remove some more hungarian notationChris Robinson2012-04-191-30/+30
* Remove hungarian notation from the device and context structsChris Robinson2012-04-191-9/+9
* Read ALSOFT_TRAP_*ERROR when reading the configChris Robinson2012-04-161-21/+17
* Don't error when querying unknown enums for the channel config and sample formatChris Robinson2012-03-151-3/+2
* Finalize ALC_SOFT_loopbackChris Robinson2012-03-151-2/+2
* Mark the GlobalContext pointer as volatileChris Robinson2012-03-141-1/+1
* Initialize the default effect after opening the deviceChris Robinson2012-03-131-11/+16
* Rename GetReverbEffect to LoadReverbPresetChris Robinson2012-03-131-4/+2
* Use enums to specify the default channel configuration and sample typeChris Robinson2012-03-131-5/+5
* Initialize the default effect when opening the device and update it with the ...Chris Robinson2012-03-131-5/+18
* Pass the device to InitializeEffect and return the error enum from itChris Robinson2012-03-131-1/+1
* Pass a device to the effect update functionsChris Robinson2012-03-131-1/+1
* Rename ForcedEffect to DefaultEffectChris Robinson2012-03-131-6/+6
* Finalize AL_SOFT_direct_channelsChris Robinson2012-03-121-1/+1
* Pin the DLL for WindowsChris Robinson2012-03-081-2/+4
* Mark the device as running for capture, tooChris Robinson2012-03-051-2/+7
* Hold the list lock while calling the backendChris Robinson2012-03-051-11/+16
* Use a separate backend callback to start playback of the deviceChris Robinson2012-03-051-11/+9
* Avoid some uninitialized warningsChris Robinson2012-03-051-0/+3
* Enforce range limits on periods and period_size.Chris Robinson2012-03-041-2/+2
* Make sure the device gets stopped when closing even if there's no contextsChris Robinson2012-03-021-7/+7
* Make alcLoopbackOpenDeviceSOFT take a standard "device" name for a parameterChris Robinson2012-03-011-5/+6
* Give "OpenAL Soft" for the standard device nameChris Robinson2012-02-281-8/+10
* Trace the name of the created deviceChris Robinson2012-02-271-1/+1
* Use separate loops for getting and checking device attributesChris Robinson2012-02-251-42/+70
* Use an enum for the device typeChris Robinson2012-02-231-26/+23
* Only probe for devices when a backend is loadedChris Robinson2012-02-201-3/+3
* Always use "OpenAL Soft" for the short device enumeration listChris Robinson2012-02-201-30/+7
* 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
* 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