Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move the ambdec loader to core | Chris Robinson | 2020-12-25 | 4 | -484/+2 |
| | |||||
* | Remove unnecessary includes | Chris Robinson | 2020-12-24 | 4 | -8/+0 |
| | |||||
* | Avoid AL types and enums in the effect processors | Chris Robinson | 2020-12-24 | 12 | -142/+147 |
| | |||||
* | Move alexcpt to core | Chris Robinson | 2020-12-24 | 18 | -18/+2 |
| | |||||
* | Avoid some more AL types | Chris Robinson | 2020-12-24 | 2 | -43/+43 |
| | |||||
* | Avoid AL/ALC types in the backends | Chris Robinson | 2020-12-17 | 18 | -276/+277 |
| | |||||
* | Don't use ALC error enums for the backend error code | Chris Robinson | 2020-12-17 | 19 | -176/+229 |
| | |||||
* | Move the AL error enum out of base_exception | Chris Robinson | 2020-12-17 | 1 | -1/+4 |
| | |||||
* | Don't return an enum from captureSamples | Chris Robinson | 2020-12-17 | 13 | -112/+85 |
| | | | | It's always no_error | ||||
* | Move logging to core | Chris Robinson | 2020-12-17 | 26 | -150/+25 |
| | |||||
* | Don't link DistanceModel enums to AL values | Chris Robinson | 2020-12-16 | 1 | -7/+4 |
| | |||||
* | Move AsyncEvent to a separate header | Chris Robinson | 2020-12-16 | 4 | -2/+52 |
| | |||||
* | Add missing include | Chris Robinson | 2020-12-16 | 1 | -1/+1 |
| | |||||
* | Send stop events when stopping paused voices | Chris Robinson | 2020-12-16 | 1 | -5/+8 |
| | |||||
* | Use a separate enum for the VoiceChange state | Chris Robinson | 2020-12-16 | 3 | -8/+16 |
| | |||||
* | Move VoiceChange to a separate header | Chris Robinson | 2020-12-16 | 4 | -12/+27 |
| | |||||
* | Fix some includes | Chris Robinson | 2020-12-15 | 1 | -2/+5 |
| | |||||
* | Avoid a generic event struct | Chris Robinson | 2020-12-15 | 1 | -6/+3 |
| | |||||
* | Avoid some AL types | Chris Robinson | 2020-12-15 | 2 | -70/+70 |
| | |||||
* | Use a separate structure for the context/listener params | Chris Robinson | 2020-12-15 | 3 | -79/+100 |
| | |||||
* | Avoid changing the global CPU flags in FillCPUCaps | Chris Robinson | 2020-12-15 | 3 | -95/+132 |
| | |||||
* | Remove unneeded includes | Chris Robinson | 2020-12-15 | 1 | -2/+1 |
| | |||||
* | Move fmt_traits to core | Chris Robinson | 2020-12-13 | 4 | -162/+2 |
| | |||||
* | Make sure to stop ALSA playback when the backend stops | Chris Robinson | 2020-12-12 | 1 | -0/+3 |
| | |||||
* | Move the mixer functions to core | Chris Robinson | 2020-12-12 | 16 | -1261/+7 |
| | |||||
* | Remove an unnecessary include and forward declaration | Chris Robinson | 2020-12-12 | 2 | -2/+0 |
| | |||||
* | Move some HRTF definitions to a separate header | Chris Robinson | 2020-12-12 | 10 | -50/+70 |
| | |||||
* | Avoid passing DirectHrtfState to MixDirectHrtf | Chris Robinson | 2020-12-12 | 7 | -34/+39 |
| | |||||
* | Move ambidefs.h to core | Chris Robinson | 2020-12-12 | 11 | -156/+10 |
| | |||||
* | Don't modify the IR size of loaded HRTFs | Chris Robinson | 2020-12-11 | 5 | -20/+25 |
| | |||||
* | Use constexpr variables instead of macros | Chris Robinson | 2020-12-06 | 1 | -9/+9 |
| | |||||
* | Use a smaller FFT for convolution | Chris Robinson | 2020-12-05 | 1 | -3/+3 |
| | |||||
* | Move the ringbuffer to common | Chris Robinson | 2020-12-05 | 2 | -347/+0 |
| | |||||
* | Use an alias for the DevFmtType type | Chris Robinson | 2020-12-05 | 2 | -26/+16 |
| | |||||
* | Remove an unneeded include | Chris Robinson | 2020-12-04 | 1 | -1/+0 |
| | |||||
* | Change some macros into constexpr variables | Chris Robinson | 2020-12-04 | 20 | -114/+116 |
| | |||||
* | Move a couple more things to core | Chris Robinson | 2020-12-04 | 8 | -526/+8 |
| | |||||
* | Move the filters to core | Chris Robinson | 2020-12-04 | 23 | -953/+45 |
| | |||||
* | Move the bsinc tables to core | Chris Robinson | 2020-12-04 | 7 | -328/+5 |
| | |||||
* | Move mastering.cpp/h to core | Chris Robinson | 2020-12-04 | 4 | -547/+2 |
| | |||||
* | Avoid a global MAX_PITCH macro | Chris Robinson | 2020-12-04 | 5 | -18/+21 |
| | |||||
* | Move the resampler declarations to a more appropriate header | Chris Robinson | 2020-12-04 | 2 | -38/+39 |
| | |||||
* | Remove some unnecessary includes | Chris Robinson | 2020-12-04 | 4 | -13/+2 |
| | |||||
* | Move lerp/cubic to alnumeric.h | Chris Robinson | 2020-12-04 | 4 | -13/+3 |
| | |||||
* | Add a gain argument to altonegen (#502) | Eliot Miranda | 2020-12-04 | 1 | -1/+1 |
| | | | | | | * Fix a speeling rorre in an error message. Add a gain command-line argument to altonegen.c * Fix some formatting issues and a copy/paste error. | ||||
* | Change a couple macros into constexpr variables | Chris Robinson | 2020-11-28 | 19 | -69/+69 |
| | |||||
* | Avoid AL types in mastering.cpp/h | Chris Robinson | 2020-11-28 | 2 | -40/+37 |
| | |||||
* | Move some declarations to more appropriate headers | Chris Robinson | 2020-11-27 | 4 | -17/+24 |
| | |||||
* | Avoid AL types in the converter | Chris Robinson | 2020-11-27 | 2 | -52/+52 |
| | |||||
* | Move some sources to a separate directory | Chris Robinson | 2020-11-27 | 12 | -189/+11 |
| | | | | To begin separating the ALC interfaces from internal ones. |