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
*
forgot to actually add the new suspend-on-idle module source code
Lennart Poettering
2007-08-09
1
-0
/
+303
*
if we get access to a device we don't know yet, add it to our tree instead of...
Lennart Poettering
2007-08-09
1
-2
/
+4
*
don't hit an assert when we cannot resume a device
Lennart Poettering
2007-08-09
2
-4
/
+8
*
by default, store esd socket in /tmp/.esd-`id -u`/socket, instead of /tmp/.es...
Lennart Poettering
2007-08-09
1
-4
/
+12
*
listen for HAL ACL events; play an event sound on hw coldplug, hotplug and AC...
Lennart Poettering
2007-08-09
1
-29
/
+157
*
modernize module-hal-detect.c and check for ALSA pcm_class != modem
Lennart Poettering
2007-08-08
1
-284
/
+282
*
modernize dbus-util.c
Lennart Poettering
2007-08-08
1
-151
/
+121
*
be more verbose when device does not support sampling parameters
Lennart Poettering
2007-08-08
1
-3
/
+3
*
properly reinitialize pollfd array after resume
Lennart Poettering
2007-08-08
2
-27
/
+54
*
properly reinitialize pollfd array after resume
Lennart Poettering
2007-08-08
2
-34
/
+73
*
reinitialize sw params after resume
Lennart Poettering
2007-08-07
1
-3
/
+6
*
Don't stop hardware on buffer underruns. Instead continue playing to guarante...
Lennart Poettering
2007-08-03
4
-49
/
+91
*
Remove unnecessary snd_pcm_hwsync()
Lennart Poettering
2007-08-03
2
-2
/
+0
*
On recommendation of Takashi Iwai prefer Master volume control over PCM and d...
Lennart Poettering
2007-08-03
2
-2
/
+2
*
A lot of updates, all necessary to get the native protocol ported:
Lennart Poettering
2007-07-31
6
-38
/
+44
*
port module-alsa-source to new lock-free core
Lennart Poettering
2007-07-28
1
-241
/
+553
*
minor cleanups
Lennart Poettering
2007-07-28
1
-18
/
+11
*
fix suspending logic
Lennart Poettering
2007-07-28
1
-60
/
+89
*
It is now allowed to call pa_sink_get_volume() from thread context
Lennart Poettering
2007-07-28
1
-3
/
+2
*
Fix suspending/resuming
Lennart Poettering
2007-07-28
1
-52
/
+58
*
restore proper mixer volume control
Lennart Poettering
2007-07-28
1
-165
/
+152
*
reload OSS volume after unsuspend
Lennart Poettering
2007-07-28
1
-0
/
+5
*
bring back alsa fd list managemet, since we need it for proper mixer change n...
Lennart Poettering
2007-07-28
2
-12
/
+201
*
port module-alsa-sink to new lock-free core. also add mmmap'ing support while...
Lennart Poettering
2007-07-28
4
-561
/
+705
*
Disable memory mapping if we open the device in O_WRONLY. Unfortunately we ca...
Lennart Poettering
2007-07-26
1
-1
/
+6
*
Convert most snprintf() calls to pa_snprintf()
Lennart Poettering
2007-07-25
6
-16
/
+19
*
drop chunk argument from various drop() functions, since it doesn't make any ...
Lennart Poettering
2007-07-25
2
-4
/
+5
*
change order of munmap and freeing of memblocks
Lennart Poettering
2007-07-25
1
-9
/
+9
*
Port module-sine to the new lock-free core
Lennart Poettering
2007-07-13
1
-24
/
+33
*
Replace a couple of assert()s by pa_assert()s
Lennart Poettering
2007-07-13
1
-6
/
+5
*
Remove module-oss-mmap, since it is now merged into module-oss
Lennart Poettering
2007-07-13
1
-637
/
+0
*
Merge module-oss-mmap into module-oss and make suspending working properly
Lennart Poettering
2007-07-13
1
-206
/
+653
*
Properly initialize all revents on EINTR
Lennart Poettering
2007-07-12
2
-2
/
+7
*
Make sure pollfd[POLLFD_ASYNCQ].revents is properly initialized on signal
Lennart Poettering
2007-07-12
1
-1
/
+8
*
fix segfault when recording with module-oss.c
Lennart Poettering
2007-07-12
1
-1
/
+1
*
Port module-oss to the new lock-free core
Lennart Poettering
2007-06-25
1
-15
/
+23
*
Make use of dbus_watch_get_unix_fd() instead of dbus_watch_get_fd() because o...
Lennart Poettering
2007-06-24
1
-2
/
+2
*
Update OSS driver for new lock-free core
Lennart Poettering
2007-06-23
1
-228
/
+512
*
don't handle underrun special
Lennart Poettering
2007-06-23
1
-32
/
+27
*
drop silence generation from sink drivers
Lennart Poettering
2007-06-23
1
-8
/
+4
*
fix a typo and some minor optimizations
Lennart Poettering
2007-06-23
1
-8
/
+7
*
minor cleanups and optimizations
Lennart Poettering
2007-06-23
1
-20
/
+20
*
Port module-pipe-source to the new threaded design
Lennart Poettering
2007-06-14
1
-89
/
+187
*
trivial cleanups
Lennart Poettering
2007-06-14
1
-4
/
+7
*
A lot of more work to get the lock-free stuff in place
Lennart Poettering
2007-06-13
5
-168
/
+174
*
make untabify
Lennart Poettering
2007-06-11
3
-6
/
+6
*
make eolspace
Lennart Poettering
2007-06-11
2
-33
/
+33
*
Merge HUGE set of changes temporarily into a branch, to allow me to move them...
Lennart Poettering
2007-06-11
12
-176
/
+421
*
Kill spaces on EOL
Lennart Poettering
2007-05-29
12
-161
/
+161
*
Fix another DoS vulnerability that has been identified by Luigi Auriemma. (Fi...
Lennart Poettering
2007-05-23
1
-3
/
+0
[next]