aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Don't bother making ALvoiceProps dynamically sizedChris Robinson2018-11-305-47/+26
|
* Move a variable declaration to a more appropriate placeChris Robinson2018-11-301-1/+1
|
* Avoid hard-coding a couple sizesChris Robinson2018-11-291-6/+6
|
* Store the source ID with the voice instead of the source pointerChris Robinson2018-11-294-20/+22
|
* Rename a function for consistencyChris Robinson2018-11-292-4/+4
|
* Reorganize some device membersChris Robinson2018-11-291-29/+30
|
* Pass the desired resampler to CreateSampleConverterChris Robinson2018-11-283-6/+12
|
* Clean up the converter a bitChris Robinson2018-11-282-64/+61
|
* Remove an improper Connected checkChris Robinson2018-11-281-1/+1
|
* Avoid the update size going to 0 with a relatively large device periodChris Robinson2018-11-281-1/+1
|
* Don't bother with (really) old pulseaudio headersChris Robinson2018-11-281-19/+0
|
* Don't sever a paused source from its voice on disconnectChris Robinson2018-11-281-9/+10
|
* Attempt to reconnect lost devices with alcResetDeviceSOFTChris Robinson2018-11-281-7/+19
| | | | | | | | | | | Be aware there's currently possible race conditions with PulseAudio's callbacks (the state callbacks need to be cleared while not playing). Also paused sources will assert/crash if attempted to play again without being explicitly stopped or rewound first. Both of these will eventually be fixed (though a paused source's offset will be lost regardless).
* Reduce some indentationChris Robinson2018-11-281-31/+26
|
* Avoid some explicit loopsChris Robinson2018-11-281-12/+17
|
* Avoid an unnecessary lambdaChris Robinson2018-11-281-3/+1
|
* Small cleanup for ~ALCcontext_structChris Robinson2018-11-273-19/+19
|
* Clean up the JACK backendChris Robinson2018-11-271-169/+186
|
* Add a unique_ptr alias for the ringbufferChris Robinson2018-11-271-0/+8
|
* Remove unneeded mutex checksChris Robinson2018-11-272-10/+0
|
* Avoid alsem* wrappers for al::semaphoreChris Robinson2018-11-272-146/+54
|
* Replace last uses of alsem_t with al::semaphoreChris Robinson2018-11-273-30/+16
|
* Make and use a semaphore classChris Robinson2018-11-278-30/+59
|
* Return a signed integer from altime_getChris Robinson2018-11-273-10/+10
|
* Add the appropriate include for the _POSIX_TIMERS macroChris Robinson2018-11-271-0/+1
|
* Swap context references in the move assignmentChris Robinson2018-11-271-6/+1
|
* Disable MSVC warning C4065Chris Robinson2018-11-271-1/+1
| | | | "switch statement contains 'default' but no 'case' labels"
* Fix use of clock_gettimeChris Robinson2018-11-271-2/+2
|
* Avoid relying on struct timespecChris Robinson2018-11-264-55/+37
|
* Avoid including threads.h in the example helpersChris Robinson2018-11-263-5/+7
|
* Remove althrd_yieldChris Robinson2018-11-267-24/+15
|
* Remove unused almtx stuffChris Robinson2018-11-262-157/+2
|
* Use a standard mutex for the remaining locksChris Robinson2018-11-267-77/+56
|
* Use a standard mutex for the source and effect slot locksChris Robinson2018-11-264-54/+49
|
* Use a standard mutex for the proplockChris Robinson2018-11-267-46/+43
|
* Use a standard mutex for the backend lockChris Robinson2018-11-264-28/+24
|
* Remove the last remaining uses of althrd_tChris Robinson2018-11-265-143/+67
|
* Merge pull request #249 from wangwenx190/patch-win10-sdkkcat2018-11-261-0/+4
|\ | | | | Support build with latest Win10 SDK
| * Update FindWindowsSDK.cmakewangwenx1902018-11-271-4/+4
| |
| * Update FindWindowsSDK.cmakewangwenx1902018-11-271-0/+4
|/ | | Support latest Win10 SDK.
* Simplify some binary search lookupsChris Robinson2018-11-261-69/+27
|
* Remove althrd_t from WindowsChris Robinson2018-11-265-119/+5
|
* Replace some uses of althrd_t with std::threadChris Robinson2018-11-262-29/+35
|
* Add a missing std::beginChris Robinson2018-11-261-1/+1
|
* Get rid of some unnecessary functionsChris Robinson2018-11-262-20/+6
|
* Get rid of the last ATOMIC macro usesChris Robinson2018-11-267-26/+11
|
* Avoid using ATOMIC_LOAD on ALCdevice::ConnectedChris Robinson2018-11-2611-18/+17
|
* Use a unique_ptr for the QSA backend dataChris Robinson2018-11-261-53/+28
|
* Rename some struct membersChris Robinson2018-11-2613-383/+378
|
* Remove some unused macrosChris Robinson2018-11-261-7/+0
|