Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a method to load a soundfont | Chris Robinson | 2013-11-28 | 1 | -0/+1 |
| | |||||
* | Start a MIDI interface extension | Chris Robinson | 2013-11-28 | 1 | -1/+8 |
| | |||||
* | Create and use a MidiSynth on playback devices | Chris Robinson | 2013-11-27 | 1 | -0/+25 |
| | |||||
* | Add a macro for GCC to ensure stack alignment | Chris Robinson | 2013-11-25 | 1 | -1/+1 |
| | |||||
* | Remove the Lock and Unlock methods from BackendFuncs | Chris Robinson | 2013-11-04 | 1 | -13/+3 |
| | | | | | All backends that still use the old interface use the default locking methods, which is also used by the ALCbackend base. | ||||
* | Use C99 inline in more places | Chris Robinson | 2013-11-04 | 1 | -0/+4 |
| | |||||
* | Only set device functions when needed | Chris Robinson | 2013-11-04 | 1 | -2/+6 |
| | |||||
* | Use a unique backend type for loopback | Chris Robinson | 2013-11-04 | 1 | -1/+1 |
| | |||||
* | Rename VCALL and VCALL0 to V and V0 | Chris Robinson | 2013-11-02 | 1 | -34/+34 |
| | |||||
* | Convert the OSS backend to the new interface | Chris Robinson | 2013-11-02 | 1 | -1/+1 |
| | |||||
* | Make LockContext and UnlockContext inline again | Chris Robinson | 2013-11-02 | 1 | -10/+0 |
| | |||||
* | Rename alcGetLatency to ALCdevice_GetLatency | Chris Robinson | 2013-11-02 | 1 | -1/+1 |
| | |||||
* | Convert the PulseAudio backend to the new interface | Chris Robinson | 2013-10-29 | 1 | -1/+1 |
| | |||||
* | Convert the loopback backend to the new interface | Chris Robinson | 2013-10-29 | 1 | -7/+11 |
| | |||||
* | Fix capture with the new backend interface | Chris Robinson | 2013-10-28 | 1 | -2/+8 |
| | |||||
* | Convert ALSA to the new backend interface | Chris Robinson | 2013-10-28 | 1 | -1/+1 |
| | |||||
* | Rename the support method to querySupport | Chris Robinson | 2013-10-28 | 1 | -2/+2 |
| | |||||
* | Support capture backends with the new interface | Chris Robinson | 2013-10-28 | 1 | -2/+1 |
| | |||||
* | Create and use a backend wrapper for capture | Chris Robinson | 2013-10-28 | 1 | -13/+10 |
| | |||||
* | Move ALCbackend base stuff to a separate file | Chris Robinson | 2013-10-28 | 1 | -114/+0 |
| | |||||
* | Move the device mutex to the backend | Chris Robinson | 2013-10-28 | 1 | -15/+38 |
| | |||||
* | Modify how VCALL is handled | Chris Robinson | 2013-10-28 | 1 | -26/+26 |
| | | | | | | | | | | | Now instead of specifying the arguments as a third argument to the macro, like VCALL(object,function,(arg1, arg2)); they are specified separately after the macro, like VCALL(object,function)(arg1, arg2); Also, VCALL_NOARGS has been removed in favor of VCALL0, which behaves like above but expects an empty argument list (a separate macro is needed to work around preprocessor limitations). | ||||
* | Convert the Null backend to the ALCbackend style | Chris Robinson | 2013-10-28 | 1 | -26/+92 |
| | |||||
* | Add a default getLatency to ALCbackend | Chris Robinson | 2013-10-28 | 1 | -0/+7 |
| | | | | And make sure the backend is properly deleted. | ||||
* | Move the lock/unlock methods to the backend | Chris Robinson | 2013-10-28 | 1 | -0/+45 |
| | |||||
* | Move the ALCdevice handle to the ALCbackend base | Chris Robinson | 2013-10-27 | 1 | -10/+8 |
| | |||||
* | Use an ALCbackend object to access playback backends | Chris Robinson | 2013-10-27 | 1 | -10/+100 |
| | | | | | | | This is the start of a backend redesign. Currently, a wrapper object is used to avoid having to redo all the backends at once, but they should slowly be converted to derive from ALCbackend instead. The ALCbackend interface can change as needed. | ||||
* | Use an UNUSED macro instead of void-tagging unused parameters | Chris Robinson | 2013-10-07 | 1 | -6/+3 |
| | |||||
* | Finalize AL_SOFT_deferred_updates | Chris Robinson | 2013-10-05 | 1 | -1/+1 |
| | |||||
* | Add some more missing enums | Chris Robinson | 2013-10-03 | 1 | -0/+5 |
| | |||||
* | Implement the Compressor effect | Chris Robinson | 2013-10-03 | 1 | -18/+18 |
| | |||||
* | Add missing enum to the list | Chris Robinson | 2013-10-03 | 1 | -1/+1 |
| | |||||
* | Better handle spaces between string list entries | Chris Robinson | 2013-06-16 | 1 | -5/+11 |
| | |||||
* | Don't open the log file with both 'truncate' and 'append' flags | Chris Robinson | 2013-06-07 | 1 | -1/+1 |
| | |||||
* | Silence some clang warnings | Chris Robinson | 2013-06-05 | 1 | -1/+0 |
| | |||||
* | Avoid a NULL dereference | Chris Robinson | 2013-06-04 | 1 | -1/+1 |
| | |||||
* | Allow enabling HRTF through a context creation attribute | Chris Robinson | 2013-05-31 | 1 | -1/+40 |
| | |||||
* | Start an extension that can query the status of HRTF rendering | Chris Robinson | 2013-05-31 | 1 | -3/+10 |
| | |||||
* | Fix up the naming convention of effect methods | Chris Robinson | 2013-05-29 | 1 | -4/+4 |
| | |||||
* | Use generic VCALL[_NOARGS] macros instead of type-specific wrappers | Chris Robinson | 2013-05-27 | 1 | -4/+4 |
| | |||||
* | Check for SSE2 and set the denormals-are-zero bit for mixing if available | Chris Robinson | 2013-05-22 | 1 | -1/+3 |
| | |||||
* | Rename DELETE to DELETE_OBJ | Chris Robinson | 2013-05-21 | 1 | -2/+2 |
| | | | | Because Windows. | ||||
* | Add a DELETE macro to help destroy objects | Chris Robinson | 2013-05-21 | 1 | -2/+2 |
| | |||||
* | Rename the effect state's Destroy method to Destruct | Chris Robinson | 2013-05-21 | 1 | -3/+5 |
| | |||||
* | Use factories to create and destroy effect states | Chris Robinson | 2013-05-21 | 1 | -0/+4 |
| | |||||
* | Implement distortion and equalizer effects | Chris Robinson | 2013-05-18 | 1 | -3/+18 |
| | | | | Code provided by Mike Gorchak | ||||
* | Add a QSA backend for QNX | Chris Robinson | 2013-03-14 | 1 | -0/+3 |
| | |||||
* | Add Chorus and Flanger effects | Chris Robinson | 2013-03-13 | 1 | -2/+16 |
| | | | | Code provided by Mike Gorchak | ||||
* | Trace the list of supported backends | Chris Robinson | 2012-12-04 | 1 | -0/+7 |
| | |||||
* | Lock the device before calling aluHandleDisconnect | Chris Robinson | 2012-12-02 | 1 | -0/+4 |
| | | | | | | PulseAudio causes an assert if being relocked inside a callback on the worker thread, where aluHandleDisconnect is called. We can assume it's already locked there, so just make sure the device is locked before being calling it. |