summaryrefslogtreecommitdiff
path: root/src/modules/module-virtual-sink.c
AgeCommit message (Expand)AuthorFilesLines
2016-07-04pulsecore: Move pa_core structure into its own headerArun Raghavan1-0/+1
2015-01-14update FSF addresses to FSF web pageOndrej Holecek1-3/+1
2013-07-04Remove pa_bool_t and replace it with bool.poljar (Damir Jelić)1-12/+12
2013-03-06modules: Remove obsolete may_move_to callbacksStefan Huber1-11/+0
2012-12-19virtual-sink: Removed the option to specify sample format.Ștefan Săftescu1-2/+0
2012-08-22memblock: Add pa_memblock_acquire_chunk().Tanu Kaskinen1-2/+2
2012-08-19Add comments referring to bug #53709.Tanu Kaskinen1-0/+5
2012-02-12virtual-sink: Remove irrelevant comment.Tanu Kaskinen1-3/+0
2011-10-01memblockq: Improve debuggability by storing a name and a sample spec.Tanu Kaskinen1-1/+1
2011-09-14virtual: Make volume sharing on by defaultArun Raghavan1-1/+1
2011-08-11Move i18n.[ch] to src/pulsecoreMaarten Bosmans1-1/+1
2011-07-21virtual: Fix volume callback setting.Tanu Kaskinen1-1/+1
2011-07-20alsa: Reinitialise the mixer on port change.Colin Guthrie1-3/+8
2011-07-19devices: Use wrapper functions to set the *_volume and *_mute callbacks.Colin Guthrie1-2/+2
2011-06-22Remove unnecessary #includesMaarten Bosmans1-3/+1
2011-05-02core: Add extended stream API to support compressed formatsArun Raghavan1-1/+1
2011-05-02filter-apply: Mark modules as being autoloadedArun Raghavan1-0/+3
2011-03-20Get rid of some warningsMaarten Bosmans1-1/+1
2011-03-11Fix up according to Coding StyleMaarten Bosmans1-1/+1
2011-02-26virtual-sink: Fix a crash when moving the sink to a new master right after se...Tanu Kaskinen1-5/+5
2011-02-26virtual-sink/source: Remove an unused variable.Tanu Kaskinen1-5/+0
2011-02-26virtual-sink/source: Use a more descriptive stream name.Tanu Kaskinen1-1/+1
2011-02-26virtual-sink: Add a modarg for forcing flat volume.Tanu Kaskinen1-1/+15
2011-02-26virtual-sink: Add a modarg for enabling volume sharing.Tanu Kaskinen1-5/+12
2011-02-22core: Link virtual sinks and sources to their streams.Tanu Kaskinen1-0/+3
2010-02-25virtual: when fixed block sizes are used the memblockq must have a silence blockLennart Poettering1-2/+6
2010-02-25virtual: document how to implement fixed block size filtersLennart Poettering1-6/+27
2010-02-25memblockq: implement new call pa_memblockq_peek_fixed_size()Lennart Poettering1-4/+2
2010-02-25virtual: minor simplifications for the virtual sinkLennart Poettering1-20/+11
2010-02-17virutal-sink: boilerplate virtual sink to add PCM processingPierre-Louis Bossart1-0/+635