summaryrefslogtreecommitdiff
path: root/src/output/Init.cxx
AgeCommit message (Expand)Author
2021-01-01copyright year 2021Max Kellermann
2020-09-23LogLevel: rename DEFAULT to NOTICEMax Kellermann
2020-03-12replace assert.h with cassertRosen Penev
2020-01-18AudioFormat: move to pcm/Max Kellermann
2020-01-18copyright year 2020Max Kellermann
2019-09-26output: use StringIsEqual()Max Kellermann
2019-07-30pcm/Volume: convert S16 to S24 to preserve quality and reduce noiseMax Kellermann
2019-07-12output/Init: pass MixerType to _load_mixer()Max Kellermann
2019-07-05include cleanups (powered by iwyu)Max Kellermann
2019-06-17Copyright year 2019Max Kellermann
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