aboutsummaryrefslogtreecommitdiffstats
path: root/src/mixer (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* mixer/alsa: listen for external volume changesMax Kellermann2012-01-051-1/+180
* mixer/alsa: move code to alsa_mixer_setup()Max Kellermann2012-01-051-25/+34
* mixer/alsa: move code to alsa_mixer_lookup_elem()Max Kellermann2012-01-051-24/+27
* output/pulse: don't expose internal struct in public headerMax Kellermann2011-09-171-5/+7
* output/roar: export volume methodsMax Kellermann2011-09-171-32/+3
* mixer/raop: include cleanupMax Kellermann2011-08-311-12/+2
* output/raop: remove excessive debug messagesMax Kellermann2011-08-241-1/+0
* output/raop: consistently use GErrorMax Kellermann2011-08-241-2/+2
* Remove unused headers in Roar plugin.Hans-Kristian Arntzen2011-03-231-4/+0
* Merge commit 'release-0.16.2'Max Kellermann2011-03-191-5/+5
|\
| * general: whitespace cleanupThomas Jansen2011-02-091-5/+5
* | RoarAudio output pluginHans-Kristian Arntzen2011-03-161-0/+137
* | copyright year 2011Max Kellermann2011-01-297-7/+7
* | output/raop: new output pluginDustin Puckett2011-01-281-0/+78
|/
* mixer: winmm_mixer implementedDenis Krjuchkov2010-10-091-0/+114
* Update copyright notices.Avuton Olrich2009-12-316-6/+6
* include config.h in all sourcesMax Kellermann2009-11-124-0/+4
* fd_util: removed creat_cloexec()Max Kellermann2009-11-101-1/+1
* set the close-on-exec flag on all file descriptorsMax Kellermann2009-11-071-1/+2
* output/pulse: call mixer on state changesMax Kellermann2009-10-232-127/+79
* mixer_control: allow methods "open" and "close" to be NULLMax Kellermann2009-10-231-19/+0
* mixer/pulse: don't get volume if stream is not yet readyMax Kellermann2009-10-221-3/+3
* pulse: code rewrite using the asynchronous libpulse APIMax Kellermann2009-10-211-209/+126
* mixer_plugin: pass audio_output pointer to mixer_plugin.init()Max Kellermann2009-10-214-4/+6
* mixer_plugin: use GError for error handlingMax Kellermann2009-10-204-48/+106
* mixer/{oss,alsa}: renamed the mixer source filesMax Kellermann2009-10-202-8/+8
* pulse: renamed source filesMax Kellermann2009-10-201-2/+2
* mixer/software: new mixer which controls filter/volumeMax Kellermann2009-07-062-0/+157
* alsa_mixer: use g_ascii_strcasecmp() instead of strcasecmp()Max Kellermann2009-04-281-2/+2
* alsa_mixer: add mixer_index optionDaniel Kahn Gillmor2009-04-281-2/+7
* pulse_mixer: use PULSE's mainloop lock instead of GMutexMax Kellermann2009-04-251-27/+13
* alsa_mixer: call snd_config_update_free_global() in finish()Max Kellermann2009-04-211-1/+3
* mixer: assert that the new volume value is validMax Kellermann2009-03-272-7/+1
* pulse_mixer: protect the struct with a mutexMax Kellermann2009-03-271-1/+29
* pulse_mixer: return if mixer is offlineMax Kellermann2009-03-271-29/+27
* pulse_mixer: removed superfluous G_GNUC_UNUSED attributesMax Kellermann2009-03-271-4/+4
* pulse_mixer: use local pa_cvolume variable for set_volume()Max Kellermann2009-03-271-2/+3
* pulse_mixer: wait for get_volume() operation to completeMax Kellermann2009-03-271-1/+34
* pulse_mixer: adapted code styleMax Kellermann2009-03-271-27/+52
* pulse_mixer: removed superfluous initializationsMax Kellermann2009-03-261-7/+2
* pulse_mixer: allocate "volume" staticallyMax Kellermann2009-03-261-10/+6
* pulse_mixer: removed superfluous NULL checks in close()Max Kellermann2009-03-261-12/+4
* pulse_mixer: initialize "online" and "index" in open()Max Kellermann2009-03-261-2/+5