Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 3 | -42/+42 |
| | |||||
* | Clean up al.h a bit | Chris Robinson | 2020-04-28 | 1 | -31/+30 |
| | |||||
* | Move standard ALC function's annotations to the header | Chris Robinson | 2020-04-28 | 1 | -19/+52 |
| | |||||
* | 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 |
| | |||||
* | Clean up includes a bit | Chris Robinson | 2019-07-28 | 1 | -0/+1 |
| | | | | | | | Trying out the IWYU tool to only include what's necessary in a given file. Seems to work decently (it'll miss some headers, suggest unnecessary ones, and make nonsense suggestions for some things, but overall gives a good starting point), and helps clean out some headers. | ||||
* | Rename ALCdevice_struct and ALCcontext_struct | Chris Robinson | 2019-01-01 | 1 | -2/+2 |
| | | | | | | | | | | | A (possibly contentious?) change in the public headers. Those names were never part of any specification, and I don't know why the struct names differed from the actual type name. But with C++, which takes the original struct declaration as the original name, it was affecting the type's internal symbols. This shouldn't affect user code since ALCdevice_struct and ALCcontext_struct were never part of the spec. If issues arise from this change, it should be reported. | ||||
* | 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 |
| | |||||
* | Fix EFX_REVERB_PRESET_DRIVING_COMMENTATOR | Chris Robinson | 2015-04-04 | 1 | -1/+1 |
| | |||||
* | 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 | 4 | -11/+18 |
| | |||||
* | 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 |
| | |||||
* | Fix compiling al.h with C++ | Chris Robinson | 2012-04-24 | 1 | -1/+1 |
| | |||||
* | Reformat alc/h and al.h, and redo the comments | Chris Robinson | 2012-04-21 | 2 | -666/+574 |
| | |||||
* | Remove export pragmas from headers | Chris Robinson | 2012-04-20 | 2 | -14/+0 |
| | | | | | Available information suggests it's only useful for Mac OS9 and earlier (not OSX). | ||||
* | 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 |
| | |||||
* | Fix typo in the "CarpetedHallway" reverb preset | Chris Robinson | 2012-02-01 | 1 | -1/+1 |
| | |||||
* | Make the EFX preset values explicit floats | Chris Robinson | 2012-01-31 | 1 | -113/+113 |
| | |||||
* | Reorder a couple effect presets | Chris Robinson | 2012-01-29 | 1 | -3/+3 |
| | |||||
* | Add some more reverb presets | Chris Robinson | 2012-01-27 | 1 | -0/+289 |
| | |||||
* | Add the ability to specify a preset for forced reverb | Chris Robinson | 2012-01-19 | 1 | -0/+113 |
| | |||||
* | Finalize AL_SOFT_buffer_samples | Chris Robinson | 2012-01-10 | 1 | -0/+64 |
| | |||||
* | Use an explicit 0 for the "no error" enums | Chris Robinson | 2011-12-03 | 2 | -2/+2 |
| | |||||
* | Add AL_EXT_MULAW and AL_EXT_ALAW tokens to alext.h | Chris Robinson | 2011-10-01 | 1 | -0/+12 |
| | |||||
* | Constify some parameters | Chris Robinson | 2011-09-22 | 1 | -18/+18 |
| | |||||
* | Fix namespacing of EFX filter property values | Chris Robinson | 2011-06-16 | 1 | -21/+21 |
| |