summaryrefslogtreecommitdiffstats
path: root/src/modules
Commit message (Collapse)AuthorAgeFilesLines
* don't use PA_GCC_UNUSED anymoreLennart Poettering2008-08-096-8/+8
|
* Modify pa_state_path() to take an additional argument for prepending the ↵Lennart Poettering2008-08-074-25/+13
| | | | machine id to the file name.
* include host name in default sink/default source fileLennart Poettering2008-08-061-4/+15
|
* add new switch --disallow-exitLennart Poettering2008-08-061-1/+1
|
* fix shutdown when --disallow-module-loading=1 is passedLennart Poettering2008-08-0521-42/+42
|
* add a function to dump the stream database for debugging purposesLennart Poettering2008-08-051-0/+32
|
* add protocol extension to module-stream-restoreLennart Poettering2008-08-041-10/+322
|
* store channel map in database and remap volumes if necessaryLennart Poettering2008-08-041-10/+23
|
* add hooks for connection creation/deletion, for that export pa_native_connectionLennart Poettering2008-08-041-1/+1
|
* split out save trigger functionLennart Poettering2008-08-041-7/+15
|
* store channel map in database and remap volumes if ncessaryLennart Poettering2008-08-041-10/+22
|
* add new module module-stream-restoreLennart Poettering2008-08-031-0/+433
|
* a bit of refactoringLennart Poettering2008-08-031-75/+91
|
* make all protocol objects global singletonsLennart Poettering2008-08-034-243/+329
|
* make sure we don't leak userdata structLennart Poettering2008-08-031-1/+1
|
* rename props.[ch] to shared.[ch]Lennart Poettering2008-08-012-2/+2
|
* rename pa_property_xxx to pa_shared_xxx to avoid confusion with property listsLennart Poettering2008-08-012-4/+4
|
* fix build without ALSALennart Poettering2008-08-011-0/+2
|
* a bit of pa_bool_t'izationLennart Poettering2008-07-311-9/+9
|
* allow global tsched setting for all modules loaded by module-halLennart Poettering2008-07-312-5/+20
|
* make module-hal and module-ck live together in peacev0.9.11Lennart Poettering2008-07-242-2/+8
|
* fix destruction of dbus modules: make sure we don't leave filter function ↵Lennart Poettering2008-07-243-3/+23
| | | | registered after unreffing the dbus connection
* reset dbus error struct before retrying parsing messagesLennart Poettering2008-07-241-0/+6
|
* follow consolekit's recent D-Bus API change, original patch from William Jon ↵Lennart Poettering2008-07-231-11/+19
| | | | McCan
* allow module-x11-xsmp to be loaded more than onceLennart Poettering2008-07-231-1/+1
|
* forward process_msg calls to the generic source handler, not the generic ↵Lennart Poettering2008-07-161-1/+1
| | | | sink handler
* try to bypass alsa softvol, since it is broken when used with snd_pcm_rewind()Lennart Poettering2008-07-161-1/+2
|
* make sure we call pa_sink_process_rewind() under all circumstances if a ↵Lennart Poettering2008-06-281-5/+11
| | | | rewind was requested before we call pa_sink_render()
* simplify handling of rewrite requestsLennart Poettering2008-06-271-14/+3
|
* handle rewind requestsLennart Poettering2008-06-271-0/+4
|
* handle rewind requestsLennart Poettering2008-06-271-0/+4
|
* modernize hashmap implementation a bit, reduce memory consumption a bitLennart Poettering2008-06-272-2/+2
|
* always forward rewind requests to the sink, and don't abort on nbytes=0Lennart Poettering2008-06-262-9/+6
|
* make sure to call process_rewind() under all circumstances before we do the ↵Lennart Poettering2008-06-267-9/+33
| | | | next loop iteration
* split pa_memblockq_flush() into two flush commands, one which fixes up the ↵Lennart Poettering2008-06-261-2/+2
| | | | read ptr, and one which fixes up the write ptr
* fix deadlock when resuming oss sinksLennart Poettering2008-06-211-2/+5
|
* call the right function in the right contextLennart Poettering2008-06-212-2/+2
|
* since the sink is unlinked before the sink input we need to make sure we ↵Lennart Poettering2008-06-212-10/+10
| | | | don't call any function for unlinked sinks from any sink input callback
* Request a rewrite immediately after we have been linked, so that playback ↵Lennart Poettering2008-06-201-0/+15
| | | | starts immediately
* Rework module-combine to work with glitch-free core; add new max_request ↵Lennart Poettering2008-06-207-279/+377
| | | | field to pa_sink
* fix interpretation of remix parameterLennart Poettering2008-06-201-1/+1
|
* add new remix= parameter to remap sinkLennart Poettering2008-06-191-3/+11
|
* make user of pa_channel_map_init_extend() wherever it makes senseLennart Poettering2008-06-184-30/+7
|
* remove remaining $Lennart Poettering2008-06-181-1/+0
|
* get rid of svn $ keywordsLennart Poettering2008-06-1855-110/+0
|
* add missing gitignore filesLennart Poettering2008-06-181-0/+1
|
* bring module-tunnel back to lifeLennart Poettering2008-06-171-178/+578
| | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2546 fefdeb5f-60dc-0310-8127-8f9354f1896f
* use new pa_sink_set_latency_range() in null sinkLennart Poettering2008-06-161-1/+2
| | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2536 fefdeb5f-60dc-0310-8127-8f9354f1896f
* fix a minor memory leak when unloading m-c-kLennart Poettering2008-06-132-3/+6
| | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2523 fefdeb5f-60dc-0310-8127-8f9354f1896f
* drop hal inclusion from module-console-kit.cLennart Poettering2008-06-121-2/+0
| | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2522 fefdeb5f-60dc-0310-8127-8f9354f1896f