summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/sink.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'e0f8ffe41f99789fafac575e944acf02e940bbf7'Lennart Poettering2009-01-151-8/+14
|\
| * sink: add a virtual_volume to sinkMarc-André Lureau2009-01-141-8/+14
* | add new pa_card object as a way to logically combine multiple sinks and sourcesLennart Poettering2009-01-151-0/+8
* | don't rely on PA_SINK_RUNNING vs. PA_SINK_IDLE for optimizations since it mig...Lennart Poettering2009-01-151-6/+4
|/
* core: add source, si, so proplist_updateMarc-André Lureau2009-01-131-0/+1
* core: add pa_sink_update_proplistMarc-André Lureau2009-01-131-0/+14
* Rework handling of the PA_SINK_LATENCY/PA_SOURCE_LATENCY flagsLennart Poettering2008-12-241-3/+8
* Add "base volume" field to sinks/sourcesLennart Poettering2008-12-241-0/+1
* Don't hit an assert when checking for idlenessLennart Poettering2008-12-171-1/+3
* Implement new flags DONT_INHIBIT_AUTO_SUSPEND and START_UNMUTEDLennart Poettering2008-10-261-1/+33
* after calling PA_CORE_HOOK_SINK_SET_VOLUME hook, check again whether the volu...Lennart Poettering2008-10-071-2/+6
* additional validity checksLennart Poettering2008-10-071-0/+2
* volume hooksMarc-Andre Lureau2008-10-071-2/+10
* remove useless log message, re #367Lennart Poettering2008-10-011-1/+0
* fix up latency before calling into stream code, to make sure we don't ask for...Lennart Poettering2008-08-291-5/+11
* rework volume/mute APIs: split out pa_xx_set_soft_volume() and add force_refr...Lennart Poettering2008-08-131-5/+16
* don't break if we fail to resume access to an audio deviceLennart Poettering2008-07-231-4/+13
* fix crash when using sync'ed streamsLennart Poettering2008-06-271-2/+2
* make sure to call process_rewind() under all circumstances before we do the n...Lennart Poettering2008-06-261-18/+24
* execute detach callback before we change the state to UNLINKEDLennart Poettering2008-06-211-2/+2
* allow sinks to be created with max_request initialized to 0, so that the data...Lennart Poettering2008-06-211-1/+0
* Rework module-combine to work with glitch-free core; add new max_request fiel...Lennart Poettering2008-06-201-60/+226
* get rid of svn $ keywordsLennart Poettering2008-06-181-2/+0
* fix a bad memory access pulsecore/client.cLennart Poettering2008-06-131-18/+51
* fix daemon shutdown with active monitor streamsLennart Poettering2008-05-181-1/+0
* link latency of monitor source to sinkLennart Poettering2008-05-171-0/+34
* merge glitch-free branch back into trunkLennart Poettering2008-05-151-250/+486
* deal with a possibly failing pa_channel_map_init_auto() correctlyLennart Poettering2008-02-131-1/+1
* - Check process name when dealing with PID filesLennart Poettering2007-11-211-11/+16
* merge 'lennart' branch back into trunk.Lennart Poettering2007-10-281-250/+734
* Add copyright notices to all relevant files. (based on svn log)Pierre Ossman2007-02-131-0/+3
* Huge trailing whitespace cleanup. Let's keep the tree pure from here on,Pierre Ossman2007-01-041-49/+49
* Revert r1404 and keep it on a development branch until it is fully tested.Pierre Ossman2006-11-061-18/+8
* rework memory block management to be thread-safe and mostly lock-free.Lennart Poettering2006-09-261-8/+18
* remove all occurences of Lennart Poettering2006-08-181-3/+3
* Rework memory management to allow shared memory data transfer. The central ideaLennart Poettering2006-08-181-3/+3
* properly implement a pa_sink_disconnect() hookLennart Poettering2006-08-131-1/+3
* add pa_sink_used_by()/pa_source_used_by()Lennart Poettering2006-08-121-0/+14
* clean up event generation a little: suppress unnecessary events and generate ...Lennart Poettering2006-08-121-1/+6
* * introduce new functions pa_sink_set_description() and pa_source_set_descrip...Lennart Poettering2006-08-111-10/+48
* add a new boolean variable is_hardware to pa_sink/pa_source to denote wether ...Lennart Poettering2006-07-161-0/+2
* big s/polyp/pulse/gLennart Poettering2006-06-191-0/+513