| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Expand environment variables for all config option values when loading | Chris Robinson | 2014-02-26 | 1 | -30/+1 |
* | Support environment variables in the hrtf_tables config value | Chris Robinson | 2014-02-25 | 1 | -4/+34 |
* | Move HRTF macros and function declarations to a separate header | Chris Robinson | 2014-02-23 | 1 | -0/+1 |
* | Move the default hrtf table to an external file | Chris Robinson | 2014-02-23 | 1 | -30/+12 |
* | Add a return value to FindHrtfFormat | Chris Robinson | 2014-02-23 | 1 | -1/+2 |
* | Search system-dependant data paths for relative hrtf table filenames | Chris Robinson | 2014-02-23 | 1 | -1/+126 |
* | Use a helper macro for pi*2 | Chris Robinson | 2013-10-08 | 1 | -1/+1 |
* | Allow enabling HRTF through a context creation attribute | Chris Robinson | 2013-05-31 | 1 | -0/+24 |
* | Fix a type mismatch | Chris Robinson | 2012-10-07 | 1 | -1/+2 |
* | Improve a couple error traces with the HRTF loader | Chris Robinson | 2012-09-18 | 1 | -2/+2 |
* | Restore support for the previous mhr format | Chris Robinson | 2012-09-12 | 1 | -146/+330 |
* | Update fnamelist after handling % markers | Chris Robinson | 2012-09-12 | 1 | -0/+1 |
* | Use PATH_MAX for the fname length | Chris Robinson | 2012-09-12 | 1 | -1/+7 |
* | Improve parsing hrtf_tables filenames | Chris Robinson | 2012-09-12 | 1 | -32/+38 |
* | Update HRTF code | Chris Robinson | 2012-09-11 | 1 | -197/+330 |
* | Use a more efficient method to blend HRTF delays and coefficients | Chris Robinson | 2012-08-11 | 1 | -26/+42 |
* | Interpolate between HRTF delay samples using the delay fraction | Chris Robinson | 2012-07-20 | 1 | -4/+4 |
* | Increase the directional change sensitivity for the HRTF delta | Chris Robinson | 2012-07-20 | 1 | -1/+1 |
* | Use wrappers for float-typed math functions | Chris Robinson | 2012-06-29 | 1 | -6/+6 |
* | Use the correct loop count for reading the elevation offsets from external HR... | Chris Robinson | 2012-03-17 | 1 | -1/+1 |
* | Don't assume the calculated HRTF delta for the gain difference is less than 1 | Chris Robinson | 2012-03-12 | 1 | -2/+3 |
* | Add a text file explaining OpenAL Soft's HRTF support and data file format | Chris Robinson | 2012-03-11 | 1 | -15/+0 |
* | Don't use a double when calculating the HRTF coefficients | Chris Robinson | 2011-10-02 | 1 | -6/+6 |
* | Use inline assembly for fast float-to-int conversions | Chris Robinson | 2011-09-29 | 1 | -17/+17 |
* | Look for and use atan2f, log10f, and floorf | Chris Robinson | 2011-09-24 | 1 | -3/+3 |
* | Silence MSVC warnings in the HRTF code | Chris Robinson | 2011-09-23 | 1 | -3/+3 |
* | Use macros for float-typed PI values, to avoid manual casts everywhere | Chris Robinson | 2011-09-22 | 1 | -3/+3 |
* | Add a ConfigValueStr function, to return the string through a parameter | Chris Robinson | 2011-09-19 | 1 | -3/+4 |
* | Allow loading multiple HRTF tables through a comma-separated list | Chris Robinson | 2011-09-18 | 1 | -22/+41 |
* | Dynamically allocate space for HRTF tables | Chris Robinson | 2011-09-18 | 1 | -7/+45 |
* | Store the HRTF tables used in the device | Chris Robinson | 2011-09-18 | 1 | -26/+26 |
* | Fix comment on external HRTF file format | Chris Robinson | 2011-09-15 | 1 | -2/+2 |
* | Trace compatible HRTF formats when loading instead of on error | Chris Robinson | 2011-09-15 | 1 | -3/+4 |
* | Log the function name instead of the source file and line number | Chris Robinson | 2011-09-02 | 1 | -1/+1 |
* | Rename minF/maxF/clampF to minf/maxf/clampf for consistency | Chris Robinson | 2011-08-16 | 1 | -4/+4 |
* | Use mini/maxi/clampi and minu/maxu/clampu to replace min/max calls | Chris Robinson | 2011-08-16 | 1 | -1/+1 |
* | Avoid a float->int->float conversion | Chris Robinson | 2011-08-16 | 1 | -1/+1 |
* | Use inline minF/maxF/clampF functions instead of the __min/__max macros | Chris Robinson | 2011-08-16 | 1 | -8/+6 |
* | Round the HRTF sample step count | Chris Robinson | 2011-08-11 | 1 | -4/+5 |
* | Slightly improve the gain change delta calculation | Chris Robinson | 2011-07-19 | 1 | -2/+3 |
* | Add a lost comment | Chris Robinson | 2011-07-18 | 1 | -1/+2 |
* | Fix GetMovingHrtfCoeffs return type | Chris Robinson | 2011-07-17 | 1 | -1/+1 |
* | Fade between HRTF coefficients, to reduce noise from sudden changes | Chris Robinson | 2011-07-16 | 1 | -2/+138 |
* | Warn about HRTF being disabled in the compatibility check function | Chris Robinson | 2011-07-16 | 1 | -0/+3 |
* | Improve the external HRTF data file format | Chris Robinson | 2011-07-16 | 1 | -30/+107 |
* | Make the sample rate part of the HRTF struct | Chris Robinson | 2011-07-15 | 1 | -5/+7 |
* | Rename the ERROR macro to ERR | Chris Robinson | 2011-07-13 | 1 | -3/+3 |
* | Replace some AL_PRINT calls with proper logging | Chris Robinson | 2011-07-10 | 1 | -3/+3 |
* | Fix some formatting | Chris Robinson | 2011-07-04 | 1 | -2/+2 |
* | Implement a lerped lookup of the HRTF coefficients/delays | Chris Robinson | 2011-07-04 | 1 | -20/+82 |