summaryrefslogtreecommitdiff
path: root/src/output/Init.cxx
AgeCommit message (Expand)Author
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
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