aboutsummaryrefslogtreecommitdiffstats
path: root/src/mixer (follow)
Commit message (Expand)AuthorAgeFilesLines
* *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
* Util/ASCII: add StringEqualsCaseASCII() overload with lengthMax Kellermann2013-10-211-3/+2
* Util/ASCII: add function StringEqualsCaseASCII()Max Kellermann2013-10-201-3/+3
* Client, ...: remove unnecessary glib.h includeMax Kellermann2013-10-151-2/+0
* Log: new logging library APIMax Kellermann2013-10-024-14/+15
* Merge branch 'v0.17.x'Max Kellermann2013-10-011-2/+19
|\
| * mixer/alsa: handle ENODEVMax Kellermann2013-10-011-0/+5
| * mixer/alsa: log snd_mixer_handle_events() errorsMax Kellermann2013-10-011-1/+6
* | conf.h: remove obsolete headerMax Kellermann2013-09-051-1/+0
* | util/Error: new error passing libraryMax Kellermann2013-09-046-124/+102
* | alsa/mixer: defer InvalidateSockets() call to I/O threadMax Kellermann2013-08-101-1/+2
* | mixer/alsa: invoke InvalidateSockets() in constructorMax Kellermann2013-08-101-1/+3
* | event/MultiSocketMonitor: PrepareSockets() returns timeoutMax Kellermann2013-08-101-3/+5
* | *: remove remaining __cplusplus checksMax Kellermann2013-08-071-8/+0
* | mixer/alsa: use AllocatedArray for the pollfd bufferMax Kellermann2013-08-071-3/+5
* | Makefile.am: move sources to libsystem.aMax Kellermann2013-08-071-1/+1
* | *: use gcc.h macros instead of GLibMax Kellermann2013-08-044-9/+10
* | MixerPlugin: pass config_param referenceMax Kellermann2013-08-046-19/+19