Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 6 | -31/+59 |
| | |||||
* | Move VoiceChange to a separate header | Chris Robinson | 2020-12-16 | 6 | -13/+30 |
| | |||||
* | Avoid using a hidden unnamed template parameter | Chris Robinson | 2020-12-15 | 1 | -2/+4 |
| | |||||
* | Fix some includes | Chris Robinson | 2020-12-15 | 1 | -2/+5 |
| | |||||
* | Avoid a generic event struct | Chris Robinson | 2020-12-15 | 3 | -14/+12 |
| | |||||
* | 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 | 7 | -126/+109 |
| | |||||
* | 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 | 5 | -9/+9 |
| | |||||
* | Avoid compiling different sources for different targets | Chris Robinson | 2020-12-13 | 5 | -32/+23 |
| | | | | | | | | Simplifies configuration and fixes a potential problem with inline functions. Inline functions that fail to inline will have a callable body generated. If such a body is generated with the SSE4 source, for example, it can generate SSE4 instructions. Calls for that function in other sources can then end up calling the SSE4-generated body outside of any CPU capability check. | ||||
* | Be more consistent with size_t | Chris Robinson | 2020-12-12 | 4 | -10/+10 |
| | |||||
* | 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 | 17 | -31/+30 |
| | |||||
* | Use a separate list for core objects | Chris Robinson | 2020-12-12 | 1 | -31/+34 |
| | |||||
* | 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 | 11 | -50/+71 |
| | |||||
* | Avoid passing DirectHrtfState to MixDirectHrtf | Chris Robinson | 2020-12-12 | 7 | -34/+39 |
| | |||||
* | Move ambidefs.h to core | Chris Robinson | 2020-12-12 | 14 | -26/+31 |
| | |||||
* | 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 |
| | |||||
* | Avoid returning an array for initialization | Chris Robinson | 2020-12-05 | 1 | -37/+38 |
| | |||||
* | Reorder definitions to keep them near each other | Chris Robinson | 2020-12-05 | 1 | -13/+13 |
| | |||||
* | Remove some unnecessary inlines and includes | Chris Robinson | 2020-12-05 | 1 | -8/+6 |
| | |||||
* | Avoid a REQUIRES macro for SFINAE | Chris Robinson | 2020-12-05 | 1 | -31/+34 |
| | |||||
* | Move the ringbuffer to common | Chris Robinson | 2020-12-05 | 3 | -18/+8 |
| | |||||
* | Use an alias for the DevFmtType type | Chris Robinson | 2020-12-05 | 3 | -26/+19 |
| | |||||
* | 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 | 9 | -20/+19 |
| | |||||
* | Fix some tabs and missing cast | Chris Robinson | 2020-12-04 | 1 | -11/+10 |
| | |||||
* | Move the filters to core | Chris Robinson | 2020-12-04 | 25 | -68/+62 |
| | |||||
* | Move the bsinc tables to core | Chris Robinson | 2020-12-04 | 8 | -16/+14 |
| | |||||
* | Move mastering.cpp/h to core | Chris Robinson | 2020-12-04 | 5 | -9/+9 |
| | |||||
* | 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 | 5 | -13/+16 |
| | |||||
* | Add a gain argument to altonegen (#502) | Eliot Miranda | 2020-12-04 | 2 | -5/+25 |
| | | | | | | * 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 | 21 | -72/+72 |
| | |||||
* | 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 | 15 | -94/+100 |
| | | | | To begin separating the ALC interfaces from internal ones. | ||||
* | Update ChangeLog | Chris Robinson | 2020-11-25 | 1 | -0/+17 |
| | |||||
* | Move AL EffectProp handling to separate sources | Chris Robinson | 2020-11-25 | 33 | -1983/+2203 |
| | |||||
* | Don't limit the available converted sample count to BUFFERSIZE | Chris Robinson | 2020-11-25 | 1 | -1/+2 |
| | |||||
* | Fix a UInt32 variable type | Chris Robinson | 2020-11-24 | 1 | -1/+1 |
| |