aboutsummaryrefslogtreecommitdiffstats
path: root/src/mixer/plugins (follow)
Commit message (Collapse)AuthorAgeFilesLines
* {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-021-0/+67
|
* mixer/software: keep attribute "volume" in the 0..100 rangeMax Kellermann2014-05-121-7/+19
| | | | | The attribute must be 0..100 and not 0..1024. Previously, the code was inconsistent.
* PulseOutputPlugin: avoid locking mainloop object from within mainloop threadPete Beardmore2014-03-051-5/+14
| | | | | | | | | | | | -fixes regression introduced by: '8d6fedf8177d0d2ced81e6d93d35c368b2ac69db [PATCH] Mixer: add class MixerListener' -listener.OnMixerVolumeChanged() called GetVolume() which attempted to acquire the lock but as per 'pa_threaded_mainloop_lock()' documentation: This function may not be called inside the event loop thread. Events that are dispatched from the event loop thread are executed with this lock held -this patch seperates the underlying action of GetVolume() into a new GetVolumeInternal() function, to be called only when the lock is already held, as is the case for the listener.OnMixerVolumeChanged() call
* Mixer: add class MixerListenerMax Kellermann2014-02-196-26/+40
| | | | Use a listener interface instead of GlobalEvents.
* mixer/Plugin: pass AudioOutput reference to init()Max Kellermann2014-02-067-35/+27
| | | | Passing a void pointer is unsafe.
* MixerPlugin: convert function pointers to Mixer virtual methodsMax Kellermann2014-02-067-244/+162
|
* mixer/software: use IgnoreError()Max Kellermann2014-02-061-2/+2
|
* Mixer: rename struct mixer_plugin to MixerPluginMax Kellermann2014-02-056-6/+6
|
* MixerPlugin: add EventLoop& init() parameterMax Kellermann2014-02-056-10/+17
|
* Mixer*: move to mixer/Max Kellermann2014-01-248-0/+1237