aboutsummaryrefslogtreecommitdiffstats
path: root/src/mixer (follow)
Commit message (Expand)AuthorAgeFilesLines
* StateFile: use StringAfterPrefix() instead of StringStartsWith()Max Kellermann2015-11-111-2/+2
* util/StringUtil: move comparison functions to StringCompare.cxxMax Kellermann2015-11-061-1/+1
* unix/Daemon, playlist/pls, ...: remove unused Domain variablesMax Kellermann2015-09-171-3/+0
* output: add native Haiku audio output and mixer supportFrançois Revol2015-09-172-0/+74
* *: doxygen fixupsMax Kellermann2015-03-171-1/+1
* *: change C-style prototypes, drop "(void)"Max Kellermann2015-03-031-1/+1
* config/Param: split block-specific attributes to new struct ConfigBlockMax Kellermann2015-01-2110-27/+27
* ConfigData: move struct config_param to Param.hxxMax Kellermann2015-01-212-2/+2
* MixerAll: restore "null" mixer volume from state fileMax Kellermann2015-01-161-1/+2
* Copyright year 2015Max Kellermann2015-01-0120-20/+20
* {mixer,output}/pulse: move code to LogPulseError()Max Kellermann2014-12-291-7/+5
* {mixer,output}/pulse: use a common Domain instanceMax Kellermann2014-12-291-6/+4
* mixer/pulse: remove redundant "virtual" keywordsMax Kellermann2014-12-291-4/+4
* mixer/null: new mixer pluginMax Kellermann2014-12-024-0/+73
* MixerType: convert to strictly-typed enumMax Kellermann2014-12-022-12/+12
* MixerType: rename to CamelCaseMax Kellermann2014-12-022-5/+5
* fs/output, fs/TextFile: move to fs/io/Max Kellermann2014-08-071-1/+1
* *Save, *State: use the OutputStream API instead of FILE*Max Kellermann2014-07-302-5/+7
* mixer/software: keep attribute "volume" in the 0..100 rangeMax Kellermann2014-05-121-7/+19
* PulseOutputPlugin: avoid locking mainloop object from within mainloop threadPete Beardmore2014-03-051-5/+14
* Mixer: add class MixerListenerMax Kellermann2014-02-1913-44/+90
* mixer/Plugin: pass AudioOutput reference to init()Max Kellermann2014-02-0610-39/+33
* MixerPlugin: convert function pointers to Mixer virtual methodsMax Kellermann2014-02-0610-297/+199
* Mixer: delete the implicit copy constructorMax Kellermann2014-02-061-0/+2
* Mixer: make the constructor "explicit"Max Kellermann2014-02-061-1/+1
* mixer/software: use IgnoreError()Max Kellermann2014-02-061-2/+2
* Mixer: use reference instead of pointer for MixerPluginMax Kellermann2014-02-054-26/+18
* Mixer: rename struct mixer_plugin to MixerPluginMax Kellermann2014-02-0511-19/+21
* MixerPlugin: add EventLoop& init() parameterMax Kellermann2014-02-059-14/+25
* output: rename source filesMax Kellermann2014-01-281-1/+1
* output: rename struct audio_output to AudioOutputMax Kellermann2014-01-282-4/+4
* OutputPlugin: rename struct audio_output_plugin to AudioOutputPluginMax Kellermann2014-01-281-1/+1
* OutputAll: convert to class, move instance to class PartitionMax Kellermann2014-01-284-133/+57
* Mixer*: move to mixer/Max Kellermann2014-01-2419-6/+920
* Filter*: move to filter/Max Kellermann2014-01-241-4/+4
* Config*: move to config/Max Kellermann2014-01-242-2/+2
* output/*: move to output/plugins/Max Kellermann2014-01-234-5/+5
* copyright year 2014Max Kellermann2014-01-138-8/+8
* event/MultiSocketMonitor: add method ClearSocketList()Max Kellermann2014-01-061-1/+3
* event/MultiSocketMonitor: add method ReplaceSocketList()Max Kellermann2014-01-051-18/+1
* mixer/alsa: use DeferredMonitor to update file descriptorsMax Kellermann2014-01-041-14/+7
* pcm/PcmVolume: rename to Volume.cxxMax Kellermann2013-12-231-1/+1
* util/Clamp: generic Clamp() functionMax Kellermann2013-12-221-2/+2
* Merge branch 'v0.18.x'Max Kellermann2013-12-151-1/+13
|\
| * mixer/alsa: fix deadlockMax Kellermann2013-12-151-1/+13
* | Merge branch 'v0.18.x'Max Kellermann2013-12-141-1/+2
|\|
| * mixer/alsa: use BlockingCall() instead of EventLoop::AddCall()Max Kellermann2013-12-131-1/+2
* | include cleanup using iwyuMax Kellermann2013-11-284-11/+4
|/
* mixer/software: fix double free bugMax Kellermann2013-10-301-3/+15
* *: use nullptr instead of NULLMax Kellermann2013-10-282-17/+17