| Commit message (Expand) | Author | Age | Files | Lines |
* | initialize properties for ALSA sinks/sources more elaborately, re #277 | Lennart Poettering | 2008-04-20 | 4 | -26/+78 |
* | Big pile of dependant changes: | Lennart Poettering | 2008-04-20 | 6 | -124/+183 |
* | redirect alsa errors to normal PA log system; export buffer settings in devic... | Lennart Poettering | 2008-04-11 | 2 | -8/+32 |
* | make use of new alsa SND_PCM_NO_AUTO_xxx flags; redirect alsa errors to norma... | Lennart Poettering | 2008-04-11 | 2 | -4/+44 |
* | add new module module-device-restore | Lennart Poettering | 2008-04-11 | 1 | -0/+348 |
* | init min/max latency properly; fix avail_min updating | Lennart Poettering | 2008-04-09 | 4 | -9/+11 |
* | call snd_pcm_hwsync() expclicitly before we access any of the status fields, ... | Lennart Poettering | 2008-04-07 | 2 | -85/+150 |
* | add utility functions to dump alsa PCM state | Lennart Poettering | 2008-04-07 | 2 | -0/+46 |
* | propery calculate min_avail in frames instead of bytes. don't use device_id= ... | Lennart Poettering | 2008-04-04 | 4 | -24/+49 |
* | - deprecate autoload stuff | Lennart Poettering | 2008-04-03 | 4 | -86/+205 |
* | catch up with trunk HEAD (i.e. 2118:2213) | Lennart Poettering | 2008-03-31 | 4 | -28/+22 |
* | commit glitch-free work | Lennart Poettering | 2008-03-15 | 3 | -18/+28 |
* | commit glitch-free work | Lennart Poettering | 2008-03-15 | 22 | -504/+1266 |
* | deal with a possibly failing pa_channel_map_init_auto() correctly | Lennart Poettering | 2008-02-13 | 5 | -3/+12 |
* | Implement opcodes in the tunnel modules that were added in version 12 of | Sjoerd Simons | 2008-01-04 | 1 | -0/+40 |
* | Add a missing pa_xfree. | Tanu Kaskinen | 2008-01-03 | 1 | -0/+2 |
* | The previous commit introduced a new bug: giving too many values in the "cont... | Tanu Kaskinen | 2008-01-03 | 1 | -1/+1 |
* | Fix the parsing of trailing default values in the "control" module argument. | Tanu Kaskinen | 2008-01-03 | 1 | -6/+14 |
* | Downgraded the priority of a message, because it's really quite uninteresting. | Tanu Kaskinen | 2008-01-02 | 1 | -1/+1 |
* | Add a configure switch to enable the per-user ESounD socket path, but default... | Diego Petteno | 2007-12-06 | 1 | -3/+9 |
* | - Check process name when dealing with PID files | Lennart Poettering | 2007-11-21 | 2 | -75/+131 |
* | minor typo fix | Lennart Poettering | 2007-11-21 | 1 | -1/+1 |
* | add missing pa_boolization | Lennart Poettering | 2007-11-14 | 2 | -2/+2 |
* | Rework ALSA mixer channel detection code. This time we actually care about th... | Lennart Poettering | 2007-11-13 | 4 | -48/+192 |
* | Completely rework ALSA device selection code: choose the device to open depen... | Lennart Poettering | 2007-11-13 | 10 | -115/+342 |
* | add new fun module that automatically mutes your audio devices when you leave... | Lennart Poettering | 2007-11-11 | 2 | -0/+702 |
* | Port module-gconf to make use of the new API pa_start_child_for_read() | Lennart Poettering | 2007-11-11 | 1 | -128/+9 |
* | tag modules that may only be loaded once at most especially, and enforce that... | Lennart Poettering | 2007-11-09 | 37 | -156/+188 |
* | replace a few CLAMPs by PA_CLAMP_UNLIKELY | Lennart Poettering | 2007-11-09 | 1 | -2/+2 |
* | add support for 32bit integer samples | Lennart Poettering | 2007-11-09 | 2 | -3/+13 |
* | fix two alignment issues found by the debian buildd gcc on sparc | Lennart Poettering | 2007-11-04 | 1 | -1/+4 |
* | pa_boolization | Lennart Poettering | 2007-11-04 | 1 | -15/+13 |
* | make rtprio and nice level actually configurable | Lennart Poettering | 2007-11-01 | 6 | -16/+16 |
* | drop rt scheduling before we start our helper process | Lennart Poettering | 2007-11-01 | 1 | -0/+2 |
* | rename stream names too, when the sink name changes | Lennart Poettering | 2007-10-30 | 1 | -9/+28 |
* | ignore updates not relevant to us | Lennart Poettering | 2007-10-30 | 1 | -0/+6 |
* | rework the tunnel naming scheme, and make it follow the description changes o... | Lennart Poettering | 2007-10-30 | 1 | -29/+231 |
* | initialize userdata struct with 0 | Lennart Poettering | 2007-10-30 | 1 | -5/+5 |
* | deal properly with signals interrupting us when we wait for data from gconf h... | Lennart Poettering | 2007-10-30 | 1 | -2/+4 |
* | keep track of configured tunnels and make sure to unload them when they disap... | Lennart Poettering | 2007-10-29 | 1 | -11/+112 |
* | don't announce monitor sources | Lennart Poettering | 2007-10-29 | 1 | -5/+5 |
* | don't try to send pause request before our stream is properly set up | Lennart Poettering | 2007-10-29 | 1 | -2/+5 |
* | ignore network sinks/sources | Lennart Poettering | 2007-10-29 | 3 | -4/+21 |
* | we don't want to include assert.h anymore | Lennart Poettering | 2007-10-29 | 3 | -3/+0 |
* | reverse server order for PULSE_SERVER x11 property, to follow order in which ... | Lennart Poettering | 2007-10-29 | 1 | -1/+3 |
* | add new module module-zeroconf-discover | Lennart Poettering | 2007-10-29 | 1 | -0/+338 |
* | publish dns-sd subtypes to allow distinction of virtual, hardware and monitor... | Lennart Poettering | 2007-10-29 | 1 | -7/+65 |
* | fail on name clash | Lennart Poettering | 2007-10-29 | 1 | -2/+2 |
* | bring back module-tunnel, yay! | Lennart Poettering | 2007-10-29 | 1 | -388/+589 |
* | downgrade a few log messages | Lennart Poettering | 2007-10-29 | 1 | -3/+3 |