summaryrefslogtreecommitdiff
path: root/src/modules/module-virtual-surround-sink.c
AgeCommit message (Expand)AuthorFilesLines
2022-05-28various places: Include resampler delay to latency reports and calculationsGeorg Chini1-0/+3
2020-11-24virtual-surround-sink: Use FFTW3 instead of naive approachChristopher Snowhill1-279/+582
2020-01-05virtual-surround-sink: Use correct sample spec with memblockqTanu Kaskinen1-1/+1
2018-07-02sink, source: remove the state gettersTanu Kaskinen1-2/+2
2018-07-02sink-input, source-output: remove the state gettersTanu Kaskinen1-3/+3
2018-06-21optimize set_state_in_io_thread() callbacksRaman Shyshniou1-1/+1
2018-03-20pass pa_suspend_cause_t to set_state_in_io_thread() callbacksTanu Kaskinen1-1/+1
2018-03-16replace sink/source SET_STATE handlers with callbacksTanu Kaskinen1-12/+18
2018-03-16sink, source: rename set_state() to set_state_in_main_thread()Tanu Kaskinen1-2/+2
2018-02-22pass pa_suspend_cause_t to set_state() callbacksTanu Kaskinen1-1/+1
2017-12-12build-sys: Stop using symdef headers for modulesArun Raghavan1-2/+0
2017-12-02sink-input, source-output: add sink/source_requested_by_application flagTanu Kaskinen1-1/+1
2017-05-18virtual sources and sinks: Don't double attach a sink input or source output ...Georg Chini1-26/+38
2017-05-18virtual sinks and sources: Revert commitsGeorg Chini1-2/+1
2017-04-24virtual sources and sinks: Fix possible segfaultGeorg Chini1-1/+2
2017-04-17source/sink: Allow pa_{source, sink}_get_latency_within_thread() to return ne...Georg Chini1-3/+3
2017-04-16ladspa-sink, virtual-surround-sink: fix master sink argument handlingTanu Kaskinen1-6/+13
2017-04-13virtual-surround-sink: Add sink_master argument to enable filter-apply to loa...KimjeongYeon1-5/+35
2017-03-29sink-input/source-output: Don't crash when cork() is called without valid sin...Georg Chini1-1/+1
2015-03-30lfe-filter: change the crossover frequency as a parameterHui Wang1-1/+1
2015-01-14update FSF addresses to FSF web pageOndrej Holecek1-3/+1
2014-04-17virtual-surround-sink: Move normalization heuristic to its own functionNiels Ole Salscheider1-17/+40
2013-12-20modules: Remove redundant code in virtual-surround-sinkPeter Meerwald1-2/+0
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-11-29virtual-surround: check if resampled memblock is not equal to inputNiels Ole Salscheider1-2/+4
2012-10-30virtual-surround-sink: Fix setting max_request and max_rewind.Tanu Kaskinen1-2/+2
2012-10-24virtual-surround: Limit the number of hrir samples.Niels Ole Salscheider1-0/+5
2012-10-24virtual-surround: Add silence to hrir if necessary.Niels Ole Salscheider1-9/+38
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-03-09Add module-virtual-surround-sink.Niels Ole Salscheider1-0/+850