summaryrefslogtreecommitdiff
path: root/Source/Core/AudioCommon/CubebStream.cpp
AgeCommit message (Expand)Author
2025-11-07CubebStream: Use WorkQueueThread::PushBlocking instead of sync_eventDentomologist
2025-06-07Merge pull request #13697 from tygyh/AudioCommon/Remove-unused-includesJordan Woyak
2025-05-30AudioCommon: Remove unused qualifiers and make variables constantDr. Dystopia
2025-05-25AudioCommon: Remove unused includesDr. Dystopia
2025-05-01Core and AudioCommon: Use AsyncWorkThread.Jordan Woyak
2023-02-04WorkQueueThread: provide name and function at same timeScott Mansell
2022-11-27Correctly call CoUninitialize() on Cubeb helper class destruction.Admiral H. Curtiss
2022-11-26Core: Use extra thread for Cubeb on Windows to not disturb the CoInitialize s...Admiral H. Curtiss
2022-11-26Core: Abide by COM MTA requirement for cubeb on Windows. Partially based on h...Admiral H. Curtiss
2022-11-26Externals: Update cubeb to mozilla/cubeb@773f16b7ea308392c05be3e290163d1f636e...Admiral H. Curtiss
2021-12-10Treewide: Adjust order of includesPokechu22
2021-10-15Port Main.DSP to MainSettingssowens99
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2020-10-21AudioCommon: Migrate logging over to fmtLioncash
2019-11-11Centralize logic to detect when the DPL2 decoder should be used.LAGonauta
2019-10-22DSP must be set to LLE to select the decoderLAGonauta
2019-02-13Removed FFDShow DPL2 decoderLAGonauta
2017-11-19SoundStream: change Start/Stop to Init/SetRunning/destructMichael M
2017-11-19CubebStream: implement SetRunningMichael M
2017-10-21Externals: update cubeb to kinetiknz/cubeb@c2bd582Michael M
2017-06-03AudioCommon: move DPL2 decoding into MixerMichael Maltese
2017-05-27Add CubebUtils namespace and hook up cubeb loggingMichael Maltese
2017-05-27AudioCommon: add Cubeb backendMichael Maltese