index
:
~tanuk/pulseaudio
better-move-logging-for-11.1
device-manager-fix
hfp
master
rtpoll-mainloop-v2
webrtc
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
modules
/
module-ladspa-sink.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-04-13
ladspa-sink: Add sink_master argument to enable filter-apply to load the module
KimjeongYeon
1
-5
/
+34
2017-03-29
sink-input/source-output: Don't crash when cork() is called without valid sin...
Georg Chini
1
-1
/
+1
2016-08-15
modules: Use pa_assert_se() to check return value of dbus_message_iter_close_...
Peter Meerwald-Stadler
1
-1
/
+1
2016-06-22
ladspa-sink: avoid to configure invalid format
KimJeongYeon
1
-0
/
+5
2015-01-14
update FSF addresses to FSF web page
Ondrej Holecek
1
-3
/
+1
2014-01-15
Revert "ladspa-sink: Handle empty chunks in sink_input_pop_cb"
Tanu Kaskinen
1
-13
/
+6
2014-01-15
ladspa-sink: Set a silence memchunk for the memblockq
Ben Brewer
1
-1
/
+5
2014-01-15
ladspa-sink: Handle empty chunks in sink_input_pop_cb
Ben Brewer
1
-6
/
+13
2013-07-04
Remove pa_bool_t and replace it with bool.
poljar (Damir Jelić)
1
-20
/
+20
2013-06-24
Whitespace cleanup: Remove all multiple newlines
poljar (Damir Jelić)
1
-2
/
+0
2013-03-13
ladspa: Use volume sharing.
Tanu Kaskinen
1
-28
/
+1
2013-03-06
modules: Remove obsolete may_move_to callbacks
Stefan Huber
1
-11
/
+0
2013-02-14
build-sys: Properly check for HAVE_DBUS in module-ladspa-sink
Peter Meerwald
1
-2
/
+2
2013-01-27
ladspa: Fix a couple of minor memory leaks.
Tanu Kaskinen
1
-1
/
+2
2012-08-22
memblock: Add pa_memblock_acquire_chunk().
Tanu Kaskinen
1
-2
/
+2
2012-08-19
Add comments referring to bug #53709.
Tanu Kaskinen
1
-0
/
+5
2012-06-28
ladspa: D-Bus interface for setting algorithm parameters on-the-fly.
Ismo Puustinen
1
-144
/
+533
2012-06-09
modules: Use pa_streq instead of strcmp.
Arti Trivedi Bora
1
-3
/
+3
2011-10-01
memblockq: Improve debuggability by storing a name and a sample spec.
Tanu Kaskinen
1
-1
/
+1
2011-08-25
More spelling fixes
Maarten Bosmans
1
-1
/
+1
2011-08-11
Move i18n.[ch] to src/pulsecore
Maarten Bosmans
1
-1
/
+1
2011-07-20
alsa: Reinitialise the mixer on port change.
Colin Guthrie
1
-1
/
+1
2011-07-20
devices: Set certain sink/source flags automatically.
Colin Guthrie
1
-1
/
+1
2011-07-19
devices: Use wrapper functions to set the *_volume and *_mute callbacks.
Colin Guthrie
1
-2
/
+2
2011-06-22
Remove unnecessary #includes
Maarten Bosmans
1
-3
/
+2
2011-05-02
core: Add extended stream API to support compressed formats
Arun Raghavan
1
-1
/
+1
2011-02-25
Support for multichannel DSP processing in module-ladspa-sink
Kim Therkelsen
1
-147
/
+237
2011-02-22
core: Link virtual sinks and sources to their streams.
Tanu Kaskinen
1
-0
/
+3
2010-02-25
virtual: minor simplifications for the virtual sink
Lennart Poettering
1
-2
/
+3
2010-02-09
core: make sure we always return a valid memblock in sink_input_pop() callbacks
Lennart Poettering
1
-1
/
+5
2009-09-01
ladspa,remap: make description of sink follow moves
Lennart Poettering
1
-3
/
+22
2009-08-28
core: move 'flags' field into 'pa_sink_input_new_data' structure so that hook...
Lennart Poettering
1
-1
/
+1
2009-08-22
ladspa/remap: handle failing stream moves properly
Lennart Poettering
1
-2
/
+5
2009-08-21
ladspa: forward volume changes from ladspa sink to stream and hence via flat ...
Lennart Poettering
1
-9
/
+63
2009-08-15
ladspa/remap: sync latency flags from master sink when moving between sinks
Lennart Poettering
1
-0
/
+1
2009-08-15
ladspa: name sink after human readable plugin name, not the id string
Lennart Poettering
1
-2
/
+1
2009-08-15
module-ladspa: allow moving of sink, forward fixed latency
Lennart Poettering
1
-58
/
+78
2009-08-15
ladspa: move LADSPA_Data size check to compile time
Lennart Poettering
1
-1
/
+1
2009-08-07
ladspa/remap: make sure we process all requested rewinds unconditionally
Lennart Poettering
1
-0
/
+3
2009-06-17
alsa: rework mixer logic
Lennart Poettering
1
-11
/
+12
2009-05-28
modules: add {sink|source|card}_properties argument to all modules
Lennart Poettering
1
-2
/
+10
2009-04-01
properly account for seeks in the requested_bytes counter
Lennart Poettering
1
-1
/
+1
2009-03-25
introduce new flag that marks sinks/sources which can adjust the latency dyna...
Lennart Poettering
1
-1
/
+1
2009-03-24
set request/rewind sizes only via accessor functions
Lennart Poettering
1
-2
/
+2
2009-03-24
simplify latency range by not allowing stored 'wildcard' ranges anymore
Lennart Poettering
1
-2
/
+2
2009-03-03
Use LGPL 2.1 on all files previously using LGPL 2
Colin Guthrie
1
-1
/
+1
2009-02-03
make a couple of functions return proper error codes
Lennart Poettering
1
-1
/
+1
2009-01-15
rework module usage counter stuff to be pull based
Lennart Poettering
1
-0
/
+9
2009-01-15
kill autoload stuff as planned
Lennart Poettering
1
-1
/
+1
2009-01-15
add new dont_rewind_render flag to allow quick starts of newly created streams
Lennart Poettering
1
-2
/
+2
[next]