Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix ALC_CONTEXT_FLAGS_EXT value | Chris Robinson | 2023-08-23 | 1 | -1/+1 |
| | |||||
* | Make ALC_SOFT_system_events public | Chris Robinson | 2023-08-18 | 1 | -0/+17 |
| | |||||
* | Make AL(C)_EXT_debug public | Chris Robinson | 2023-08-11 | 1 | -0/+66 |
| | |||||
* | Make the API functions noexcept | Chris Robinson | 2023-05-22 | 1 | -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 extension | Chris Robinson | 2023-04-03 | 1 | -2/+2 |
| | |||||
* | Finalize AL_SOFT_source_start_delay | Chris Robinson | 2023-03-31 | 1 | -0/+10 |
| | |||||
* | Add queries for the buffer byte/sample/sec length | Chris Robinson | 2023-03-07 | 1 | -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_ex | Chris Robinson | 2023-02-27 | 1 | -4/+7 |
| | |||||
* | Add AL_SOFT_UHJ_ex to the extension list | Chris Robinson | 2023-02-26 | 1 | -0/+9 |
| | |||||
* | Add macros to prevent declaring API functions | Chris Robinson | 2022-12-30 | 1 | -20/+0 |
| | | | | | Primarily for when a project wants to define its own wrappers with dynamic loading. | ||||
* | Finalize ALC_SOFT_output_mode | Chris Robinson | 2022-04-17 | 1 | -0/+15 |
| | |||||
* | Finalize AL_SOFT_UHJ | Chris Robinson | 2022-04-13 | 1 | -0/+18 |
| | |||||
* | Finalize AL_SOFT_callback_buffer | Chris Robinson | 2022-04-01 | 1 | -0/+17 |
| | |||||
* | Finalize ALC_SOFT_reopen_device | Chris Robinson | 2022-04-01 | 1 | -0/+10 |
| | |||||
* | Avoid declaring standard types | Chris Robinson | 2020-11-05 | 1 | -7/+11 |
| | |||||
* | Simplify the [u]int64_t typedef header check | Chris Robinson | 2020-11-05 | 1 | -6/+3 |
| | | | | And include the correct header | ||||
* | Finalize AL_SOFT_events | Chris Robinson | 2020-10-26 | 1 | -0/+22 |
| | |||||
* | Utilize C++11's [u]int64_t in alext.h | Chris Robinson | 2020-10-16 | 1 | -0/+2 |
| | |||||
* | Quick update to ALC_BFORMAT3D_SOFT's value | Chris Robinson | 2020-10-16 | 1 | -1/+1 |
| | |||||
* | Finalize AL_SOFT_effect_target | Chris Robinson | 2020-10-16 | 1 | -0/+5 |
| | |||||
* | Finalize ALC_SOFT_loopback_bformat | Chris Robinson | 2020-10-16 | 1 | -0/+19 |
| | |||||
* | Fix up some more uses of [AL[C]]void | Chris Robinson | 2020-04-28 | 1 | -8/+8 |
| | |||||
* | Finalize AL_SOFT_bformat_ex | Chris Robinson | 2020-01-05 | 1 | -0/+15 |
| | |||||
* | Make the new direct channel remix extension public | Chris Robinson | 2019-12-28 | 1 | -0/+6 |
| | |||||
* | Add simple descriptions to some extension formats in alext.h | Chris Robinson | 2018-03-29 | 1 | -0/+35 |
| | |||||
* | Finalize ALC_SOFT_device_clock | Chris Robinson | 2018-01-15 | 1 | -0/+15 |
| | |||||
* | Finalize ALC_SOFT_output_limiter | Chris Robinson | 2017-05-25 | 1 | -0/+5 |
| | |||||
* | Finalize AL_SOFT_source_spatialize | Chris Robinson | 2017-05-11 | 1 | -0/+6 |
| | |||||
* | Finalize AL_SOFT_source_resampler | Chris Robinson | 2017-05-03 | 1 | -0/+12 |
| | |||||
* | Finalize AL_SOFT_gain_clamp_ex | Chris Robinson | 2016-10-03 | 1 | -0/+5 |
| | |||||
* | Finalize ALC_SOFT_HRTF | Chris Robinson | 2015-10-28 | 1 | -0/+22 |
| | |||||
* | Add AL_EXT_MULAW_BFORMAT to alext.h | Chris Robinson | 2014-10-31 | 1 | -0/+6 |
| | |||||
* | Add AL_EXT_BFORMAT to alext.h | Chris Robinson | 2014-09-09 | 1 | -0/+10 |
| | |||||
* | Update COPYING to the latest ↵ | François Cami | 2014-08-18 | 1 | -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 finished | Chris Robinson | 2014-08-12 | 1 | -0/+10 |
| | |||||
* | AL_SOFT_source_length is complete | Chris Robinson | 2014-07-05 | 1 | -0/+7 |
| | |||||
* | AL_SOFT_MSADPCM is functionally complete | Chris Robinson | 2014-07-03 | 1 | -0/+6 |
| | |||||
* | AL_SOFT_block_alignment is now considered done | Chris Robinson | 2014-05-22 | 1 | -0/+6 |
| | |||||
* | Finalize AL_SOFT_deferred_updates | Chris Robinson | 2013-10-05 | 1 | -0/+11 |
| | |||||
* | Add ALC_EXT_DEFAULT_FILTER_ORDER to alext.h | Chris Robinson | 2013-05-31 | 1 | -0/+5 |
| | |||||
* | Finalize AL_SOFT_source_latency | Chris Robinson | 2012-10-31 | 1 | -0/+46 |
| | |||||
* | Clarify some comments, fix some definition ordering, and add some includes | Chris Robinson | 2012-06-15 | 1 | -0/+3 |
| | |||||
* | Add AL_EXT_SOURCE_RADIUS to alext.h | Chris Robinson | 2012-04-26 | 1 | -0/+5 |
| | |||||
* | Add AL_EXT_STEREO_ANGLES to alext.h | Chris Robinson | 2012-04-26 | 1 | -0/+5 |
| | |||||
* | Finalize ALC_SOFT_loopback | Chris Robinson | 2012-03-15 | 1 | -0/+32 |
| | |||||
* | Finalize AL_SOFT_direct_channels | Chris Robinson | 2012-03-12 | 1 | -0/+5 |
| | |||||
* | Finalize AL_SOFT_buffer_samples | Chris Robinson | 2012-01-10 | 1 | -0/+64 |
| | |||||
* | Add AL_EXT_MULAW and AL_EXT_ALAW tokens to alext.h | Chris Robinson | 2011-10-01 | 1 | -0/+12 |
| | |||||
* | Move ALC_ENUMERATE_ALL_EXT enums to alc.h, to match other systems' headers | Chris Robinson | 2011-03-14 | 1 | -6/+0 |
| | |||||
* | Add ALC_EXT_DEDICATED to alext.h | Chris Robinson | 2011-03-12 | 1 | -0/+7 |
| |