aboutsummaryrefslogtreecommitdiffstats
path: root/src/output/plugins/PulseOutputPlugin.cxx (follow)
Commit message (Expand)AuthorAgeFilesLines
* output/pulse: Add possibility to set custom cookie path per outputcustom-cookie-pathAlexander Sulfrian2015-12-041-0/+7
* config/Param: split block-specific attributes to new struct ConfigBlockMax Kellermann2015-01-211-10/+10
* output/pulse: add wrapper for pa_threaded_mainloop_signal()Max Kellermann2015-01-041-7/+11
* output/pulse: convert to classMax Kellermann2015-01-041-1/+3
* output/pulse: move more code into the structMax Kellermann2015-01-041-75/+148
* output/pulse: use AudioOutputWrapper::Init()Max Kellermann2015-01-041-9/+7
* Copyright year 2015Max Kellermann2015-01-011-1/+1
* output/pulse: move code into the structMax Kellermann2014-12-301-284/+297
* output/pulse: move initialization to constructorMax Kellermann2014-12-291-5/+3
* output/pulse: remove unnecessary initializationMax Kellermann2014-12-291-2/+0
* {mixer,output}/pulse: move code to LogPulseError()Max Kellermann2014-12-291-6/+4
* output/pulse: move SetError() to lib/pulse/Error.cxxMax Kellermann2014-12-291-21/+17
* {mixer,output}/pulse: use a common Domain instanceMax Kellermann2014-12-291-12/+10
* Set pulseaudio channel map to WAVE-EXSteven Newbury2014-10-251-1/+5
* output/pulse: simplify _wait_for_operation()Max Kellermann2014-09-051-6/+3
* PulseOutputPlugin: set icon namePete Beardmore2014-03-041-0/+1
* output/pulse: use setenv() instead of g_setenv()Max Kellermann2014-02-241-3/+2
* output/pulse: remove bogus g_free() callMax Kellermann2014-02-241-2/+0
* mixer/Plugin: pass AudioOutput reference to init()Max Kellermann2014-02-061-34/+30
* output: move functions into the AudioOutput structMax Kellermann2014-01-291-1/+1
* AudioOutput: pass plugin to constructorMax Kellermann2014-01-291-1/+4
* AudioOutput: add constructor and destructorMax Kellermann2014-01-281-1/+0
* output: rename struct audio_output to AudioOutputMax Kellermann2014-01-281-11/+11
* OutputPlugin: rename struct audio_output_plugin to AudioOutputPluginMax Kellermann2014-01-281-1/+1
* Mixer*: move to mixer/Max Kellermann2014-01-241-2/+2
* output/*: move to output/plugins/Max Kellermann2014-01-231-0/+889