summaryrefslogtreecommitdiff
path: root/src/mixer
AgeCommit message (Expand)Author
2013-01-15mixer/Alsa: use MultiSocketMonitorMax Kellermann
2013-01-11configure.ac: enable WIN32_LEAN_AND_MEAN on WindowsMax Kellermann
2013-01-09EventPipe: rename to GlobalEventsMax Kellermann
2013-01-09event_pipe.h: convert to C++Max Kellermann
2013-01-09mixer/{alsa,pulse}: convert to C++Max Kellermann
2012-05-29output/raop: delete the RAOP pluginMax Kellermann
2012-01-05mixer/alsa: listen for external volume changesMax Kellermann
2012-01-05mixer/alsa: move code to alsa_mixer_setup()Max Kellermann
2012-01-05mixer/alsa: move code to alsa_mixer_lookup_elem()Max Kellermann
2011-09-17output/pulse: don't expose internal struct in public headerMax Kellermann
2011-09-17output/roar: export volume methodsMax Kellermann
2011-08-31mixer/raop: include cleanupMax Kellermann
2011-08-24output/raop: remove excessive debug messagesMax Kellermann
2011-08-24output/raop: consistently use GErrorMax Kellermann
2011-03-23Remove unused headers in Roar plugin.Hans-Kristian Arntzen
2011-03-19Merge commit 'release-0.16.2'Max Kellermann
2011-03-16RoarAudio output pluginHans-Kristian Arntzen
2011-02-09general: whitespace cleanupThomas Jansen
2011-01-29copyright year 2011Max Kellermann
2011-01-28output/raop: new output pluginDustin Puckett
2010-10-09mixer: winmm_mixer implementedDenis Krjuchkov
2009-12-31Update copyright notices.Avuton Olrich
2009-11-12include config.h in all sourcesMax Kellermann
2009-11-10fd_util: removed creat_cloexec()Max Kellermann
2009-11-07set the close-on-exec flag on all file descriptorsMax Kellermann
2009-10-23output/pulse: call mixer on state changesMax Kellermann
2009-10-23mixer_control: allow methods "open" and "close" to be NULLMax Kellermann
2009-10-22mixer/pulse: don't get volume if stream is not yet readyMax Kellermann
2009-10-21pulse: code rewrite using the asynchronous libpulse APIMax Kellermann
2009-10-21mixer_plugin: pass audio_output pointer to mixer_plugin.init()Max Kellermann
2009-10-20mixer_plugin: use GError for error handlingMax Kellermann
2009-10-20mixer/{oss,alsa}: renamed the mixer source filesMax Kellermann
2009-10-20pulse: renamed source filesMax Kellermann
2009-07-06mixer/software: new mixer which controls filter/volumeMax Kellermann
2009-04-28alsa_mixer: use g_ascii_strcasecmp() instead of strcasecmp()Max Kellermann
2009-04-28alsa_mixer: add mixer_index optionDaniel Kahn Gillmor
2009-04-25pulse_mixer: use PULSE's mainloop lock instead of GMutexMax Kellermann
2009-04-21alsa_mixer: call snd_config_update_free_global() in finish()Max Kellermann
2009-03-27mixer: assert that the new volume value is validMax Kellermann
2009-03-27pulse_mixer: protect the struct with a mutexMax Kellermann
2009-03-27pulse_mixer: return if mixer is offlineMax Kellermann
2009-03-27pulse_mixer: removed superfluous G_GNUC_UNUSED attributesMax Kellermann
2009-03-27pulse_mixer: use local pa_cvolume variable for set_volume()Max Kellermann
2009-03-27pulse_mixer: wait for get_volume() operation to completeMax Kellermann
2009-03-27pulse_mixer: adapted code styleMax Kellermann
2009-03-26pulse_mixer: removed superfluous initializationsMax Kellermann
2009-03-26pulse_mixer: allocate "volume" staticallyMax Kellermann
2009-03-26pulse_mixer: removed superfluous NULL checks in close()Max Kellermann
2009-03-26pulse_mixer: initialize "online" and "index" in open()Max Kellermann
2009-03-26pulse: make configuration strings constMax Kellermann