summaryrefslogtreecommitdiffstats
path: root/src/modules
Commit message (Expand)AuthorAgeFilesLines
...
* ALSA: handle write()/read() errors properly by unloading the driver module. T...Lennart Poettering2006-08-112-50/+104
* change order of the ALSA event dispatch code to make sure that the code survi...Lennart Poettering2006-08-111-2/+2
* use the copied udi string as hash key for the device table, because the tempo...Lennart Poettering2006-08-111-1/+1
* add HAL support for OSS devices and capability changesShahms E. King2006-08-081-60/+115
* clean up hal patch to use pa_xnew and timeval compatibility wrappersShahms E. King2006-08-072-74/+28
* try to reduce volume updates in the ALSA sinks/sources: only touch the shadow...Lennart Poettering2006-08-072-22/+32
* * add SVN $Id$ tagsLennart Poettering2006-08-063-1/+7
* merge HAL support from Shams E. KingLennart Poettering2006-08-063-0/+885
* fix module-gconf initializationLennart Poettering2006-07-291-0/+1
* if possible do not unload already loaded modules when the gconf settings chan...Lennart Poettering2006-07-271-29/+71
* because gconf doesn't provide real transactions we emulate our own with a "lo...Lennart Poettering2006-07-271-2/+8
* add some protection that the gconf helper process will be killed when the dae...Lennart Poettering2006-07-261-4/+54
* add new module "module-gconf" which reads configuration information from gcon...Lennart Poettering2006-07-263-0/+522
* implement "auth-ip-acl=" in the native and esound protocolsLennart Poettering2006-07-201-2/+15
* Make -1 mean "current group/user" so that some platform dependent callsPierre Ossman2006-07-201-1/+1
* * add new function pa_check_in_group()Lennart Poettering2006-07-196-23/+14
* * add new --system command line parameter to the daemon for running PulseAudi...Lennart Poettering2006-07-193-25/+38
* fix module-detect on FreeBSD (patch from Diego "Flameeyes" Pettenó)Lennart Poettering2006-07-181-11/+17
* make pulseaudio compile again on FreeBSD (patch from Diego "Flameeyes" Petteno)Lennart Poettering2006-07-163-1/+3
* set is_hardware flag for a few hw pluginsLennart Poettering2006-07-166-0/+10
* improve latency calculation of NULL sinkLennart Poettering2006-07-141-7/+27
* try to use send(,,MSG_NOSIGNAL) instead of write() wherever possible (whichLennart Poettering2006-07-145-8/+13
* remove howl-wrap.[ch]Lennart Poettering2006-07-132-154/+0
* update module-zeroconf-publish to make use of the native AVAHI API, instead o...Lennart Poettering2006-07-131-127/+299
* fix segfault when module-alsa-source fails to loadLennart Poettering2006-06-202-2/+2
* Fix the final few occurences of polyp.Pierre Ossman2006-06-201-1/+1
* s/POLYP/PULSE/gLennart Poettering2006-06-191-11/+11
* * more s/pulseaudio/PulseAudio/ replacementsLennart Poettering2006-06-195-8/+8
* replace a few remaining uppercase "Polypaudio" occurences with "PulseAudio"Lennart Poettering2006-06-192-2/+2
* big s/polyp/pulse/gLennart Poettering2006-06-1944-507/+507
* * add new argument 'exit_on_eof' to module-cli and make use of it if "-C" is ...Lennart Poettering2006-06-181-11/+47
* * make hw param settings easier to debug by splitting up long ifLennart Poettering2006-06-171-6/+18
* if S16NE is not supported, fall back to S16RE. If FLOAT32NE is not supported,...Lennart Poettering2006-06-161-14/+70
* remove superfluous prefixes from service namesLennart Poettering2006-05-311-2/+2
* decrease maximum allowed sample frequency for ALSA devices to 5%, since 48000...Lennart Poettering2006-05-311-1/+1
* downgrade a log messageLennart Poettering2006-05-301-1/+1
* * alsa-sink: if "PCM" is not found as mixer track name, fallback to "Master"Lennart Poettering2006-05-304-9/+20
* * if an ALSA device doesn't support the channel count requested, use what ALS...Lennart Poettering2006-05-304-11/+36
* load alsa modules with device string hw:0 instead of hw:0,0Lennart Poettering2006-05-301-1/+1
* * split pa_cstrerror() into its own file polypcore/core-error.[ch]Lennart Poettering2006-05-2520-24/+20
* 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