aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/ALc.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into efx-experimentChris Robinson2008-01-111-2/+22
|\
| * Add a wave file writing backendChris Robinson2008-01-111-0/+2
| * Allow querying of ALC_MONO_SOURCES and ALC_STEREO_SOURCESChris Robinson2008-01-101-0/+18
| * Fix lone ALC_REFRESH query caseChris Robinson2008-01-061-1/+1
| * ALC_REFRESH is the number of updates per secondChris Robinson2008-01-061-1/+1
* | Merge branch 'master' into efx-experimentChris Robinson2008-01-041-0/+14
|\|
| * Implement a crossfeed config optionChris Robinson2008-01-031-0/+14
* | Merge branch 'master' into efx-experimentChris Robinson2007-12-311-1/+10
|\|
| * Advertise the AL_EXT_MCFORMATS extensionChris Robinson2007-12-311-1/+1
| * Fix includes so alMain.h doesn't include so much by itselfChris Robinson2007-12-311-0/+3
| * Implement AL_EXT_FLOAT32Chris Robinson2007-12-281-1/+1
| * Advertise AL_EXT_IMA4, since it's been supported all this timeChris Robinson2007-12-281-1/+1
| * Allow empty device specifiers when opening; treat them like NULLChris Robinson2007-12-261-0/+6
* | Merge branch 'master' into efx-experimentChris Robinson2007-12-201-4/+4
|\|
| * MacOSX doesn't like global szDebug and g_mutex symbol namesChris Robinson2007-12-191-4/+4
* | Report one max auxiliary send per sourceChris Robinson2007-12-181-2/+3
* | Add AL_METERS_PER_UNIT listener propertyChris Robinson2007-12-171-0/+1
* | Export ALC_EXT_EFX extensionChris Robinson2007-12-171-1/+2
* | Implement ALC propertiesChris Robinson2007-12-171-3/+38
|/
* Implement "drivers" config optionChris Robinson2007-12-121-0/+41
* Make another function staticChris Robinson2007-12-061-1/+1
* Move some global declrations into headersChris Robinson2007-12-061-11/+0
* Use an AL_PRINT macro for printing lib messages/errors to the consoleChris Robinson2007-11-301-7/+2
* Don't use platform-specific methods for initializationChris Robinson2007-11-161-0/+5
* Use a better name for the device list init function and make it staticChris Robinson2007-11-151-22/+16
* Use aluBytesFromFormat and aluChannelsFromFormat to get the channel count and...Chris Robinson2007-11-151-30/+9
* Initial importChris Robinson2007-11-131-0/+1117