| Commit message (Expand) | Author | Age | Files | Lines |
* | Start a 32-bit sample format extension | Chris Robinson | 2023-11-18 | 1 | -0/+20 |
* | Rename the convolution reverb effect to just convolution | Chris Robinson | 2023-10-12 | 1 | -4/+4 |
* | Add an orientation property for convolution reverb | Chris Robinson | 2023-10-12 | 1 | -1/+2 |
* | Add a alcGetProcAddress2 function | Chris Robinson | 2023-09-12 | 1 | -0/+4 |
* | Make ALC_SOFT_system_events public | Chris Robinson | 2023-08-18 | 1 | -17/+0 |
* | Make AL(C)_EXT_debug public | Chris Robinson | 2023-08-11 | 1 | -66/+0 |
* | Add AL_EXT_debug functions to set/get object names | Chris Robinson | 2023-08-11 | 1 | -8/+22 |
* | Move some direct context function declarations to the extension | Chris Robinson | 2023-08-03 | 1 | -15/+17 |
* | Add a function to set a callback for log messages | Chris Robinson | 2023-07-02 | 1 | -1/+3 |
* | Specify the device type for the event callback | Chris Robinson | 2023-06-01 | 1 | -7/+9 |
* | Add a callback to report system device changes | Chris Robinson | 2023-05-30 | 1 | -0/+15 |
* | Make the API functions noexcept | Chris Robinson | 2023-05-22 | 1 | -351/+350 |
* | Implement direct functions for the debug API | Chris Robinson | 2023-05-14 | 1 | -0/+12 |
* | Implement direct functions for buffers | Chris Robinson | 2023-05-14 | 1 | -0/+8 |
* | Declare "direct" context functions for a future extension | Chris Robinson | 2023-05-13 | 1 | -0/+315 |
* | Implement a context debug flag | Chris Robinson | 2023-05-03 | 1 | -2/+9 |
* | Rename AL_SOFT_debug to AL_EXT_DEBUG | Chris Robinson | 2023-05-03 | 1 | -44/+44 |
* | Implement pushing/popping debug groups | Chris Robinson | 2023-05-01 | 1 | -9/+18 |
* | Implement debug log storage | Chris Robinson | 2023-04-30 | 1 | -0/+6 |
* | Implement non-ID based debug message filtering | Chris Robinson | 2023-04-30 | 1 | -0/+3 |
* | Start a debug API extension | Chris Robinson | 2023-04-29 | 1 | -0/+31 |
* | Finalize AL_SOFT_source_start_delay | Chris Robinson | 2023-03-31 | 1 | -10/+0 |
* | Add AL_SOFT_UHJ_ex to the extension list | Chris Robinson | 2023-02-26 | 1 | -9/+0 |
* | Add formats for UHJ with muLaw, and ADPCM for 2-channel UHJ | Chris Robinson | 2023-02-26 | 1 | -1/+11 |
* | Add functions to start sources at a particular device time | Chris Robinson | 2022-11-03 | 1 | -0/+9 |
* | Finalize ALC_SOFT_output_mode | Chris Robinson | 2022-04-17 | 1 | -15/+0 |
* | Update the ALC_SOFT_output_mode surround enums | Chris Robinson | 2022-04-15 | 1 | -3/+3 |
* | Finalize AL_SOFT_UHJ | Chris Robinson | 2022-04-13 | 1 | -18/+0 |
* | Update a comment for abandoned extension functions | Chris Robinson | 2022-04-03 | 1 | -1/+1 |
* | Finalize AL_SOFT_callback_buffer | Chris Robinson | 2022-04-01 | 1 | -17/+0 |
* | Remove the unused flags parameter from alBufferCallbackSOFT | Chris Robinson | 2022-04-01 | 1 | -2/+2 |
* | Finalize ALC_SOFT_reopen_device | Chris Robinson | 2022-04-01 | 1 | -10/+0 |
* | Avoid some explicit extern "C"s on function definitions | Chris Robinson | 2022-03-31 | 1 | -0/+12 |
* | Rename ALC_STEREO_PLAIN_SOFT and don't duplicate ALC_HRTF_SOFT | Chris Robinson | 2022-03-29 | 1 | -2/+2 |
* | Handle more modes with the ALC_OUTPUT_MODE_SOFT attribute | Chris Robinson | 2022-03-23 | 1 | -4/+10 |
* | Add source properties for Super Stereo | Chris Robinson | 2021-12-15 | 1 | -0/+5 |
* | Update some in-progress extension types | Chris Robinson | 2021-11-10 | 1 | -3/+3 |
* | Add an extension to request stereo UHJ output | Chris Robinson | 2021-11-08 | 1 | -0/+9 |
* | Partially implement an extension to hold sources on disconnect | Chris Robinson | 2021-04-26 | 1 | -0/+5 |
* | Add support for 4-channel UHJ | Chris Robinson | 2021-03-31 | 1 | -6/+9 |
* | Handle 3-channel UHJ audio buffers | Chris Robinson | 2021-03-31 | 1 | -0/+3 |
* | Start an interface for providing UHJ audio | Chris Robinson | 2021-03-31 | 1 | -0/+7 |
* | Add a function/extension to reopen a playback device | Chris Robinson | 2021-03-09 | 1 | -0/+10 |
* | Finalize AL_SOFT_events | Chris Robinson | 2020-10-26 | 1 | -22/+0 |
* | Finalize AL_SOFT_effect_target | Chris Robinson | 2020-10-16 | 1 | -5/+0 |
* | Finalize ALC_SOFT_loopback_bformat | Chris Robinson | 2020-10-16 | 1 | -19/+0 |
* | Update event enum values | Chris Robinson | 2020-10-07 | 1 | -5/+5 |
* | Remove deprecated, performance, and error event types | Chris Robinson | 2020-09-20 | 1 | -4/+1 |
* | Add methods to start and stop effect slot processing | Chris Robinson | 2020-09-05 | 1 | -0/+11 |
* | Recognize a convolution reverb effect type | Chris Robinson | 2020-08-24 | 1 | -0/+5 |