summaryrefslogtreecommitdiffstats
path: root/src/modules/rtp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Modularise the RAOP stuff that requires OpenSSL and make it optional at compi...Colin Guthrie2008-10-084-767/+0
* Remove $Id$ lines left over from SVNColin Guthrie2008-10-088-16/+0
* Implement a set volume function to expose this capability to higher layersColin Guthrie2008-10-082-0/+25
* Add some new public API functions to connect and flush.Colin Guthrie2008-10-082-20/+56
* Change the API of the RTSP client a bit.Colin Guthrie2008-10-082-74/+87
* Remove unneeded headers accidentially added in r2500.Colin Guthrie2008-10-081-2/+0
* Add seq and rtptime params to record/flush with a view to using these for tim...Colin Guthrie2008-10-083-9/+21
* Minor update to copywrite (I still plan to replace this completely but in the...Colin Guthrie2008-10-081-1/+2
* A few related changes:Colin Guthrie2008-10-081-15/+1
* Keep track of the memblock pointer internally and do not rely on subsequent c...Colin Guthrie2008-10-081-6/+6
* Set the send buffer size to prevent rendering silence in amongst our good dat...Colin Guthrie2008-10-081-0/+1
* Do tidy up on disconnection.Colin Guthrie2008-10-082-1/+11
* Do not prefix internal function rtsp_exec.Colin Guthrie2008-10-081-12/+9
* Don't try to free stack variables.Colin Guthrie2008-10-081-6/+0
* Some misc fixes. consts, base64 optimisation (not that it will be with us lon...Colin Guthrie2008-10-083-14/+14
* Fix up IPv6 address format to enclose it in []Colin Guthrie2008-10-081-4/+6