index
:
~colin/pulseaudio.git-bakup
0.9.15-stable
0.9.17-stable
0.9.18-stable
0.9.19-stable
0.9.20-stable
master
master-tx
merge-queue
next
rtpoll
stable-1.x
stable-2.x
stable-3.x
stable-queue
tags/release-0.1
tags/release-0.2
tags/release-0.4
tags/release-0.5
tags/release-0.5.1
tags/release-0.6
tags/release-0.8
tags/release-0.8.1
tags/release-0.9.0
tags/release-0.9.1
tags/release-0.9.10
tags/release-0.9.2
tags/release-0.9.3
tags/release-0.9.4
tags/release-0.9.5
tags/release-0.9.6
tags/release-0.9.7
tags/release-0.9.8
tags/release-0.9.9
PulseAudio Sound Server
colin
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
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
2008-10-21
implement may_move_to for ladspa/remap sinks
Lennart Poettering
1
-0
/
+11
2008-08-19
add a few more gcc warning flags and fix quite a few problems found by doing so
Lennart Poettering
1
-14
/
+14
2008-08-05
fix shutdown when --disallow-module-loading=1 is passed
Lennart Poettering
1
-1
/
+1
2008-06-26
always forward rewind requests to the sink, and don't abort on nbytes=0
Lennart Poettering
1
-3
/
+3
2008-06-21
call the right function in the right context
Lennart Poettering
1
-1
/
+1
2008-06-21
since the sink is unlinked before the sink input we need to make sure we don'...
Lennart Poettering
1
-5
/
+5
2008-06-20
Rework module-combine to work with glitch-free core; add new max_request fiel...
Lennart Poettering
1
-4
/
+32
2008-06-18
get rid of svn $ keywords
Lennart Poettering
1
-2
/
+0
2008-06-11
replace pa_atof() by pa_atod() because floats are lame
Lennart Poettering
1
-2
/
+2
2008-05-27
never hand out more data from a sink input than requested. Otherwise the resa...
Lennart Poettering
1
-0
/
+1
2008-05-17
use pa_sink_set_latency_range() where applicable
Lennart Poettering
1
-2
/
+1
2008-05-15
merge glitch-free branch back into trunk
Lennart Poettering
1
-101
/
+191
2008-03-27
remove a redundant if check
Lennart Poettering
1
-2
/
+1
2008-01-03
Add a missing pa_xfree.
Tanu Kaskinen
1
-0
/
+2
2008-01-03
The previous commit introduced a new bug: giving too many values in the "cont...
Tanu Kaskinen
1
-1
/
+1
2008-01-03
Fix the parsing of trailing default values in the "control" module argument.
Tanu Kaskinen
1
-6
/
+14
2008-01-02
Downgraded the priority of a message, because it's really quite uninteresting.
Tanu Kaskinen
1
-1
/
+1
2007-11-09
tag modules that may only be loaded once at most especially, and enforce that...
Lennart Poettering
1
-4
/
+5
2007-11-09
replace a few CLAMPs by PA_CLAMP_UNLIKELY
Lennart Poettering
1
-2
/
+2
2007-10-28
merge 'lennart' branch back into trunk.
Lennart Poettering
1
-0
/
+673