Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Release 1.8.466openal-soft-1.8.466 | Chris Robinson | 2009-06-07 | 1 | -2/+2 |
| | |||||
* | Use a thread-safe static inline function for printing | Chris Robinson | 2009-06-07 | 1 | -0/+10 |
| | |||||
* | Set an error if NaN is given for panning values | Chris Robinson | 2009-05-31 | 1 | -0/+12 |
| | |||||
* | Make sure _CRT_SECURE_NO_WARNINGS is always defined for MSVC | Chris Robinson | 2009-05-26 | 1 | -0/+1 |
| | |||||
* | Dynamically load PulseAudio | Chris Robinson | 2009-05-19 | 1 | -3/+6 |
| | |||||
* | Optionally install the sample configuration file | Chris Robinson | 2009-05-17 | 1 | -0/+10 |
| | |||||
* | Add a PulseAudio backend | Chris Robinson | 2009-04-16 | 1 | -1/+17 |
| | |||||
* | Add the Echo effect | Chris Robinson | 2009-04-12 | 1 | -0/+1 |
| | |||||
* | Use LIB_SUFFIX when creating the default lib install dir | Chris Robinson | 2009-04-07 | 1 | -1/+1 |
| | | | | Thanks to Hanno Böck for pointing this out | ||||
* | Release 1.7.411openal-soft-1-7-411 | Chris Robinson | 2009-03-14 | 1 | -2/+2 |
| | |||||
* | Dynamically load dsound when possible | Chris Robinson | 2009-03-10 | 1 | -10/+11 |
| | |||||
* | Remove the SDL backend | Chris Robinson | 2009-03-10 | 1 | -22/+0 |
| | |||||
* | Add a PortAudio backend | Chris Robinson | 2009-03-10 | 1 | -0/+19 |
| | |||||
* | Install the pkgconfig file to the correct directory | Chris Robinson | 2009-02-10 | 1 | -1/+1 |
| | |||||
* | Reimplement panning using lookup tables, based on a patch by Christian Borss | Chris Robinson | 2009-01-24 | 1 | -1/+3 |
| | | | | | | This allows speaker positions to be specified by discrete angles around the listener, providing more flexibility and configurability in placement. Additional patches to take advantage of this are forthcoming. | ||||
* | Properly capitalize the libname in Win32 | Chris Robinson | 2009-01-10 | 1 | -1/+1 |
| | |||||
* | Remove XCOMPILEWIN32 option in favor of CMake 2.6's cross-compiling caps | Chris Robinson | 2008-12-12 | 1 | -14/+3 |
| | |||||
* | Search for SDL.h in addition to SDL/SDL.h | Chris Robinson | 2008-12-12 | 1 | -2/+5 |
| | |||||
* | Fix some CMake checks | Chris Robinson | 2008-12-07 | 1 | -3/+3 |
| | |||||
* | Add an SDL backend | Chris Robinson | 2008-12-07 | 1 | -0/+19 |
| | |||||
* | Let CMAKE_DEBUG_POSTFIX be exposed for graphical CMake front-ends | Chris Robinson | 2008-12-02 | 1 | -0/+5 |
| | |||||
* | Release 1.6.372openal-soft-1.6.372 | Chris Robinson | 2008-11-21 | 1 | -2/+2 |
| | |||||
* | Non-cross-compiled DLLs shouldn't have lib prefixed | Chris Robinson | 2008-11-18 | 1 | -0/+3 |
| | |||||
* | DirectSound is not explicitly dependant on windows.h | Chris Robinson | 2008-11-16 | 1 | -15/+15 |
| | |||||
* | Implement a new reverb effect | Chris Robinson | 2008-11-16 | 1 | -0/+1 |
| | | | | Code created and graciously provided by Christopher Fitzgerald | ||||
* | Add cross-compiling option | Chris Robinson | 2008-11-13 | 1 | -8/+19 |
| | |||||
* | Include float.h if it exists, for _RC_CHOP and _MCW_RC | Chris Robinson | 2008-10-14 | 1 | -0/+1 |
| | |||||
* | Use a new low-pass filter, based on the I3DL2 spec | Chris Robinson | 2008-10-02 | 1 | -1/+0 |
| | | | | Many thanks to Christopher Fitzgerald, for helping with it | ||||
* | Add a variable to override the default library type with | Chris Robinson | 2008-09-16 | 1 | -2/+5 |
| | |||||
* | Add a Solaris playback backend | Chris Robinson | 2008-09-07 | 1 | -0/+11 |
| | |||||
* | Include fenv.h if it exists for fesetround | Chris Robinson | 2008-08-08 | 1 | -1/+4 |
| | |||||
* | Set FPU mode to round toward zero for mixing | Chris Robinson | 2008-08-08 | 1 | -1/+3 |
| | |||||
* | Release 1.5.304openal-soft-1.5.304 | Chris Robinson | 2008-07-27 | 1 | -2/+2 |
| | |||||
* | Implement yet another low-pass filter | Chris Robinson | 2008-07-25 | 1 | -0/+1 |
| | | | | This one using the Butterworth IIR filter design | ||||
* | Make sure the correct libname is used for pkg-config | Chris Robinson | 2008-07-23 | 1 | -6/+6 |
| | |||||
* | Add a warning when building on Windows with the DSound backend disabled | Chris Robinson | 2008-07-23 | 1 | -0/+6 |
| | |||||
* | Add a pkg-config file to install on the system | Chris Robinson | 2008-07-22 | 1 | -0/+14 |
| | |||||
* | Set the new linking policy for CMake 2.6 to avoid warnings | Chris Robinson | 2008-07-22 | 1 | -0/+6 |
| | |||||
* | Move (de)initialization into ALc.c and remove unneeded file | Chris Robinson | 2008-07-17 | 1 | -1/+0 |
| | |||||
* | Allow for overriding the default lib destination with LIB_INSTALL_DIR | Chris Robinson | 2008-06-06 | 1 | -4/+7 |
| | | | | So 64-bit builds can be optionally redirected to lib64 | ||||
* | Make the project explicitly C | Chris Robinson | 2008-06-06 | 1 | -1/+1 |
| | | | | So it doesn't search for an unneeded C++ compiler | ||||
* | Release 1.4.272openal-soft-1.4.272 | Chris Robinson | 2008-06-04 | 1 | -1/+1 |
| | |||||
* | Release 1.4.270openal-soft-1.4.270 | Chris Robinson | 2008-06-04 | 1 | -2/+2 |
| | |||||
* | Install openal-info if it is built | Chris Robinson | 2008-06-04 | 1 | -0/+5 |
| | |||||
* | Add a simple example that prints out some OpenAL info | Chris Robinson | 2008-05-18 | 1 | -1/+8 |
| | |||||
* | Remove -fno-strict-aliasing as the code should be safe, now | Chris Robinson | 2008-05-18 | 1 | -7/+0 |
| | |||||
* | Use pthread_mutexattr_setkind_np as a fallback to set a recursive mutex type | Chris Robinson | 2008-05-15 | 1 | -0/+3 |
| | | | | Some systems (FreeBSD) don't like setting it through pthread_mutexattr_settype | ||||
* | Define _WIN32_WINNT to 0x0500 when including windows.h | Chris Robinson | 2008-03-01 | 1 | -3/+4 |
| | | | | VC7 appears to require that value, or higher, set and fails otherwise | ||||
* | Release 1.3.253openal-soft-1.3.253 | Chris Robinson | 2008-02-21 | 1 | -2/+2 |
| | |||||
* | Remove explicit dependancy on ole32 and unused dxguid | Chris Robinson | 2008-02-08 | 1 | -13/+0 |
| |