Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement AL_AUXILIARY_SEND_FILTER source property | Chris Robinson | 2007-12-18 | 1 | -0/+31 |
| | |||||
* | Remove unneeded struct member | Chris Robinson | 2007-12-18 | 1 | -3/+0 |
| | |||||
* | Add AL_EFFECTSLOT_AUXILIARY_SEND_AUTO property (still unimplemented) | Chris Robinson | 2007-12-18 | 2 | -0/+18 |
| | |||||
* | Fix initial WetMix setup | Chris Robinson | 2007-12-18 | 1 | -4/+1 |
| | |||||
* | Implement AL_AUXILIARY_SEND_FILTER_GAINHF_AUTO property | Chris Robinson | 2007-12-18 | 3 | -3/+24 |
| | |||||
* | Implement AL_EFFECTSLOT_GAIN property | Chris Robinson | 2007-12-18 | 3 | -6/+26 |
| | |||||
* | Add initial auxiliary send paths | Chris Robinson | 2007-12-18 | 2 | -6/+23 |
| | |||||
* | Implement AL_EFFECTSLOT_EFFECT property | Chris Robinson | 2007-12-18 | 2 | -8/+35 |
| | |||||
* | Only allow one auxiliary effect slot | Chris Robinson | 2007-12-18 | 1 | -20/+26 |
| | |||||
* | Implement AL_AIR_ABSORPTION_FACTOR source property | Chris Robinson | 2007-12-18 | 4 | -0/+21 |
| | |||||
* | Add AL_FILTER_LOWPASS support | Chris Robinson | 2007-12-17 | 4 | -1/+86 |
| | | | | Direct filters only, since auxiliary sends and slots aren't available yet | ||||
* | Implement AL_CONE_OUTER_GAINHF source property | Chris Robinson | 2007-12-17 | 3 | -8/+29 |
| | |||||
* | Implement AL_DIRECT_FILTER_GAINHF_AUTO source property | Chris Robinson | 2007-12-17 | 2 | -0/+17 |
| | |||||
* | Implement basic lowpass filter path | Chris Robinson | 2007-12-17 | 2 | -3/+47 |
| | |||||
* | Add AL_METERS_PER_UNIT listener property | Chris Robinson | 2007-12-17 | 4 | -0/+26 |
| | |||||
* | Don't attempt to free null effects or filters | Chris Robinson | 2007-12-17 | 2 | -2/+2 |
| | |||||
* | 0 is a valid filter and effect name | Chris Robinson | 2007-12-17 | 2 | -2/+2 |
| | |||||
* | Export ALC_EXT_EFX extension | Chris Robinson | 2007-12-17 | 1 | -1/+2 |
| | | | | | Preliminary testing can now begin. Almost nothing will work, but the bare framework is laid out, and the functions can begin to be implemented. | ||||
* | Add new listener property definition | Chris Robinson | 2007-12-17 | 2 | -0/+3 |
| | |||||
* | Add effect type enums | Chris Robinson | 2007-12-17 | 2 | -1/+30 |
| | |||||
* | Add new functions to proc address table | Chris Robinson | 2007-12-17 | 1 | -0/+26 |
| | |||||
* | Add auxiliary effect slot function skeletons | Chris Robinson | 2007-12-17 | 4 | -1/+410 |
| | |||||
* | Fix comment | Chris Robinson | 2007-12-17 | 1 | -1/+1 |
| | |||||
* | Implement effect function skeletons | Chris Robinson | 2007-12-17 | 4 | -0/+416 |
| | |||||
* | Release left over filters on close | Chris Robinson | 2007-12-17 | 3 | -0/+24 |
| | |||||
* | Implement ALC properties | Chris Robinson | 2007-12-17 | 1 | -3/+38 |
| | |||||
* | Implement AL_DIRECT_FILTER source property | Chris Robinson | 2007-12-17 | 2 | -0/+25 |
| | | | | Only AL_FILTER_NULL filter types are currently supported, however | ||||
* | Add EFX source filter properties | Chris Robinson | 2007-12-17 | 2 | -0/+20 |
| | |||||
* | Add AL_FILTER_TYPE enum | Chris Robinson | 2007-12-17 | 2 | -4/+7 |
| | |||||
* | Implement filter function skeletons | Chris Robinson | 2007-12-17 | 4 | -0/+413 |
| | |||||
* | 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 |
| |