aboutsummaryrefslogtreecommitdiffstats
path: root/src/mixer (unfollow)
Commit message (Expand)AuthorFilesLines
2011-03-16RoarAudio output pluginHans-Kristian Arntzen1-0/+137
2011-01-29copyright year 2011Max Kellermann7-7/+7
2011-01-28output/raop: new output pluginDustin Puckett1-0/+78
2010-10-09mixer: winmm_mixer implementedDenis Krjuchkov1-0/+114
2009-12-31Update copyright notices.Avuton Olrich6-6/+6
2009-11-12include config.h in all sourcesMax Kellermann4-0/+4
2009-11-10fd_util: removed creat_cloexec()Max Kellermann1-1/+1
2009-11-07set the close-on-exec flag on all file descriptorsMax Kellermann1-1/+2
2009-10-23output/pulse: call mixer on state changesMax Kellermann2-127/+79
2009-10-23mixer_control: allow methods "open" and "close" to be NULLMax Kellermann1-19/+0
2009-10-22mixer/pulse: don't get volume if stream is not yet readyMax Kellermann1-3/+3
2009-10-21pulse: code rewrite using the asynchronous libpulse APIMax Kellermann1-209/+126
2009-10-21mixer_plugin: pass audio_output pointer to mixer_plugin.init()Max Kellermann4-4/+6
2009-10-20mixer_plugin: use GError for error handlingMax Kellermann4-48/+106
2009-10-20mixer/{oss,alsa}: renamed the mixer source filesMax Kellermann2-8/+8
2009-10-20pulse: renamed source filesMax Kellermann1-2/+2
2009-07-06mixer/software: new mixer which controls filter/volumeMax Kellermann2-0/+157
2009-04-28alsa_mixer: use g_ascii_strcasecmp() instead of strcasecmp()Max Kellermann1-2/+2
2009-04-28alsa_mixer: add mixer_index optionDaniel Kahn Gillmor1-2/+7
2009-04-25pulse_mixer: use PULSE's mainloop lock instead of GMutexMax Kellermann1-27/+13
2009-04-21alsa_mixer: call snd_config_update_free_global() in finish()Max Kellermann1-1/+3
2009-03-27mixer: assert that the new volume value is validMax Kellermann2-7/+1
2009-03-27pulse_mixer: protect the struct with a mutexMax Kellermann1-1/+29
2009-03-27pulse_mixer: return if mixer is offlineMax Kellermann1-29/+27
2009-03-27pulse_mixer: removed superfluous G_GNUC_UNUSED attributesMax Kellermann1-4/+4
2009-03-27pulse_mixer: use local pa_cvolume variable for set_volume()Max Kellermann1-2/+3
2009-03-27pulse_mixer: wait for get_volume() operation to completeMax Kellermann1-1/+34
2009-03-27pulse_mixer: adapted code styleMax Kellermann1-27/+52
2009-03-26pulse_mixer: removed superfluous initializationsMax Kellermann1-7/+2
2009-03-26pulse_mixer: allocate "volume" staticallyMax Kellermann1-10/+6
2009-03-26pulse_mixer: removed superfluous NULL checks in close()Max Kellermann1-12/+4
2009-03-26pulse_mixer: initialize "online" and "index" in open()Max Kellermann1-2/+5
2009-03-26pulse: make configuration strings constMax Kellermann1-6/+6
2009-03-26pulse: don't check config_param!=NULLMax Kellermann1-6/+3
2009-03-26pulse_mixer: free libpulse objects on failureMax Kellermann1-0/+6
2009-03-26pulse_mixer: unlock the mainloop on failureMax Kellermann1-0/+2
2009-03-26pulse_mixer: moved code to pulse_mixer_setup()Max Kellermann1-15/+26
2009-03-26alsa_mixer: initialize "volume_set" in the open() methodMax Kellermann1-2/+2
2009-03-26alsa_mixer: removed superfluous checksMax Kellermann1-10/+6
2009-03-26alsa_mixer: pass default device to config_get_block_string()Max Kellermann1-14/+7
2009-03-26alsa_mixer: make "device" and "control" constMax Kellermann1-6/+5
2009-03-26oss_mixer: call oss_find_mixer() in init() methodMax Kellermann1-25/+26
2009-03-26oss_mixer: removed superfluous checksMax Kellermann1-8/+8
2009-03-26oss_mixer: use g_ascii_strncasecmp() instead of strncasecmp()Max Kellermann1-1/+1
2009-03-26oss_mixer: pass default path to config_get_block_string()Max Kellermann1-8/+5
2009-03-26oss_mixer: make "device" and "control" constMax Kellermann1-6/+5
2009-03-26mixer_control: close mixer on failureMax Kellermann2-5/+0
2009-03-26mixer: added flag "open"Max Kellermann2-0/+2
2009-03-17pulse_mixer: keep mixer attached when another pulse sink is closed.David Guibert1-1/+2
2009-03-17pulse_mixer: closeDavid Guibert1-1/+14