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