aboutsummaryrefslogtreecommitdiffstats
path: root/al
Commit message (Expand)AuthorAgeFilesLines
* 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
* Avoid a manual loop to find a buffer queue entryChris Robinson2022-12-241-6/+3
* Constify some parametersChris Robinson2022-12-241-16/+16
* Avoid using a macro to set a context error and returnChris Robinson2022-12-246-84/+89
* Avoid some macros for checking property sizes and valuesChris Robinson2022-12-241-169/+228
* Use a bitset for the enabled event flagsChris Robinson2022-12-161-14/+9
* Avoid inlining certain exception functionsChris Robinson2022-12-165-27/+24
* Implement an al::unreachable wrapper/helperChris Robinson2022-12-131-2/+2
* Rename a potentially confusing member functionChris Robinson2022-12-081-1/+1
* Avoid using a macro to wrap standard attributesChris Robinson2022-12-0610-415/+415
* Avoid LIKELY/UNLIKELY macrosChris Robinson2022-12-052-142/+142
* Avoid some uses of the LIKELY/UNLIKELY macrosChris Robinson2022-12-054-195/+198
* Use standard likely/unlikely attributes when availableChris Robinson2022-12-056-83/+83
* Add functions to start sources at a particular device timeChris Robinson2022-11-031-161/+234
* Add the ability to start a voice at a particular timeChris Robinson2022-11-031-0/+2
* int64_t max can't fit into a double without narrowingChris Robinson2022-11-021-6/+0
* Handle negative voice positionsChris Robinson2022-11-021-36/+66
* Fixed bug and possible overflow type (#771)Herman Semenov2022-09-231-1/+1
* Clear the buffer from X-RAM before updating its sizeChris Robinson2022-08-051-0/+3
* AllocEffectSlot can't failChris Robinson2022-07-291-17/+3
* Use an intrusive_ptr to hold on to the EffectStateChris Robinson2022-07-291-5/+3
* Mark the EffectSlot in use after getting oneChris Robinson2022-07-261-0/+1
* Remove a redundant checkChris Robinson2022-07-171-3/+0
* Fix parameter signednessChris Robinson2022-07-172-2/+2
* Fix possible C2084 compiler error (#735)Edoardo Lolletti2022-07-171-0/+3