| Commit message (Expand) | Author | Age | Files | Lines |
* | Move the step counter and moving flag to DirectParams | Chris Robinson | 2014-03-23 | 5 | -14/+25 |
* | Store the HrtfState directly in the DirectParams | Chris Robinson | 2014-03-23 | 10 | -63/+49 |
* | Don't try to use __restrict as a replacement for restrict | Chris Robinson | 2014-03-23 | 1 | -13/+2 |
* | Add a stub 'soft' MIDI synth handler | Chris Robinson | 2014-03-22 | 4 | -1/+147 |
* | Move some HRTF and mixer structs to alu.h | Chris Robinson | 2014-03-22 | 2 | -63/+60 |
* | Use a void* for the MidiSynth Delete method param | Chris Robinson | 2014-03-22 | 3 | -18/+9 |
* | Use a void* for the backend Delete method param | Chris Robinson | 2014-03-22 | 7 | -73/+32 |
* | Use a void* for the effect state Delete method param | Chris Robinson | 2014-03-21 | 13 | -56/+40 |
* | Avoid a size_t-to-ALuint conversion warning | Chris Robinson | 2014-03-21 | 1 | -1/+1 |
* | Increase the vector reserve as needed when pushing in new items | Chris Robinson | 2014-03-21 | 4 | -25/+21 |
* | Rename the vector's Max field to Capacity | Chris Robinson | 2014-03-21 | 3 | -15/+15 |
* | Use vectors for the GenModList | Chris Robinson | 2014-03-21 | 2 | -167/+103 |
* | Add a generic vector interface and use it for the active effect slots | Chris Robinson | 2014-03-21 | 7 | -36/+95 |
* | Use flexible array members to pad the device and context structs | Chris Robinson | 2014-03-20 | 2 | -4/+10 |
* | Keep track of the mix count | Chris Robinson | 2014-03-19 | 2 | -0/+10 |
* | Use a union to combine HRTF and non-HRTF mixer params | Chris Robinson | 2014-03-19 | 6 | -50/+52 |
* | Select the mixer when setting the mixer-specific parameters | Chris Robinson | 2014-03-19 | 1 | -39/+42 |
* | Store some source mixing parameters in the active source struct | Chris Robinson | 2014-03-19 | 7 | -127/+139 |
* | Use a separate struct for tracking active sources | Chris Robinson | 2014-03-18 | 6 | -34/+65 |
* | Add another directory to .gitignore | Chris Robinson | 2014-03-17 | 1 | -0/+1 |
* | Remove some unneeded code and unnecessary macros in the OpenSL backend | Chris Robinson | 2014-03-17 | 1 | -73/+20 |
* | Store the old-style backend funcs in the wrapper | Chris Robinson | 2014-03-17 | 4 | -30/+33 |
* | Don't define HAVE_DYNLOAD with the IDE parser | Chris Robinson | 2014-03-17 | 1 | -1/+1 |
* | Don't assume the default mmdevapi device is in the collection | Chris Robinson | 2014-03-17 | 1 | -2/+2 |
* | Avoid GCC's macro arg concat extension with IDE parsing | Chris Robinson | 2014-03-17 | 1 | -1/+1 |
* | Return the original value from CompExchange* | Chris Robinson | 2014-03-09 | 3 | -30/+27 |
* | Remove the Apple-specific atomic function implementations. | Chris Robinson | 2014-03-09 | 1 | -36/+0 |
* | Update config file comments | Chris Robinson | 2014-03-09 | 1 | -17/+29 |
* | Use the correct array size | Chris Robinson | 2014-03-08 | 1 | -2/+2 |
* | Improve int-to-float and uint-to-float conversions | Chris Robinson | 2014-03-08 | 1 | -2/+2 |
* | Only require MSADPCM block alignment to be a multiple of 2 | Chris Robinson | 2014-03-06 | 1 | -2/+2 |
* | Only sign-expand the nibble when needed | Chris Robinson | 2014-03-06 | 1 | -4/+3 |
* | Move the sample conversion routines to a separate file | Chris Robinson | 2014-03-05 | 4 | -1261/+1279 |
* | Implement a simplistic MSADPCM encoder | Chris Robinson | 2014-03-05 | 1 | -19/+47 |
* | Allocate enough temp space for the ADPCM decoders and encoders | Chris Robinson | 2014-03-05 | 1 | -4/+4 |
* | Use specialized methods for converting ALshort to IMA4 and MSADPCM | Chris Robinson | 2014-03-05 | 1 | -2/+32 |
* | Use specialized methods for converting IMA4 and MSADPCM to ALshort | Chris Robinson | 2014-03-05 | 1 | -8/+39 |
* | Use maxi to clamp an int to a lower-bound | Chris Robinson | 2014-03-05 | 1 | -1/+1 |
* | Expand the sign bit on the initial MSADPCM delta value | Chris Robinson | 2014-03-05 | 1 | -0/+1 |
* | Add an extension to support MSADPCM buffer formats | Chris Robinson | 2014-03-04 | 5 | -28/+342 |
* | Add an extension to alter the block alignment for buffer unpack/pack ops | Chris Robinson | 2014-03-04 | 4 | -19/+85 |
* | Parameterize the block alignment | Chris Robinson | 2014-03-04 | 1 | -111/+152 |
* | Use alloca for temp space decoding/encoding IMA4 blocks | Chris Robinson | 2014-03-03 | 3 | -4/+28 |
* | Reduce explicit template declarations and ignore IMA4-to-IMA4 conversions | Chris Robinson | 2014-03-03 | 1 | -159/+35 |
* | Store the original frame size alignment in the buffer | Chris Robinson | 2014-03-03 | 3 | -12/+29 |
* | Move PATH_MAX fallback definitions to alMain.h | Chris Robinson | 2014-02-27 | 5 | -31/+9 |
* | Add back the missing PATH_MAX fallback | Chris Robinson | 2014-02-27 | 1 | -0/+10 |
* | Use OpenDataFile to load soundfonts relative to data directories | Chris Robinson | 2014-02-27 | 2 | -2/+8 |
* | Add a note that absolute paths may be used for hrtf_tables | Chris Robinson | 2014-02-27 | 1 | -0/+1 |
* | Move OpenDataFile to helpers.c so other sources can use it | Chris Robinson | 2014-02-27 | 3 | -131/+134 |