Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow 5.1 channel output | Chris Robinson | 2007-12-26 | 4 | -4/+35 |
| | | | | This doesn't use the center or LFE channel in spatial calculations, however | ||||
* | Allow empty device specifiers when opening; treat them like NULL | Chris Robinson | 2007-12-26 | 1 | -0/+6 |
| | |||||
* | Check for libm before including it | Chris Robinson | 2007-12-23 | 1 | -1/+3 |
| | |||||
* | Fix target opts to remove prefix on the win32 dll | Chris Robinson | 2007-12-23 | 1 | -11/+10 |
| | | | | CMake didn't like the previous attempt | ||||
* | Prevent possible buffer overflow in AL_PRINT | Chris Robinson | 2007-12-22 | 1 | -1/+3 |
| | |||||
* | Check for snprintf, and use _snprintf when needed | Chris Robinson | 2007-12-22 | 1 | -0/+10 |
| | |||||
* | Do the channel pannings based on output channel count | Chris Robinson | 2007-12-20 | 1 | -14/+10 |
| | | | | This should make it a bit easier to extend in the future | ||||
* | Don't use the lib prefix for the Win32 DLL | Chris Robinson | 2007-12-20 | 1 | -1/+5 |
| | |||||
* | MacOSX doesn't like global szDebug and g_mutex symbol names | Chris Robinson | 2007-12-19 | 3 | -12/+12 |
| | |||||
* | The error code is in errno, not the return value | Chris Robinson | 2007-12-16 | 1 | -1/+1 |
| | |||||
* | Implement capture config option for OSS. | Chris Robinson | 2007-12-16 | 2 | -1/+5 |
| | |||||
* | Support capture for OSS | Chris Robinson | 2007-12-16 | 1 | -16/+208 |
| | |||||
* | Fix ring buffer size and overrun detection | Chris Robinson | 2007-12-16 | 1 | -3/+3 |
| | |||||
* | Add generic ring buffer methods | Chris Robinson | 2007-12-16 | 3 | -0/+126 |
| | |||||
* | Release 1.0.38openal-soft-1.0.38 | Chris Robinson | 2007-12-14 | 1 | -1/+1 |
| | |||||
* | Store a persistant name string with the device struct | Chris Robinson | 2007-12-14 | 5 | -21/+15 |
| | |||||
* | Change renderer string to match the real project name | Chris Robinson | 2007-12-14 | 1 | -1/+1 |
| | |||||
* | Use CheckIncludeFiles for multi-include checks | Chris Robinson | 2007-12-14 | 1 | -3/+2 |
| | |||||
* | Use CheckFunctionExists instead of abusing CheckLibraryExists | Chris Robinson | 2007-12-14 | 1 | -3/+4 |
| | |||||
* | Implement "drivers" config option | Chris Robinson | 2007-12-12 | 2 | -1/+41 |
| | |||||
* | Print an error when ALSA fails to open the audio device | Chris Robinson | 2007-12-12 | 1 | -0/+2 |
| | |||||
* | Print an error when OSS fails to open the audio device | Chris Robinson | 2007-12-12 | 1 | -0/+1 |
| | |||||
* | Use -Wextra instead of -W for extra warnings | Chris Robinson | 2007-12-06 | 2 | -5/+6 |
| | |||||
* | Use %zd for size_t types | Chris Robinson | 2007-12-06 | 1 | -1/+1 |
| | |||||
* | Prevent some ICC warnings | Chris Robinson | 2007-12-06 | 2 | -4/+8 |
| | |||||
* | More casts | Chris Robinson | 2007-12-06 | 1 | -3/+3 |
| | |||||
* | Avoid void-pointer arithmetic | Chris Robinson | 2007-12-06 | 1 | -1/+1 |
| | |||||
* | Make another function static | Chris Robinson | 2007-12-06 | 1 | -1/+1 |
| | |||||
* | Move some global declrations into headers | Chris Robinson | 2007-12-06 | 2 | -11/+8 |
| | |||||
* | Move function declarations outside of the if-block | Chris Robinson | 2007-12-06 | 1 | -2/+2 |
| | |||||
* | Add some casts | Chris Robinson | 2007-12-06 | 2 | -5/+5 |
| | |||||
* | Remove more unused variables | Chris Robinson | 2007-12-06 | 1 | -11/+1 |
| | |||||
* | Make some source-local functions static | Chris Robinson | 2007-12-06 | 1 | -8/+8 |
| | |||||
* | Remove some unused variables | Chris Robinson | 2007-12-06 | 1 | -33/+0 |
| | |||||
* | Test for -W switch | Chris Robinson | 2007-12-06 | 1 | -1/+6 |
| | |||||
* | Remove static variable from DSound callback | Chris Robinson | 2007-12-05 | 1 | -7/+6 |
| | |||||
* | Allow aluMixData to accept a NULL context for silence | Chris Robinson | 2007-12-05 | 4 | -28/+9 |
| | |||||
* | Check for the -fvisibility switch before the visibility attribute | Chris Robinson | 2007-12-01 | 1 | -4/+7 |
| | |||||
* | Fix use of assert() to properly handle NDEBUG | Chris Robinson | 2007-11-30 | 1 | -6/+16 |
| | |||||
* | Remove Router code and test | Chris Robinson | 2007-11-30 | 9 | -6014/+0 |
| | | | | | The router is mostly unuseable in its current state and is unneeded, for the purposes of this project. A new one should be made from scratch if needed. | ||||
* | Add _DEBUG/NDEBUG defines when DEBUG/NODEBUG options are used, respectively | Chris Robinson | 2007-11-30 | 1 | -0/+6 |
| | |||||
* | Use an AL_PRINT macro for printing lib messages/errors to the console | Chris Robinson | 2007-11-30 | 6 | -67/+72 |
| | |||||
* | Add WINMM option for CMake, and properly handle DSOUND option | Chris Robinson | 2007-11-22 | 1 | -13/+15 |
| | |||||
* | Only set an error condition if no other error is set | Chris Robinson | 2007-11-22 | 1 | -7/+3 |
| | |||||
* | Check for GCC's destructor attribute before using it | Chris Robinson | 2007-11-16 | 3 | -0/+8 |
| | |||||
* | Update CMakeLists.txt about alu.c's move | Chris Robinson | 2007-11-16 | 1 | -2/+2 |
| | |||||
* | Don't use platform-specific methods for initialization | Chris Robinson | 2007-11-16 | 2 | -14/+5 |
| | |||||
* | Move ALu.c to the Alc directory | Chris Robinson | 2007-11-15 | 1 | -0/+0 |
| | |||||
* | Use a better name for the device list init function and make it static | Chris Robinson | 2007-11-15 | 1 | -22/+16 |
| | |||||
* | Use aluBytesFromFormat and aluChannelsFromFormat to get the channel count ↵ | Chris Robinson | 2007-11-15 | 1 | -30/+9 |
| | | | | and frame size |