summaryrefslogtreecommitdiffstats
path: root/src/modules
Commit message (Expand)AuthorAgeFilesLines
* add missing #includeLennart Poettering2006-05-221-0/+1
* Wrap strerror() in a function that makes it thread safe and converts thePierre Ossman2006-05-2221-84/+109
* Fix some missing headers.Pierre Ossman2006-05-191-0/+1
* Don't include util.h from core-util.h as it is not needed by many users.Pierre Ossman2006-05-182-0/+2
* Move timeval calculation functions into their own file.Pierre Ossman2006-05-185-0/+5
* modify lirc module to use pa_sink_mute() for muting and unmutingLennart Poettering2006-05-171-23/+35
* fix include line for "core-util.h"Lennart Poettering2006-05-174-4/+4
* split polypcore/util.[ch] into polypcore/core-util.[ch] and polyp/util.[ch]Lennart Poettering2006-05-1724-26/+26
* Move xmalloc to the public side (libpolyp).Pierre Ossman2006-05-1730-30/+58
* add proper locking when accessing the file match.tableLennart Poettering2006-05-171-1/+6
* add proper locking when accessing the file volume.table Lennart Poettering2006-05-171-3/+12
* use PA_CHANNEL_MAP_OSS in module-oss, module-oss-mmapLennart Poettering2006-05-172-2/+2
* Set default channel map system for waveout module.Pierre Ossman2006-05-171-1/+1
* Use default channel map for Solaris module. There doesn't seem to be a standardPierre Ossman2006-05-171-1/+1
* * modify pa_channel_map_init_auto() to take an extra argument specifying the ...Lennart Poettering2006-05-1614-81/+13
* downgrade a log messageLennart Poettering2006-05-161-2/+1
* remove regex.h from include, since it is actually not usedLennart Poettering2006-05-151-1/+0
* remove superfluous log lineLennart Poettering2006-05-141-2/+0
* add new module module-volume-restore which saves and restores volume of playb...Lennart Poettering2006-05-141-0/+361
* * add new parameter to pa_open_config_file() to specify open modeLennart Poettering2006-05-144-5/+5
* * set default fragment metrics depending on the sample specs of the device in...Lennart Poettering2006-05-133-15/+21
* first set buffer size, and afterwards period sizeLennart Poettering2006-05-131-1/+1
* fix fragment size calculation for module-alsa-sourceLennart Poettering2006-05-131-5/+9
* use default alsa channel map for alsa devicesLennart Poettering2006-05-134-2/+74
* Fix control flow in pa_oss_open(). Also fall back to half duplex when device ...Pierre Ossman2006-05-021-2/+6
* 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