| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Allocate as many channels for DirectHrtfState as needed | Chris Robinson | 2017-03-11 | 1 | -4/+5 |
* | Dynamically allocate the device's HRTF state | Chris Robinson | 2017-03-10 | 1 | -26/+29 |
* | Implement NFC filters for Ambisonic rendering | Chris Robinson | 2017-03-10 | 1 | -61/+111 |
* | Dynamically allocate the channel delay buffers | Chris Robinson | 2017-02-28 | 1 | -0/+16 |
* | Remove an unneeded function | Chris Robinson | 2017-02-28 | 1 | -1/+1 |
* | Use separate enums for the ambisonic channel order and normalization | Chris Robinson | 2017-02-27 | 1 | -4/+4 |
* | Remove CalcXYZCoeffs and inline CalcAngleCoeffs | Chris Robinson | 2017-02-23 | 1 | -11/+1 |
* | Alter how panpot/pair-wise panning works | Chris Robinson | 2017-02-23 | 1 | -4/+12 |
* | Rename stereo-panning option to stereo-encoding | Chris Robinson | 2017-02-22 | 1 | -7/+7 |
* | Avoid duplicating device buffer layout logic | Chris Robinson | 2017-02-20 | 1 | -2/+24 |
* | Allow distance compensation for non-HQ rendering as well | Chris Robinson | 2017-02-20 | 1 | -37/+44 |
* | Remove the separate surround51rear decoder option | Chris Robinson | 2017-02-19 | 1 | -2/+2 |
* | Apply distance compensation when writing to the output | Chris Robinson | 2017-02-19 | 1 | -5/+43 |
* | Don't use periphonic FOA when the HOA decoder is not periphonic | Chris Robinson | 2017-02-19 | 1 | -3/+13 |
* | Replace more ALuint with ALsizei | Chris Robinson | 2017-01-29 | 1 | -4/+4 |
* | Improve the ambisonic upscaling methods | Chris Robinson | 2017-01-24 | 1 | -29/+40 |
* | Fix coefficient counts for the built-in B-Format decoders | Chris Robinson | 2017-01-21 | 1 | -2/+2 |
* | Use a flat sqrt(2) scale for non-directional ambient gains | Chris Robinson | 2017-01-21 | 1 | -8/+3 |
* | Update the default basic B-Format decoders | Chris Robinson | 2017-01-21 | 1 | -47/+36 |
* | Move the B-Format HRTF virtual speaker stuff to InitHrtfPanning | Chris Robinson | 2017-01-18 | 1 | -7/+55 |
* | Use ALsizei in more places | Chris Robinson | 2017-01-18 | 1 | -14/+14 |
* | More ALsizei, with the B-Format decoder | Chris Robinson | 2017-01-16 | 1 | -2/+2 |
* | Use ALsizei for sizes and offsets with the mixer | Chris Robinson | 2017-01-16 | 1 | -24/+24 |
* | Use second-order ambisonics for basic HRTF rendering | Chris Robinson | 2017-01-15 | 1 | -9/+48 |
* | Be clearer about whether full or basic HRTF rendering is used | Chris Robinson | 2016-11-02 | 1 | -1/+4 |
* | Remove use of DECL_CONST | Chris Robinson | 2016-09-06 | 1 | -1/+1 |
* | Combine related members into a struct | Chris Robinson | 2016-08-24 | 1 | -25/+26 |
* | Use a more specialized mixer function for B-Format to HRTF | Chris Robinson | 2016-08-12 | 1 | -14/+4 |
* | Decode directly from B-Format to HRTF instead of a cube | Chris Robinson | 2016-08-11 | 1 | -39/+22 |
* | Use the ACN and N3D map and scale lookup tables in SetChannelMap | Chris Robinson | 2016-08-02 | 1 | -16/+9 |
* | Remove DevFmtBFormat3D, which is covered by DevFmtAmbi1 | Chris Robinson | 2016-07-31 | 1 | -18/+1 |
* | Add an option to specify the ambisonic output configuration | Chris Robinson | 2016-07-31 | 1 | -26/+31 |
* | Add a stand-alone upsampler for higher-order ambisonic oputput | Chris Robinson | 2016-07-30 | 1 | -0/+19 |
* | Add a config to output first-, second-, or third-order ambisonics | Chris Robinson | 2016-07-29 | 1 | -1/+41 |
* | Update the default quad decoder matrix | Chris Robinson | 2016-07-18 | 1 | -4/+4 |
* | Constify and use the correct size for an array | Chris Robinson | 2016-07-17 | 1 | -1/+1 |
* | Update comment about the source radius calculations | Chris Robinson | 2016-07-10 | 1 | -9/+18 |
* | Avoid function calls to get the HRTF sample rate and IR size | Chris Robinson | 2016-07-07 | 1 | -2/+2 |
* | Avoid using memcpy to copy a single struct | Chris Robinson | 2016-07-06 | 1 | -4/+4 |
* | Use a macro to specify the ambisonic periphonic channel mask | Chris Robinson | 2016-06-01 | 1 | -2/+2 |
* | Recognize AUX0...AUX15 for decoder speaker labels | Chris Robinson | 2016-05-12 | 1 | -3/+11 |
* | Improve radius behavior with scaling of ambisonic coefficients | Chris Robinson | 2016-04-24 | 1 | -5/+52 |
* | Increase max output channels to 16 | Chris Robinson | 2016-04-19 | 1 | -11/+14 |
* | Combine two if checks into one | Chris Robinson | 2016-04-19 | 1 | -5/+3 |
* | Remove unneeded ChannelMaps for BFormat formats | Chris Robinson | 2016-04-17 | 1 | -14/+2 |
* | Avoid storing channel names for the dry buffer | Chris Robinson | 2016-04-16 | 1 | -22/+10 |
* | Reorganize a bit of aluInitRenderer code | Chris Robinson | 2016-04-16 | 1 | -46/+30 |
* | Silence possible out-of-bounds warning again | Chris Robinson | 2016-04-16 | 1 | -1/+1 |
* | More directly map coefficients for ambisonic mixing buffers | Chris Robinson | 2016-04-15 | 1 | -71/+95 |
* | Update some comments | Chris Robinson | 2016-04-15 | 1 | -3/+3 |