aboutsummaryrefslogtreecommitdiff
path: root/src/output/pulse_output_plugin.h
Commit message (Collapse)AuthorAge
* mixer/{alsa,pulse}: convert to C++Max Kellermann2013-01-09
|
* DatabaseVisitor, ...: use GError forward declarationMax Kellermann2012-08-02
|
* output: per-plugin headerMax Kellermann2011-09-17
| | | | | Move the "extern" declarations from output_list.c, for more type safety.
* output/pulse: don't expose internal struct in public headerMax Kellermann2011-09-17
| | | | | Provide _lock() and _unlock() to wrap all accesses from the mixer plugin.
* copyright year 2011Max Kellermann2011-01-29
|
* Update copyright notices.Avuton Olrich2009-12-31
|
* include pulse/version.h for PA_CHECK_VERSIONAlam Arias2009-10-27
|
* output/pulse: call mixer on state changesMax Kellermann2009-10-23
| | | | | | Don't let the mixer plugin "override" the libpulse callbacks. Instead, add a "mixer" attribute to the pulse_output struct, and call the mixer on all interesting events.
* pulse: code rewrite using the asynchronous libpulse APIMax Kellermann2009-10-21
This is a complete rewrite of the PulseAudio output plugin. It uses the asynchronous API, which gives us more control over everything. Additionally, it connects to the PulseAudio server on startup, and keeps this connection up while MPD runs. During pause, instead of closing the stream, it enables "cork".