summaryrefslogtreecommitdiff
path: root/src/modules/rtp/module-rtp-send.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-14rtp-send: Remove "don't inhibit auto-suspend" flagBen Brewer1-1/+0
2013-12-20modules: Fix uninit value in rtp-sendPeter Meerwald1-0/+6
2013-07-04Remove pa_bool_t and replace it with bool.poljar (Damir Jelić)1-4/+4
2013-03-25rtp: Introduce source IP configurationRobin H. Johnson1-3/+45
2013-03-25rtp: rename modarg destination to destination_ipRobin H. Johnson1-4/+7
2013-03-25rtp: Cleanup variable naming.Robin H. Johnson1-23/+23
2011-10-01memblockq: Improve debuggability by storing a name and a sample spec.Tanu Kaskinen1-1/+2
2011-06-22Remove unnecessary #includesMaarten Bosmans1-2/+0
2011-06-22capture: Add the passthrough format negotiation to capture streams.Colin Guthrie1-1/+1
2011-03-19Use pulsecore/arpa-inet.h to make arpa/inet.h functionality availableMaarten Bosmans1-1/+1
2009-10-30use cloexec wrappers wherever applicableLennart Poettering1-4/+2
2009-08-28core: move 'flags' field into 'pa_sink_input_new_data' structure so that hook...Lennart Poettering1-1/+2
2009-06-20Base mainloop on pa_rtclock_now()Marc-André Lureau1-10/+4
2009-06-05rtp: remove gcc warningLennart Poettering1-2/+2
2009-04-07send the source latency based on the MTU sizeLennart Poettering1-3/+3
2009-03-03Use LGPL 2.1 on all files previously using LGPL 2Colin Guthrie1-1/+1
2009-02-13Optionally disable IPv6Iain Hibbert1-11/+34
2009-02-03make a couple of functions return proper error codesLennart Poettering1-1/+1
2009-01-15kill autoload stuff as plannedLennart Poettering1-1/+1
2009-01-05Multicast SDP packets sent with same IP TTL as RTP packetsTom Bamford1-0/+5
2008-10-26Implement new flags DONT_INHIBIT_AUTO_SUSPEND and START_UNMUTEDLennart Poettering1-1/+1
2008-08-19add a few more gcc warning flags and fix quite a few problems found by doing soLennart Poettering1-8/+9
2008-08-18fix type errorLennart Poettering1-4/+8
2008-08-15Make Multicast TTL for RTP configurable, patch from 'dfort'Lennart Poettering1-2/+17
2008-08-05fix shutdown when --disallow-module-loading=1 is passedLennart Poettering1-1/+1
2008-06-18get rid of svn $ keywordsLennart Poettering1-2/+0
2008-05-15merge glitch-free branch back into trunkLennart Poettering1-2/+9
2007-11-13Completely rework ALSA device selection code: choose the device to open depen...Lennart Poettering1-4/+5
2007-11-09tag modules that may only be loaded once at most especially, and enforce that...Lennart Poettering1-4/+5
2007-10-28merge 'lennart' branch back into trunk.Lennart Poettering1-52/+70
2007-05-29Kill spaces on EOLLennart Poettering1-18/+18
2007-02-13Add copyright notices to all relevant files. (based on svn log)Pierre Ossman1-0/+2
2006-08-23fix handling of "mtu" module argument (patch by "theBear")Lennart Poettering1-0/+1
2006-08-18remove all occurences of Lennart Poettering1-18/+18
2006-08-18Rework memory management to allow shared memory data transfer. The central ideaLennart Poettering1-2/+1
2006-08-13create rtp source output on correct sourceLennart Poettering1-0/+1
2006-08-13implement hook_source_ouput_new. For this I modified the pa_source_output_new...Lennart Poettering1-2/+9
2006-06-20Fix the final few occurences of polyp.Pierre Ossman1-1/+1
2006-06-19big s/polyp/pulse/gLennart Poettering1-18/+18
2006-05-25* split pa_cstrerror() into its own file polypcore/core-error.[ch]Lennart Poettering1-1/+1
2006-05-22Wrap strerror() in a function that makes it thread safe and converts thePierre Ossman1-5/+6
2006-05-18Don't include util.h from core-util.h as it is not needed by many users.Pierre Ossman1-0/+1
2006-05-18Move timeval calculation functions into their own file.Pierre Ossman1-0/+1
2006-05-17fix include line for "core-util.h"Lennart Poettering1-1/+1
2006-05-17Move xmalloc to the public side (libpolyp).Pierre Ossman1-1/+2
2006-05-16* modify pa_channel_map_init_auto() to take an extra argument specifying the ...Lennart Poettering1-1/+1
2006-04-16fix typo in module descriptionLennart Poettering1-1/+1
2006-04-16change default mcast address once again, to make sure our traffic doesn't lea...Lennart Poettering1-1/+1
2006-04-16rename module-rtp-monitor to module-rtp-sendLennart Poettering1-0/+363