summaryrefslogtreecommitdiff
path: root/src/modules/module-combine-sink.c
Commit message (Expand)AuthorAgeFilesLines
* replace sink/source SET_STATE handlers with callbacksTanu Kaskinen2018-03-161-13/+20
* 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/+6
* 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
* source/sink: Allow pa_{source, sink}_get_latency_within_thread() to return ne...Georg Chini2017-04-171-5/+3
* combine-sink: Use PA_MAX instead of ternary operator for clarityArun Raghavan2017-03-091-1/+1
* don't assume that pa_asyncq_new() always succeedsTanu Kaskinen2016-12-201-1/+27
* combine-sink: Fix unsafe message handlingTanu Kaskinen2015-07-211-28/+80
* update FSF addresses to FSF web pageOndrej Holecek2015-01-141-3/+1
* rtpoll: Drop extra wait_op argument to pa_rtpoll_run()Peter Meerwald2014-11-091-1/+1
* misc: Fix format specifiersPeter Meerwald2014-08-181-1/+1
* combine-sink: Rearrange block_usec initializationTanu Kaskinen2014-06-171-3/+3
* combine-sink: Fix the initial requested latency of new outputsTanu Kaskinen2014-06-171-1/+1
* combine-sink: Add a convenience variableTanu Kaskinen2014-06-171-5/+8
* combine-sink: Make the latency range calculation easier to readTanu Kaskinen2014-06-171-5/+10
* combine-sink: add support for DYNAMIC_LATENCYWim Taymans2014-06-171-35/+107
* combine-sink: rework output add/removeWim Taymans2014-06-051-16/+11
* combine-sink: fix zero adjust_time behaviour.Hemanth Meenakshisundaram2014-04-261-1/+1
* combine-sink: fix segfaultDaniel Albers2014-01-171-1/+3
* Remove pa_bool_t and replace it with bool.poljar (Damir Jelić)2013-07-041-36/+36
* combine: Fix crash in output freeingTanu Kaskinen2013-06-191-2/+0
* idxset: Use pa_free_cb_t instead of pa_free2_cb_tTanu Kaskinen2013-02-161-7/+4
* combine: Stop rate adjustments if sink is supendedJyri Sarha2013-02-061-1/+8
* modules: Micro-optimisation for rewind_requested pathsArun Raghavan2012-11-161-1/+1
* sink: Process rewind requests also when suspended.Tanu Kaskinen2012-11-161-3/+2
* combine: Keep the timer active in the null mode only when running.Tanu Kaskinen2012-10-301-5/+3
* memblockq: Improve debuggability by storing a name and a sample spec.Tanu Kaskinen2011-10-011-1/+2
* More spelling fixesMaarten Bosmans2011-08-251-2/+2
* Remove unnecessary #includesMaarten Bosmans2011-06-221-2/+0
* module-combine-sink: Check running flag before rendering in null modeForest Bond2011-06-021-0/+4
* module-combine-sink: Initialize smoother in paused stateForest Bond2011-06-021-6/+9
* module-combine-sink: Initialize smoother with offset pa_rtclock_now()Forest Bond2011-06-021-1/+1
* core: Add extended stream API to support compressed formatsArun Raghavan2011-05-021-1/+1
* combine: Rename module-combine to module-combine-sink.Colin Guthrie2011-04-301-0/+1409