index
:
mpd.git
master
v0.21.x
v0.22.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2021-03-06
win32/ComWorker: make COMWorker a real class, no static members
Max Kellermann
2021-03-05
output/wasapi: Add dop support for WASAPI
Shen-Ta Hsieh
2021-03-05
output/wasapi: check AUDCLNT_E_EXCLUSIVE_MODE_NOT_ALLOWED
Max Kellermann
2021-03-05
output/wasapi: EnumerateDevices() logs, no std::vector
Max Kellermann
2021-03-05
output/wasapi: reimplement SearchDevice() without EnumerateDevices()
Max Kellermann
2021-03-05
output/wasapi: SearchDevice() returns IMMDevice
Max Kellermann
2021-03-05
output/wasapi: GetDevice() returns IMMDevice
Max Kellermann
2021-03-05
output/wasapi: use default device only if none was configured
Max Kellermann
2021-03-05
output/wasapi: release the COMWorker if OpenDevice() fails
Max Kellermann
2021-03-05
output/wasapi: SafeTry() catches all exceptions
Max Kellermann
2021-03-05
output/wasapi: move COM utilities to separate headers
Max Kellermann
2021-03-05
win32/ComPtr: operator*() returns reference
Max Kellermann
2021-03-05
output/wasapi: split the header
Max Kellermann
2021-03-05
output/wasapi: use forward declarations in the header
Max Kellermann
2021-03-05
output/wasapi: use [[gnu::pure]]
Max Kellermann
2021-03-05
output/wasapi: include cleanup
Max Kellermann
2021-03-05
output/wasapi: include config.h for ENABLE_DSD
Max Kellermann
2021-03-05
output/wasapi: move to separate directory
Max Kellermann
2021-03-05
win32/WinEvent: add default value to Wait()
Max Kellermann
2021-03-05
win32/WinEvent: un-inline the constructor
Max Kellermann
2021-03-05
thread/WindowsFuture: include cleanup
Max Kellermann
2021-03-05
win32/HResult: un-inline HResultCategory::message()
Max Kellermann
2021-03-05
win32/HResult: un-inline FormatHResultError()
Max Kellermann
2021-03-05
win32/HResult: include cleanup
Max Kellermann
2021-03-05
win32/meson.build: fix syntax error
Max Kellermann
2021-03-05
win32: build static library
Max Kellermann
2021-03-05
win32/ComWorker: fix the FormatHResultError() return type
Max Kellermann
2021-03-05
win32/ComWorker: remove debug log messages
Max Kellermann
2021-03-05
win32/ComWorker: reorder includes
Max Kellermann
2021-03-05
win32/ComWorker: include cleanup
Max Kellermann
2021-03-04
use structured binding declarations
Rosen Penev
2021-03-04
src/output: add algorithm for finding usable AudioFormat
Shen-Ta Hsieh
2021-03-04
src/output: Set fallback setting for DSD
Shen-Ta Hsieh
2021-03-04
src/output: Add Interrupt interface
Shen-Ta Hsieh
2021-03-04
src/output: Reopen device on error
Shen-Ta Hsieh
2021-03-04
src/output: Use WinEvent for as a condition_variable without lock
Shen-Ta Hsieh
2021-03-04
src/output: Move event and spsc_queue into thread object
Shen-Ta Hsieh
2021-03-04
src/win32: Add ComWorker to run all COM function on same thread
Shen-Ta Hsieh
2021-03-04
win32: Add ComWorker to run all COM function on same thread
Shen-Ta Hsieh
2021-03-04
meson.build: compile Win32Main.cxx only on Windows
Max Kellermann
2021-03-04
src/win32: Add support for COINIT_APARTMENTTHREADED
Shen-Ta Hsieh
2021-03-04
win32/Com: use if with init-statement
Shen-Ta Hsieh
2021-03-04
thread: Add `Future` implement for mingw32 without pthread
Shen-Ta Hsieh
2021-03-04
output/wasapi: use AUDCLNT_BUFFERFLAGS_SILENT for paused output
Shen-Ta Hsieh
2021-03-04
util/AllocatedString: remove Null(), IsNull()
Max Kellermann
2021-03-04
util/AllocatedString: support casting a nulled instance to string_view
Max Kellermann
2021-03-04
util/AllocatedString: add operator=()
Max Kellermann
2021-03-04
util/AllocatedString: replace Clone() with copy constructor
Max Kellermann
2021-03-04
util/AllocatedString: add const_pointer constructor
Max Kellermann
2021-03-04
util/AllocatedString: add string_view constructor
Max Kellermann
[next]