aboutsummaryrefslogtreecommitdiffstats
path: root/src/output/Init.cxx (unfollow)
Commit message (Expand)AuthorFilesLines
2015-01-21config/Param: split block-specific attributes to new struct ConfigBlockMax Kellermann1-28/+29
2015-01-21config/Option: convert to strictly-typed enumMax Kellermann1-2/+2
2015-01-01Copyright year 2015Max Kellermann1-1/+1
2014-12-24output/Internal: move enum AudioOutputCommand into the structMax Kellermann1-1/+1
2014-12-24output/Internal: convert audio_output_command to strictly-typed enumMax Kellermann1-1/+1
2014-12-02mixer/null: new mixer pluginMax Kellermann1-0/+4
2014-12-02MixerType: convert to strictly-typed enumMax Kellermann1-5/+5
2014-12-02MixerType: rename to CamelCaseMax Kellermann1-1/+1
2014-12-01Output: start with a null mixer.Nix1-0/+1
2014-02-19Mixer: add class MixerListenerMax Kellermann1-3/+11
2014-02-19output/Init: pass AudioOutput referencesMax Kellermann1-29/+29
2014-02-06mixer/Plugin: pass AudioOutput reference to init()Max Kellermann1-2/+2
2014-02-05Mixer: use reference instead of pointer for MixerPluginMax Kellermann1-2/+2
2014-02-05Mixer: rename struct mixer_plugin to MixerPluginMax Kellermann1-1/+1
2014-02-05MixerPlugin: add EventLoop& init() parameterMax Kellermann1-7/+8
2014-01-29output: move functions into the AudioOutput structMax Kellermann1-18/+15
2014-01-29AudioOutput: make "plugin" a referenceMax Kellermann1-6/+6
2014-01-29AudioOutput: pass plugin to constructorMax Kellermann1-9/+7
2014-01-28AudioOutput: add constructor and destructorMax Kellermann1-12/+14
2014-01-28output: rename source filesMax Kellermann1-3/+3
2014-01-28output: rename struct audio_output to AudioOutputMax Kellermann1-6/+6
2014-01-28OutputPlugin: rename struct audio_output_plugin to AudioOutputPluginMax Kellermann1-4/+4
2014-01-24Mixer*: move to mixer/Max Kellermann1-4/+4
2014-01-24Filter*: move to filter/Max Kellermann1-6/+6
2014-01-24Config*: move to config/Max Kellermann1-2/+2
2014-01-23output/*: move to output/plugins/Max Kellermann1-0/+0
2014-01-13copyright year 2014Max Kellermann1-1/+1
2013-11-28include cleanup using iwyuMax Kellermann1-1/+0
2013-11-25Volume, Output: use new class PeriodClock instead of GTimerMax Kellermann1-1/+0
2013-11-06OutputControl: reduce the number of OutputThread wakeupsMax Kellermann1-0/+2
2013-11-04Log: add level "DEFAULT"Max Kellermann1-7/+7
2013-10-28player_control: rename to PlayerControlMax Kellermann1-1/+1
2013-10-19*: use references instead of pointersMax Kellermann1-2/+2
2013-10-19*: use nullptr instead of NULLMax Kellermann1-35/+35
2013-10-17Thread/Thread: replacement library for GThreadMax Kellermann1-1/+0
2013-10-02Log: new logging library APIMax Kellermann1-16/+18
2013-09-05conf.h: remove obsolete headerMax Kellermann1-0/+1
2013-09-04util/Error: new error passing libraryMax Kellermann1-39/+35
2013-08-04MixerPlugin: pass config_param referenceMax Kellermann1-2/+4
2013-08-04FilterPlugin: pass config_param referenceMax Kellermann1-4/+6
2013-08-04OutputPlugin: pass config_param referenceMax Kellermann1-25/+21
2013-08-03audio_format: convert to C++Max Kellermann1-3/+3
2013-08-03gcc.h: add macro gcc_unreachable()Max Kellermann1-1/+1
2013-07-30tag: convert to C++Max Kellermann1-0/+1
2013-07-30output_api: convert to C++Max Kellermann1-1/+1
2013-07-30pcm_buffer: convert to C++Max Kellermann1-2/+0
2013-04-17OutputInternal: use Mutex instead of GMutexMax Kellermann1-2/+0
2013-04-17output: convert to C++Max Kellermann1-5/+1
2013-04-16MixerInternal: convert to classMax Kellermann1-2/+2
2013-02-22mixer_plugin: convert to C++Max Kellermann1-3/+3