aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Add another missing headerChris Robinson2023-04-291-0/+1
* Add a missing includeChris Robinson2023-04-291-0/+1
* Start a debug API extensionChris Robinson2023-04-296-7/+196
* Don't try to access null pointersChris Robinson2023-04-285-0/+15
* Unset sLocalContext when releasing itChris Robinson2023-04-281-1/+1
* Use a static_cast for older versions of MSVCChris Robinson2023-04-271-2/+3
* Use std::transform to cast doubles to floatsChris Robinson2023-04-271-2/+4
* Cast a value to the expected type for MSVCChris Robinson2023-04-261-2/+2
* Handle signed int values holding FourCC codesChris Robinson2023-04-261-0/+1
* Print CoreAudio errors as FourCC codes when possibleChris Robinson2023-04-261-43/+58
* Check the correct device property to detect headphonesChris Robinson2023-04-251-3/+3
* Try to detect headphones with CoreAudioChris Robinson2023-04-241-0/+18
* Make sure extension functions are properly aligned on 32-bitChris Robinson2023-04-122-4/+5
* Release 1.23.1Chris Robinson2023-04-113-2/+33
* Add a version script for non-Windows/macOS systemsChris Robinson2023-04-102-4/+204
* Reorder some struct fields for consistencyChris Robinson2023-04-082-19/+16
* Remove an unused variableChris Robinson2023-04-071-5/+0
* Scale B-Format panning coefficients only when neededChris Robinson2023-04-061-7/+7
* Simplify effect state buffer handling someChris Robinson2023-04-0417-71/+52
* Remove a duplicate functionChris Robinson2023-04-031-19/+3
* Support the AL_EXT_STATIC_BUFFER extensionChris Robinson2023-04-034-20/+149
* Hold the buffer sample pointer separate from the vectorChris Robinson2023-04-033-7/+12
* Finalize AL_SOFT_source_start_delayChris Robinson2023-03-313-11/+11
* Don't check for backend packages that aren't wantedChris Robinson2023-03-301-202/+192
* Make sure delayed-start voices are properly stoppedChris Robinson2023-03-291-1/+10
* Allow using a negative offset with callback buffersChris Robinson2023-03-281-1/+4
* Log the buffer format when queueing mismatched buffersChris Robinson2023-03-223-2/+46
* Remove the separate UserFmt typesChris Robinson2023-03-193-273/+131
* Simplify some samples-to-bytes conversionsChris Robinson2023-03-191-40/+8
* Add a compat option to restore AL_SOFT_buffer_sub_dataChris Robinson2023-03-177-28/+188
* Rename some member functions and variables for consistencyChris Robinson2023-03-165-240/+237
* Commit deferred EAX properties in alcProcessContextChris Robinson2023-03-165-45/+17
* Recognize I24 and I32 formats from OboeChris Robinson2023-03-151-1/+15
* Allow Oboe to resample when requesting a sample rateChris Robinson2023-03-151-0/+3
* 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
* Don't change the context's EAX version on every set/get callChris Robinson2023-03-112-44/+9
* 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-113-44/+17