summaryrefslogtreecommitdiff
path: root/src/modules/rtp/module-rtp-recv.c
Commit message (Expand)AuthorAgeFilesLines
* various places: Include resampler delay to latency reports and calculationsGeorg Chini2022-05-281-0/+1
* rtp: Enable support for OPUSSanchayan Maity2021-07-301-1/+1
* rtp: Add a GStreamer-based RTP implementationArun Raghavan2019-11-081-1/+1
* rtpoll: Separate out before/after/work callback userdataArun Raghavan2019-11-081-3/+2
* rtp: Hide RTP implementation details from module-rtp-*Arun Raghavan2019-11-081-26/+14
* rtp: Don't use cookie for SSRCArun Raghavan2019-11-081-3/+0
* build-sys: Stop using symdef headers for modulesArun Raghavan2017-12-121-2/+0
* sink-input, source-output: add sink/source_requested_by_application flagTanu Kaskinen2017-12-021-1/+1
* source/sink: Allow pa_{source, sink}_get_latency_within_thread() to return ne...Georg Chini2017-04-171-1/+1
* rtp: Do all receive side rate calculations in sink-input domainArun Raghavan2016-04-021-8/+10
* update FSF addresses to FSF web pageOndrej Holecek2015-01-141-3/+1
* Use pa_hashmap_remove_and_free() where appropriateTanu Kaskinen2014-04-171-10/+4
* 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
* hashmap: Add the ability to free keysArun Raghavan2013-09-171-2/+2
* Remove pa_bool_t and replace it with bool.poljar (Damir Jelić)2013-07-041-11/+11
* hashmap: Use pa_free_cb_t instead of pa_free2_cb_tTanu Kaskinen2013-02-161-10/+7
* rtp: Fix warning using pa_assert_not_reached()Peter Meerwald2012-10-241-2/+3
* module-rtp-recv: fail when SO_TIMESTAMP is not definedPino Toscano2012-01-031-0/+5
* memblockq: Improve debuggability by storing a name and a sample spec.Tanu Kaskinen2011-10-011-1/+2
* Remove unnecessary #includesMaarten Bosmans2011-06-221-2/+2
* core: Add extended stream API to support compressed formatsArun Raghavan2011-05-021-1/+1
* Use pulsecore/arpa-inet.h to make arpa/inet.h functionality availableMaarten Bosmans2011-03-191-1/+1
* Clean up <poll.h> includesMaarten Bosmans2011-02-171-1/+1
* 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
* use cloexec wrappers wherever applicableLennart Poettering2009-10-301-1/+1
* core: move 'flags' field into 'pa_sink_input_new_data' structure so that hook...Lennart Poettering2009-08-281-1/+2
* core: move rtpoll to thread_info sub structureLennart Poettering2009-08-151-1/+1
* Base mainloop on pa_rtclock_now()Marc-André Lureau2009-06-201-10/+5
* pulse: move pa_rtclock_now in pulsecommonMarc-André Lureau2009-06-201-1/+2
* perl -p -i -e 's/pa_rtclock_usec/pa_rtclock_now/g' `find . -name '*.[ch]'`Marc-André Lureau2009-06-191-1/+1
* rtp: fix s/recieve/receive/ typoLennart Poettering2009-06-171-1/+1
* make use of SO_TIMESTAMP timestamp for accuracy and leave smoother paused unt...Lennart Poettering2009-04-071-7/+43
* make sure we don't apply sampling rate fixes that bring the sampling freq > P...Lennart Poettering2009-04-061-11/+14
* Merge branch 'master' of ssh://rootserver/home/lennart/git/public/pulseaudioLennart Poettering2009-04-051-1/+1
|\
| * various spelling fixesMaarten Bosmans2009-04-041-1/+1
* | Modify smoothing code to make cubic interpolation optional and allow 'quick f...Lennart Poettering2009-04-051-2/+8
* | properly account for seeks in the requested_bytes counterLennart Poettering2009-04-011-2/+2
|/
* Use LGPL 2.1 on all files previously using LGPL 2Colin Guthrie2009-03-031-1/+1
* rtp-recv: remove unused variable assignmentMarc-André Lureau2009-02-191-1/+1
* Optionally disable IPv6Iain Hibbert2009-02-131-6/+12
* RTP segfault/uninitialized resamplerErich Boleyn2009-02-061-1/+1
* make a couple of functions return proper error codesLennart Poettering2009-02-031-1/+1
* kill autoload stuff as plannedLennart Poettering2009-01-151-1/+1
* add new dont_rewind_render flag to allow quick starts of newly created streamsLennart Poettering2009-01-151-1/+1
* remove useless log messageLennart Poettering2008-10-011-1/+1