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
/
rtp
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove useless log message
Lennart Poettering
2008-10-01
1
-1
/
+1
*
replace Makefile stub copies by symlinks
Lennart Poettering
2008-09-11
1
-13
/
+1
*
add a few more gcc warning flags and fix quite a few problems found by doing so
Lennart Poettering
2008-08-19
5
-45
/
+47
*
fix type error
Lennart Poettering
2008-08-18
1
-4
/
+8
*
Make Multicast TTL for RTP configurable, patch from 'dfort'
Lennart Poettering
2008-08-15
1
-2
/
+17
*
fix shutdown when --disallow-module-loading=1 is passed
Lennart Poettering
2008-08-05
1
-1
/
+1
*
modernize hashmap implementation a bit, reduce memory consumption a bit
Lennart Poettering
2008-06-27
1
-1
/
+1
*
get rid of svn $ keywords
Lennart Poettering
2008-06-18
7
-14
/
+0
*
merge glitch-free branch back into trunk
Lennart Poettering
2008-05-15
7
-49
/
+189
*
Completely rework ALSA device selection code: choose the device to open depen...
Lennart Poettering
2007-11-13
1
-4
/
+5
*
tag modules that may only be loaded once at most especially, and enforce that...
Lennart Poettering
2007-11-09
2
-8
/
+10
*
merge 'lennart' branch back into trunk.
Lennart Poettering
2007-10-28
5
-257
/
+369
*
Kill spaces on EOL
Lennart Poettering
2007-05-29
8
-105
/
+105
*
Fix another DoS vulnerability that has been identified by Luigi Auriemma. (Fi...
Lennart Poettering
2007-05-23
1
-3
/
+0
*
Add copyright notices to all relevant files. (based on svn log)
Pierre Ossman
2007-02-13
8
-0
/
+16
*
Revert r1404 and keep it on a development branch until it is fully tested.
Pierre Ossman
2006-11-06
1
-11
/
+7
*
rework memory block management to be thread-safe and mostly lock-free.
Lennart Poettering
2006-09-26
1
-7
/
+11
*
fix handling of "mtu" module argument (patch by "theBear")
Lennart Poettering
2006-08-23
1
-0
/
+1
*
remove all occurences of
Lennart Poettering
2006-08-18
5
-55
/
+55
*
Rework memory management to allow shared memory data transfer. The central idea
Lennart Poettering
2006-08-18
4
-11
/
+9
*
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
*
allow hooking into the process of creating playback streams. To implement thi...
Lennart Poettering
2006-08-13
1
-2
/
+9
*
make pulseaudio compile again on FreeBSD (patch from Diego "Flameeyes" Petteno)
Lennart Poettering
2006-07-16
3
-1
/
+3
*
Fix the final few occurences of polyp.
Pierre Ossman
2006-06-20
1
-1
/
+1
*
big s/polyp/pulse/g
Lennart Poettering
2006-06-19
8
-74
/
+74
*
* split pa_cstrerror() into its own file polypcore/core-error.[ch]
Lennart Poettering
2006-05-25
4
-5
/
+4
*
Wrap strerror() in a function that makes it thread safe and converts the
Pierre Ossman
2006-05-22
4
-16
/
+21
*
Don't include util.h from core-util.h as it is not needed by many users.
Pierre Ossman
2006-05-18
1
-0
/
+1
*
Move timeval calculation functions into their own file.
Pierre Ossman
2006-05-18
2
-0
/
+2
*
fix include line for "core-util.h"
Lennart Poettering
2006-05-17
4
-4
/
+4
*
Move xmalloc to the public side (libpolyp).
Pierre Ossman
2006-05-17
4
-4
/
+8
*
* modify pa_channel_map_init_auto() to take an extra argument specifying the ...
Lennart Poettering
2006-05-16
1
-1
/
+1
*
* add new parameter to pa_open_config_file() to specify open mode
Lennart Poettering
2006-05-14
1
-1
/
+1
*
fix a couple of issues I found when compiling polypaudio with gcc 2.95
Lennart Poettering
2006-04-18
1
-1
/
+1
*
More fixes caused by Sun's complete inability to follow any standard
Pierre Ossman
2006-04-18
2
-2
/
+10
*
C99 requires explicit marking of integer literals' size.
Pierre Ossman
2006-04-18
2
-2
/
+2
*
properly initialize session counter
Lennart Poettering
2006-04-16
1
-0
/
+1
*
limit number of concurrent RTP streams
Lennart Poettering
2006-04-16
1
-0
/
+12
*
fix typo in module description
Lennart Poettering
2006-04-16
1
-1
/
+1
*
change default mcast address once again, to make sure our traffic doesn't lea...
Lennart Poettering
2006-04-16
2
-2
/
+2
*
rename module-rtp-monitor to module-rtp-send
Lennart Poettering
2006-04-16
1
-2
/
+2
*
* make sure RTP ports are chosen to be even
Lennart Poettering
2006-04-16
1
-1
/
+4
*
* deal properly with underruns, overflows and packet losses
Lennart Poettering
2006-04-16
1
-5
/
+22
*
* increase default MTU
Lennart Poettering
2006-04-16
1
-4
/
+5
*
* add RTP/SAP/SDP reciever module
Lennart Poettering
2006-04-16
8
-48
/
+1000
*
* change default multicast address
Lennart Poettering
2006-04-15
3
-8
/
+9
*
add an RTP sender module
Lennart Poettering
2006-04-14
12
-0
/
+12527