summaryrefslogtreecommitdiffstats
path: root/src/modules/rtp
Commit message (Expand)AuthorAgeFilesLines
* merge 'lennart' branch back into trunk.Lennart Poettering2007-10-285-257/+369
* Kill spaces on EOLLennart Poettering2007-05-298-105/+105
* Fix another DoS vulnerability that has been identified by Luigi Auriemma. (Fi...Lennart Poettering2007-05-231-3/+0
* Add copyright notices to all relevant files. (based on svn log)Pierre Ossman2007-02-138-0/+16
* 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
* fix handling of "mtu" module argument (patch by "theBear")Lennart Poettering2006-08-231-0/+1
* remove all occurences of Lennart Poettering2006-08-185-55/+55
* Rework memory management to allow shared memory data transfer. The central ideaLennart Poettering2006-08-184-11/+9
* create rtp source output on correct sourceLennart Poettering2006-08-131-0/+1
* implement hook_source_ouput_new. For this I modified the pa_source_output_new...Lennart Poettering2006-08-131-2/+9
* allow hooking into the process of creating playback streams. To implement thi...Lennart Poettering2006-08-131-2/+9
* make pulseaudio compile again on FreeBSD (patch from Diego "Flameeyes" Petteno)Lennart Poettering2006-07-163-1/+3
* Fix the final few occurences of polyp.Pierre Ossman2006-06-201-1/+1
* big s/polyp/pulse/gLennart Poettering2006-06-198-74/+74
* * split pa_cstrerror() into its own file polypcore/core-error.[ch]Lennart Poettering2006-05-254-5/+4
* Wrap strerror() in a function that makes it thread safe and converts thePierre Ossman2006-05-224-16/+21
* Don't include util.h from core-util.h as it is not needed by many users.Pierre Ossman2006-05-181-0/+1
* Move timeval calculation functions into their own file.Pierre Ossman2006-05-182-0/+2
* fix include line for "core-util.h"Lennart Poettering2006-05-174-4/+4
* Move xmalloc to the public side (libpolyp).Pierre Ossman2006-05-174-4/+8
* * modify pa_channel_map_init_auto() to take an extra argument specifying the ...Lennart Poettering2006-05-161-1/+1
* * add new parameter to pa_open_config_file() to specify open modeLennart Poettering2006-05-141-1/+1
* fix a couple of issues I found when compiling polypaudio with gcc 2.95Lennart Poettering2006-04-181-1/+1
* More fixes caused by Sun's complete inability to follow any standardPierre Ossman2006-04-182-2/+10
* C99 requires explicit marking of integer literals' size.Pierre Ossman2006-04-182-2/+2
* properly initialize session counterLennart Poettering2006-04-161-0/+1
* limit number of concurrent RTP streamsLennart Poettering2006-04-161-0/+12
* fix typo in module descriptionLennart Poettering2006-04-161-1/+1
* change default mcast address once again, to make sure our traffic doesn't lea...Lennart Poettering2006-04-162-2/+2
* rename module-rtp-monitor to module-rtp-sendLennart Poettering2006-04-161-2/+2
* * make sure RTP ports are chosen to be evenLennart Poettering2006-04-161-1/+4
* * deal properly with underruns, overflows and packet lossesLennart Poettering2006-04-161-5/+22
* * increase default MTULennart Poettering2006-04-161-4/+5
* * add RTP/SAP/SDP reciever moduleLennart Poettering2006-04-168-48/+1000
* * change default multicast addressLennart Poettering2006-04-153-8/+9
* add an RTP sender moduleLennart Poettering2006-04-1412-0/+12527