summaryrefslogtreecommitdiff
path: root/src/modules/rtp
AgeCommit message (Expand)AuthorFilesLines
2011-10-01memblockq: Improve debuggability by storing a name and a sample spec.Tanu Kaskinen2-2/+4
2011-09-05raop: Use the port supplied by avahi when connecting to RAOP devices.Colin Guthrie1-0/+1
2011-06-22Remove unnecessary #includesMaarten Bosmans6-11/+2
2011-06-22capture: Add the passthrough format negotiation to capture streams.Colin Guthrie1-1/+1
2011-05-02core: Add extended stream API to support compressed formatsArun Raghavan1-1/+1
2011-03-20Merge remote-tracking branch 'mkbosmans/mingw32-build'Colin Guthrie6-6/+6
2011-03-19Use pulsecore/arpa-inet.h to make arpa/inet.h functionality availableMaarten Bosmans6-6/+6
2011-03-11Fix up according to Coding StyleMaarten Bosmans1-4/+2
2011-02-26virtual-sink: Fix a crash when moving the sink to a new master right after se...Tanu Kaskinen1-0/+3
2011-02-17Clean up <poll.h> includesMaarten Bosmans1-1/+1
2011-01-31build: Don't include empty Makefile.am in subdirsMaarten Bosmans1-20/+0
2011-01-16module-rtp-recv: Request proper rewind after underrunMaarten Bosmans1-1/+3
2011-01-16module-rtp-recv: Remove smoother from write indexMaarten Bosmans1-21/+3
2011-01-16module-rtp-recv: Average the estimated real sample rateMaarten Bosmans1-4/+22
2011-01-16module-rtp-recv: Use new algorithm for adjusting sample rateMaarten Bosmans1-15/+29
2011-01-16Limit rate adjustments to small, inaudible jumpsMaarten Bosmans1-13/+21
2010-12-05build-sys: Replace dummy Makefiles with proper Makefile.am'sColin Guthrie2-1/+20
2010-05-08rtp: Fix bracketing in pa_rtp_recv.Colin Guthrie1-2/+2
2009-12-16poll() is totally broken on Mac OS XDaniel Mack1-5/+0
2009-10-30use cloexec wrappers wherever applicableLennart Poettering2-5/+3
2009-09-18rtp: Remove 'fix me' comment after it was actually fixed in [56b6e1]Colin Guthrie1-2/+0
2009-09-18rtp: Factor out direct io writing and use ioline instead.Colin Guthrie1-16/+6
2009-09-08rtsp: document that rtsp_exec() needs fixing (llvm-clang-analyzer)Lennart Poettering1-0/+2
2009-08-28core: move 'flags' field into 'pa_sink_input_new_data' structure so that hook...Lennart Poettering2-2/+4
2009-08-28raop: Fix memory leakAndy Shevchenko1-3/+7
2009-08-15core: move rtpoll to thread_info sub structureLennart Poettering1-1/+1
2009-06-20Base mainloop on pa_rtclock_now()Marc-André Lureau3-21/+10
2009-06-20pulse: move pa_rtclock_now in pulsecommonMarc-André Lureau1-1/+2
2009-06-19perl -p -i -e 's/pa_rtclock_usec/pa_rtclock_now/g' `find . -name '*.[ch]'`Marc-André Lureau1-1/+1
2009-06-17rtp: fix s/recieve/receive/ typoLennart Poettering1-1/+1
2009-06-05rtp: remove gcc warningLennart Poettering1-2/+2
2009-05-15Add missing headers' include to build on FreeBSD 7.1.Diego Elio 'Flameeyes' Pettenò1-0/+1
2009-04-07make use of SO_TIMESTAMP timestamp for accuracy and leave smoother paused unt...Lennart Poettering3-11/+62
2009-04-07send the source latency based on the MTU sizeLennart Poettering1-3/+3
2009-04-06make sure we don't apply sampling rate fixes that bring the sampling freq > P...Lennart Poettering1-11/+14
2009-04-05Merge branch 'master' of ssh://rootserver/home/lennart/git/public/pulseaudioLennart Poettering2-3/+3
2009-04-05Modify smoothing code to make cubic interpolation optional and allow 'quick f...Lennart Poettering1-2/+8
2009-04-04various spelling fixesMaarten Bosmans2-3/+3
2009-04-01properly account for seeks in the requested_bytes counterLennart Poettering1-2/+2
2009-03-03revive solaris moduleFinn Thain1-1/+6
2009-03-03Use LGPL 2.1 on all files previously using LGPL 2Colin Guthrie10-10/+10
2009-03-01raop: Handle the reponse header memory allocation more sensibly.Colin Guthrie1-29/+27
2009-02-19rtp: remove unused variable aMarc-André Lureau1-3/+3
2009-02-19rtp-recv: remove unused variable assignmentMarc-André Lureau1-1/+1
2009-02-13Optionally disable IPv6Iain Hibbert4-19/+68
2009-02-06RTP segfault/uninitialized resamplerErich Boleyn1-1/+1
2009-02-03make a couple of functions return proper error codesLennart Poettering2-2/+2
2009-01-22NetBSD needs to include sys/uio.h for some socket functionsJared D. McNeill2-0/+8
2009-01-15kill autoload stuff as plannedLennart Poettering2-2/+2
2009-01-15add new dont_rewind_render flag to allow quick starts of newly created streamsLennart Poettering1-1/+1