aboutsummaryrefslogtreecommitdiffstats
path: root/al
Commit message (Expand)AuthorAgeFilesLines
* Rename some member functions and variables for consistencyChris Robinson2023-03-163-122/+119
* Commit deferred EAX properties in alcProcessContextChris Robinson2023-03-163-31/+6
* Fix the format check for queueing buffersChris Robinson2023-03-151-1/+1
* Set a default version for EAX source propertiesChris Robinson2023-03-142-15/+15
* Don't allow queueing a buffer with no formatChris Robinson2023-03-121-10/+18
* Rename some class members for styling consistencyChris Robinson2023-03-112-101/+84
* Check the correct ID value for clearing the deferred flagChris Robinson2023-03-111-1/+1
* Don't set a default EAX version for fx slotsChris Robinson2023-03-111-1/+0
* Update the EAX version after setting fx slot propertiesChris Robinson2023-03-111-7/+10
* Avoid copying to a temporaryChris Robinson2023-03-1111-120/+116
* Remove some more unnecessary clampsChris Robinson2023-03-111-46/+20
* Remove an unused functionChris Robinson2023-03-111-8/+0
* Rename some struct members for clarityChris Robinson2023-03-1113-151/+153
* Convert the remaining EAX effectsChris Robinson2023-03-115-649/+410
* Simplify committing EAX effect propertiesChris Robinson2023-03-115-242/+78
* Convert the EAX Frequency Shifter effectChris Robinson2023-03-112-152/+107
* Don't commit EAX updates in applyAllUpdatesChris Robinson2023-03-112-36/+9
* Convert the EAX Echo and Equalizer effectsChris Robinson2023-03-114-521/+389
* Convert the EAX Autowah and Compressor effectsChris Robinson2023-03-114-356/+278
* Convert the EAX Compressor effectChris Robinson2023-03-104-130/+93
* Convert EAX chorus and flanger effectsChris Robinson2023-03-104-195/+207
* Rework EAX effect handlingChris Robinson2023-03-107-1406/+1078
* Update the effect EAX version only after setting a propertyChris Robinson2023-03-091-5/+4
* Have the null effect inherit from EaxEffect4Chris Robinson2023-03-091-14/+35
* Add a type indicator to EaxEffectPropsChris Robinson2023-03-0912-55/+84
* Store the per-version EAX effect state in the base classChris Robinson2023-03-0914-471/+491
* Support aLaw samples for UHJChris Robinson2023-03-071-1/+4
* Don't use "hardware" for automatic buffer storageChris Robinson2023-03-072-14/+37
* Avoid duplicate parameter validationChris Robinson2023-03-071-7/+6
* Add queries for the buffer byte/sample/sec lengthChris Robinson2023-03-071-0/+13
* Don't assume the max property size unchecked for user pointersChris Robinson2023-03-061-56/+193
* Don't get the front element of an empty queueChris Robinson2023-03-051-1/+4
* Report the current buffer ID of a streaming sourceChris Robinson2023-03-051-2/+13
* Use macros for the likely/unlikely attributesChris Robinson2023-03-0110-417/+417
* Remove another gratuitous [[likely]]Chris Robinson2023-02-281-1/+1
* Add formats for UHJ with muLaw, and ADPCM for 2-channel UHJChris Robinson2023-02-261-4/+9
* Don't start with fading for negative offsetsChris Robinson2023-02-181-2/+4
* Track the callback buffer base separatelyChris Robinson2023-02-181-0/+1
* Set the proper block align for callback buffersChris Robinson2023-02-161-1/+1
* Remove unused decoder functionsChris Robinson2023-02-141-202/+2
* Don't convert MS ADPCM on loadChris Robinson2023-02-142-37/+7
* Support MSADPCM samples in the mixerChris Robinson2023-02-141-1/+3
* Don't convert IMA4 samples on loadChris Robinson2023-02-142-100/+98
* Support IMA4 ADPCM as a mixing voice formatChris Robinson2023-02-143-20/+22
* Separate decoding and mixing from resamplingChris Robinson2023-02-121-3/+9
* Don't set an EAX version by default for sourcesChris Robinson2023-02-052-34/+10
* Don't force an update if there is no aux slot being replacedChris Robinson2023-01-201-4/+7
* clang-tidy cleanups (#800)Rosen Penev2023-01-151-1/+1
* Avoid unnecessary uses of make_optionalChris Robinson2023-01-137-57/+57
* Avoid some explicit casts and referencesChris Robinson2023-01-012-4/+4