summaryrefslogtreecommitdiffstats
path: root/src/modules/rtp/rtp.c
Commit message (Expand)AuthorAgeFilesLines
* 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