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
/
output
/
plugins
/
wasapi
/
WasapiOutputPlugin.cxx
Age
Commit message (
Expand
)
Author
2021-08-10
output/wasapi: check ENABLE_DSD before setting dsd_mode
Max Kellermann
2021-06-25
decoder/mad, ...: more libfmt logging
Max Kellermann
2021-06-24
Partition, ...: use libfmt for logging
Max Kellermann
2021-05-19
meson.build: define NOUSER on Windows for lighter windows.h
Max Kellermann
2021-05-19
output/wasapi: use "%lu" in log calls
Max Kellermann
2021-03-13
output/wasapi: use calculated new buffer instead old one
Shen-Ta Hsieh
2021-03-10
output/wasapi: implement Drain()
Max Kellermann
2021-03-10
output/wasapi: move the "is_started" flag to class WasapiOutputThread
Max Kellermann
2021-03-10
output/wasapi: eliminate `friend` declaration
Max Kellermann
2021-03-10
output/wasapi: implement Cancel() properly
Max Kellermann
2021-03-10
output/wasapi: add field `paused`
Max Kellermann
2021-03-10
output/wasapi: initialize is_started in Open()
Max Kellermann
2021-03-10
output/wasapi: move the thread->Play() call right before the consumed_size check
Max Kellermann
2021-03-10
output/wasapi: make device_config `const`
Max Kellermann
2021-03-10
output/wasapi: move runtime fields below configuration fields
Max Kellermann
2021-03-10
output/wasapi: make configuration fields `const`
Max Kellermann
2021-03-10
output/wasapi: stop the IAudioClient while paused
Max Kellermann
2021-03-10
output/wasapi: combine two `if` statements to one `switch`
Max Kellermann
2021-03-10
output/wasapi: add method WasapiOutputThread::InterruptWaiter()
Max Kellermann
2021-03-10
output/wasapi: remove the broken Delay() calculation code
Max Kellermann
2021-03-10
output/wasapi: rename OpenDevice() to ChooseDevice()
Max Kellermann
2021-03-10
output/wasapi: make `enumerator` a local variable
Max Kellermann
2021-03-08
output/wasapi: start after the buffer has been filled
Max Kellermann
2021-03-08
output/wasapi: move Start()/Stop() calls to WasapiOutputThread::Work()
Max Kellermann
2021-03-08
output/wasapi: check for exceptions after Wait()
Max Kellermann
2021-03-08
output/wasapi: rename method WaitDataPoped() to Wait()
Max Kellermann
2021-03-08
output/wasapi: make the Thread a field, not a base class
Max Kellermann
2021-03-08
output/wasapi: start the WasapiOutputThread in its constructor
Max Kellermann
2021-03-08
output/wasapi: Finish() calls Join()
Max Kellermann
2021-03-08
output/wasapi: remove the thread management code from DoDisable()
Max Kellermann
2021-03-08
output/wasapi: don't clear the exception in CheckException()
Max Kellermann
2021-03-08
output/wasapi: remove the "thrown" field
Max Kellermann
2021-03-08
output/wasapi: move catch block to the Work() function level
Max Kellermann
2021-03-08
output/wasapi: make WasapiOutputThread::is_exclusive const
Max Kellermann
2021-03-08
output/wasapi: catch all exception
Max Kellermann
2021-03-08
output/wasapi: remove broken Drain() implementation
Max Kellermann
2021-03-08
output/wasapi: implement Cancel()
Max Kellermann
2021-03-08
output/wasapi: add `inline`
Max Kellermann
2021-03-08
output/wasapi: convert pointer to reference
Max Kellermann
2021-03-08
output/wasapi: move SetEventHandle() call to thread constructor
Max Kellermann
2021-03-08
output/wasapi: fix coding style
Max Kellermann
2021-03-08
output/wasapi: eliminate kErrorId
Max Kellermann
2021-03-08
output/wasapi: remove unused function SafeTry()
Max Kellermann
2021-03-08
win32/Com: make COINIT_APARTMENTTHREADED the default constructor
Max Kellermann
2021-03-08
win32/HResult: add MakeHResultError()
Max Kellermann
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
[next]