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.cxx
Age
Commit message (
Expand
)
Author
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: unlock mutex during expensive operations
Max Kellermann
2018-01-04
output/Control: move code from FinishDestroy() to destructor
Max Kellermann
2018-01-04
output/Filtered: remove BeginDestroy()
Max Kellermann
2018-01-04
output/Multiple: use std::unique_ptr<FilteredAudioOutput>
Max Kellermann
2018-01-04
output/Filtered: eliminate FinishDestroy()
Max Kellermann
2018-01-04
output/Control: dispose the 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-04
output/Control: use class ScopeUnlock()
Max Kellermann
2017-12-19
output/Interface: add "attributes" map
Max Kellermann
2017-12-19
output/Print: print the plugin name
Max Kellermann
2017-12-19
Main, ...: catch any exception, not just std::runtime_error
Max Kellermann
2017-10-30
output/Control: catch and log StartThread() exceptions
Max Kellermann
2017-08-08
output/Filtered: add methods SupportsEnableDisable(), SupportsPause()
Max Kellermann
2017-08-08
output/Filtered: add attribute "log_name"
Max Kellermann
2017-08-07
output/Internal: rename source to Filtered.cxx
Max Kellermann
2017-08-07
filter/Internal: rename struct AudioOutput to FilteredAudioOutput
Max Kellermann
2017-08-07
output/Control: move two AudioOutput methods to Finish.cxx
Max Kellermann
2017-08-07
output/Internal: move the Mutex to struct AudioOutputControl
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/Internal: move "really_enabled" flag to class AudioOutputControl
Max Kellermann
2017-05-23
output/Internal: move the "pause" flag to struct AudioOutputControl
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-22
output/Internal: move several flags to struct AudioOutputControl
Max Kellermann
2017-05-22
output/Control: add method Configure()
Max Kellermann
2017-04-28
output/Internal: move thread-specific stuff to AudioOutputControl
Max Kellermann
2017-04-28
output/Control: add struct AudioOutputControl
Max Kellermann
2017-04-18
output/Control: drop "Output" prefix from file name
Max Kellermann