| Commit message (Expand) | Author | Age | Files | Lines |
* | pulse_mixer: use PULSE's mainloop lock instead of GMutex | Max Kellermann | 2009-04-25 | 1 | -27/+13 |
* | pulse_mixer: protect the struct with a mutex | Max Kellermann | 2009-03-27 | 1 | -1/+29 |
* | pulse_mixer: return if mixer is offline | Max Kellermann | 2009-03-27 | 1 | -29/+27 |
* | pulse_mixer: removed superfluous G_GNUC_UNUSED attributes | Max Kellermann | 2009-03-27 | 1 | -4/+4 |
* | pulse_mixer: use local pa_cvolume variable for set_volume() | Max Kellermann | 2009-03-27 | 1 | -2/+3 |
* | pulse_mixer: wait for get_volume() operation to complete | Max Kellermann | 2009-03-27 | 1 | -1/+34 |
* | pulse_mixer: adapted code style | Max Kellermann | 2009-03-27 | 1 | -27/+52 |
* | pulse_mixer: removed superfluous initializations | Max Kellermann | 2009-03-26 | 1 | -7/+2 |
* | pulse_mixer: allocate "volume" statically | Max Kellermann | 2009-03-26 | 1 | -10/+6 |
* | pulse_mixer: removed superfluous NULL checks in close() | Max Kellermann | 2009-03-26 | 1 | -12/+4 |
* | pulse_mixer: initialize "online" and "index" in open() | Max Kellermann | 2009-03-26 | 1 | -2/+5 |
* | pulse: make configuration strings const | Max Kellermann | 2009-03-26 | 1 | -6/+6 |
* | pulse: don't check config_param!=NULL | Max Kellermann | 2009-03-26 | 1 | -6/+3 |
* | pulse_mixer: free libpulse objects on failure | Max Kellermann | 2009-03-26 | 1 | -0/+6 |
* | pulse_mixer: unlock the mainloop on failure | Max Kellermann | 2009-03-26 | 1 | -0/+2 |
* | pulse_mixer: moved code to pulse_mixer_setup() | Max Kellermann | 2009-03-26 | 1 | -15/+26 |
* | pulse_mixer: keep mixer attached when another pulse sink is closed. | David Guibert | 2009-03-17 | 1 | -1/+2 |
* | pulse_mixer: close | David Guibert | 2009-03-17 | 1 | -1/+14 |
* | all: Update copyright header. | Avuton Olrich | 2009-03-13 | 1 | -3/+4 |
* | pulse_mixer: allow mpd to reconnect to the pulse mixer | David Guibert | 2009-03-07 | 1 | -29/+24 |
* | pulse_mixer: added missing copyright header | Max Kellermann | 2009-03-07 | 1 | -0/+18 |
* | pulse_mixer: added GLib log domain | Max Kellermann | 2009-03-07 | 1 | -14/+16 |
* | pulse: clean up includes | Max Kellermann | 2009-03-07 | 1 | -2/+4 |
* | pulse mixer | David Guibert | 2009-03-07 | 1 | -0/+277 |