summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2006-04-18We need to emulate sendmsg/recvmsg to support rtp on Windows. Will doPierre Ossman1-2/+12
2006-04-18Avoid including non-portable header sys/poll.h.Pierre Ossman1-3/+3
2006-04-18add a jack source moduleLennart Poettering1-0/+393
2006-04-18* allow the user to set the jack client nameLennart Poettering1-32/+44
2006-04-18C99 requires explicit marking of integer literals' size.Pierre Ossman2-2/+2
2006-04-17add new JACK sinkLennart Poettering2-1/+396
2006-04-16* add pa_mainloop_wakeup() calls for deferred eventsLennart Poettering1-15/+22
2006-04-16add new API to replace the poll() function used by the main loop implementationLennart Poettering2-1/+26
2006-04-16properly initialize session counterLennart Poettering1-0/+1
2006-04-16limit number of concurrent RTP streamsLennart Poettering1-0/+12
2006-04-16fix typo in module descriptionLennart Poettering1-1/+1
2006-04-16change default mcast address once again, to make sure our traffic doesn't lea...Lennart Poettering2-2/+2
2006-04-16rename module-rtp-monitor to module-rtp-sendLennart Poettering2-8/+8
2006-04-16* make sure RTP ports are chosen to be evenLennart Poettering1-1/+4
2006-04-16Fix ALSA fd handling to be compatible with blocking deferred events.Pierre Ossman1-2/+4
2006-04-16Clarify behaviour of deferred events.Pierre Ossman1-1/+3
2006-04-16* deal properly with underruns, overflows and packet lossesLennart Poettering1-5/+22
2006-04-16* increase default MTULennart Poettering1-4/+5
2006-04-16replace homegrown endswith() with pa_endswith() from util.hLennart Poettering1-15/+4
2006-04-16initialize random seed globaly from $RANDOM_DEVICELennart Poettering2-6/+25
2006-04-16* add RTP/SAP/SDP reciever moduleLennart Poettering9-51/+1010
2006-04-15* change default multicast addressLennart Poettering3-8/+9
2006-04-15correct some typesLennart Poettering1-11/+12
2006-04-14* ignore some more filesLennart Poettering1-3/+16
2006-04-14add an RTP sender moduleLennart Poettering12-0/+12527
2006-04-14minor beautificationLennart Poettering1-1/+1
2006-04-13unbreak module-tunnelLennart Poettering1-9/+7
2006-04-13include in-flux resampled chunk in latency calculations of playback streamsLennart Poettering1-1/+7
2006-04-13fix latency calculations of module-combineLennart Poettering1-1/+3
2006-04-13hmm, nothing importantLennart Poettering1-1/+1
2006-04-13add code to allow polypaudio dump preloaded modules using "--dump-modules"Lennart Poettering1-3/+48
2006-04-13add new configure option to enable preloading even on architectures that supp...Lennart Poettering1-1/+6
2006-04-13more documentation updatesLennart Poettering11-63/+106
2006-04-13Documentation updatesLennart Poettering7-25/+80
2006-04-12include local record memblockq in latency calculationsLennart Poettering2-2/+15
2006-04-12when storing recording data in file, create file with proper access rightsLennart Poettering1-1/+1
2006-04-12yet anotrher fix for slow linksLennart Poettering1-1/+1
2006-04-12small fix to deal properly with slow linksLennart Poettering1-4/+7
2006-04-12* dispatch defer events in pa_mainloop_dispatch() and not already in pa_mainl...Lennart Poettering3-85/+80
2006-04-12* fix latency calculation where a full playback buffer was erroneously taken ...Lennart Poettering1-10/+22
2006-04-12remove a bunch of log messagesLennart Poettering1-9/+8
2006-04-12beefup pacat a little: Lennart Poettering1-13/+46
2006-04-12* rename "latency correction" to "write index correction"Lennart Poettering3-134/+216
2006-04-12protocol change: don't send stream buffer size in latency update. This data i...Lennart Poettering1-2/+0
2006-04-12proper validity checking for pa_context_is_pending()Lennart Poettering1-1/+5
2006-04-12when flushin a memblockq, set the write index to the read indexLennart Poettering1-0/+2
2006-04-10return the error code and not just -1 when pa_context_is_pending() failsLennart Poettering1-1/+1
2006-04-10validity checks for pa_context_is_pending()Lennart Poettering2-5/+2
2006-04-10* Beef up latency calculation in module-oss-mmapLennart Poettering1-21/+81
2006-04-10minor cleanups for OSS moduleLennart Poettering1-9/+25