summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Reverse order of IPv6/IPv4 binding to handle systems without IPV6_V6ONLY.Pierre Ossman2006-04-191-3/+3
* make proper use of the muting facility of sinks in module-mmkbd-evdevLennart Poettering2006-04-181-21/+25
* fix a couple of issues I found when compiling polypaudio with gcc 2.95Lennart Poettering2006-04-1813-13/+15
* fix CFLAGS for jack modulesLennart Poettering2006-04-181-2/+2
* fix make distcheckLennart Poettering2006-04-181-2/+4
* fix connecting of jack source in jack daemonLennart Poettering2006-04-181-1/+1
* build jack sourceLennart Poettering2006-04-181-2/+10
* fix code for pre-C99Lennart Poettering2006-04-181-2/+3
* * fix pa_random_seet() function prototypeLennart Poettering2006-04-182-5/+5
* Make the probe for RNG sources at runtime since the configure script isn'tPierre Ossman2006-04-183-42/+62
* More fixes caused by Sun's complete inability to follow any standardPierre Ossman2006-04-182-2/+10
* We need to emulate sendmsg/recvmsg to support rtp on Windows. Will doPierre Ossman2006-04-181-2/+12
* Avoid including non-portable header sys/poll.h.Pierre Ossman2006-04-181-3/+3
* add a jack source moduleLennart Poettering2006-04-181-0/+393
* * allow the user to set the jack client nameLennart Poettering2006-04-181-32/+44
* C99 requires explicit marking of integer literals' size.Pierre Ossman2006-04-182-2/+2
* add new JACK sinkLennart Poettering2006-04-172-1/+396
* * add pa_mainloop_wakeup() calls for deferred eventsLennart Poettering2006-04-161-15/+22
* add new API to replace the poll() function used by the main loop implementationLennart Poettering2006-04-162-1/+26
* 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-162-8/+8
* * make sure RTP ports are chosen to be evenLennart Poettering2006-04-161-1/+4
* Fix ALSA fd handling to be compatible with blocking deferred events.Pierre Ossman2006-04-161-2/+4
* Clarify behaviour of deferred events.Pierre Ossman2006-04-161-1/+3
* * deal properly with underruns, overflows and packet lossesLennart Poettering2006-04-161-5/+22
* * increase default MTULennart Poettering2006-04-161-4/+5
* replace homegrown endswith() with pa_endswith() from util.hLennart Poettering2006-04-161-15/+4
* initialize random seed globaly from $RANDOM_DEVICELennart Poettering2006-04-162-6/+25
* * add RTP/SAP/SDP reciever moduleLennart Poettering2006-04-169-51/+1010
* * change default multicast addressLennart Poettering2006-04-153-8/+9
* correct some typesLennart Poettering2006-04-151-11/+12
* * ignore some more filesLennart Poettering2006-04-141-3/+16
* add an RTP sender moduleLennart Poettering2006-04-1412-0/+12527
* minor beautificationLennart Poettering2006-04-141-1/+1
* unbreak module-tunnelLennart Poettering2006-04-131-9/+7
* include in-flux resampled chunk in latency calculations of playback streamsLennart Poettering2006-04-131-1/+7
* fix latency calculations of module-combineLennart Poettering2006-04-131-1/+3
* hmm, nothing importantLennart Poettering2006-04-131-1/+1
* add code to allow polypaudio dump preloaded modules using "--dump-modules"Lennart Poettering2006-04-131-3/+48
* add new configure option to enable preloading even on architectures that supp...Lennart Poettering2006-04-131-1/+6
* more documentation updatesLennart Poettering2006-04-1311-63/+106
* Documentation updatesLennart Poettering2006-04-137-25/+80
* include local record memblockq in latency calculationsLennart Poettering2006-04-122-2/+15
* when storing recording data in file, create file with proper access rightsLennart Poettering2006-04-121-1/+1
* yet anotrher fix for slow linksLennart Poettering2006-04-121-1/+1
* small fix to deal properly with slow linksLennart Poettering2006-04-121-4/+7
* * dispatch defer events in pa_mainloop_dispatch() and not already in pa_mainl...Lennart Poettering2006-04-123-85/+80