index
:
pulseaudio.git
0.9.15-stable
0.9.17-stable
0.9.18-stable
0.9.19-stable
0.9.20-stable
master
master-tx
merge-queue
rtpoll
stable-queue
tags/release-0.1
tags/release-0.2
tags/release-0.4
tags/release-0.5
tags/release-0.5.1
tags/release-0.6
tags/release-0.8
tags/release-0.8.1
tags/release-0.9.0
tags/release-0.9.1
tags/release-0.9.10
tags/release-0.9.2
tags/release-0.9.3
tags/release-0.9.4
tags/release-0.9.5
tags/release-0.9.6
tags/release-0.9.7
tags/release-0.9.8
tags/release-0.9.9
PulseAudio Sound Server
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
modules
Commit message (
Expand
)
Author
Age
Files
Lines
*
- Fix moving of sink inputs between sinks
Lennart Poettering
2008-05-09
6
-190
/
+233
*
fix a race condition when tearing down the ladspa/remap sink
Lennart Poettering
2008-05-07
2
-15
/
+15
*
apparently alsa expects us to free the memory for card names
Lennart Poettering
2008-05-07
1
-0
/
+3
*
update to new rewinding logic
Lennart Poettering
2008-05-07
2
-10
/
+4
*
decrease verbosity a bit
Lennart Poettering
2008-05-07
1
-4
/
+4
*
fix remapping sink for glitch-free
Lennart Poettering
2008-05-03
2
-42
/
+88
*
update LADSPA module for glitch-free moed
Lennart Poettering
2008-05-03
1
-26
/
+101
*
explain why a rewind was requested
Lennart Poettering
2008-05-03
1
-1
/
+5
*
Yes, yet another evil all-in-one commit of intervowen changes. I suck.
Lennart Poettering
2008-05-01
16
-214
/
+380
*
define minimal and maximal wakeup/sleep times; check for underrun condition o...
Lennart Poettering
2008-04-23
2
-10
/
+68
*
fix build for auxiliary modules
Lennart Poettering
2008-04-23
8
-27
/
+19
*
Big pile of interdependant changes:
Lennart Poettering
2008-04-23
5
-254
/
+276
*
add missing header definitions for last commit
Lennart Poettering
2008-04-23
1
-0
/
+4
*
add new function pa_alsa_build_pollfd() to alsa-util to unify a bit more comm...
Lennart Poettering
2008-04-23
1
-0
/
+24
*
* don't increase tsched_watermark on underrun without limits
Lennart Poettering
2008-04-22
2
-167
/
+98
*
add new function pa_alsa_recover_from_poll() to merge common core from module...
Lennart Poettering
2008-04-22
2
-2
/
+51
*
- Change meaning of special values of latency request: 0 -> "minimal latency,...
Lennart Poettering
2008-04-22
2
-9
/
+18
*
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
[next]