Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove FrameSize struct member | Chris Robinson | 2008-02-14 | 1 | -8/+0 |
| | |||||
* | Rename UpdateFreq device field to UpdateSize | Chris Robinson | 2008-02-12 | 1 | -5/+5 |
| | |||||
* | Make the backend list static | Chris Robinson | 2008-02-11 | 1 | -1/+1 |
| | |||||
* | Call InitAL at the start of some more ALC functions | Chris Robinson | 2008-02-11 | 1 | -0/+8 |
| | |||||
* | Remove unneeded device struct member | Chris Robinson | 2008-02-08 | 1 | -2/+0 |
| | |||||
* | Prevent overflow of the device lists | Chris Robinson | 2008-02-08 | 1 | -6/+21 |
| | |||||
* | Don't remove the devices from the device list on unexpected shutdown | Chris Robinson | 2008-02-08 | 1 | -7/+3 |
| | | | | The close functions will remove it for us | ||||
* | Set the done flag immediately when entering the initialization | Chris Robinson | 2008-02-06 | 1 | -1/+2 |
| | | | | | To prevent two threads from initializing at the same time (not that it's likely to happen at this point). | ||||
* | Add an option for duplicating stereo sources on the back speakers | Chris Robinson | 2008-02-06 | 1 | -1/+7 |
| | |||||
* | Remove unnecessary Channels field | Chris Robinson | 2008-01-25 | 1 | -6/+3 |
| | |||||
* | Don't use a multiple lists for extensions | Chris Robinson | 2008-01-19 | 1 | -20/+20 |
| | |||||
* | Add an option for setting the max number of sources | Chris Robinson | 2008-01-19 | 1 | -1/+3 |
| | |||||
* | Remove duplication of setting the max source count | Chris Robinson | 2008-01-19 | 1 | -0/+2 |
| | |||||
* | Remove duplicated source freeing code | Chris Robinson | 2008-01-18 | 1 | -20/+0 |
| | |||||
* | Buffer size fixes. Partially reverts the ALSA buffer size "fix" | Chris Robinson | 2008-01-18 | 1 | -2/+2 |
| | |||||
* | Don't include alAuxEffectSlot.h in alSource.h | Chris Robinson | 2008-01-16 | 1 | -0/+1 |
| | |||||
* | Make sure sources are deleted with the context | Chris Robinson | 2008-01-16 | 1 | -0/+1 |
| | |||||
* | Store effect slots in the context | Chris Robinson | 2008-01-15 | 1 | -0/+2 |
| | |||||
* | Add support for AL_LOKI_quadriphonic | Chris Robinson | 2008-01-14 | 1 | -1/+1 |
| | |||||
* | Close dangling devices when exiting | Chris Robinson | 2008-01-14 | 1 | -0/+22 |
| | |||||
* | Destroy context if closing a device with one | Chris Robinson | 2008-01-14 | 1 | -0/+2 |
| | |||||
* | Keep track of open devices | Chris Robinson | 2008-01-14 | 1 | -0/+39 |
| | |||||
* | Merge branch 'master' into efx-experiment | Chris Robinson | 2008-01-11 | 1 | -2/+22 |
|\ | |||||
| * | Add a wave file writing backend | Chris Robinson | 2008-01-11 | 1 | -0/+2 |
| | | |||||
| * | Allow querying of ALC_MONO_SOURCES and ALC_STEREO_SOURCES | Chris Robinson | 2008-01-10 | 1 | -0/+18 |
| | | | | | | | | Based on a patch by Xavier Bouchoux | ||||
| * | Fix lone ALC_REFRESH query case | Chris Robinson | 2008-01-06 | 1 | -1/+1 |
| | | |||||
| * | ALC_REFRESH is the number of updates per second | Chris Robinson | 2008-01-06 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' into efx-experiment | Chris Robinson | 2008-01-04 | 1 | -0/+14 |
|\| | |||||
| * | Implement a crossfeed config option | Chris Robinson | 2008-01-03 | 1 | -0/+14 |
| | | |||||
* | | Merge branch 'master' into efx-experiment | Chris Robinson | 2007-12-31 | 1 | -1/+10 |
|\| | |||||
| * | Advertise the AL_EXT_MCFORMATS extension | Chris Robinson | 2007-12-31 | 1 | -1/+1 |
| | | |||||
| * | Fix includes so alMain.h doesn't include so much by itself | Chris Robinson | 2007-12-31 | 1 | -0/+3 |
| | | |||||
| * | Implement AL_EXT_FLOAT32 | Chris Robinson | 2007-12-28 | 1 | -1/+1 |
| | | |||||
| * | Advertise AL_EXT_IMA4, since it's been supported all this time | Chris Robinson | 2007-12-28 | 1 | -1/+1 |
| | | |||||
| * | Allow empty device specifiers when opening; treat them like NULL | Chris Robinson | 2007-12-26 | 1 | -0/+6 |
| | | |||||
* | | Merge branch 'master' into efx-experiment | Chris Robinson | 2007-12-20 | 1 | -4/+4 |
|\| | |||||
| * | MacOSX doesn't like global szDebug and g_mutex symbol names | Chris Robinson | 2007-12-19 | 1 | -4/+4 |
| | | |||||
* | | Report one max auxiliary send per source | Chris Robinson | 2007-12-18 | 1 | -2/+3 |
| | | |||||
* | | Add AL_METERS_PER_UNIT listener property | Chris Robinson | 2007-12-17 | 1 | -0/+1 |
| | | |||||
* | | 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. | ||||
* | | Implement ALC properties | Chris Robinson | 2007-12-17 | 1 | -3/+38 |
|/ | |||||
* | Implement "drivers" config option | Chris Robinson | 2007-12-12 | 1 | -0/+41 |
| | |||||
* | Make another function static | Chris Robinson | 2007-12-06 | 1 | -1/+1 |
| | |||||
* | Move some global declrations into headers | Chris Robinson | 2007-12-06 | 1 | -11/+0 |
| | |||||
* | Use an AL_PRINT macro for printing lib messages/errors to the console | Chris Robinson | 2007-11-30 | 1 | -7/+2 |
| | |||||
* | Don't use platform-specific methods for initialization | Chris Robinson | 2007-11-16 | 1 | -0/+5 |
| | |||||
* | 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 | ||||
* | Initial import | Chris Robinson | 2007-11-13 | 1 | -0/+1117 |