aboutsummaryrefslogtreecommitdiffstats
path: root/include/AL/alext.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix ALC_CONTEXT_FLAGS_EXT valueChris Robinson2023-08-231-1/+1
|
* Make ALC_SOFT_system_events publicChris Robinson2023-08-181-0/+17
|
* Make AL(C)_EXT_debug publicChris Robinson2023-08-111-0/+66
|
* Make the API functions noexceptChris Robinson2023-05-221-92/+91
| | | | | | | | | | | Only relevant for C++, but these functions can't throw as it's a C-based API. Letting the compiler know that helps improve code generation. Extension callbacks must also not let exceptions leave the callback, or else Bad Things can happen. The macro AL_DISABLE_NOEXCEPT may be defined before including the headers to not mark functions as noexcept, but this should only be done if the caller can't otherwise be fixed.
* Support the AL_EXT_STATIC_BUFFER extensionChris Robinson2023-04-031-2/+2
|
* Finalize AL_SOFT_source_start_delayChris Robinson2023-03-311-0/+10
|
* Add queries for the buffer byte/sample/sec lengthChris Robinson2023-03-071-0/+7
| | | | | | | | | | | | | These used to exist with the now-defunct AL_SOFT_buffer_samples extension, this just restores those queries without extra baggage. The sample length query are necessary when handling ADPCM buffers, since the size/channels*8/bits calculation is incorrect with ADPCM. 'Bits' is usually reported as 4 since most samples in a block are stored as nibbles, but that's only approximate and doesn't account for the block header. The average number of bits per sample in an ADPCM block can't be represented as an integer, so the more blocks there are stored in the buffer, the more inaccurate the calculation becomes.
* Add aLaw formats to AL_SOFT_UHJ_exChris Robinson2023-02-271-4/+7
|
* Add AL_SOFT_UHJ_ex to the extension listChris Robinson2023-02-261-0/+9
|
* Add macros to prevent declaring API functionsChris Robinson2022-12-301-20/+0
| | | | | Primarily for when a project wants to define its own wrappers with dynamic loading.
* Finalize ALC_SOFT_output_modeChris Robinson2022-04-171-0/+15
|
* Finalize AL_SOFT_UHJChris Robinson2022-04-131-0/+18
|
* Finalize AL_SOFT_callback_bufferChris Robinson2022-04-011-0/+17
|
* Finalize ALC_SOFT_reopen_deviceChris Robinson2022-04-011-0/+10
|
* Avoid declaring standard typesChris Robinson2020-11-051-7/+11
|
* Simplify the [u]int64_t typedef header checkChris Robinson2020-11-051-6/+3
| | | | And include the correct header
* Finalize AL_SOFT_eventsChris Robinson2020-10-261-0/+22
|
* Utilize C++11's [u]int64_t in alext.hChris Robinson2020-10-161-0/+2
|
* Quick update to ALC_BFORMAT3D_SOFT's valueChris Robinson2020-10-161-1/+1
|
* Finalize AL_SOFT_effect_targetChris Robinson2020-10-161-0/+5
|
* Finalize ALC_SOFT_loopback_bformatChris Robinson2020-10-161-0/+19
|
* Fix up some more uses of [AL[C]]voidChris Robinson2020-04-281-8/+8
|
* Finalize AL_SOFT_bformat_exChris Robinson2020-01-051-0/+15
|
* Make the new direct channel remix extension publicChris Robinson2019-12-281-0/+6
|
* Add simple descriptions to some extension formats in alext.hChris Robinson2018-03-291-0/+35
|
* Finalize ALC_SOFT_device_clockChris Robinson2018-01-151-0/+15
|
* Finalize ALC_SOFT_output_limiterChris Robinson2017-05-251-0/+5
|
* Finalize AL_SOFT_source_spatializeChris Robinson2017-05-111-0/+6
|
* Finalize AL_SOFT_source_resamplerChris Robinson2017-05-031-0/+12
|
* Finalize AL_SOFT_gain_clamp_exChris Robinson2016-10-031-0/+5
|
* Finalize ALC_SOFT_HRTFChris Robinson2015-10-281-0/+22
|
* Add AL_EXT_MULAW_BFORMAT to alext.hChris Robinson2014-10-311-0/+6
|
* Add AL_EXT_BFORMAT to alext.hChris Robinson2014-09-091-0/+10
|
* Update COPYING to the latest ↵François Cami2014-08-181-2/+2
| | | | https://www.gnu.org/licenses/old-licenses/lgpl-2.0.txt to fix the FSF' address Fix the FSF' address in the source
* ALC_SOFT_pause_device is finishedChris Robinson2014-08-121-0/+10
|
* AL_SOFT_source_length is completeChris Robinson2014-07-051-0/+7
|
* AL_SOFT_MSADPCM is functionally completeChris Robinson2014-07-031-0/+6
|
* AL_SOFT_block_alignment is now considered doneChris Robinson2014-05-221-0/+6
|
* Finalize AL_SOFT_deferred_updatesChris Robinson2013-10-051-0/+11
|
* Add ALC_EXT_DEFAULT_FILTER_ORDER to alext.hChris Robinson2013-05-311-0/+5
|
* Finalize AL_SOFT_source_latencyChris Robinson2012-10-311-0/+46
|
* Clarify some comments, fix some definition ordering, and add some includesChris Robinson2012-06-151-0/+3
|
* Add AL_EXT_SOURCE_RADIUS to alext.hChris Robinson2012-04-261-0/+5
|
* Add AL_EXT_STEREO_ANGLES to alext.hChris Robinson2012-04-261-0/+5
|
* Finalize ALC_SOFT_loopbackChris Robinson2012-03-151-0/+32
|
* Finalize AL_SOFT_direct_channelsChris Robinson2012-03-121-0/+5
|
* Finalize AL_SOFT_buffer_samplesChris Robinson2012-01-101-0/+64
|
* Add AL_EXT_MULAW and AL_EXT_ALAW tokens to alext.hChris Robinson2011-10-011-0/+12
|
* Move ALC_ENUMERATE_ALL_EXT enums to alc.h, to match other systems' headersChris Robinson2011-03-141-6/+0
|
* Add ALC_EXT_DEDICATED to alext.hChris Robinson2011-03-121-0/+7
|