aboutsummaryrefslogtreecommitdiffstats
path: root/alc/backends/winmm.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use a string_view for the backend open methodChris Robinson2023-08-061-10/+10
* Fix some typos (#872)Dirk Stolle2023-07-041-2/+2
* Rename threads.cpp/h to alsem.cpp/hChris Robinson2023-06-011-1/+1
* Move althrd_setname to its own sourceChris Robinson2023-06-011-0/+1
* Avoid using al::vector unnecessarilyChris Robinson2023-05-121-1/+1
* Clean up some more includesChris Robinson2023-05-121-2/+2
* Use std::byte instead of a custom al::byteChris Robinson2023-05-041-2/+2
* Add preliminary support for 7.1.4 output modesChris Robinson2022-11-031-0/+1
* Handle 3D7.1 as a separate channel configurationChris Robinson2022-04-261-8/+2
* Fix the render step value for WinMMChris Robinson2021-10-051-3/+1
* Avoid 5.1Rear as its own channel configurationChris Robinson2021-07-301-1/+0
* Be more robust with unexpected channel countsChris Robinson2021-07-301-14/+13
* Update include headersChris Robinson2021-04-271-3/+3
* Use the DeviceBase for the backendChris Robinson2021-04-241-3/+3
* Move helpers.cpp to coreChris Robinson2021-04-221-1/+1
* Allow calling BackendBase::open multiple times on playback devicesChris Robinson2021-03-081-13/+19
* Move alexcpt to coreChris Robinson2020-12-241-1/+0
* Avoid AL/ALC types in the backendsChris Robinson2020-12-171-28/+26
* Don't use ALC error enums for the backend error codeChris Robinson2020-12-171-10/+12
* Don't return an enum from captureSamplesChris Robinson2020-12-171-9/+6
* Move logging to coreChris Robinson2020-12-171-1/+1
* Change a couple functions into member functionsChris Robinson2020-08-071-1/+1
* Set channel labels from WFX channel masksChris Robinson2020-06-151-2/+10
* Move a couple related functions to the backend baseChris Robinson2020-06-121-1/+1
* Don't return a bool from the backend start methodChris Robinson2020-04-281-14/+8
* Use standard attribute declarationsChris Robinson2020-04-131-1/+2
* Get rid of a redundant enumChris Robinson2020-03-301-3/+3
* Return the enumerated device names from the backendChris Robinson2020-03-301-12/+14
* Remove unnecessary locks now that the mixer doesn't require oneChris Robinson2020-02-261-6/+0
* Make CreateRingBuffer a static RingBuffer methodChris Robinson2020-01-101-2/+2
* Handle padding between device sample framesChris Robinson2019-12-211-1/+3
* Make C callbacks noexceptChris Robinson2019-10-091-6/+6
* Never return null from CreateRingBufferChris Robinson2019-10-081-1/+0
* Clean up some exception messages and avoid duplicate log messagesChris Robinson2019-10-081-13/+4
* Avoid raw lock/unlock callsChris Robinson2019-10-071-8/+6
* Use exceptions for backend open failuresChris Robinson2019-10-071-32/+35
* Fix a couple more conversion warningsChris Robinson2019-09-221-6/+6
* Return and pass more appropriate types for backendsChris Robinson2019-09-151-17/+17
* Clean up (most) implicit conversions in the backendsChris Robinson2019-09-141-4/+4
* Avoid C-style casts in C++Chris Robinson2019-09-111-3/+5
* Move the wstr converters to a separate headerChris Robinson2019-08-111-0/+1
* Rename Alc to alcChris Robinson2019-07-281-0/+640