summaryrefslogtreecommitdiff
path: root/src/modules/module-virtual-sink.c
Commit message (Expand)AuthorAgeFilesLines
* various places: Include resampler delay to latency reports and calculationsGeorg Chini2022-05-281-0/+3
* sink, source: remove the state gettersTanu Kaskinen2018-07-021-2/+2
* sink-input, source-output: remove the state gettersTanu Kaskinen2018-07-021-3/+3
* optimize set_state_in_io_thread() callbacksRaman Shyshniou2018-06-211-1/+1
* pass pa_suspend_cause_t to set_state_in_io_thread() callbacksTanu Kaskinen2018-03-201-1/+1
* replace sink/source SET_STATE handlers with callbacksTanu Kaskinen2018-03-161-12/+18
* sink, source: rename set_state() to set_state_in_main_thread()Tanu Kaskinen2018-03-161-2/+2
* pass pa_suspend_cause_t to set_state() callbacksTanu Kaskinen2018-02-221-1/+1
* build-sys: Stop using symdef headers for modulesArun Raghavan2017-12-121-2/+0
* sink-input, source-output: add sink/source_requested_by_application flagTanu Kaskinen2017-12-021-1/+1
* virtual sources and sinks: Don't double attach a sink input or source output ...Georg Chini2017-05-181-26/+38
* virtual sinks and sources: Revert commitsGeorg Chini2017-05-181-2/+1
* virtual sources and sinks: Fix possible segfaultGeorg Chini2017-04-241-1/+2
* source/sink: Allow pa_{source, sink}_get_latency_within_thread() to return ne...Georg Chini2017-04-171-4/+4
* sink-input/source-output: Don't crash when cork() is called without valid sin...Georg Chini2017-03-291-1/+1
* update FSF addresses to FSF web pageOndrej Holecek2015-01-141-3/+1
* Remove pa_bool_t and replace it with bool.poljar (Damir Jelić)2013-07-041-12/+12
* modules: Remove obsolete may_move_to callbacksStefan Huber2013-03-061-11/+0
* virtual-sink: Removed the option to specify sample format.Ștefan Săftescu2012-12-191-2/+0
* memblock: Add pa_memblock_acquire_chunk().Tanu Kaskinen2012-08-221-2/+2
* Add comments referring to bug #53709.Tanu Kaskinen2012-08-191-0/+5
* virtual-sink: Remove irrelevant comment.Tanu Kaskinen2012-02-121-3/+0
* memblockq: Improve debuggability by storing a name and a sample spec.Tanu Kaskinen2011-10-011-1/+1
* virtual: Make volume sharing on by defaultArun Raghavan2011-09-141-1/+1
* Move i18n.[ch] to src/pulsecoreMaarten Bosmans2011-08-111-1/+1
* virtual: Fix volume callback setting.Tanu Kaskinen2011-07-211-1/+1
* alsa: Reinitialise the mixer on port change.Colin Guthrie2011-07-201-3/+8
* devices: Use wrapper functions to set the *_volume and *_mute callbacks.Colin Guthrie2011-07-191-2/+2
* Remove unnecessary #includesMaarten Bosmans2011-06-221-3/+1
* core: Add extended stream API to support compressed formatsArun Raghavan2011-05-021-1/+1
* filter-apply: Mark modules as being autoloadedArun Raghavan2011-05-021-0/+3
* Get rid of some warningsMaarten Bosmans2011-03-201-1/+1
* Fix up according to Coding StyleMaarten Bosmans2011-03-111-1/+1
* virtual-sink: Fix a crash when moving the sink to a new master right after se...Tanu Kaskinen2011-02-261-5/+5
* virtual-sink/source: Remove an unused variable.Tanu Kaskinen2011-02-261-5/+0
* virtual-sink/source: Use a more descriptive stream name.Tanu Kaskinen2011-02-261-1/+1
* virtual-sink: Add a modarg for forcing flat volume.Tanu Kaskinen2011-02-261-1/+15
* virtual-sink: Add a modarg for enabling volume sharing.Tanu Kaskinen2011-02-261-5/+12
* core: Link virtual sinks and sources to their streams.Tanu Kaskinen2011-02-221-0/+3
* virtual: when fixed block sizes are used the memblockq must have a silence blockLennart Poettering2010-02-251-2/+6
* virtual: document how to implement fixed block size filtersLennart Poettering2010-02-251-6/+27
* memblockq: implement new call pa_memblockq_peek_fixed_size()Lennart Poettering2010-02-251-4/+2
* virtual: minor simplifications for the virtual sinkLennart Poettering2010-02-251-20/+11
* virutal-sink: boilerplate virtual sink to add PCM processingPierre-Louis Bossart2010-02-171-0/+635