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
Commit message (
Expand
)
Author
Age
Files
Lines
*
add default "disable-shm" option to client.conf
Lennart Poettering
2006-08-19
1
-0
/
+3
*
add new "disable-shm" option to client.conf
Lennart Poettering
2006-08-19
3
-2
/
+6
*
allow importing of external shm data blocks unconditionally, even when local ...
Lennart Poettering
2006-08-19
1
-10
/
+4
*
deal properly with pa_mempool_new() failing
Lennart Poettering
2006-08-19
1
-2
/
+6
*
fix allocation of anonymous memory
Lennart Poettering
2006-08-19
1
-1
/
+1
*
fix a memory leak
Lennart Poettering
2006-08-19
1
-1
/
+3
*
enable SHM support on the client side only if both the client and the server ...
Lennart Poettering
2006-08-18
2
-8
/
+24
*
activate SHM support on the server side only when new client supports it and ...
Lennart Poettering
2006-08-18
1
-2
/
+23
*
one s/0/NULL/
Lennart Poettering
2006-08-18
1
-1
/
+1
*
remove export/import objects when SHM is disable for a pa_pstream object
Lennart Poettering
2006-08-18
1
-5
/
+20
*
add new function pa_mempool_is_shared() to test whether a memory pool is suit...
Lennart Poettering
2006-08-18
2
-0
/
+7
*
remove all occurences of
Lennart Poettering
2006-08-18
87
-714
/
+714
*
rework logging subsystem, to implicitly include __FILE__ in pa_log() calls. I...
Lennart Poettering
2006-08-18
2
-46
/
+84
*
add new test memblock-test for testing SHM import/export
Lennart Poettering
2006-08-18
2
-4
/
+177
*
update tests for new memory manager
Lennart Poettering
2006-08-18
2
-8
/
+19
*
Rework memory management to allow shared memory data transfer. The central idea
Lennart Poettering
2006-08-18
45
-293
/
+1216
*
add abstracted shared memory API
Lennart Poettering
2006-08-18
2
-0
/
+266
*
fix a bad type cast
Lennart Poettering
2006-08-18
1
-1
/
+1
*
cleanup hashmap.[ch] a little: use hash/compare func prototypes defined in id...
Lennart Poettering
2006-08-18
2
-11
/
+46
*
cleanup idxset.[ch] a little: define proper types for the hash/compare funcs,...
Lennart Poettering
2006-08-18
2
-6
/
+14
*
fix a PA_LLIST_HEAD_INIT invocation
Lennart Poettering
2006-08-17
1
-1
/
+1
*
add missing #include
Lennart Poettering
2006-08-17
1
-0
/
+2
*
modify pa_bytes_snprint() to return the string we just wrote to. This should ...
Lennart Poettering
2006-08-17
2
-2
/
+4
*
make PA_LLIST_HEAD_INIT thread safe
Lennart Poettering
2006-08-17
1
-1
/
+1
*
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
*
minor optimization
Lennart Poettering
2006-08-13
1
-1
/
+1
*
implement hook_source_ouput_new. For this I modified the pa_source_output_new...
Lennart Poettering
2006-08-13
8
-76
/
+160
*
split a validity check into two
Lennart Poettering
2006-08-13
1
-1
/
+2
*
implement hook_source_disconnect
Lennart Poettering
2006-08-13
1
-1
/
+3
*
define new hooks: hook_source_output_new, hook_source_disconnect
Lennart Poettering
2006-08-13
2
-2
/
+9
*
Load module-rescue-streams by default
Lennart Poettering
2006-08-13
1
-0
/
+3
*
implement new module "module-rescue-streams" which moves sink inputs away whe...
Lennart Poettering
2006-08-13
2
-1
/
+107
*
properly implement a pa_sink_disconnect() hook
Lennart Poettering
2006-08-13
3
-4
/
+7
*
Clean up module description a little
Lennart Poettering
2006-08-13
1
-1
/
+1
*
ignore if we recieved a memory block for an invalid stream, since this might ...
Lennart Poettering
2006-08-13
1
-1
/
+1
*
remove pa_sink_input::variable_rate field since it has been folded into pa_si...
Lennart Poettering
2006-08-13
2
-2
/
+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
16
-138
/
+296
*
fix bad printf()
Lennart Poettering
2006-08-13
1
-1
/
+1
*
rework hook list stuff once again: change the callback prototype to recieve t...
Lennart Poettering
2006-08-13
3
-18
/
+27
*
rework hook list stuff again, and replace macros with real functins. We loose...
Lennart Poettering
2006-08-13
4
-96
/
+149
*
update hook list test
Lennart Poettering
2006-08-12
1
-2
/
+0
*
reall add type safe hook list
Lennart Poettering
2006-08-12
1
-0
/
+117
*
implement typeafe hook chain
Lennart Poettering
2006-08-12
3
-1
/
+47
*
extend maximum sink/source name length, because HAL UDIs can get ridiculously...
Lennart Poettering
2006-08-12
1
-1
/
+1
*
test if sink->monitor_source is set before making use of it
Lennart Poettering
2006-08-12
2
-3
/
+3
*
make use of pa_sink_used_by()/pa_source_used_by() wherever applicable
Lennart Poettering
2006-08-12
9
-25
/
+15
[next]