summaryrefslogtreecommitdiffstats
path: root/src/modules
Commit message (Expand)AuthorAgeFilesLines
* Fix detection of shared memory support and proper fallback.Pierre Ossman2006-08-221-0/+3
* Fix typo.Pierre Ossman2006-08-221-1/+1
* Add missing header.Pierre Ossman2006-08-221-0/+1
* Fix call to pa_memblock_new().Pierre Ossman2006-08-221-2/+2
* Fix missing header for timeval helpers.Pierre Ossman2006-08-221-0/+1
* Fix calls to pa_memblock_new().Pierre Ossman2006-08-221-2/+2
* Add header for pa_cstrerror().Pierre Ossman2006-08-221-0/+1
* restore the sink/source for a client in addition to the playback volume. This...Lennart Poettering2006-08-191-36/+140
* fix a memory leakLennart Poettering2006-08-191-1/+3
* remove all occurences of Lennart Poettering2006-08-1839-410/+410
* Rework memory management to allow shared memory data transfer. The central ideaLennart Poettering2006-08-1813-24/+21
* use the description field of sinks/sources to name the zeroconf services, ins...Lennart Poettering2006-08-151-5/+5
* extend module-rescue-streams to move also source outputs when a source diesLennart Poettering2006-08-131-4/+55
* fix a segfault when registering a service with avahi failsLennart Poettering2006-08-131-9/+22
* create rtp source output on correct sourceLennart Poettering2006-08-131-0/+1
* implement hook_source_ouput_new. For this I modified the pa_source_output_new...Lennart Poettering2006-08-131-2/+9
* implement new module "module-rescue-streams" which moves sink inputs away whe...Lennart Poettering2006-08-131-0/+98
* Clean up module description a littleLennart Poettering2006-08-131-1/+1
* modify module-volume-restore to change the initial volume of a sink input fro...Lennart Poettering2006-08-131-7/+28
* allow hooking into the process of creating playback streams. To implement thi...Lennart Poettering2006-08-133-6/+31
* make use of pa_sink_used_by()/pa_source_used_by() wherever applicableLennart Poettering2006-08-129-25/+15
* name the sink/source after the device file, just like we already do for the n...Lennart Poettering2006-08-121-5/+28
* generate default sink/source names from the device files they belong toLennart Poettering2006-08-123-9/+56
* handle hot-remeving of OSS devices properlyLennart Poettering2006-08-122-35/+81
* print the device capabilities after opening the deviceLennart Poettering2006-08-121-5/+50
* when the requested sample format is not available for OSS devices, print a ni...Lennart Poettering2006-08-121-5/+25
* * only load an OSS driver for the first device of a sound card, similar to wh...Lennart Poettering2006-08-121-7/+14
* fix a segfault in module-ossLennart Poettering2006-08-121-1/+1
* fix pa_gettimeofday() return value testingLennart Poettering2006-08-121-1/+1
* increase module argument buffer size to prevent truncating namesShahms E. King2006-08-121-2/+2
* allow setting the null sink description by a module parameterLennart Poettering2006-08-121-3/+5
* don't set the sink/source descriptions manually, use the new functions pa_{si...Lennart Poettering2006-08-1115-41/+69
* shorten sink/source device descriptions a littleLennart Poettering2006-08-114-6/+6
* use the HAL UDI for naming input/output devicesLennart Poettering2006-08-111-4/+17
* fix bad memory access and a leak when detructing ALSA fd listsLennart Poettering2006-08-111-2/+1
* remove OSS specific code from module-hal-detect if HAVE_OSS is not set. Same ...Lennart Poettering2006-08-111-10/+30
* 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