summaryrefslogtreecommitdiff
path: root/src/mixer
AgeCommit message (Expand)Author
2016-02-26update copyright year to 2016Max Kellermann
2015-11-11StateFile: use StringAfterPrefix() instead of StringStartsWith()Max Kellermann
2015-11-06util/StringUtil: move comparison functions to StringCompare.cxxMax Kellermann
2015-09-17unix/Daemon, playlist/pls, ...: remove unused Domain variablesMax Kellermann
2015-09-17output: add native Haiku audio output and mixer supportFrançois Revol
2015-03-17*: doxygen fixupsMax Kellermann
2015-03-03*: change C-style prototypes, drop "(void)"Max Kellermann
2015-01-21config/Param: split block-specific attributes to new struct ConfigBlockMax Kellermann
2015-01-21ConfigData: move struct config_param to Param.hxxMax Kellermann
2015-01-16MixerAll: restore "null" mixer volume from state fileMax Kellermann
2015-01-01Copyright year 2015Max Kellermann
2014-12-29{mixer,output}/pulse: move code to LogPulseError()Max Kellermann
2014-12-29{mixer,output}/pulse: use a common Domain instanceMax Kellermann
2014-12-29mixer/pulse: remove redundant "virtual" keywordsMax 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-08-07fs/output, fs/TextFile: move to fs/io/Max Kellermann
2014-07-30*Save, *State: use the OutputStream API instead of FILE*Max Kellermann
2014-05-12mixer/software: keep attribute "volume" in the 0..100 rangeMax Kellermann
2014-03-05PulseOutputPlugin: avoid locking mainloop object from within mainloop threadPete Beardmore
2014-02-19Mixer: add class MixerListenerMax Kellermann
2014-02-06mixer/Plugin: pass AudioOutput reference to init()Max Kellermann
2014-02-06MixerPlugin: convert function pointers to Mixer virtual methodsMax Kellermann
2014-02-06Mixer: delete the implicit copy constructorMax Kellermann
2014-02-06Mixer: make the constructor "explicit"Max Kellermann
2014-02-06mixer/software: use IgnoreError()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-28output: rename source filesMax Kellermann
2014-01-28output: rename struct audio_output to AudioOutputMax Kellermann
2014-01-28OutputPlugin: rename struct audio_output_plugin to AudioOutputPluginMax Kellermann
2014-01-28OutputAll: convert to class, move instance to class PartitionMax Kellermann
2014-01-24Mixer*: move to mixer/Max Kellermann
2014-01-24Filter*: move to filter/Max Kellermann
2014-01-24Config*: move to config/Max Kellermann
2014-01-23output/*: move to output/plugins/Max Kellermann
2014-01-13copyright year 2014Max Kellermann
2014-01-06event/MultiSocketMonitor: add method ClearSocketList()Max Kellermann
2014-01-05event/MultiSocketMonitor: add method ReplaceSocketList()Max Kellermann
2014-01-04mixer/alsa: use DeferredMonitor to update file descriptorsMax Kellermann
2013-12-23pcm/PcmVolume: rename to Volume.cxxMax Kellermann
2013-12-22util/Clamp: generic Clamp() functionMax Kellermann
2013-12-15Merge branch 'v0.18.x'Max Kellermann
2013-12-15mixer/alsa: fix deadlockMax Kellermann
2013-12-14Merge branch 'v0.18.x'Max Kellermann
2013-12-13mixer/alsa: use BlockingCall() instead of EventLoop::AddCall()Max Kellermann
2013-11-28include cleanup using iwyuMax Kellermann
2013-10-30mixer/software: fix double free bugMax Kellermann