summaryrefslogtreecommitdiff
path: root/src/modules/module-ladspa-sink.c
AgeCommit message (Expand)AuthorFilesLines
2017-04-13ladspa-sink: Add sink_master argument to enable filter-apply to load the moduleKimjeongYeon1-5/+34
2017-03-29sink-input/source-output: Don't crash when cork() is called without valid sin...Georg Chini1-1/+1
2016-08-15modules: Use pa_assert_se() to check return value of dbus_message_iter_close_...Peter Meerwald-Stadler1-1/+1
2016-06-22ladspa-sink: avoid to configure invalid formatKimJeongYeon1-0/+5
2015-01-14update FSF addresses to FSF web pageOndrej Holecek1-3/+1
2014-01-15Revert "ladspa-sink: Handle empty chunks in sink_input_pop_cb"Tanu Kaskinen1-13/+6
2014-01-15ladspa-sink: Set a silence memchunk for the memblockqBen Brewer1-1/+5
2014-01-15ladspa-sink: Handle empty chunks in sink_input_pop_cbBen Brewer1-6/+13
2013-07-04Remove pa_bool_t and replace it with bool.poljar (Damir Jelić)1-20/+20
2013-06-24Whitespace cleanup: Remove all multiple newlinespoljar (Damir Jelić)1-2/+0
2013-03-13ladspa: Use volume sharing.Tanu Kaskinen1-28/+1
2013-03-06modules: Remove obsolete may_move_to callbacksStefan Huber1-11/+0
2013-02-14build-sys: Properly check for HAVE_DBUS in module-ladspa-sinkPeter Meerwald1-2/+2
2013-01-27ladspa: Fix a couple of minor memory leaks.Tanu Kaskinen1-1/+2
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-06-28ladspa: D-Bus interface for setting algorithm parameters on-the-fly.Ismo Puustinen1-144/+533
2012-06-09modules: Use pa_streq instead of strcmp.Arti Trivedi Bora1-3/+3
2011-10-01memblockq: Improve debuggability by storing a name and a sample spec.Tanu Kaskinen1-1/+1
2011-08-25More spelling fixesMaarten Bosmans1-1/+1
2011-08-11Move i18n.[ch] to src/pulsecoreMaarten Bosmans1-1/+1
2011-07-20alsa: Reinitialise the mixer on port change.Colin Guthrie1-1/+1
2011-07-20devices: Set certain sink/source flags automatically.Colin Guthrie1-1/+1
2011-07-19devices: Use wrapper functions to set the *_volume and *_mute callbacks.Colin Guthrie1-2/+2
2011-06-22Remove unnecessary #includesMaarten Bosmans1-3/+2
2011-05-02core: Add extended stream API to support compressed formatsArun Raghavan1-1/+1
2011-02-25Support for multichannel DSP processing in module-ladspa-sinkKim Therkelsen1-147/+237
2011-02-22core: Link virtual sinks and sources to their streams.Tanu Kaskinen1-0/+3
2010-02-25virtual: minor simplifications for the virtual sinkLennart Poettering1-2/+3
2010-02-09core: make sure we always return a valid memblock in sink_input_pop() callbacksLennart Poettering1-1/+5
2009-09-01ladspa,remap: make description of sink follow movesLennart Poettering1-3/+22
2009-08-28core: move 'flags' field into 'pa_sink_input_new_data' structure so that hook...Lennart Poettering1-1/+1
2009-08-22ladspa/remap: handle failing stream moves properlyLennart Poettering1-2/+5
2009-08-21ladspa: forward volume changes from ladspa sink to stream and hence via flat ...Lennart Poettering1-9/+63
2009-08-15ladspa/remap: sync latency flags from master sink when moving between sinksLennart Poettering1-0/+1
2009-08-15ladspa: name sink after human readable plugin name, not the id stringLennart Poettering1-2/+1
2009-08-15module-ladspa: allow moving of sink, forward fixed latencyLennart Poettering1-58/+78
2009-08-15ladspa: move LADSPA_Data size check to compile timeLennart Poettering1-1/+1
2009-08-07ladspa/remap: make sure we process all requested rewinds unconditionallyLennart Poettering1-0/+3
2009-06-17alsa: rework mixer logicLennart Poettering1-11/+12
2009-05-28modules: add {sink|source|card}_properties argument to all modulesLennart Poettering1-2/+10
2009-04-01properly account for seeks in the requested_bytes counterLennart Poettering1-1/+1
2009-03-25introduce new flag that marks sinks/sources which can adjust the latency dyna...Lennart Poettering1-1/+1
2009-03-24set request/rewind sizes only via accessor functionsLennart Poettering1-2/+2
2009-03-24simplify latency range by not allowing stored 'wildcard' ranges anymoreLennart Poettering1-2/+2
2009-03-03Use LGPL 2.1 on all files previously using LGPL 2Colin Guthrie1-1/+1
2009-02-03make a couple of functions return proper error codesLennart Poettering1-1/+1
2009-01-15rework module usage counter stuff to be pull basedLennart Poettering1-0/+9
2009-01-15kill autoload stuff as plannedLennart Poettering1-1/+1
2009-01-15add new dont_rewind_render flag to allow quick starts of newly created streamsLennart Poettering1-2/+2