aboutsummaryrefslogtreecommitdiff
path: root/src/mixer
Commit message (Expand)AuthorAge
* include config.h in all sourcesMax Kellermann2009-11-12
* fd_util: removed creat_cloexec()Max Kellermann2009-11-10
* set the close-on-exec flag on all file descriptorsMax Kellermann2009-11-07
* output/pulse: call mixer on state changesMax Kellermann2009-10-23
* mixer_control: allow methods "open" and "close" to be NULLMax Kellermann2009-10-23
* mixer/pulse: don't get volume if stream is not yet readyMax Kellermann2009-10-22
* pulse: code rewrite using the asynchronous libpulse APIMax Kellermann2009-10-21
* mixer_plugin: pass audio_output pointer to mixer_plugin.init()Max Kellermann2009-10-21
* 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
* alsa_mixer: use g_ascii_strcasecmp() instead of strcasecmp()Max Kellermann2009-04-28
* alsa_mixer: add mixer_index optionDaniel Kahn Gillmor2009-04-28
* pulse_mixer: use PULSE's mainloop lock instead of GMutexMax Kellermann2009-04-25
* alsa_mixer: call snd_config_update_free_global() in finish()Max Kellermann2009-04-21
* mixer: assert that the new volume value is validMax Kellermann2009-03-27
* pulse_mixer: protect the struct with a mutexMax Kellermann2009-03-27
* pulse_mixer: return if mixer is offlineMax Kellermann2009-03-27
* pulse_mixer: removed superfluous G_GNUC_UNUSED attributesMax Kellermann2009-03-27
* pulse_mixer: use local pa_cvolume variable for set_volume()Max Kellermann2009-03-27
* pulse_mixer: wait for get_volume() operation to completeMax Kellermann2009-03-27
* pulse_mixer: adapted code styleMax Kellermann2009-03-27
* pulse_mixer: removed superfluous initializationsMax Kellermann2009-03-26
* pulse_mixer: allocate "volume" staticallyMax Kellermann2009-03-26
* pulse_mixer: removed superfluous NULL checks in close()Max Kellermann2009-03-26
* pulse_mixer: initialize "online" and "index" in open()Max Kellermann2009-03-26
* pulse: make configuration strings constMax Kellermann2009-03-26
* pulse: don't check config_param!=NULLMax Kellermann2009-03-26
* pulse_mixer: free libpulse objects on failureMax Kellermann2009-03-26
* pulse_mixer: unlock the mainloop on failureMax Kellermann2009-03-26
* pulse_mixer: moved code to pulse_mixer_setup()Max Kellermann2009-03-26
* alsa_mixer: initialize "volume_set" in the open() methodMax Kellermann2009-03-26
* alsa_mixer: removed superfluous checksMax Kellermann2009-03-26
* alsa_mixer: pass default device to config_get_block_string()Max Kellermann2009-03-26
* alsa_mixer: make "device" and "control" constMax Kellermann2009-03-26
* oss_mixer: call oss_find_mixer() in init() methodMax Kellermann2009-03-26
* oss_mixer: removed superfluous checksMax Kellermann2009-03-26
* oss_mixer: use g_ascii_strncasecmp() instead of strncasecmp()Max Kellermann2009-03-26
* oss_mixer: pass default path to config_get_block_string()Max Kellermann2009-03-26
* oss_mixer: make "device" and "control" constMax Kellermann2009-03-26
* mixer_control: close mixer on failureMax Kellermann2009-03-26
* mixer: added flag "open"Max Kellermann2009-03-26
* pulse_mixer: keep mixer attached when another pulse sink is closed.David Guibert2009-03-17
* pulse_mixer: closeDavid Guibert2009-03-17
* all: Update copyright header.Avuton Olrich2009-03-13
* pulse_mixer: allow mpd to reconnect to the pulse mixerDavid Guibert2009-03-07
* pulse_mixer: added missing copyright headerMax Kellermann2009-03-07
* pulse_mixer: added GLib log domainMax Kellermann2009-03-07
* pulse: clean up includesMax Kellermann2009-03-07