summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Rework memory management to allow shared memory data transfer. The central ideaLennart Poettering2006-08-1845-293/+1216
* add abstracted shared memory APILennart Poettering2006-08-182-0/+266
* fix a bad type castLennart Poettering2006-08-181-1/+1
* cleanup hashmap.[ch] a little: use hash/compare func prototypes defined in id...Lennart Poettering2006-08-182-11/+46
* cleanup idxset.[ch] a little: define proper types for the hash/compare funcs,...Lennart Poettering2006-08-182-6/+14
* fix a PA_LLIST_HEAD_INIT invocationLennart Poettering2006-08-171-1/+1
* add missing #includeLennart Poettering2006-08-171-0/+2
* modify pa_bytes_snprint() to return the string we just wrote to. This should ...Lennart Poettering2006-08-172-2/+4
* make PA_LLIST_HEAD_INIT thread safeLennart Poettering2006-08-171-1/+1
* 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
* minor optimizationLennart Poettering2006-08-131-1/+1
* implement hook_source_ouput_new. For this I modified the pa_source_output_new...Lennart Poettering2006-08-138-76/+160
* split a validity check into twoLennart Poettering2006-08-131-1/+2
* implement hook_source_disconnectLennart Poettering2006-08-131-1/+3
* define new hooks: hook_source_output_new, hook_source_disconnectLennart Poettering2006-08-132-2/+9
* Load module-rescue-streams by defaultLennart Poettering2006-08-131-0/+3
* implement new module "module-rescue-streams" which moves sink inputs away whe...Lennart Poettering2006-08-132-1/+107
* properly implement a pa_sink_disconnect() hookLennart Poettering2006-08-133-4/+7
* Clean up module description a littleLennart Poettering2006-08-131-1/+1
* ignore if we recieved a memory block for an invalid stream, since this might ...Lennart Poettering2006-08-131-1/+1
* remove pa_sink_input::variable_rate field since it has been folded into pa_si...Lennart Poettering2006-08-132-2/+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-1316-138/+296
* fix bad printf()Lennart Poettering2006-08-131-1/+1
* rework hook list stuff once again: change the callback prototype to recieve t...Lennart Poettering2006-08-133-18/+27
* rework hook list stuff again, and replace macros with real functins. We loose...Lennart Poettering2006-08-134-96/+149
* update hook list testLennart Poettering2006-08-121-2/+0
* reall add type safe hook listLennart Poettering2006-08-121-0/+117
* implement typeafe hook chainLennart Poettering2006-08-123-1/+47
* extend maximum sink/source name length, because HAL UDIs can get ridiculously...Lennart Poettering2006-08-121-1/+1
* test if sink->monitor_source is set before making use of itLennart Poettering2006-08-122-3/+3
* make use of pa_sink_used_by()/pa_source_used_by() wherever applicableLennart Poettering2006-08-129-25/+15
* add pa_sink_used_by()/pa_source_used_by()Lennart Poettering2006-08-124-1/+24
* 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
* there's no need to queue subscription events if noone is listening, hence don...Lennart Poettering2006-08-121-0/+4
* * 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
* clean up event generation a little: suppress unnecessary events and generate ...Lennart Poettering2006-08-124-1/+22
* rework subscription code: try to drop redundant queued events Lennart Poettering2006-08-124-97/+129
* fix a compiler warningLennart Poettering2006-08-121-1/+1
* add new macro PA_LLIST_INSERT_AFTERLennart Poettering2006-08-121-1/+18
* increase module argument buffer size to prevent truncating namesShahms E. King2006-08-121-2/+2