Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Always use the current gains when mixing | Chris Robinson | 2014-05-04 | 3 | -17/+22 |
| | | | | | | The current gain gets explicitly set to the target when the stepping is finished to ensure the target is still used. This way, however, will allow for asynchronously 'canceling' a fade by setting the counter to 0. | ||||
* | Better pack HRTF mixing properties | Chris Robinson | 2014-05-03 | 2 | -56/+51 |
| | |||||
* | Clamp the current and target gain lower bound to epsilon | Chris Robinson | 2014-05-03 | 1 | -10/+10 |
| | | | | | Should give a bit more wiggle room for the gain stepping to get lower than the silence threshold. | ||||
* | Make sure all gain steps are applied with the SSE and Neon mixers | Chris Robinson | 2014-05-03 | 2 | -44/+22 |
| | |||||
* | Revert e9aee578a797c694655538cd0a00ad6c0bf6d5dc | Chris Robinson | 2014-05-02 | 1 | -2/+2 |
| | | | | | The vector iterator needs to be the start of the Data array even if the vector itself is NULL, or else insertion can have a negative insert position. | ||||
* | Iniitialize some mmdevapi backend fields in the constructor | Chris Robinson | 2014-05-02 | 1 | -0/+23 |
| | |||||
* | Use a backup in case pthread_mutex_timedlock isn't available | Chris Robinson | 2014-05-01 | 1 | -1/+23 |
| | |||||
* | Use ALboolean for al_string_empty's return type | Chris Robinson | 2014-04-30 | 2 | -2/+2 |
| | |||||
* | Add a helper VECTOR_FOR_EACH macro | Chris Robinson | 2014-04-30 | 6 | -55/+49 |
| | |||||
* | Use _mm_set_ps() to set an __m128 instead of {} | Chris Robinson | 2014-04-26 | 1 | -2/+2 |
| | |||||
* | Convert the mmdevapi backend to the new backend API | Chris Robinson | 2014-04-25 | 3 | -394/+511 |
| | |||||
* | Use a vector for mmdevapi device lists | Chris Robinson | 2014-04-24 | 1 | -93/+77 |
| | |||||
* | More device list cleanup cleanup | Chris Robinson | 2014-04-24 | 2 | -40/+25 |
| | |||||
* | Use a helper function to clear PulseAudio device lists | Chris Robinson | 2014-04-24 | 1 | -36/+20 |
| | |||||
* | Use a helper method to clear winmm device lists | Chris Robinson | 2014-04-24 | 1 | -20/+15 |
| | |||||
* | Avoid using superfluous LP* types | Chris Robinson | 2014-04-23 | 1 | -10/+10 |
| | |||||
* | Use a RefCount for counting committed winmm buffers | Chris Robinson | 2014-04-23 | 1 | -7/+7 |
| | |||||
* | Avoid forward-declaring backend vtables | Chris Robinson | 2014-04-23 | 4 | -42/+44 |
| | |||||
* | Avoid using assert() in createBackend | Chris Robinson | 2014-04-23 | 2 | -14/+20 |
| | |||||
* | Properly handle HAVE_DYNLOAD in the dsound backend | Chris Robinson | 2014-04-22 | 1 | -1/+7 |
| | |||||
* | Avoid some superfluous types | Chris Robinson | 2014-04-22 | 1 | -8/+8 |
| | |||||
* | Use a helper to return mmdevapi message thread responses | Chris Robinson | 2014-04-22 | 1 | -16/+15 |
| | |||||
* | Avoid dereferencing a NULL pointer | Chris Robinson | 2014-04-21 | 1 | -2/+2 |
| | |||||
* | Use a vector to store the ALSA device lists | Chris Robinson | 2014-04-21 | 1 | -96/+82 |
| | |||||
* | Use al_string for ALSA's device map | Chris Robinson | 2014-04-21 | 1 | -21/+26 |
| | |||||
* | Trace the device name being opened in ALSA and PulseAudio | Chris Robinson | 2014-04-21 | 2 | -0/+4 |
| | |||||
* | Use the althrd methods in winmm | Chris Robinson | 2014-04-21 | 1 | -78/+15 |
| | |||||
* | Use the stored format block align instead of calculating it | Chris Robinson | 2014-04-20 | 1 | -7/+4 |
| | |||||
* | Use a vector for the PulseAudio DevMaps | Chris Robinson | 2014-04-20 | 1 | -76/+82 |
| | |||||
* | Use an al_string in the PulseAudio backend instead of char* | Chris Robinson | 2014-04-20 | 1 | -44/+63 |
| | |||||
* | Convert the DSound backend to the new API | Chris Robinson | 2014-04-19 | 3 | -221/+293 |
| | |||||
* | Add a SZFMT macro for a size_t string formatter | Chris Robinson | 2014-04-19 | 1 | -2/+2 |
| | |||||
* | Add a GCC-specific STATIC_UPCAST macro that checks the object type | Chris Robinson | 2014-04-19 | 2 | -2/+2 |
| | | | | | The check is compile time, and is functionally identical to the old/alternate version. | ||||
* | Use C11 alignas when available | Chris Robinson | 2014-04-19 | 2 | -1/+24 |
| | |||||
* | Simplify some error checking | Chris Robinson | 2014-04-18 | 1 | -7/+1 |
| | |||||
* | Remove unnecessary includes | Chris Robinson | 2014-04-18 | 1 | -4/+0 |
| | |||||
* | Alter the al_fopen macro to not directly take parameters | Chris Robinson | 2014-04-18 | 1 | -1/+1 |
| | |||||
* | Rename AL_ONCE_INIT to AL_ONCE_FLAG_INIT | Chris Robinson | 2014-04-18 | 1 | -1/+1 |
| | |||||
* | Rename althread_once to be more C11-like | Chris Robinson | 2014-04-17 | 4 | -21/+14 |
| | |||||
* | Handle the lib name as UTF-8 | Chris Robinson | 2014-04-17 | 1 | -14/+28 |
| | |||||
* | Use the thread ID for althrd_t on Windows | Chris Robinson | 2014-04-17 | 1 | -11/+31 |
| | |||||
* | Rename SetThreadName to althrd_setname | Chris Robinson | 2014-04-17 | 12 | -22/+24 |
| | |||||
* | Check explicitly for pthread_mutexattr_setkind_np before use | Chris Robinson | 2014-04-17 | 1 | -1/+1 |
| | |||||
* | Fix SetThreadName for 64-bit MSVC builds | Chris Robinson | 2014-04-17 | 1 | -1/+3 |
| | |||||
* | Don't inline al_nssleep | Chris Robinson | 2014-04-17 | 1 | -2/+11 |
| | |||||
* | Make and use a C11-like altimespec_get wrapper function | Chris Robinson | 2014-04-17 | 5 | -97/+105 |
| | |||||
* | Fix a signed-unsigned comparison warning and clarify a comment | Chris Robinson | 2014-04-17 | 1 | -5/+5 |
| | |||||
* | Keep TlsDestructors within threads.c | Chris Robinson | 2014-04-17 | 4 | -5/+9 |
| | | | | | This basically makes the threads implementation self-contained in threads.c and threads.h, except for the UIntMap/RWLock implementations. | ||||
* | Don't use DllMain to call altss destructors | Chris Robinson | 2014-04-17 | 3 | -20/+43 |
| | |||||
* | Rename althread_key_ wrappers to altss_ and move it to threads.h/c | Chris Robinson | 2014-04-17 | 4 | -51/+51 |
| |