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
/
OutputPlugin.hxx
Age
Commit message (
Expand
)
Author
2018-10-31
*: copyright year 2018
Max Kellermann
2018-08-20
Compiler.h: move to util/
Max Kellermann
2017-12-18
Compiler.h: add gcc_returns_nonnull, gcc_returns_twice
Max Kellermann
2017-08-10
output/Interface: convert to abstract class
Max Kellermann
2017-08-09
output/Interface: convert to class, make attributes private
Max Kellermann
2017-08-08
output/Interface: define a new struct AudioOutput
Max Kellermann
2017-08-07
filter/Internal: rename struct AudioOutput to FilteredAudioOutput
Max Kellermann
2017-05-23
output/{Internal,Control}: add "noexcept"
Max Kellermann
2017-05-15
Merge tag 'v0.20.7'
Max Kellermann
2017-05-08
*: add "noexcept" to many, many function prototypes
Max Kellermann
2017-01-25
output/Plugin: pass EventLoop& to init()
Max Kellermann
2017-01-25
output/Plugin: convert pointers to references
Max Kellermann
2017-01-03
update copyright year
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-10-28
OutputInit: allow "init" to throw exception
Max Kellermann
2016-10-28
OutputThread: support plugins throwing exceptions
Max Kellermann
2016-10-28
OutputPlugin: update API documentation
Max Kellermann
2016-10-28
config/Param: use CamelCase
Max Kellermann
2016-09-19
_delay in output plugin will now ask the thread to repeatedly wait until it r...
Yue Wang
2016-02-26
update copyright year to 2016
Max Kellermann
2015-03-03
*: change C-style prototypes, drop "(void)"
Max Kellermann
2015-01-21
config/Param: split block-specific attributes to new struct ConfigBlock
Max Kellermann
2015-01-01
Copyright year 2015
Max Kellermann
2014-12-26
OutputPlugin: pass Tag reference to _send_tag()
Max Kellermann
2014-02-05
Mixer: rename struct mixer_plugin to MixerPlugin
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