aboutsummaryrefslogtreecommitdiffstats
path: root/src/mixer/AlsaMixerPlugin.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* copyright year 2014Max Kellermann2014-01-131-1/+1
|
* event/MultiSocketMonitor: add method ClearSocketList()Max Kellermann2014-01-061-1/+3
|
* event/MultiSocketMonitor: add method ReplaceSocketList()Max Kellermann2014-01-051-18/+1
| | | Move code from AlsaMixerPlugin.
* mixer/alsa: use DeferredMonitor to update file descriptorsMax Kellermann2014-01-041-14/+7
| | | | | EventLoop::AddCall() and EventLoop::AddIdle() are unsafe, because we can't cancel those calls.
* 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
|/ | | | | | This deadlock was a regression by commit 8e38b4f8. Since we currently can't resolve this, let's revert the commit, and add a GLib specific workaround for the build failure.
* mixer/alsa: use BlockingCall() instead of EventLoop::AddCall()Max Kellermann2013-12-131-1/+2
| | | | | This is safer, and works without epoll(). Fixes a build failure with uClibc, which does not support epoll().
* *: use nullptr instead of NULLMax Kellermann2013-10-281-9/+9
|
* Util/ASCII: add function StringEqualsCaseASCII()Max Kellermann2013-10-201-3/+3
| | | | Replaces GLib's g_ascii_strcasecmp().
* Log: new logging library APIMax Kellermann2013-10-021-2/+4
| | | | | Prepare to migrate away from GLib. Currently, we're still using GLib as a backend.
* Merge branch 'v0.17.x'Max Kellermann2013-10-011-2/+19
|
* util/Error: new error passing libraryMax Kellermann2013-09-041-46/+40
| | | | Replaces GLib's GError.
* 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
| | | | Simplify the API, don't use GLib specific integer type.
* mixer/alsa: use AllocatedArray for the pollfd bufferMax Kellermann2013-08-071-3/+5
|
* *: use gcc.h macros instead of GLibMax Kellermann2013-08-041-4/+5
|
* MixerPlugin: pass config_param referenceMax Kellermann2013-08-041-10/+10
|
* output_api: convert to C++Max Kellermann2013-07-301-1/+1
|
* MixerInternal: convert to classMax Kellermann2013-04-161-10/+8
|
* mixer/Alsa: convert to a classMax Kellermann2013-04-161-67/+103
|
* mixer_plugin: convert to C++Max Kellermann2013-02-221-1/+1
|
* mixer/Alsa: use MultiSocketMonitorMax Kellermann2013-01-151-134/+37
|
* EventPipe: rename to GlobalEventsMax Kellermann2013-01-091-2/+2
|
* event_pipe.h: convert to C++Max Kellermann2013-01-091-1/+1
|
* mixer/{alsa,pulse}: convert to C++Max Kellermann2013-01-091-0/+433