aboutsummaryrefslogtreecommitdiff
path: root/src/mixer
Commit message (Collapse)AuthorAge
* mixer_plugin: convert to C++Max Kellermann2013-02-22
|
* {output,mixer}/winmm: convert to C++Max Kellermann2013-02-22
|
* FilterInternal: convert struct filter to a OO interfaceMax Kellermann2013-02-02
|
* filter: convert to C++Max Kellermann2013-02-01
|
* pcm_*: convert to C++Max Kellermann2013-01-31
|
* mixer/software, filter/volume: convert to C++Max Kellermann2013-01-31
|
* output/{alsa,oss}: convert to C++Max Kellermann2013-01-29
|
* output/roar: convert to C++Max Kellermann2013-01-16
|
* mixer/Alsa: use MultiSocketMonitorMax Kellermann2013-01-15
|
* configure.ac: enable WIN32_LEAN_AND_MEAN on WindowsMax Kellermann2013-01-11
|
* EventPipe: rename to GlobalEventsMax Kellermann2013-01-09
|
* event_pipe.h: convert to C++Max Kellermann2013-01-09
|
* mixer/{alsa,pulse}: convert to C++Max Kellermann2013-01-09
|
* output/raop: delete the RAOP pluginMax Kellermann2012-05-29
| | | | | | | | | 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.
* mixer/alsa: listen for external volume changesMax Kellermann2012-01-05
| | | | | | Use libasound's polling functions, implement a bridge to GSource / GPollFD and send idle events to clients when an external program changes the ALSA mixer volume.
* mixer/alsa: move code to alsa_mixer_setup()Max Kellermann2012-01-05
| | | | Better error handling.
* mixer/alsa: move code to alsa_mixer_lookup_elem()Max Kellermann2012-01-05
|
* 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.
* output/roar: export volume methodsMax Kellermann2011-09-17
| | | | Use these instead of exposing the internal roar_t struct.
* mixer/raop: include cleanupMax Kellermann2011-08-31
|
* output/raop: remove excessive debug messagesMax Kellermann2011-08-24
|
* output/raop: consistently use GErrorMax Kellermann2011-08-24
|
* Remove unused headers in Roar plugin.Hans-Kristian Arntzen2011-03-23
| | | | Should fix build errors for Win32.
* Merge commit 'release-0.16.2'Max Kellermann2011-03-19
|\ | | | | | | | | | | | | Conflicts: Makefile.am NEWS configure.ac
| * general: whitespace cleanupThomas Jansen2011-02-09
| | | | | | | | | | Remove trailing whitespace found by this command: find -name '*.[ch]' | xargs grep "[[:space:]]$"
* | RoarAudio output pluginHans-Kristian Arntzen2011-03-16
| |
* | copyright year 2011Max Kellermann2011-01-29
| |
* | output/raop: new output pluginDustin Puckett2011-01-28
|/ | | | Remote Audio Output Protocol (RAOP), for Apple devices.
* mixer: winmm_mixer implementedDenis Krjuchkov2010-10-09
|
* Update copyright notices.Avuton Olrich2009-12-31
|
* include config.h in all sourcesMax Kellermann2009-11-12
| | | | | | After we've been hit by Large File Support problems several times in the past week (which only occur on 32 bit platforms, which I don't have), this is yet another attempt to fix the issue.
* fd_util: removed creat_cloexec()Max Kellermann2009-11-10
| | | | Add a "mode" argument to open_cloexec() instead.
* set the close-on-exec flag on all file descriptorsMax Kellermann2009-11-07
| | | | | | | | | | | Added the "fd_util" library, which attempts to use the new thread-safe Linux system calls pipe2(), accept4() and the options O_CLOEXEC, SOCK_CLOEXEC. Without these, it falls back to FD_CLOEXEC, which is not thread safe. This is particularly important for the "pipe" output plugin (and others, such as JACK/PulseAudio), because we were heavily leaking file descriptors to child processes.
* 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.
* mixer_control: allow methods "open" and "close" to be NULLMax Kellermann2009-10-23
| | | | | It's possible to have a mixer implementation which does not explicitly need the methods open() and close().
* mixer/pulse: don't get volume if stream is not yet readyMax Kellermann2009-10-22
| | | | Moved the check from pulse_mixer_open() to pulse_mixer_update().
* 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".
* mixer_plugin: pass audio_output pointer to mixer_plugin.init()Max Kellermann2009-10-21
| | | | | This allows the mixer object to access its associated audio output object.
* mixer_plugin: use GError for error handlingMax Kellermann2009-10-20
|
* mixer/{oss,alsa}: renamed the mixer source filesMax Kellermann2009-10-20
|
* pulse: renamed source filesMax Kellermann2009-10-20
|
* mixer/software: new mixer which controls filter/volumeMax Kellermann2009-07-06
| | | | | | | This mixer plugin may be used instead of the traditional global software mixer. It integrates with the "volume" filter plugin, and can control the software volume of an audio output which has no hardware mixer.
* alsa_mixer: use g_ascii_strcasecmp() instead of strcasecmp()Max Kellermann2009-04-28
| | | | | strcasecmp() is locale dependent, making it a bad choice for internal string comparisons.
* alsa_mixer: add mixer_index optionDaniel Kahn Gillmor2009-04-28
| | | | This allows you to select controls with duplicate names.
* pulse_mixer: use PULSE's mainloop lock instead of GMutexMax Kellermann2009-04-25
| | | | | | Using two different kinds of locks may result in a race condition with a deadlock. The libpulse callbacks need no locks at all, because the mainloop object can be assumed to be already locked.
* alsa_mixer: call snd_config_update_free_global() in finish()Max Kellermann2009-04-21
| | | | | | | | snd_config_update_free_global() frees cached ALSA configuration. This keeps valgrind a little bit more quiet. This patch moves the call from the open() method into the finish() method, which seems more natural: it allows the use of the config cache, and improves the cleanup phase.
* mixer: assert that the new volume value is validMax Kellermann2009-03-27
| | | | | Added an assertion in mixer_set_volume(). Removed the range checks from the ALSA and OSS plugins.
* pulse_mixer: protect the struct with a mutexMax Kellermann2009-03-27
| | | | | | There are numerous race conditions between the libpulse thread (pulse_mixer.c callbacks) and the rest of MPD. Protect the volatile attributes of the pulse_mixer struct with a mutex to fix that.
* pulse_mixer: return if mixer is offlineMax Kellermann2009-03-27
| | | | | Eliminate one indent level. Also remove several debug useless debug messages.
* pulse_mixer: removed superfluous G_GNUC_UNUSED attributesMax Kellermann2009-03-27
| | | | Those parameters are used after all.