aboutsummaryrefslogtreecommitdiff
path: root/src/mixer
Commit message (Expand)AuthorAge
...
* 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
* pulse mixerDavid Guibert2009-03-07
* mixer_api: replaced method "control()" with "{get,set}_volume()"Max Kellermann2009-02-16
* mixer_api: removed struct mixer_dataMax Kellermann2009-01-25
* mixer: merged methods "init" and "configure"Max Kellermann2009-01-25
* mixer: removed mixer_configure_legacy(), AC_MIXER_CONFIGUREMax Kellermann2009-01-25
* mixer: make all mixer_plugin pointers constMax Kellermann2009-01-25
* mixer: added missing copyright headersMax Kellermann2009-01-25
* conf: allow param==NULLMax Kellermann2009-01-25
* conf: const pointers in block get functionsMax Kellermann2009-01-25
* conf: added config_get_block_string()Max Kellermann2009-01-18
* mixer: don't check for NULL before g_free()Max Kellermann2009-01-18
* conf: no CamelCase, part IMax Kellermann2009-01-17
* mixer: check param==NULL in the alsa and oss mixer codeMax Kellermann2009-01-16
* removing mixer_reconfigure memmory leak, fixing configure of alsa and oss mix...Viliam Mateicka2009-01-11
* Introducing mixer apiViliam Mateicka2009-01-10
* renaming mixer.h to mixer_api.hViliam Mateicka2009-01-04
* mixer: renamed mix_* options to mixer_*Max Kellermann2009-01-01
* Moving mixers to audio outputsViliam Mateicka2008-12-31