summaryrefslogtreecommitdiff
path: root/src/modules/rtp/rtp.c
Commit message (Expand)AuthorAgeFilesLines
* update FSF addresses to FSF web pageOndrej Holecek2015-01-141-3/+1
* rtp-recv: fix crash on empty UDP packets (CVE-2014-3970)Alexander E. Patrakov2014-06-061-2/+23
* Remove pa_bool_t and replace it with bool.poljar (Damir Jelić)2013-07-041-2/+2
* rtp: Reset timestamp with correct size if not foundDavid Henningsson2013-05-221-1/+1
* memblock: Add pa_memblock_acquire_chunk().Tanu Kaskinen2012-08-221-2/+2
* modules: Use pa_streq instead of strcmp.Arti Trivedi Bora2012-06-091-4/+4
* rtp: use the right type when checking cmsg_typePino Toscano2012-01-031-2/+2
* Remove unnecessary #includesMaarten Bosmans2011-06-221-1/+0
* Use pulsecore/arpa-inet.h to make arpa/inet.h functionality availableMaarten Bosmans2011-03-191-1/+1
* rtp: Fix bracketing in pa_rtp_recv.Colin Guthrie2010-05-081-2/+2
* make use of SO_TIMESTAMP timestamp for accuracy and leave smoother paused unt...Lennart Poettering2009-04-071-3/+18
* Use LGPL 2.1 on all files previously using LGPL 2Colin Guthrie2009-03-031-1/+1
* NetBSD needs to include sys/uio.h for some socket functionsJared D. McNeill2009-01-221-0/+4
* add a few more gcc warning flags and fix quite a few problems found by doing soLennart Poettering2008-08-191-10/+11
* get rid of svn $ keywordsLennart Poettering2008-06-181-2/+0
* merge glitch-free branch back into trunkLennart Poettering2008-05-151-7/+37
* merge 'lennart' branch back into trunk.Lennart Poettering2007-10-281-46/+55
* Kill spaces on EOLLennart Poettering2007-05-291-17/+17
* Add copyright notices to all relevant files. (based on svn log)Pierre Ossman2007-02-131-0/+2
* Revert r1404 and keep it on a development branch until it is fully tested.Pierre Ossman2006-11-061-11/+7
* rework memory block management to be thread-safe and mostly lock-free.Lennart Poettering2006-09-261-7/+11
* remove all occurences of Lennart Poettering2006-08-181-9/+9
* Rework memory management to allow shared memory data transfer. The central ideaLennart Poettering2006-08-181-2/+2
* big s/polyp/pulse/gLennart Poettering2006-06-191-6/+6
* * split pa_cstrerror() into its own file polypcore/core-error.[ch]Lennart Poettering2006-05-251-2/+1
* Wrap strerror() in a function that makes it thread safe and converts thePierre Ossman2006-05-221-3/+5
* More fixes caused by Sun's complete inability to follow any standardPierre Ossman2006-04-181-2/+6
* * add RTP/SAP/SDP reciever moduleLennart Poettering2006-04-161-4/+158
* * change default multicast addressLennart Poettering2006-04-151-3/+4
* add an RTP sender moduleLennart Poettering2006-04-141-0/+193