aboutsummaryrefslogtreecommitdiffstats
path: root/src/mixer/plugins/PulseMixerPlugin.cxx (unfollow)
Commit message (Expand)AuthorFilesLines
2014-12-29{mixer,output}/pulse: use a common Domain instanceMax Kellermann1-6/+4
2014-12-29mixer/pulse: remove redundant "virtual" keywordsMax Kellermann1-4/+4
2014-03-05PulseOutputPlugin: avoid locking mainloop object from within mainloop threadPete Beardmore1-5/+14
2014-02-19Mixer: add class MixerListenerMax Kellermann1-7/+8
2014-02-06mixer/Plugin: pass AudioOutput reference to init()Max Kellermann1-19/+12
2014-02-06MixerPlugin: convert function pointers to Mixer virtual methodsMax Kellermann1-63/+67
2014-02-05Mixer: rename struct mixer_plugin to MixerPluginMax Kellermann1-1/+1
2014-02-05MixerPlugin: add EventLoop& init() parameterMax Kellermann1-1/+2
2014-01-24Mixer*: move to mixer/Max Kellermann1-1/+1
2014-01-23output/*: move to output/plugins/Max Kellermann1-1/+1
2014-01-13copyright year 2014Max Kellermann1-1/+1
2013-11-28include cleanup using iwyuMax Kellermann1-2/+0
2013-10-28*: use nullptr instead of NULLMax Kellermann1-8/+8
2013-10-15Client, ...: remove unnecessary glib.h includeMax Kellermann1-2/+0
2013-10-02Log: new logging library APIMax Kellermann1-7/+7
2013-09-05conf.h: remove obsolete headerMax Kellermann1-1/+0
2013-09-04util/Error: new error passing libraryMax Kellermann1-15/+10
2013-08-04*: use gcc.h macros instead of GLibMax Kellermann1-3/+3
2013-08-04MixerPlugin: pass config_param referenceMax Kellermann1-1/+1
2013-04-16MixerInternal: convert to classMax Kellermann1-7/+7
2013-04-16mixer/Pulse: convert to a classMax Kellermann1-21/+18
2013-04-16output/Pulse: convert to C++Max Kellermann1-4/+4
2013-02-22mixer_plugin: convert to C++Max Kellermann1-1/+1
2013-01-09EventPipe: rename to GlobalEventsMax Kellermann1-3/+3
2013-01-09event_pipe.h: convert to C++Max Kellermann1-1/+1
2013-01-09mixer/{alsa,pulse}: convert to C++Max Kellermann1-11/+13
2011-09-17output/pulse: don't expose internal struct in public headerMax Kellermann1-5/+7
2011-01-29copyright year 2011Max Kellermann1-1/+1
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-11-12include config.h in all sourcesMax Kellermann1-0/+1
2009-10-23output/pulse: call mixer on state changesMax Kellermann1-127/+40
2009-10-22mixer/pulse: don't get volume if stream is not yet readyMax Kellermann1-3/+3
2009-10-21pulse: code rewrite using the asynchronous libpulse APIMax Kellermann1-209/+126
2009-10-21mixer_plugin: pass audio_output pointer to mixer_plugin.init()Max Kellermann1-1/+1
2009-10-20mixer_plugin: use GError for error handlingMax Kellermann1-13/+34
2009-10-20pulse: renamed source filesMax Kellermann1-2/+2
2009-04-25pulse_mixer: use PULSE's mainloop lock instead of GMutexMax Kellermann1-27/+13
2009-03-27pulse_mixer: protect the struct with a mutexMax Kellermann1-1/+29
2009-03-27pulse_mixer: return if mixer is offlineMax Kellermann1-29/+27
2009-03-27pulse_mixer: removed superfluous G_GNUC_UNUSED attributesMax Kellermann1-4/+4
2009-03-27pulse_mixer: use local pa_cvolume variable for set_volume()Max Kellermann1-2/+3
2009-03-27pulse_mixer: wait for get_volume() operation to completeMax Kellermann1-1/+34
2009-03-27pulse_mixer: adapted code styleMax Kellermann1-27/+52
2009-03-26pulse_mixer: removed superfluous initializationsMax Kellermann1-7/+2
2009-03-26pulse_mixer: allocate "volume" staticallyMax Kellermann1-10/+6
2009-03-26pulse_mixer: removed superfluous NULL checks in close()Max Kellermann1-12/+4
2009-03-26pulse_mixer: initialize "online" and "index" in open()Max Kellermann1-2/+5
2009-03-26pulse: make configuration strings constMax Kellermann1-6/+6
2009-03-26pulse: don't check config_param!=NULLMax Kellermann1-6/+3
2009-03-26pulse_mixer: free libpulse objects on failureMax Kellermann1-0/+6