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
/
Init.cxx
Age
Commit message (
Expand
)
Author
2018-11-19
check.h: remove obsolete header
Max Kellermann
2018-10-31
*: copyright year 2018
Max Kellermann
2018-08-19
output/Init: pass global configuration in struct AudioOutputDefaults
Max Kellermann
2018-08-19
mixer/Type: mixer_type_parse() throws on error
Max Kellermann
2018-08-18
filter/LoadChain: move code to class FilterFactory
Max Kellermann
2018-07-17
filter/LoadChain: use struct ConfigData
Max Kellermann
2018-07-16
config/Config*: rename files, drop "Config" prefix
Max Kellermann
2018-01-24
util/StringFormat: new utility library
Max Kellermann
2018-01-04
output/Filtered: remove redundant nullptr assignments from Setup()
Max Kellermann
2018-01-04
output/Multiple: use std::unique_ptr<FilteredAudioOutput>
Max Kellermann
2018-01-04
output/Init: fix configuration option name in error message
Max Kellermann
2018-01-02
filter/FilterConfig: rename to LoadChain.cxx
Max Kellermann
2018-01-01
Filter/Internal: split header
Max Kellermann
2017-12-27
filter/Plugin: return std::unique_ptr<PreparedFilter>
Max Kellermann
2017-12-19
Main, ...: catch any exception, not just std::runtime_error
Max Kellermann
2017-08-10
mixer/Plugin: pass AudioOutput to init()
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-08
output/Filtered: add method NeedFullyDefinedAudioFormat()
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
filter/Normalize: add normalize_filter_prepare()
Max Kellermann
2017-08-07
filter/Convert: add convert_filter_prepare()
Max Kellermann
2017-08-07
filter/Volume: add volume_filter_prepare()
Max Kellermann
2017-05-23
output/Internal: move "client" to struct AudioOutputControl
Max Kellermann
2017-05-22
output/Internal: move several flags to struct AudioOutputControl
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-04-28
output/Internal: move thread-specific stuff to AudioOutputControl
Max Kellermann
2017-02-10
thread/Thread: use BoundMethod
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-29
output/Init: convert audio_output_setup() to method
Max Kellermann
2016-12-26
output/Thread: move code to new class AudioOutputSource
Max Kellermann
2016-12-14
output/Client: new interface to replace direct access to class PlayerControl
Max Kellermann
2016-12-03
filter/ReplayGain: add ReplayGainConfig copy
Max Kellermann
2016-12-03
filter/ReplayGain: remove FilterPlugin instance, add explicit constructor
Max Kellermann
2016-12-03
filter/ReplayGain: convert pointers to references
Max Kellermann
2016-11-09
output/Plugin: remove 'Error&' parameters, use C++ exceptions only
Max Kellermann
2016-11-09
output/Init: migrate _setup() from class Error to C++ exceptions
Max Kellermann
2016-11-09
output/Init: migrate Configure() from class Error to C++ exceptions
Max Kellermann
2016-11-09
output/Internal: hide Configure() and remove the non-configuring constructor
Max Kellermann
2016-10-28
output/Init: add constructor overload which calls Configure()
Max Kellermann
2016-10-28
AudioParser: throw exception on error
Max Kellermann
2016-09-09
mixer: migrate to C++ exceptions
Max Kellermann
2016-09-04
Filter/Plugin: migrate from class Error to C++ exceptions
Max Kellermann
2016-07-01
filter/FilterInternal: split class Filter, add class PreparedFilter
Max Kellermann
[next]