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
/
Control.hxx
Age
Commit message (
Expand
)
Author
2020-10-02
output/Interface: add virtual method Interrupt()
Max Kellermann
2020-03-12
replace stdint.h with cstdint
Rosen Penev
2020-02-04
remove redundant const qualification
Rosen Penev
2020-01-18
add "moveoutput" command
Max Kellermann
2020-01-18
output/Control: move code to method StopThread()
Max Kellermann
2020-01-18
output/Control: avoid sending KILL twice
Max Kellermann
2020-01-18
AudioFormat: move to pcm/
Max Kellermann
2020-01-18
copyright year 2020
Max Kellermann
2019-07-05
include cleanups (powered by iwyu)
Max Kellermann
2019-07-03
output: allow throwing any exception
Max Kellermann
2019-06-17
Copyright year 2019
Max Kellermann
2019-05-07
thread/Mutex: use `using` instead of making it a derived class
Max Kellermann
2019-04-26
output/Control: pass std::unique_lock<> to Cond::wait()
Max Kellermann
2019-04-26
output/Control: add LockEnableDisableAsync()
Max Kellermann
2019-04-26
output/Control: add LockWaitForCommand()
Max Kellermann
2019-04-26
output/MultipleOutputs: simplify locking in CheckPipe()
Max Kellermann
2019-04-26
output/Control: add `noexcept`
Max Kellermann
2018-11-12
output/control: add command `RELEASE`
Max Kellermann
2018-10-31
*: copyright year 2018
Max Kellermann
2018-08-20
Compiler.h: move to util/
Max Kellermann
2018-06-23
output/Control: add another Cond attribute, replacing audio_output_client_notify
Max Kellermann
2018-06-23
output/Control: rename "cond" to "wake_cond"
Max Kellermann
2018-01-04
output/Control: move code from FinishDestroy() to destructor
Max Kellermann
2018-01-04
output/Multiple: use std::unique_ptr<FilteredAudioOutput>
Max Kellermann
2018-01-04
output/Thread: add "noexcept"
Max Kellermann
2018-01-04
output/Control: remove unused method StopThread()
Max Kellermann
2018-01-02
output/Thread: move code to method InternalDrain()
Max Kellermann
2018-01-02
output/Thread: move code to method InternalCloseError()
Max Kellermann
2018-01-02
output/Thread: move common code to method Failure()
Max Kellermann
2017-12-19
output/Interface: add "attributes" map
Max Kellermann
2017-12-19
output/Print: print the plugin name
Max Kellermann
2017-08-08
output/Filtered: add attribute "log_name"
Max Kellermann
2017-08-07
filter/Internal: rename struct AudioOutput to FilteredAudioOutput
Max Kellermann
2017-08-07
output/Internal: move the Mutex to struct AudioOutputControl
Max Kellermann
2017-08-07
output/Thread: move code to InternalCloseOutput()
Max Kellermann
2017-08-07
output/Control: more locking information in API docs
Max Kellermann
2017-08-07
output/Thread: move code to InternalClose()
Max Kellermann
2017-08-07
output/Thread: rename InternalClose() to InternalCheckClose()
Max Kellermann
2017-06-15
output/Internal: move the "open" flag to struct AudioOutputControl
Max Kellermann
2017-06-08
output/Internal: move the AudioOutputSource to struct AudioOutputControl
Max Kellermann
2017-06-08
output/Thread: move code to InternalClose()
Max Kellermann
2017-06-08
output/Internal: move "really_enabled" flag to class AudioOutputControl
Max Kellermann
2017-06-08
output/Thread: move Enable() call to InternalEnable()
Max Kellermann
2017-06-08
output/Thread: move code to InternalDisable()
Max Kellermann
2017-05-23
output/Internal: move the "pause" flag to struct AudioOutputControl
Max Kellermann
2017-05-23
output/Thread: skip WaitForDelay() after resuming playback
Max Kellermann
2017-05-23
output/Thread: rename {Play,Pause}() to Internal{Play,Pause}()
Max Kellermann
2017-05-23
output/Internal: move "client" to struct AudioOutputControl
Max Kellermann
2017-05-23
output/{Internal,Control}: add "noexcept"
Max Kellermann
2017-05-23
output/Thread: move code to InternalOpen()
Max Kellermann
[next]