Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove the SDL backend | Chris Robinson | 2009-03-10 | 1 | -1/+0 |
| | |||||
* | Add a PortAudio backend | Chris Robinson | 2009-03-10 | 1 | -0/+1 |
| | |||||
* | Use a matrix for up- and down-mixing channels | Chris Robinson | 2009-01-25 | 1 | -0/+2 |
| | |||||
* | Reimplement panning using lookup tables, based on a patch by Christian Borss | Chris Robinson | 2009-01-24 | 1 | -0/+6 |
| | | | | | | 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. | ||||
* | Add an SDL backend | Chris Robinson | 2008-12-07 | 1 | -0/+1 |
| | |||||
* | Remove unneeded macro | Chris Robinson | 2008-11-16 | 1 | -1/+0 |
| | |||||
* | Air absorption factor is applied to the dB value, not linear gain | Chris Robinson | 2008-09-22 | 1 | -0/+1 |
| | |||||
* | Add a Solaris playback backend | Chris Robinson | 2008-09-07 | 1 | -0/+1 |
| | |||||
* | Include fenv.h if it exists for fesetround | Chris Robinson | 2008-08-08 | 1 | -0/+4 |
| | |||||
* | Specify padding per buffer, and make sure it's large enough for the filter step | Chris Robinson | 2008-07-24 | 1 | -0/+3 |
| | |||||
* | Store extension list with a pointer, not a per-context array | Chris Robinson | 2008-07-22 | 1 | -1/+1 |
| | |||||
* | Move (de)initialization into ALc.c and remove unneeded file | Chris Robinson | 2008-07-17 | 1 | -2/+0 |
| | |||||
* | Use pthread_mutexattr_setkind_np as a fallback to set a recursive mutex type | Chris Robinson | 2008-05-15 | 1 | -0/+7 |
| | | | | Some systems (FreeBSD) don't like setting it through pthread_mutexattr_settype | ||||
* | constify the pointer that holds the filename | Chris Robinson | 2008-03-22 | 1 | -8/+8 |
| | |||||
* | Define _WIN32_WINNT to 0x0500 when including windows.h | Chris Robinson | 2008-03-01 | 1 | -0/+3 |
| | | | | VC7 appears to require that value, or higher, set and fails otherwise | ||||
* | Remove FrameSize struct member | Chris Robinson | 2008-02-14 | 1 | -1/+0 |
| | |||||
* | Rename UpdateFreq device field to UpdateSize | Chris Robinson | 2008-02-12 | 1 | -1/+1 |
| | |||||
* | Include alext.h instead of redefining some enums | Chris Robinson | 2008-02-08 | 1 | -27/+4 |
| | |||||
* | Remove unneeded device struct member | Chris Robinson | 2008-02-08 | 1 | -1/+0 |
| | |||||
* | Remove unnecessary Channels field | Chris Robinson | 2008-01-25 | 1 | -1/+0 |
| | |||||
* | Store effect slots in the context | Chris Robinson | 2008-01-15 | 1 | -0/+3 |
| | |||||
* | Move include so win32 gets it too, and remove unnecessary line | Chris Robinson | 2008-01-15 | 1 | -2/+2 |
| | |||||
* | Add support for AL_LOKI_quadriphonic | Chris Robinson | 2008-01-14 | 1 | -0/+3 |
| | |||||
* | Add missing stdio include | Chris Robinson | 2008-01-14 | 1 | -0/+1 |
| | |||||
* | Close dangling devices when exiting | Chris Robinson | 2008-01-14 | 1 | -0/+2 |
| | |||||
* | Keep track of open devices | Chris Robinson | 2008-01-14 | 1 | -0/+2 |
| | |||||
* | Merge branch 'master' into efx-experiment | Chris Robinson | 2008-01-11 | 1 | -0/+28 |
|\ | |||||
| * | Add a wave file writing backend | Chris Robinson | 2008-01-11 | 1 | -0/+1 |
| | | |||||
| * | Use nanosleep instead of usleep | Chris Robinson | 2008-01-11 | 1 | -1/+11 |
| | | | | | | | | So not to rely on the non-standard unistd.h header | ||||
| * | Add Sleep wrapper | Chris Robinson | 2008-01-11 | 1 | -0/+1 |
| | | |||||
| * | Add a timing wrapper, using gettimeofday | Chris Robinson | 2008-01-11 | 1 | -0/+16 |
| | | |||||
* | | Merge branch 'master' into efx-experiment | Chris Robinson | 2008-01-04 | 1 | -0/+2 |
|\| | |||||
| * | Add the Bauer stereophonic-to-binaural DSP (bs2b) code and hooks | Chris Robinson | 2008-01-03 | 1 | -0/+2 |
| | | |||||
* | | Merge branch 'master' into efx-experiment | Chris Robinson | 2007-12-31 | 1 | -15/+22 |
|\| | |||||
| * | Remove obsolete comment | Chris Robinson | 2007-12-31 | 1 | -2/+0 |
| | | |||||
| * | Add some more formats | Chris Robinson | 2007-12-31 | 1 | -3/+15 |
| | | |||||
| * | Fix includes so alMain.h doesn't include so much by itself | Chris Robinson | 2007-12-31 | 1 | -8/+2 |
| | | |||||
| * | Remove unused macros | Chris Robinson | 2007-12-31 | 1 | -4/+0 |
| | | |||||
| * | Implement AL_EXT_FLOAT32 | Chris Robinson | 2007-12-28 | 1 | -0/+3 |
| | | |||||
| * | Allow 5.1 channel output | Chris Robinson | 2007-12-26 | 1 | -1/+3 |
| | | | | | | | | This doesn't use the center or LFE channel in spatial calculations, however | ||||
| * | Prevent possible buffer overflow in AL_PRINT | Chris Robinson | 2007-12-22 | 1 | -1/+3 |
| | | |||||
* | | Merge branch 'master' into efx-experiment | Chris Robinson | 2007-12-20 | 1 | -5/+5 |
|\| | |||||
| * | MacOSX doesn't like global szDebug and g_mutex symbol names | Chris Robinson | 2007-12-19 | 1 | -5/+5 |
| | | |||||
* | | Implement AL_AIR_ABSORPTION_FACTOR source property | Chris Robinson | 2007-12-18 | 1 | -0/+1 |
|/ | |||||
* | Add generic ring buffer methods | Chris Robinson | 2007-12-16 | 1 | -0/+7 |
| | |||||
* | Store a persistant name string with the device struct | Chris Robinson | 2007-12-14 | 1 | -1/+1 |
| | |||||
* | Move some global declrations into headers | Chris Robinson | 2007-12-06 | 1 | -0/+8 |
| | |||||
* | Fix use of assert() to properly handle NDEBUG | Chris Robinson | 2007-11-30 | 1 | -6/+16 |
| | |||||
* | Use an AL_PRINT macro for printing lib messages/errors to the console | Chris Robinson | 2007-11-30 | 1 | -0/+13 |
| | |||||
* | Initial import | Chris Robinson | 2007-11-13 | 1 | -0/+170 |