aboutsummaryrefslogtreecommitdiffstats
path: root/alc/inprogext.h
Commit message (Expand)AuthorAgeFilesLines
* Make ALC_SOFT_system_events publicChris Robinson2023-08-181-17/+0
* Make AL(C)_EXT_debug publicChris Robinson2023-08-111-66/+0
* Add AL_EXT_debug functions to set/get object namesChris Robinson2023-08-111-8/+22
* Move some direct context function declarations to the extensionChris Robinson2023-08-031-15/+17
* Add a function to set a callback for log messagesChris Robinson2023-07-021-1/+3
* Specify the device type for the event callbackChris Robinson2023-06-011-7/+9
* Add a callback to report system device changesChris Robinson2023-05-301-0/+15
* Make the API functions noexceptChris Robinson2023-05-221-351/+350
* Implement direct functions for the debug APIChris Robinson2023-05-141-0/+12
* Implement direct functions for buffersChris Robinson2023-05-141-0/+8
* Declare "direct" context functions for a future extensionChris Robinson2023-05-131-0/+315
* Implement a context debug flagChris Robinson2023-05-031-2/+9
* Rename AL_SOFT_debug to AL_EXT_DEBUGChris Robinson2023-05-031-44/+44
* Implement pushing/popping debug groupsChris Robinson2023-05-011-9/+18
* Implement debug log storageChris Robinson2023-04-301-0/+6
* Implement non-ID based debug message filteringChris Robinson2023-04-301-0/+3
* Start a debug API extensionChris Robinson2023-04-291-0/+31
* Finalize AL_SOFT_source_start_delayChris Robinson2023-03-311-10/+0
* Add AL_SOFT_UHJ_ex to the extension listChris Robinson2023-02-261-9/+0
* Add formats for UHJ with muLaw, and ADPCM for 2-channel UHJChris Robinson2023-02-261-1/+11
* Add functions to start sources at a particular device timeChris Robinson2022-11-031-0/+9
* Finalize ALC_SOFT_output_modeChris Robinson2022-04-171-15/+0
* Update the ALC_SOFT_output_mode surround enumsChris Robinson2022-04-151-3/+3
* Finalize AL_SOFT_UHJChris Robinson2022-04-131-18/+0
* Update a comment for abandoned extension functionsChris Robinson2022-04-031-1/+1
* Finalize AL_SOFT_callback_bufferChris Robinson2022-04-011-17/+0
* Remove the unused flags parameter from alBufferCallbackSOFTChris Robinson2022-04-011-2/+2
* Finalize ALC_SOFT_reopen_deviceChris Robinson2022-04-011-10/+0
* Avoid some explicit extern "C"s on function definitionsChris Robinson2022-03-311-0/+12
* Rename ALC_STEREO_PLAIN_SOFT and don't duplicate ALC_HRTF_SOFTChris Robinson2022-03-291-2/+2
* Handle more modes with the ALC_OUTPUT_MODE_SOFT attributeChris Robinson2022-03-231-4/+10
* Add source properties for Super StereoChris Robinson2021-12-151-0/+5
* Update some in-progress extension typesChris Robinson2021-11-101-3/+3
* Add an extension to request stereo UHJ outputChris Robinson2021-11-081-0/+9
* Partially implement an extension to hold sources on disconnectChris Robinson2021-04-261-0/+5
* Add support for 4-channel UHJChris Robinson2021-03-311-6/+9
* Handle 3-channel UHJ audio buffersChris Robinson2021-03-311-0/+3
* Start an interface for providing UHJ audioChris Robinson2021-03-311-0/+7
* Add a function/extension to reopen a playback deviceChris Robinson2021-03-091-0/+10
* Finalize AL_SOFT_eventsChris Robinson2020-10-261-22/+0
* Finalize AL_SOFT_effect_targetChris Robinson2020-10-161-5/+0
* Finalize ALC_SOFT_loopback_bformatChris Robinson2020-10-161-19/+0
* Update event enum valuesChris Robinson2020-10-071-5/+5
* Remove deprecated, performance, and error event typesChris Robinson2020-09-201-4/+1
* Add methods to start and stop effect slot processingChris Robinson2020-09-051-0/+11
* Recognize a convolution reverb effect typeChris Robinson2020-08-241-0/+5
* Rename effect_chain to effect_targetChris Robinson2020-04-291-2/+2
* Use better values for a couple in-progress enumsChris Robinson2020-04-071-2/+2
* Add an extension to change a buffer's unpack ambisonic orderChris Robinson2020-04-041-0/+5
* Stub out an interface for a callback-driven bufferChris Robinson2020-02-161-0/+17