summaryrefslogtreecommitdiff
path: root/src/modules/module-ladspa-sink.c
Commit message (Expand)AuthorAgeFilesLines
* update FSF addresses to FSF web pageOndrej Holecek2015-01-141-3/+1
* Revert "ladspa-sink: Handle empty chunks in sink_input_pop_cb"Tanu Kaskinen2014-01-151-13/+6
* ladspa-sink: Set a silence memchunk for the memblockqBen Brewer2014-01-151-1/+5
* ladspa-sink: Handle empty chunks in sink_input_pop_cbBen Brewer2014-01-151-6/+13
* Remove pa_bool_t and replace it with bool.poljar (Damir Jelić)2013-07-041-20/+20
* Whitespace cleanup: Remove all multiple newlinespoljar (Damir Jelić)2013-06-241-2/+0
* ladspa: Use volume sharing.Tanu Kaskinen2013-03-131-28/+1
* modules: Remove obsolete may_move_to callbacksStefan Huber2013-03-061-11/+0
* build-sys: Properly check for HAVE_DBUS in module-ladspa-sinkPeter Meerwald2013-02-141-2/+2
* ladspa: Fix a couple of minor memory leaks.Tanu Kaskinen2013-01-271-1/+2
* memblock: Add pa_memblock_acquire_chunk().Tanu Kaskinen2012-08-221-2/+2
* Add comments referring to bug #53709.Tanu Kaskinen2012-08-191-0/+5
* ladspa: D-Bus interface for setting algorithm parameters on-the-fly.Ismo Puustinen2012-06-281-144/+533
* modules: Use pa_streq instead of strcmp.Arti Trivedi Bora2012-06-091-3/+3
* memblockq: Improve debuggability by storing a name and a sample spec.Tanu Kaskinen2011-10-011-1/+1
* More spelling fixesMaarten Bosmans2011-08-251-1/+1
* Move i18n.[ch] to src/pulsecoreMaarten Bosmans2011-08-111-1/+1
* alsa: Reinitialise the mixer on port change.Colin Guthrie2011-07-201-1/+1
* devices: Set certain sink/source flags automatically.Colin Guthrie2011-07-201-1/+1
* devices: Use wrapper functions to set the *_volume and *_mute callbacks.Colin Guthrie2011-07-191-2/+2
* Remove unnecessary #includesMaarten Bosmans2011-06-221-3/+2
* core: Add extended stream API to support compressed formatsArun Raghavan2011-05-021-1/+1
* Support for multichannel DSP processing in module-ladspa-sinkKim Therkelsen2011-02-251-147/+237
* core: Link virtual sinks and sources to their streams.Tanu Kaskinen2011-02-221-0/+3
* virtual: minor simplifications for the virtual sinkLennart Poettering2010-02-251-2/+3
* core: make sure we always return a valid memblock in sink_input_pop() callbacksLennart Poettering2010-02-091-1/+5
* ladspa,remap: make description of sink follow movesLennart Poettering2009-09-011-3/+22
* core: move 'flags' field into 'pa_sink_input_new_data' structure so that hook...Lennart Poettering2009-08-281-1/+1
* ladspa/remap: handle failing stream moves properlyLennart Poettering2009-08-221-2/+5
* ladspa: forward volume changes from ladspa sink to stream and hence via flat ...Lennart Poettering2009-08-211-9/+63
* ladspa/remap: sync latency flags from master sink when moving between sinksLennart Poettering2009-08-151-0/+1
* ladspa: name sink after human readable plugin name, not the id stringLennart Poettering2009-08-151-2/+1
* module-ladspa: allow moving of sink, forward fixed latencyLennart Poettering2009-08-151-58/+78
* ladspa: move LADSPA_Data size check to compile timeLennart Poettering2009-08-151-1/+1
* ladspa/remap: make sure we process all requested rewinds unconditionallyLennart Poettering2009-08-071-0/+3
* alsa: rework mixer logicLennart Poettering2009-06-171-11/+12
* modules: add {sink|source|card}_properties argument to all modulesLennart Poettering2009-05-281-2/+10
* properly account for seeks in the requested_bytes counterLennart Poettering2009-04-011-1/+1
* introduce new flag that marks sinks/sources which can adjust the latency dyna...Lennart Poettering2009-03-251-1/+1
* set request/rewind sizes only via accessor functionsLennart Poettering2009-03-241-2/+2
* simplify latency range by not allowing stored 'wildcard' ranges anymoreLennart Poettering2009-03-241-2/+2
* Use LGPL 2.1 on all files previously using LGPL 2Colin Guthrie2009-03-031-1/+1
* make a couple of functions return proper error codesLennart Poettering2009-02-031-1/+1
* rework module usage counter stuff to be pull basedLennart Poettering2009-01-151-0/+9
* kill autoload stuff as plannedLennart Poettering2009-01-151-1/+1
* add new dont_rewind_render flag to allow quick starts of newly created streamsLennart Poettering2009-01-151-2/+2
* implement may_move_to for ladspa/remap sinksLennart Poettering2008-10-211-0/+11
* add a few more gcc warning flags and fix quite a few problems found by doing soLennart Poettering2008-08-191-14/+14
* fix shutdown when --disallow-module-loading=1 is passedLennart Poettering2008-08-051-1/+1
* always forward rewind requests to the sink, and don't abort on nbytes=0Lennart Poettering2008-06-261-3/+3