index
:
dolphin
4.0-hotfixes
master
release-prep-2407
release-prep-2409
release-prep-2412
release-prep-2503
release-prep-2503a
release-prep-2506
release-prep-2506a
release-prep-2509
release-prep-2512
release-prep-2603
release-prep-2603a
release-prep-2606
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Core
/
AudioCommon
/
CubebStream.cpp
Age
Commit message (
Expand
)
Author
2025-11-07
CubebStream: Use WorkQueueThread::PushBlocking instead of sync_event
Dentomologist
2025-06-07
Merge pull request #13697 from tygyh/AudioCommon/Remove-unused-includes
Jordan Woyak
2025-05-30
AudioCommon: Remove unused qualifiers and make variables constant
Dr. Dystopia
2025-05-25
AudioCommon: Remove unused includes
Dr. Dystopia
2025-05-01
Core and AudioCommon: Use AsyncWorkThread.
Jordan Woyak
2023-02-04
WorkQueueThread: provide name and function at same time
Scott Mansell
2022-11-27
Correctly call CoUninitialize() on Cubeb helper class destruction.
Admiral H. Curtiss
2022-11-26
Core: Use extra thread for Cubeb on Windows to not disturb the CoInitialize s...
Admiral H. Curtiss
2022-11-26
Core: Abide by COM MTA requirement for cubeb on Windows. Partially based on h...
Admiral H. Curtiss
2022-11-26
Externals: Update cubeb to mozilla/cubeb@773f16b7ea308392c05be3e290163d1f636e...
Admiral H. Curtiss
2021-12-10
Treewide: Adjust order of includes
Pokechu22
2021-10-15
Port Main.DSP to MainSettings
sowens99
2021-07-05
treewide: convert GPLv2+ license info to SPDX tags
Pierre Bourdon
2020-10-21
AudioCommon: Migrate logging over to fmt
Lioncash
2019-11-11
Centralize logic to detect when the DPL2 decoder should be used.
LAGonauta
2019-10-22
DSP must be set to LLE to select the decoder
LAGonauta
2019-02-13
Removed FFDShow DPL2 decoder
LAGonauta
2017-11-19
SoundStream: change Start/Stop to Init/SetRunning/destruct
Michael M
2017-11-19
CubebStream: implement SetRunning
Michael M
2017-10-21
Externals: update cubeb to kinetiknz/cubeb@c2bd582
Michael M
2017-06-03
AudioCommon: move DPL2 decoding into Mixer
Michael Maltese
2017-05-27
Add CubebUtils namespace and hook up cubeb logging
Michael Maltese
2017-05-27
AudioCommon: add Cubeb backend
Michael Maltese