| Commit message (Expand) | Author | Age | Files | Lines |
* | Convert the mmdevapi backend to the new backend API | Chris Robinson | 2014-04-25 | 1 | -0/+1 |
* | Avoid forward-declaring backend vtables | Chris Robinson | 2014-04-23 | 1 | -4/+1 |
* | Convert the DSound backend to the new API | Chris Robinson | 2014-04-19 | 1 | -0/+1 |
* | Add a GCC-specific STATIC_UPCAST macro that checks the object type | Chris Robinson | 2014-04-19 | 1 | -1/+1 |
* | Use a C11-like mutex wrapper instead of CRITICAL_SECTIONs | Chris Robinson | 2014-04-16 | 1 | -2/+2 |
* | Use a void* for the backend Delete method param | Chris Robinson | 2014-03-22 | 1 | -2/+3 |
* | Store the old-style backend funcs in the wrapper | Chris Robinson | 2014-03-17 | 1 | -1/+1 |
* | Use a unique backend type for loopback | Chris Robinson | 2013-11-04 | 1 | -1/+2 |
* | Constify some function pointers | Chris Robinson | 2013-11-02 | 1 | -8/+8 |
* | Convert the OSS backend to the new interface | Chris Robinson | 2013-11-02 | 1 | -1/+4 |
* | Use a helper macro for making vtable thunks | Chris Robinson | 2013-10-29 | 1 | -34/+17 |
* | Add default handlers for reset, captureSamples, and availableSamples | Chris Robinson | 2013-10-29 | 1 | -0/+3 |
* | Convert the PulseAudio backend to the new interface | Chris Robinson | 2013-10-29 | 1 | -0/+1 |
* | Convert the loopback backend to the new interface | Chris Robinson | 2013-10-29 | 1 | -1/+5 |
* | Remove a couple unnecessary (and incorrect) parameter names | Chris Robinson | 2013-10-28 | 1 | -2/+2 |
* | Fix capture with the new backend interface | Chris Robinson | 2013-10-28 | 1 | -3/+3 |
* | Convert ALSA to the new backend interface | Chris Robinson | 2013-10-28 | 1 | -0/+1 |
* | Rename the support method to querySupport | Chris Robinson | 2013-10-28 | 1 | -4/+4 |
* | Create and use a backend wrapper for capture | Chris Robinson | 2013-10-28 | 1 | -2/+3 |
* | Add audio capture methods to ALCbackend | Chris Robinson | 2013-10-28 | 1 | -0/+9 |
* | Move ALCbackend base stuff to a separate file | Chris Robinson | 2013-10-28 | 1 | -0/+2 |
* | Move the device mutex to the backend | Chris Robinson | 2013-10-28 | 1 | -0/+5 |
* | Convert the Null backend to the ALCbackend style | Chris Robinson | 2013-10-28 | 1 | -0/+2 |
* | Add a backend factory base type | Chris Robinson | 2013-10-28 | 1 | -0/+43 |
* | Add a default getLatency to ALCbackend | Chris Robinson | 2013-10-28 | 1 | -0/+1 |
* | Move the lock/unlock methods to the backend | Chris Robinson | 2013-10-28 | 1 | -0/+12 |
* | Add missing header to git | Chris Robinson | 2013-10-27 | 1 | -0/+62 |