summaryrefslogtreecommitdiff
path: root/src/modules/module-combine-sink.c
AgeCommit message (Expand)AuthorFilesLines
2016-07-04pulsecore: Move pa_core structure into its own headerArun Raghavan1-0/+1
2015-07-21combine-sink: Fix unsafe message handlingTanu Kaskinen1-28/+80
2015-01-14update FSF addresses to FSF web pageOndrej Holecek1-3/+1
2014-11-09rtpoll: Drop extra wait_op argument to pa_rtpoll_run()Peter Meerwald1-1/+1
2014-08-18misc: Fix format specifiersPeter Meerwald1-1/+1
2014-06-17combine-sink: Rearrange block_usec initializationTanu Kaskinen1-3/+3
2014-06-17combine-sink: Fix the initial requested latency of new outputsTanu Kaskinen1-1/+1
2014-06-17combine-sink: Add a convenience variableTanu Kaskinen1-5/+8
2014-06-17combine-sink: Make the latency range calculation easier to readTanu Kaskinen1-5/+10
2014-06-17combine-sink: add support for DYNAMIC_LATENCYWim Taymans1-35/+107
2014-06-05combine-sink: rework output add/removeWim Taymans1-16/+11
2014-04-26combine-sink: fix zero adjust_time behaviour.Hemanth Meenakshisundaram1-1/+1
2014-01-17combine-sink: fix segfaultDaniel Albers1-1/+3
2013-07-04Remove pa_bool_t and replace it with bool.poljar (Damir Jelić)1-36/+36
2013-06-19combine: Fix crash in output freeingTanu Kaskinen1-2/+0
2013-02-16idxset: Use pa_free_cb_t instead of pa_free2_cb_tTanu Kaskinen1-7/+4
2013-02-06combine: Stop rate adjustments if sink is supendedJyri Sarha1-1/+8
2012-11-16modules: Micro-optimisation for rewind_requested pathsArun Raghavan1-1/+1
2012-11-16sink: Process rewind requests also when suspended.Tanu Kaskinen1-3/+2
2012-10-30combine: Keep the timer active in the null mode only when running.Tanu Kaskinen1-5/+3
2011-10-01memblockq: Improve debuggability by storing a name and a sample spec.Tanu Kaskinen1-1/+2
2011-08-25More spelling fixesMaarten Bosmans1-2/+2
2011-06-22Remove unnecessary #includesMaarten Bosmans1-2/+0
2011-06-02module-combine-sink: Check running flag before rendering in null modeForest Bond1-0/+4
2011-06-02module-combine-sink: Initialize smoother in paused stateForest Bond1-6/+9
2011-06-02module-combine-sink: Initialize smoother with offset pa_rtclock_now()Forest Bond1-1/+1
2011-05-02core: Add extended stream API to support compressed formatsArun Raghavan1-1/+1
2011-04-30combine: Rename module-combine to module-combine-sink.Colin Guthrie1-0/+1409