summaryrefslogtreecommitdiff
path: root/src/output/Init.cxx
AgeCommit message (Expand)Author
2018-11-19check.h: remove obsolete headerMax Kellermann
2018-10-31*: copyright year 2018Max Kellermann
2018-08-19output/Init: pass global configuration in struct AudioOutputDefaultsMax Kellermann
2018-08-19mixer/Type: mixer_type_parse() throws on errorMax Kellermann
2018-08-18filter/LoadChain: move code to class FilterFactoryMax Kellermann
2018-07-17filter/LoadChain: use struct ConfigDataMax Kellermann
2018-07-16config/Config*: rename files, drop "Config" prefixMax Kellermann
2018-01-24util/StringFormat: new utility libraryMax Kellermann
2018-01-04output/Filtered: remove redundant nullptr assignments from Setup()Max Kellermann
2018-01-04output/Multiple: use std::unique_ptr<FilteredAudioOutput>Max Kellermann
2018-01-04output/Init: fix configuration option name in error messageMax Kellermann
2018-01-02filter/FilterConfig: rename to LoadChain.cxxMax Kellermann
2018-01-01Filter/Internal: split headerMax Kellermann
2017-12-27filter/Plugin: return std::unique_ptr<PreparedFilter>Max Kellermann
2017-12-19Main, ...: catch any exception, not just std::runtime_errorMax Kellermann
2017-08-10mixer/Plugin: pass AudioOutput to init()Max Kellermann
2017-08-10output/Interface: convert to abstract classMax Kellermann
2017-08-09output/Interface: convert to class, make attributes privateMax Kellermann
2017-08-08output/Interface: define a new struct AudioOutputMax Kellermann
2017-08-08output/Filtered: add method NeedFullyDefinedAudioFormat()Max Kellermann
2017-08-08output/Filtered: add attribute "log_name"Max Kellermann
2017-08-07output/Internal: rename source to Filtered.cxxMax Kellermann
2017-08-07filter/Internal: rename struct AudioOutput to FilteredAudioOutputMax Kellermann
2017-08-07filter/Normalize: add normalize_filter_prepare()Max Kellermann
2017-08-07filter/Convert: add convert_filter_prepare()Max Kellermann
2017-08-07filter/Volume: add volume_filter_prepare()Max Kellermann
2017-05-23output/Internal: move "client" to struct AudioOutputControlMax Kellermann
2017-05-22output/Internal: move several flags to struct AudioOutputControlMax Kellermann
2017-05-15Merge tag 'v0.20.7'Max Kellermann
2017-05-08*: add "noexcept" to many, many function prototypesMax Kellermann
2017-04-28output/Internal: move thread-specific stuff to AudioOutputControlMax Kellermann
2017-02-10thread/Thread: use BoundMethodMax Kellermann
2017-01-25output/Plugin: pass EventLoop& to init()Max Kellermann
2017-01-25output/Plugin: convert pointers to referencesMax Kellermann
2017-01-03update copyright yearMax Kellermann
2016-12-29output/Init: convert audio_output_setup() to methodMax Kellermann
2016-12-26output/Thread: move code to new class AudioOutputSourceMax Kellermann
2016-12-14output/Client: new interface to replace direct access to class PlayerControlMax Kellermann
2016-12-03filter/ReplayGain: add ReplayGainConfig copyMax Kellermann
2016-12-03filter/ReplayGain: remove FilterPlugin instance, add explicit constructorMax Kellermann
2016-12-03filter/ReplayGain: convert pointers to referencesMax Kellermann
2016-11-09output/Plugin: remove 'Error&' parameters, use C++ exceptions onlyMax Kellermann
2016-11-09output/Init: migrate _setup() from class Error to C++ exceptionsMax Kellermann
2016-11-09output/Init: migrate Configure() from class Error to C++ exceptionsMax Kellermann
2016-11-09output/Internal: hide Configure() and remove the non-configuring constructorMax Kellermann
2016-10-28output/Init: add constructor overload which calls Configure()Max Kellermann
2016-10-28AudioParser: throw exception on errorMax Kellermann
2016-09-09mixer: migrate to C++ exceptionsMax Kellermann
2016-09-04Filter/Plugin: migrate from class Error to C++ exceptionsMax Kellermann
2016-07-01filter/FilterInternal: split class Filter, add class PreparedFilterMax Kellermann