summaryrefslogtreecommitdiff
path: root/src/modules/rtp
Commit message (Expand)AuthorAgeFilesLines
* rtp: Do all receive side rate calculations in sink-input domainArun Raghavan2016-04-021-8/+10
* rtp: fix non null terminated string / non portable sscanfLev Melnikovsky2015-11-041-3/+4
* Rename functions with "tostring" in the name to one with "to_string" to confo...Deepak Srivastava2015-09-252-4/+4
* update FSF addresses to FSF web pageOndrej Holecek2015-01-1412-36/+12
* Cleanup !! for boolPeter Meerwald2014-10-281-1/+1
* rtp-recv: fix crash on empty UDP packets (CVE-2014-3970)Alexander E. Patrakov2014-06-061-2/+23
* Use pa_hashmap_remove_and_free() where appropriateTanu Kaskinen2014-04-172-17/+5
* rtp-send: Add "inhibit_auto_suspend" module argumentTanu Kaskinen2014-02-281-1/+62
* rtp-send: Use _cb suffix with callbacksTanu Kaskinen2014-02-231-4/+4
* modules: Fix uninitialized variable in rtp-sendPeter Meerwald2014-02-231-1/+1
* rtp-send: Remove "don't inhibit auto-suspend" flagBen Brewer2014-01-141-1/+0
* rtp-recv: Only try adding the group membership for multicast addressesLaurentiu Nicola2014-01-101-8/+17
* module-rtp-recv: Add an argument for latencyLaurentiu Nicola2014-01-031-3/+15
* modules: Fix uninit value in rtp-sendPeter Meerwald2013-12-201-0/+6
* hashmap: Add the ability to free keysArun Raghavan2013-09-172-4/+4
* Remove pa_bool_t and replace it with bool.poljar (Damir Jelić)2013-07-048-29/+29
* Whitespace cleanup: Remove all multiple newlinespoljar (Damir Jelić)2013-06-241-11/+0
* rtp: Reset timestamp with correct size if not foundDavid Henningsson2013-05-221-1/+1
* rtp: Introduce source IP configurationRobin H. Johnson2013-03-251-3/+45
* rtp: rename modarg destination to destination_ipRobin H. Johnson2013-03-251-4/+7
* rtp: Cleanup variable naming.Robin H. Johnson2013-03-251-23/+23
* hashmap: Use pa_free_cb_t instead of pa_free2_cb_tTanu Kaskinen2013-02-162-16/+8
* rtp: Fix warning using pa_assert_not_reached()Peter Meerwald2012-10-241-2/+3
* rtp: Fix rtp_port reading.Tanu Kaskinen2012-10-231-2/+10
* memblock: Add pa_memblock_acquire_chunk().Tanu Kaskinen2012-08-221-2/+2
* modules: Use pa_streq instead of strcmp.Arti Trivedi Bora2012-06-093-6/+6
* module-rtp-recv: fail when SO_TIMESTAMP is not definedPino Toscano2012-01-031-0/+5
* rtp: use the right type when checking cmsg_typePino Toscano2012-01-031-2/+2
* memblockq: Improve debuggability by storing a name and a sample spec.Tanu Kaskinen2011-10-012-2/+4
* raop: Use the port supplied by avahi when connecting to RAOP devices.Colin Guthrie2011-09-051-0/+1
* Remove unnecessary #includesMaarten Bosmans2011-06-226-11/+2
* capture: Add the passthrough format negotiation to capture streams.Colin Guthrie2011-06-221-1/+1
* core: Add extended stream API to support compressed formatsArun Raghavan2011-05-021-1/+1
* Merge remote-tracking branch 'mkbosmans/mingw32-build'Colin Guthrie2011-03-206-6/+6
|\
| * Use pulsecore/arpa-inet.h to make arpa/inet.h functionality availableMaarten Bosmans2011-03-196-6/+6
* | Fix up according to Coding StyleMaarten Bosmans2011-03-111-4/+2
* | virtual-sink: Fix a crash when moving the sink to a new master right after se...Tanu Kaskinen2011-02-261-0/+3
|/
* Clean up <poll.h> includesMaarten Bosmans2011-02-171-1/+1
* build: Don't include empty Makefile.am in subdirsMaarten Bosmans2011-01-311-20/+0
* module-rtp-recv: Request proper rewind after underrunMaarten Bosmans2011-01-161-1/+3
* module-rtp-recv: Remove smoother from write indexMaarten Bosmans2011-01-161-21/+3
* module-rtp-recv: Average the estimated real sample rateMaarten Bosmans2011-01-161-4/+22
* module-rtp-recv: Use new algorithm for adjusting sample rateMaarten Bosmans2011-01-161-15/+29
* Limit rate adjustments to small, inaudible jumpsMaarten Bosmans2011-01-161-13/+21
* build-sys: Replace dummy Makefiles with proper Makefile.am'sColin Guthrie2010-12-052-1/+20
* rtp: Fix bracketing in pa_rtp_recv.Colin Guthrie2010-05-081-2/+2
* poll() is totally broken on Mac OS XDaniel Mack2009-12-161-5/+0
* use cloexec wrappers wherever applicableLennart Poettering2009-10-302-5/+3
* rtp: Remove 'fix me' comment after it was actually fixed in [56b6e1]Colin Guthrie2009-09-181-2/+0
* rtp: Factor out direct io writing and use ioline instead.Colin Guthrie2009-09-181-16/+6