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 a memory leak
Lennart Poettering
2006-08-19
1
-1
/
+3
*
remove all occurences of
Lennart Poettering
2006-08-18
39
-410
/
+410
*
Rework memory management to allow shared memory data transfer. The central idea
Lennart Poettering
2006-08-18
13
-24
/
+21
*
use the description field of sinks/sources to name the zeroconf services, ins...
Lennart Poettering
2006-08-15
1
-5
/
+5
*
extend module-rescue-streams to move also source outputs when a source dies
Lennart Poettering
2006-08-13
1
-4
/
+55
*
fix a segfault when registering a service with avahi fails
Lennart Poettering
2006-08-13
1
-9
/
+22
*
create rtp source output on correct source
Lennart Poettering
2006-08-13
1
-0
/
+1
*
implement hook_source_ouput_new. For this I modified the pa_source_output_new...
Lennart Poettering
2006-08-13
1
-2
/
+9
*
implement new module "module-rescue-streams" which moves sink inputs away whe...
Lennart Poettering
2006-08-13
1
-0
/
+98
*
Clean up module description a little
Lennart Poettering
2006-08-13
1
-1
/
+1
*
modify module-volume-restore to change the initial volume of a sink input fro...
Lennart Poettering
2006-08-13
1
-7
/
+28
*
allow hooking into the process of creating playback streams. To implement thi...
Lennart Poettering
2006-08-13
3
-6
/
+31
*
make use of pa_sink_used_by()/pa_source_used_by() wherever applicable
Lennart Poettering
2006-08-12
9
-25
/
+15
*
name the sink/source after the device file, just like we already do for the n...
Lennart Poettering
2006-08-12
1
-5
/
+28
*
generate default sink/source names from the device files they belong to
Lennart Poettering
2006-08-12
3
-9
/
+56
*
handle hot-remeving of OSS devices properly
Lennart Poettering
2006-08-12
2
-35
/
+81
*
print the device capabilities after opening the device
Lennart Poettering
2006-08-12
1
-5
/
+50
*
when the requested sample format is not available for OSS devices, print a ni...
Lennart Poettering
2006-08-12
1
-5
/
+25
*
* only load an OSS driver for the first device of a sound card, similar to wh...
Lennart Poettering
2006-08-12
1
-7
/
+14
*
fix a segfault in module-oss
Lennart Poettering
2006-08-12
1
-1
/
+1
*
fix pa_gettimeofday() return value testing
Lennart Poettering
2006-08-12
1
-1
/
+1
*
increase module argument buffer size to prevent truncating names
Shahms E. King
2006-08-12
1
-2
/
+2
*
allow setting the null sink description by a module parameter
Lennart Poettering
2006-08-12
1
-3
/
+5
*
don't set the sink/source descriptions manually, use the new functions pa_{si...
Lennart Poettering
2006-08-11
15
-41
/
+69
*
shorten sink/source device descriptions a little
Lennart Poettering
2006-08-11
4
-6
/
+6
*
use the HAL UDI for naming input/output devices
Lennart Poettering
2006-08-11
1
-4
/
+17
*
fix bad memory access and a leak when detructing ALSA fd lists
Lennart Poettering
2006-08-11
1
-2
/
+1
*
remove OSS specific code from module-hal-detect if HAVE_OSS is not set. Same ...
Lennart Poettering
2006-08-11
1
-10
/
+30
*
ALSA: handle write()/read() errors properly by unloading the driver module. T...
Lennart Poettering
2006-08-11
2
-50
/
+104
*
change order of the ALSA event dispatch code to make sure that the code survi...
Lennart Poettering
2006-08-11
1
-2
/
+2
*
use the copied udi string as hash key for the device table, because the tempo...
Lennart Poettering
2006-08-11
1
-1
/
+1
*
add HAL support for OSS devices and capability changes
Shahms E. King
2006-08-08
1
-60
/
+115
*
clean up hal patch to use pa_xnew and timeval compatibility wrappers
Shahms E. King
2006-08-07
2
-74
/
+28
*
try to reduce volume updates in the ALSA sinks/sources: only touch the shadow...
Lennart Poettering
2006-08-07
2
-22
/
+32
*
* add SVN $Id$ tags
Lennart Poettering
2006-08-06
3
-1
/
+7
*
merge HAL support from Shams E. King
Lennart Poettering
2006-08-06
3
-0
/
+885
*
fix module-gconf initialization
Lennart Poettering
2006-07-29
1
-0
/
+1
*
if possible do not unload already loaded modules when the gconf settings chan...
Lennart Poettering
2006-07-27
1
-29
/
+71
*
because gconf doesn't provide real transactions we emulate our own with a "lo...
Lennart Poettering
2006-07-27
1
-2
/
+8
*
add some protection that the gconf helper process will be killed when the dae...
Lennart Poettering
2006-07-26
1
-4
/
+54
*
add new module "module-gconf" which reads configuration information from gcon...
Lennart Poettering
2006-07-26
3
-0
/
+522
*
implement "auth-ip-acl=" in the native and esound protocols
Lennart Poettering
2006-07-20
1
-2
/
+15
*
Make -1 mean "current group/user" so that some platform dependent calls
Pierre Ossman
2006-07-20
1
-1
/
+1
*
* add new function pa_check_in_group()
Lennart Poettering
2006-07-19
6
-23
/
+14
*
* add new --system command line parameter to the daemon for running PulseAudi...
Lennart Poettering
2006-07-19
3
-25
/
+38
*
fix module-detect on FreeBSD (patch from Diego "Flameeyes" Pettenó)
Lennart Poettering
2006-07-18
1
-11
/
+17
*
make pulseaudio compile again on FreeBSD (patch from Diego "Flameeyes" Petteno)
Lennart Poettering
2006-07-16
3
-1
/
+3
*
set is_hardware flag for a few hw plugins
Lennart Poettering
2006-07-16
6
-0
/
+10
*
improve latency calculation of NULL sink
Lennart Poettering
2006-07-14
1
-7
/
+27
*
try to use send(,,MSG_NOSIGNAL) instead of write() wherever possible (which
Lennart Poettering
2006-07-14
5
-8
/
+13
[next]