summaryrefslogtreecommitdiff
path: root/src/output/Init.cxx
AgeCommit message (Expand)Author
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
2016-07-01mixer/software: move Filter management to the AudioOutputMax Kellermann
2016-06-22output/Init: use C++11 initializersMax Kellermann
2016-02-26update copyright year to 2016Max Kellermann
2015-01-21config/Param: split block-specific attributes to new struct ConfigBlockMax Kellermann
2015-01-21config/Option: convert to strictly-typed enumMax Kellermann
2015-01-01Copyright year 2015Max Kellermann
2014-12-24output/Internal: move enum AudioOutputCommand into the structMax Kellermann
2014-12-24output/Internal: convert audio_output_command to strictly-typed enumMax Kellermann
2014-12-08Merge tag 'v0.19.6'Max Kellermann
2014-12-02mixer/null: new mixer pluginMax Kellermann
2014-12-02MixerType: convert to strictly-typed enumMax Kellermann
2014-12-02MixerType: rename to CamelCaseMax Kellermann
2014-12-01Output: start with a null mixer.Nix
2014-02-19Mixer: add class MixerListenerMax Kellermann
2014-02-19output/Init: pass AudioOutput referencesMax Kellermann
2014-02-06mixer/Plugin: pass AudioOutput reference to init()Max Kellermann
2014-02-05Mixer: use reference instead of pointer for MixerPluginMax Kellermann
2014-02-05Mixer: rename struct mixer_plugin to MixerPluginMax Kellermann
2014-02-05MixerPlugin: add EventLoop& init() parameterMax Kellermann
2014-01-29output: move functions into the AudioOutput structMax Kellermann
2014-01-29AudioOutput: make "plugin" a referenceMax Kellermann
2014-01-29AudioOutput: pass plugin to constructorMax Kellermann
2014-01-28AudioOutput: add constructor and destructorMax Kellermann
2014-01-28output: rename source filesMax Kellermann