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
/
NullOutputPlugin.cxx
Age
Commit message (
Expand
)
Author
2017-05-08
*: add "noexcept" to many, many function prototypes
Max Kellermann
2017-01-03
update copyright year
Max Kellermann
2016-12-28
output/Timer: use std::chrono
Max Kellermann
2016-12-28
output/Plugin: delay() returns std::chrono::steady_clock::duration
Max Kellermann
2016-11-09
output/Plugin: remove 'Error&' parameters, use C++ exceptions only
Max Kellermann
2016-11-09
output/null: migrate from class Error to C++ exceptions
Max Kellermann
2016-02-26
update copyright year to 2016
Max Kellermann
2015-01-21
config/Param: split block-specific attributes to new struct ConfigBlock
Max Kellermann
2015-01-09
output/null: convert struct to class
Max Kellermann
2015-01-09
output/null: move functions into the struct
Max Kellermann
2015-01-01
Copyright year 2015
Max Kellermann
2014-02-19
Timer: move to output/
Max Kellermann
2014-01-29
output: move functions into the AudioOutput struct
Max Kellermann
2014-01-29
AudioOutput: pass plugin to constructor
Max Kellermann
2014-01-28
AudioOutput: add constructor and destructor
Max Kellermann
2014-01-28
output: rename struct audio_output to AudioOutput
Max Kellermann
2014-01-28
OutputPlugin: rename struct audio_output_plugin to AudioOutputPlugin
Max Kellermann
2014-01-23
output/*: move to output/plugins/
Max Kellermann