| Commit message (Expand) | Author | Age | Files | Lines |
* | Print WARNs when a device or context error is generated | Chris Robinson | 2017-02-27 | 1 | -0/+5 |
* | Avoid standard malloc for buffer queue entries | Chris Robinson | 2017-02-27 | 1 | -7/+7 |
* | Use separate enums for the ambisonic channel order and normalization | Chris Robinson | 2017-02-27 | 1 | -6/+14 |
* | Move the current buffer queue entry and play position to the voice | Chris Robinson | 2017-02-27 | 2 | -102/+113 |
* | Ensure a non-playing or -paused source does not use a mixing voice | Chris Robinson | 2017-02-25 | 2 | -44/+56 |
* | Improve handling of source state reads | Chris Robinson | 2017-02-24 | 2 | -72/+89 |
* | Remove CalcXYZCoeffs and inline CalcAngleCoeffs | Chris Robinson | 2017-02-23 | 1 | -13/+9 |
* | Alter how panpot/pair-wise panning works | Chris Robinson | 2017-02-23 | 1 | -0/+10 |
* | Limit filter gains to -24dB | Chris Robinson | 2017-02-22 | 1 | -1/+1 |
* | Increase the default effect slot and send count | Chris Robinson | 2017-02-21 | 1 | -1/+2 |
* | Dynamically allocate the ALsource Send[] array | Chris Robinson | 2017-02-21 | 3 | -24/+35 |
* | Make the voices' Send[] array dynamically sized | Chris Robinson | 2017-02-21 | 3 | -10/+10 |
* | Apply distance compensation when writing to the output | Chris Robinson | 2017-02-19 | 1 | -0/+12 |
* | Remove the sinc8 resampler option | Chris Robinson | 2017-02-19 | 1 | -12/+2 |
* | Reorganize ALvoice members | Chris Robinson | 2017-02-15 | 2 | -10/+9 |
* | Make ALsourceProps' Send array dynamically sized | Chris Robinson | 2017-02-14 | 3 | -19/+19 |
* | Fix build with non-C11 atomics | Chris Robinson | 2017-02-13 | 2 | -3/+3 |
* | Make the source state atomic | Chris Robinson | 2017-02-13 | 2 | -27/+28 |
* | Put BsincState in a generic union | Chris Robinson | 2017-02-13 | 2 | -2/+6 |
* | Fix more uses of unsigned sizes and offsets | Chris Robinson | 2017-02-10 | 1 | -1/+1 |
* | Remove a couple context lock wrapper functions | Chris Robinson | 2017-02-07 | 2 | -23/+17 |
* | Remove __android_log_print calls for TRACEREF | Chris Robinson | 2017-01-27 | 1 | -1/+0 |
* | Also log to __android_log_print on Android | Chris Robinson | 2017-01-26 | 1 | -0/+11 |
* | Move the B-Format HRTF virtual speaker stuff to InitHrtfPanning | Chris Robinson | 2017-01-18 | 1 | -12/+20 |
* | Replace some ALvoid with void | Chris Robinson | 2017-01-18 | 1 | -3/+3 |
* | Use ALsizei in more places | Chris Robinson | 2017-01-18 | 6 | -39/+39 |
* | Pass the left and right buffers to the hrtf mixers directly | Chris Robinson | 2017-01-17 | 1 | -5/+5 |
* | Use ALsizei and ALint for sizes and offsets with resamplers and filters | Chris Robinson | 2017-01-16 | 3 | -4/+5 |
* | Use ALsizei for sizes and offsets with the mixer | Chris Robinson | 2017-01-16 | 2 | -18/+18 |
* | Use second-order ambisonics for basic HRTF rendering | Chris Robinson | 2017-01-15 | 1 | -2/+2 |
* | Reorder filter coefficients | Chris Robinson | 2016-12-21 | 1 | -1/+1 |
* | Avoid duplicating code using a macro | Chris Robinson | 2016-12-21 | 3 | -16/+3 |
* | Convert the SndIO backend to the updated API | Chris Robinson | 2016-12-21 | 1 | -3/+0 |
* | Trace the commit ID and branch the library was built from | Chris Robinson | 2016-12-21 | 1 | -0/+2 |
* | Use separate macros for atomics that don't take a memory order | Chris Robinson | 2016-12-20 | 6 | -57/+60 |
* | Fix an infinite loop | Chris Robinson | 2016-11-23 | 1 | -0/+1 |
* | Only send source updates for sources that have updated | Chris Robinson | 2016-11-23 | 2 | -1/+12 |
* | Clean up finding a source's voice | Chris Robinson | 2016-11-22 | 2 | -27/+30 |
* | Improve seqlock behavior | Chris Robinson | 2016-11-21 | 1 | -24/+32 |
* | Stop using almemory_order_consume | Chris Robinson | 2016-11-17 | 3 | -3/+3 |
* | Workaround some systems having an ECHO macro | Chris Robinson | 2016-10-30 | 3 | -23/+23 |
* | Add some more 'restrict' keywords | Chris Robinson | 2016-10-06 | 1 | -1/+1 |
* | Remove an unused struct | Chris Robinson | 2016-10-05 | 1 | -6/+0 |
* | Pass current and target gains directly for mixing | Chris Robinson | 2016-10-05 | 1 | -2/+3 |
* | Make some pointer-to-array parameters const | Chris Robinson | 2016-10-04 | 2 | -2/+45 |
* | Finalize AL_SOFT_gain_clamp_ex | Chris Robinson | 2016-10-03 | 1 | -5/+0 |
* | Add a volume-adjust config option to adjust the source output volume | Chris Robinson | 2016-09-24 | 2 | -5/+7 |
* | Remove some more unnecessary volatiles | Chris Robinson | 2016-09-24 | 1 | -5/+5 |
* | Call ALfilterState_processC directly | Chris Robinson | 2016-09-12 | 2 | -5/+2 |
* | Mark a global variable declaration as extern | Chris Robinson | 2016-09-11 | 1 | -1/+1 |