index
:
~jprvita/pulseaudio
0.9.15-stable
0.9.17-stable
0.9.18-stable
0.9.19-stable
0.9.20-stable
bluetooth-headsets-media-api
bluetooth-hf-audio-agent
bt-fixes
master
master-tx
merge-queue
rtpoll
stable-1.x
stable-2.x
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
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
modules
/
rtp
/
module-rtp-send.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-01-14
rtp-send: Remove "don't inhibit auto-suspend" flag
Ben Brewer
1
-1
/
+0
2013-12-20
modules: Fix uninit value in rtp-send
Peter Meerwald
1
-0
/
+6
2013-07-04
Remove pa_bool_t and replace it with bool.
poljar (Damir Jelić)
1
-4
/
+4
2013-03-25
rtp: Introduce source IP configuration
Robin H. Johnson
1
-3
/
+45
2013-03-25
rtp: rename modarg destination to destination_ip
Robin H. Johnson
1
-4
/
+7
2013-03-25
rtp: Cleanup variable naming.
Robin H. Johnson
1
-23
/
+23
2011-10-01
memblockq: Improve debuggability by storing a name and a sample spec.
Tanu Kaskinen
1
-1
/
+2
2011-06-22
Remove unnecessary #includes
Maarten Bosmans
1
-2
/
+0
2011-06-22
capture: Add the passthrough format negotiation to capture streams.
Colin Guthrie
1
-1
/
+1
2011-03-19
Use pulsecore/arpa-inet.h to make arpa/inet.h functionality available
Maarten Bosmans
1
-1
/
+1
2009-10-30
use cloexec wrappers wherever applicable
Lennart Poettering
1
-4
/
+2
2009-08-28
core: move 'flags' field into 'pa_sink_input_new_data' structure so that hook...
Lennart Poettering
1
-1
/
+2
2009-06-20
Base mainloop on pa_rtclock_now()
Marc-André Lureau
1
-10
/
+4
2009-06-05
rtp: remove gcc warning
Lennart Poettering
1
-2
/
+2
2009-04-07
send the source latency based on the MTU size
Lennart Poettering
1
-3
/
+3
2009-03-03
Use LGPL 2.1 on all files previously using LGPL 2
Colin Guthrie
1
-1
/
+1
2009-02-13
Optionally disable IPv6
Iain Hibbert
1
-11
/
+34
2009-02-03
make a couple of functions return proper error codes
Lennart Poettering
1
-1
/
+1
2009-01-15
kill autoload stuff as planned
Lennart Poettering
1
-1
/
+1
2009-01-05
Multicast SDP packets sent with same IP TTL as RTP packets
Tom Bamford
1
-0
/
+5
2008-10-26
Implement new flags DONT_INHIBIT_AUTO_SUSPEND and START_UNMUTED
Lennart Poettering
1
-1
/
+1
2008-08-19
add a few more gcc warning flags and fix quite a few problems found by doing so
Lennart Poettering
1
-8
/
+9
2008-08-18
fix type error
Lennart Poettering
1
-4
/
+8
2008-08-15
Make Multicast TTL for RTP configurable, patch from 'dfort'
Lennart Poettering
1
-2
/
+17
2008-08-05
fix shutdown when --disallow-module-loading=1 is passed
Lennart Poettering
1
-1
/
+1
2008-06-18
get rid of svn $ keywords
Lennart Poettering
1
-2
/
+0
2008-05-15
merge glitch-free branch back into trunk
Lennart Poettering
1
-2
/
+9
2007-11-13
Completely rework ALSA device selection code: choose the device to open depen...
Lennart Poettering
1
-4
/
+5
2007-11-09
tag modules that may only be loaded once at most especially, and enforce that...
Lennart Poettering
1
-4
/
+5
2007-10-28
merge 'lennart' branch back into trunk.
Lennart Poettering
1
-52
/
+70
2007-05-29
Kill spaces on EOL
Lennart Poettering
1
-18
/
+18
2007-02-13
Add copyright notices to all relevant files. (based on svn log)
Pierre Ossman
1
-0
/
+2
2006-08-23
fix handling of "mtu" module argument (patch by "theBear")
Lennart Poettering
1
-0
/
+1
2006-08-18
remove all occurences of
Lennart Poettering
1
-18
/
+18
2006-08-18
Rework memory management to allow shared memory data transfer. The central idea
Lennart Poettering
1
-2
/
+1
2006-08-13
create rtp source output on correct source
Lennart Poettering
1
-0
/
+1
2006-08-13
implement hook_source_ouput_new. For this I modified the pa_source_output_new...
Lennart Poettering
1
-2
/
+9
2006-06-20
Fix the final few occurences of polyp.
Pierre Ossman
1
-1
/
+1
2006-06-19
big s/polyp/pulse/g
Lennart Poettering
1
-18
/
+18
2006-05-25
* split pa_cstrerror() into its own file polypcore/core-error.[ch]
Lennart Poettering
1
-1
/
+1
2006-05-22
Wrap strerror() in a function that makes it thread safe and converts the
Pierre Ossman
1
-5
/
+6
2006-05-18
Don't include util.h from core-util.h as it is not needed by many users.
Pierre Ossman
1
-0
/
+1
2006-05-18
Move timeval calculation functions into their own file.
Pierre Ossman
1
-0
/
+1
2006-05-17
fix include line for "core-util.h"
Lennart Poettering
1
-1
/
+1
2006-05-17
Move xmalloc to the public side (libpolyp).
Pierre Ossman
1
-1
/
+2
2006-05-16
* modify pa_channel_map_init_auto() to take an extra argument specifying the ...
Lennart Poettering
1
-1
/
+1
2006-04-16
fix typo in module description
Lennart Poettering
1
-1
/
+1
2006-04-16
change default mcast address once again, to make sure our traffic doesn't lea...
Lennart Poettering
1
-1
/
+1
2006-04-16
rename module-rtp-monitor to module-rtp-send
Lennart Poettering
1
-0
/
+363