summaryrefslogtreecommitdiffstats
path: root/src/modules/rtp
Commit message (Expand)AuthorAgeFilesLines
* 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
* rtsp: document that rtsp_exec() needs fixing (llvm-clang-analyzer)Lennart Poettering2009-09-081-0/+2
* core: move 'flags' field into 'pa_sink_input_new_data' structure so that hook...Lennart Poettering2009-08-282-2/+4
* raop: Fix memory leakAndy Shevchenko2009-08-281-3/+7
* core: move rtpoll to thread_info sub structureLennart Poettering2009-08-151-1/+1
* Base mainloop on pa_rtclock_now()Marc-André Lureau2009-06-203-21/+10
* 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
* rtp: remove gcc warningLennart Poettering2009-06-051-2/+2
* Add missing headers' include to build on FreeBSD 7.1.Diego Elio 'Flameeyes' Pettenò2009-05-151-0/+1
* make use of SO_TIMESTAMP timestamp for accuracy and leave smoother paused unt...Lennart Poettering2009-04-073-11/+62
* send the source latency based on the MTU sizeLennart Poettering2009-04-071-3/+3
* 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-052-3/+3
|\
| * various spelling fixesMaarten Bosmans2009-04-042-3/+3
* | 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
|/
* revive solaris moduleFinn Thain2009-03-031-1/+6
* Use LGPL 2.1 on all files previously using LGPL 2Colin Guthrie2009-03-0310-10/+10
* raop: Handle the reponse header memory allocation more sensibly.Colin Guthrie2009-03-011-29/+27
* rtp: remove unused variable aMarc-André Lureau2009-02-191-3/+3
* rtp-recv: remove unused variable assignmentMarc-André Lureau2009-02-191-1/+1
* Optionally disable IPv6Iain Hibbert2009-02-134-19/+68
* RTP segfault/uninitialized resamplerErich Boleyn2009-02-061-1/+1
* make a couple of functions return proper error codesLennart Poettering2009-02-032-2/+2
* NetBSD needs to include sys/uio.h for some socket functionsJared D. McNeill2009-01-222-0/+8
* kill autoload stuff as plannedLennart Poettering2009-01-152-2/+2
* add new dont_rewind_render flag to allow quick starts of newly created streamsLennart Poettering2009-01-151-1/+1
* Multicast SDP packets sent with same IP TTL as RTP packetsTom Bamford2009-01-051-0/+5
* Implement new flags DONT_INHIBIT_AUTO_SUSPEND and START_UNMUTEDLennart Poettering2008-10-261-1/+1