aboutsummaryrefslogtreecommitdiffstats
path: root/src/mixer (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* | Merge branch 'v0.18.x'Max Kellermann2013-12-141-1/+2
|\|
| * 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().
* | include cleanup using iwyuMax Kellermann2013-11-284-11/+4
|/
* mixer/software: fix double free bugMax Kellermann2013-10-301-3/+15
|
* *: use nullptr instead of NULLMax Kellermann2013-10-282-17/+17
|
* Util/ASCII: add StringEqualsCaseASCII() overload with lengthMax Kellermann2013-10-211-3/+2
| | | | Replaces GLib's g_ascii_strncasecmp().
* Util/ASCII: add function StringEqualsCaseASCII()Max Kellermann2013-10-201-3/+3
| | | | Replaces GLib's g_ascii_strcasecmp().
* Client, ...: remove unnecessary glib.h includeMax Kellermann2013-10-151-2/+0
|
* Log: new logging library APIMax Kellermann2013-10-024-14/+15
| | | | | 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
|\
| * mixer/alsa: handle ENODEVMax Kellermann2013-10-011-0/+5
| | | | | | | | | | Fixes busy loop when USB sound device gets unplugged (Mantis bug #3824).
| * mixer/alsa: log snd_mixer_handle_events() errorsMax Kellermann2013-10-011-1/+6
| |
* | conf.h: remove obsolete headerMax Kellermann2013-09-051-1/+0
| | | | | | | | | | Use only ConfigData.hxx in plugin sources to reduce header dependencies.
* | util/Error: new error passing libraryMax Kellermann2013-09-046-124/+102
| | | | | | | | 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.
* | *: remove remaining __cplusplus checksMax Kellermann2013-08-071-8/+0
| |
* | mixer/alsa: use AllocatedArray for the pollfd bufferMax Kellermann2013-08-071-3/+5
| |
* | Makefile.am: move sources to libsystem.aMax Kellermann2013-08-071-1/+1
| |
* | *: use gcc.h macros instead of GLibMax Kellermann2013-08-044-9/+10
| |
* | MixerPlugin: pass config_param referenceMax Kellermann2013-08-046-19/+19
| |
* | FilterPlugin: pass config_param referenceMax Kellermann2013-08-041-1/+3
| |
* | tag: convert to C++Max Kellermann2013-07-301-0/+1
| |
* | output_api: convert to C++Max Kellermann2013-07-304-4/+4
| |
* | mixer/software: use gcc_unused instead of G_GNUC_UNUSEDMax Kellermann2013-04-161-5/+5
| |
* | MixerInternal: convert to classMax Kellermann2013-04-167-59/+51
| |
* | mixer/winmm: convert to a classMax Kellermann2013-04-161-10/+12
| |
* | mixer/Software: convert to a classMax Kellermann2013-04-161-20/+22
| |
* | mixer/Pulse: convert to a classMax Kellermann2013-04-162-25/+22
| |
* | mixer/Oss: convert to a classMax Kellermann2013-04-161-51/+92
| |
* | mixer/Alsa: convert to a classMax Kellermann2013-04-161-67/+103
| |
* | output/Pulse: convert to C++Max Kellermann2013-04-162-6/+6
| |
* | pcm_*: move to src/pcm/Max Kellermann2013-04-091-1/+1
| |
* | mixer_plugin: convert to C++Max Kellermann2013-02-226-6/+6
| |
* | {output,mixer}/winmm: convert to C++Max Kellermann2013-02-221-9/+12
| |
* | FilterInternal: convert struct filter to a OO interfaceMax Kellermann2013-02-022-4/+4
| |
* | filter: convert to C++Max Kellermann2013-02-011-2/+2
| |
* | pcm_*: convert to C++Max Kellermann2013-01-311-1/+1
| |
* | mixer/software, filter/volume: convert to C++Max Kellermann2013-01-312-11/+13
| |
* | output/{alsa,oss}: convert to C++Max Kellermann2013-01-291-8/+8
| |
* | output/roar: convert to C++Max Kellermann2013-01-161-52/+24
| |
* | mixer/Alsa: use MultiSocketMonitorMax Kellermann2013-01-151-134/+37
| |
* | configure.ac: enable WIN32_LEAN_AND_MEAN on WindowsMax Kellermann2013-01-111-0/+2
| |
* | EventPipe: rename to GlobalEventsMax Kellermann2013-01-092-5/+5
| |
* | event_pipe.h: convert to C++Max Kellermann2013-01-092-2/+2
| |
* | mixer/{alsa,pulse}: convert to C++Max Kellermann2013-01-093-28/+40
|/
* output/raop: delete the RAOP pluginMax Kellermann2012-05-291-67/+0
| | | | | | | | | This plugin is horrible code, I mean it. Last year, I tried hard to fix it, but I figured would take less time to do a full rewrite. Given that I don't even have any device that supports RAOP, I can't do that properly. After 16 months, nobody volunteered for fixing it. Hereby, I delete it, because having no RAOP plugin is better than having this mess. Sorry.