summaryrefslogtreecommitdiffstats
path: root/src/modules
Commit message (Expand)AuthorAgeFilesLines
* When a control is removed, all bits are set so we need to test for that first.Pierre Ossman2006-04-282-0/+6
* Zero the fd list since we do a memcmp on it later.Pierre Ossman2006-04-281-1/+1
* Channel map argument support for solaris.Pierre Ossman2006-04-271-4/+15
* Channel map argument support for waveout.Pierre Ossman2006-04-271-4/+16
* fail if the channel map doesn't match the sample specsLennart Poettering2006-04-261-0/+5
* support new channel_map argument in sink/source modulesLennart Poettering2006-04-2611-49/+158
* Fall back to software volume if hardware mixer cannot control all channels.Pierre Ossman2006-04-252-73/+53
* * rework reference counting in the client libraries: now refcounting goesLennart Poettering2006-04-241-4/+4
* * when playing back a sample from the sample cache, just take a pa_volume_t a...Lennart Poettering2006-04-231-2/+1
* modify x11 modules to not cache the Display variable since pa_x11wrap_get_dis...Lennart Poettering2006-04-222-23/+17
* * for unix sockets: remove the right parent directory on shutdownLennart Poettering2006-04-221-26/+36
* Tweaks for the solaris module. The sound system requires complete framesPierre Ossman2006-04-191-11/+20
* Sun's documentation about SIGPOLL on EOF:s is wrong, so use a timer basedPierre Ossman2006-04-191-17/+31
* WaveOut needs to have rather large chunks. This is about as low as we canPierre Ossman2006-04-191-3/+9
* 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-186-6/+8
* fix connecting of jack source in jack daemonLennart Poettering2006-04-181-1/+1
* More fixes caused by Sun's complete inability to follow any standardPierre Ossman2006-04-182-2/+10
* 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-171-0/+382
* 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
* Fix ALSA fd handling to be compatible with blocking deferred events.Pierre Ossman2006-04-161-2/+4
* * 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
* * 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
* unbreak module-tunnelLennart Poettering2006-04-131-9/+7
* fix latency calculations of module-combineLennart Poettering2006-04-131-1/+3
* * fix latency calculation where a full playback buffer was erroneously taken ...Lennart Poettering2006-04-121-10/+22
* * Beef up latency calculation in module-oss-mmapLennart Poettering2006-04-101-21/+81
* minor cleanups for OSS moduleLennart Poettering2006-04-101-9/+25
* clip volume at PA_VOLUME_NORM for alsa devicesLennart Poettering2006-04-082-4/+25
* add proper volume clipping support for OSS devicesLennart Poettering2006-04-081-3/+8
* minor cleanupsLennart Poettering2006-04-071-4/+6
* * really pass the ipv6 socket server to protocol_new in case of ipv6. Lennart Poettering2006-04-061-22/+15
* s/index/idx/, to avoid gcc warningLennart Poettering2006-04-061-2/+2
* Fix some warnings caused by size_t having varying size.Pierre Ossman2006-03-312-2/+2
* Remember to store the struct with module info.Pierre Ossman2006-03-111-0/+2
* Trying to listen on an IPv6 socket by default and only do IPv4 if that failsPierre Ossman2006-03-071-36/+107
* Fetch sound card name into sink/source description.Pierre Ossman2006-03-052-2/+22