aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Don't rely on the exact formats as much for sourcesChris Robinson2007-12-281-10/+18
* Add new output formats to sample configChris Robinson2007-12-271-0/+2
* Don't check explicitly against formats, but rather their byte/channel countChris Robinson2007-12-264-31/+15
* Allow 5.1 channel outputChris Robinson2007-12-264-4/+35
* Allow empty device specifiers when opening; treat them like NULLChris Robinson2007-12-261-0/+6
* Check for libm before including itChris Robinson2007-12-231-1/+3
* Fix target opts to remove prefix on the win32 dllChris Robinson2007-12-231-11/+10
* Prevent possible buffer overflow in AL_PRINTChris Robinson2007-12-221-1/+3
* Check for snprintf, and use _snprintf when neededChris Robinson2007-12-221-0/+10
* Do the channel pannings based on output channel countChris Robinson2007-12-201-14/+10
* Don't use the lib prefix for the Win32 DLLChris Robinson2007-12-201-1/+5
* MacOSX doesn't like global szDebug and g_mutex symbol namesChris Robinson2007-12-193-12/+12
* The error code is in errno, not the return valueChris Robinson2007-12-161-1/+1
* Implement capture config option for OSS.Chris Robinson2007-12-162-1/+5
* Support capture for OSSChris Robinson2007-12-161-16/+208
* Fix ring buffer size and overrun detectionChris Robinson2007-12-161-3/+3
* Add generic ring buffer methodsChris Robinson2007-12-163-0/+126
* Release 1.0.38openal-soft-1.0.38Chris Robinson2007-12-141-1/+1
* Store a persistant name string with the device structChris Robinson2007-12-145-21/+15
* Change renderer string to match the real project nameChris Robinson2007-12-141-1/+1
* Use CheckIncludeFiles for multi-include checksChris Robinson2007-12-141-3/+2
* Use CheckFunctionExists instead of abusing CheckLibraryExistsChris Robinson2007-12-141-3/+4
* Implement "drivers" config optionChris Robinson2007-12-122-1/+41
* Print an error when ALSA fails to open the audio deviceChris Robinson2007-12-121-0/+2
* Print an error when OSS fails to open the audio deviceChris Robinson2007-12-121-0/+1
* Use -Wextra instead of -W for extra warningsChris Robinson2007-12-062-5/+6
* Use %zd for size_t typesChris Robinson2007-12-061-1/+1
* Prevent some ICC warningsChris Robinson2007-12-062-4/+8
* More castsChris Robinson2007-12-061-3/+3
* Avoid void-pointer arithmeticChris Robinson2007-12-061-1/+1
* Make another function staticChris Robinson2007-12-061-1/+1
* Move some global declrations into headersChris Robinson2007-12-062-11/+8
* Move function declarations outside of the if-blockChris Robinson2007-12-061-2/+2
* Add some castsChris Robinson2007-12-062-5/+5
* Remove more unused variablesChris Robinson2007-12-061-11/+1
* Make some source-local functions staticChris Robinson2007-12-061-8/+8
* Remove some unused variablesChris Robinson2007-12-061-33/+0
* Test for -W switchChris Robinson2007-12-061-1/+6
* Remove static variable from DSound callbackChris Robinson2007-12-051-7/+6
* Allow aluMixData to accept a NULL context for silenceChris Robinson2007-12-054-28/+9
* Check for the -fvisibility switch before the visibility attributeChris Robinson2007-12-011-4/+7
* Fix use of assert() to properly handle NDEBUGChris Robinson2007-11-301-6/+16
* Remove Router code and testChris Robinson2007-11-309-6014/+0
* Add _DEBUG/NDEBUG defines when DEBUG/NODEBUG options are used, respectivelyChris Robinson2007-11-301-0/+6
* Use an AL_PRINT macro for printing lib messages/errors to the consoleChris Robinson2007-11-306-67/+72
* Add WINMM option for CMake, and properly handle DSOUND optionChris Robinson2007-11-221-13/+15
* Only set an error condition if no other error is setChris Robinson2007-11-221-7/+3
* Check for GCC's destructor attribute before using itChris Robinson2007-11-163-0/+8
* Update CMakeLists.txt about alu.c's moveChris Robinson2007-11-161-2/+2
* Don't use platform-specific methods for initializationChris Robinson2007-11-162-14/+5