summaryrefslogtreecommitdiffstats
path: root/src/modules
Commit message (Expand)AuthorAgeFilesLines
* 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
* Volume support in tunnel module.Pierre Ossman2006-03-051-1/+260
* It's safer to set buffer size than to try setting number of periods.Pierre Ossman2006-03-051-1/+3
* Return the proper error code so that we get a correct error message.Pierre Ossman2006-03-051-12/+12
* Tried to get the volume information even upon init failure.Pierre Ossman2006-03-052-8/+8
* Update module-tunnel to the new protocol.Pierre Ossman2006-03-041-5/+26
* We have both sink and source in this module.Pierre Ossman2006-02-271-8/+23
* Catch volume update events.Pierre Ossman2006-02-271-1/+13
* Get notifications about mixer changes from ALSA.Pierre Ossman2006-02-264-19/+114
* Handle ALSA file descriptors more correctly. This means a bit more overhead,Pierre Ossman2006-02-264-62/+207
* Fix correct default device.Pierre Ossman2006-02-261-1/+1
* Hardware volume support in ALSA modules.Pierre Ossman2006-02-264-0/+322
* * Add new "auth-group=" parameter to protocol-native-unixLennart Poettering2006-02-241-4/+13
* add support for authentication using SCM_CREDENTIALSLennart Poettering2006-02-241-2/+2
* Call correct function.Pierre Ossman2006-02-241-1/+1
* Make local function static.Pierre Ossman2006-02-241-1/+1
* Hardware sink mute support.Pierre Ossman2006-02-241-1/+34
* IGAIN is a better choice than IMIX for source volume.Pierre Ossman2006-02-244-10/+10
* Hardware source volume support.Pierre Ossman2006-02-231-0/+38
* Update hardware volume to a correct initial value.Pierre Ossman2006-02-231-0/+4
* Wrong function name.Pierre Ossman2006-02-231-1/+1
* Make sure hardware volume gets a correct initial value.Pierre Ossman2006-02-231-0/+4
* Hardware source volume support in OSS.Pierre Ossman2006-02-234-10/+85
* change pa_log() and friends to not require a trailing \n on all logged stringsLennart Poettering2006-02-2328-241/+240
* add listen= parameter to tcp protocol modulesLennart Poettering2006-02-221-2/+8
* revive howl supportLennart Poettering2006-02-223-39/+32
* add hw info to description for oss-mmap, tooLennart Poettering2006-02-211-3/+19
* include hw description gathered from /dev/sndstat in sink/source description ...Lennart Poettering2006-02-213-3/+90
* Hardware volume support on Windows.Pierre Ossman2006-02-211-0/+40
* * Don't build seperate ipv4/ipv6 versions of the protocol pluginsLennart Poettering2006-02-211-25/+13
* add hw volume control for module-oss-mmapLennart Poettering2006-02-214-19/+73
* fix snd_pcm_hw_params_set_rate_near() usageLennart Poettering2006-02-201-1/+6
* * modify pa_context_exit_daemon() to return a pa_operation objectLennart Poettering2006-02-201-1/+1
* Hardware volume support for Solaris.Pierre Ossman2006-02-201-0/+36
* * Make typdefs for the pa_context callback prototypesLennart Poettering2006-02-201-1/+1
* Fixes for the Solaris detection.Pierre Ossman2006-02-201-1/+3
* Detect support for Windows' waveout.Pierre Ossman2006-02-201-0/+16