pulseaudio/src/modules
Tanu Kaskinen 65f7ca4414 ladspa-sink, virtual-surround-sink: fix master sink argument handling
The old code worked incorrectly in several situations. For example,
trying to use the "master" argument wouldn't work, because if
"sink_master" wasn't specified, pa_namereg_get() would pick the default
sink as the master sink.
2017-04-16 15:18:53 +03:00
..
alsa alsa: Avoid creating tiny memchunks on write iterations 2017-03-09 22:17:48 +05:30
bluetooth bluetooth: allow UTF-8 in device descriptions 2017-04-02 20:48:52 +03:00
dbus dbus: fix card profile change signals 2017-03-10 00:34:59 +02:00
echo-cancel echo-cancel: Try to minimise in-flight chunks in snapshot latency 2017-03-29 11:04:06 +05:30
gconf modules: Fix struct namespace collision on Solaris 2015-07-29 08:09:41 +05:30
jack don't assume that pa_asyncq_new() always succeeds 2016-12-20 01:19:06 +02:00
macosx coreaudio-device: fix improper memory handling leading to crashes. 2017-02-27 16:45:51 +02:00
oss oss: Fix dead code 2017-03-10 10:18:33 +01:00
raop raop: Error out on parsing server port component 2017-03-09 13:51:51 +01:00
rtp raop: Fix #36: invalid access to freed object 2017-01-19 03:10:19 +02:00
x11 x11-bell: ignore volume from X11 2017-01-19 03:00:45 +02:00
ladspa.h update FSF addresses to FSF web page 2015-01-14 22:20:40 +02:00
Makefile build-sys: readd stub makefiles to subdirectories to make building with emacs easier 2012-05-15 14:17:58 +02:00
module-allow-passthrough.c allow-passthrough: Fix indentation 2017-03-27 20:32:25 +02:00
module-always-sink.c always-sink: simplify hook management with pa_module_hook_connect() 2015-12-21 05:37:28 +02:00
module-augment-properties.c conf-parser: add support for .d directories 2015-12-14 13:45:39 +01:00
module-card-restore.c card-restore: don't switch profiles when availability changes 2016-08-10 21:37:33 +03:00
module-cli.c update FSF addresses to FSF web page 2015-01-14 22:20:40 +02:00
module-combine-sink.c combine-sink: Use PA_MAX instead of ternary operator for clarity 2017-03-09 12:18:06 +05:30
module-combine.c update FSF addresses to FSF web page 2015-01-14 22:20:40 +02:00
module-console-kit.c update FSF addresses to FSF web page 2015-01-14 22:20:40 +02:00
module-default-device-restore.c update FSF addresses to FSF web page 2015-01-14 22:20:40 +02:00
module-defs.h.m4 Remove pa_bool_t and replace it with bool. 2013-07-04 12:25:30 +03:00
module-detect.c detect: Don't deprecate module-detect on non-Linux systems 2016-04-25 19:44:10 +03:00
module-device-manager.c module-device-manager: Refine logic to ignore filtered streams 2016-05-07 11:02:01 +05:30
module-device-restore.c module-*-restore: use pa_module_hook_connect 2015-04-10 09:26:40 +02:00
module-equalizer-sink.c sink-input/source-output: Don't crash when cork() is called without valid sink or source 2017-03-29 07:10:28 +02:00
module-esound-compat-spawnfd.c update FSF addresses to FSF web page 2015-01-14 22:20:40 +02:00
module-esound-compat-spawnpid.c update FSF addresses to FSF web page 2015-01-14 22:20:40 +02:00
module-esound-sink.c don't assume that pa_asyncq_new() always succeeds 2016-12-20 01:19:06 +02:00
module-filter-apply.c filter-apply: Add ability to pass parameters to a filter module 2017-04-13 21:24:46 +02:00
module-filter-heuristics.c module-filter-*: use pa_module_hook_connect 2015-04-10 09:26:47 +02:00
module-hal-detect-compat.c update FSF addresses to FSF web page 2015-01-14 22:20:40 +02:00
module-intended-roles.c update FSF addresses to FSF web page 2015-01-14 22:20:40 +02:00
module-ladspa-sink.c ladspa-sink, virtual-surround-sink: fix master sink argument handling 2017-04-16 15:18:53 +03:00
module-lirc.c update FSF addresses to FSF web page 2015-01-14 22:20:40 +02:00
module-loopback.c loopback: Implement underrun protection 2017-04-14 15:02:36 +02:00
module-match.c update FSF addresses to FSF web page 2015-01-14 22:20:40 +02:00
module-mmkbd-evdev.c update FSF addresses to FSF web page 2015-01-14 22:20:40 +02:00
module-native-protocol-fd.c update FSF addresses to FSF web page 2015-01-14 22:20:40 +02:00
module-null-sink.c don't assume that pa_asyncq_new() always succeeds 2016-12-20 01:19:06 +02:00
module-null-source.c don't assume that pa_asyncq_new() always succeeds 2016-12-20 01:19:06 +02:00
module-pipe-sink.c pipe-sink: set correct latency 2017-04-06 22:57:23 +03:00
module-pipe-source.c don't assume that pa_asyncq_new() always succeeds 2016-12-20 01:19:06 +02:00
module-position-event-sounds.c update FSF addresses to FSF web page 2015-01-14 22:20:40 +02:00
module-protocol-stub.c update FSF addresses to FSF web page 2015-01-14 22:20:40 +02:00
module-remap-sink.c sink-input/source-output: Don't crash when cork() is called without valid sink or source 2017-03-29 07:10:28 +02:00
module-remap-source.c sink-input/source-output: Don't crash when cork() is called without valid sink or source 2017-03-29 07:10:28 +02:00
module-rescue-streams.c rescue-streams : Fix a typo 2016-02-02 14:56:36 +05:30
module-role-cork.c role-cork: prepare merge with role-ducking: replace "cork" with "interact" where appropriate 2016-03-15 13:02:04 +02:00
module-role-ducking.c role-ducking: Add support for ducking group 2016-04-20 16:31:31 +03:00
module-rygel-media-server.c Rename functions with "tostring" in the name to one with "to_string" to conform with the convention. 2015-09-25 17:29:02 +05:30
module-sine-source.c don't assume that pa_asyncq_new() always succeeds 2016-12-20 01:19:06 +02:00
module-sine.c sink-input/source-output: Don't crash when cork() is called without valid sink or source 2017-03-29 07:10:28 +02:00
module-solaris.c don't assume that pa_asyncq_new() always succeeds 2016-12-20 01:19:06 +02:00
module-stream-restore.c stream-restore: With dbus-proto fix segfault if e->device is NULL. 2016-04-29 15:52:51 +03:00
module-suspend-on-idle.c sink-input/source-output: Don't crash when cork() is called without valid sink or source 2017-03-29 07:10:28 +02:00
module-switch-on-connect.c module-switch-*: use pa_module_hook_connect 2015-04-10 09:26:49 +02:00
module-switch-on-port-available.c switch-on-port-available: prefer ports that have been selected by the user 2016-05-03 11:49:35 +05:30
module-systemd-login.c update FSF addresses to FSF web page 2015-01-14 22:20:40 +02:00
module-tunnel-sink-new.c don't assume that pa_asyncq_new() always succeeds 2016-12-20 01:19:06 +02:00
module-tunnel-source-new.c don't assume that pa_asyncq_new() always succeeds 2016-12-20 01:19:06 +02:00
module-tunnel.c don't assume that pa_asyncq_new() always succeeds 2016-12-20 01:19:06 +02:00
module-udev-detect.c udev-detect: don't use readdir_r(), it's deprecated 2017-03-10 00:32:34 +02:00
module-virtual-sink.c sink-input/source-output: Don't crash when cork() is called without valid sink or source 2017-03-29 07:10:28 +02:00
module-virtual-source.c sink-input/source-output: Don't crash when cork() is called without valid sink or source 2017-03-29 07:10:28 +02:00
module-virtual-surround-sink.c ladspa-sink, virtual-surround-sink: fix master sink argument handling 2017-04-16 15:18:53 +03:00
module-volume-restore.c update FSF addresses to FSF web page 2015-01-14 22:20:40 +02:00
module-waveout.c waveout: add argument deprecation error 2017-03-07 18:15:17 +02:00
module-zeroconf-discover.c zeroconf-discover: fix a memory leak 2016-09-21 12:25:15 +03:00
module-zeroconf-publish.c zeroconf-publish: fix unitialized DBusError 2017-01-12 14:10:13 +02:00
reserve-monitor.c reserve: Move get_name_owner() to the public rd_device API 2013-01-31 13:56:25 +02:00
reserve-monitor.h More spelling fixes 2011-08-25 11:27:47 +01:00
reserve-wrap.c update FSF addresses to FSF web page 2015-01-14 22:20:40 +02:00
reserve-wrap.h update FSF addresses to FSF web page 2015-01-14 22:20:40 +02:00
reserve.c reserve: Fix leaking NameLost signals after release+acquire 2013-01-31 14:04:45 +02:00
reserve.h reserve: Move get_name_owner() to the public rd_device API 2013-01-31 13:56:25 +02:00
stream-interaction.c stream-interaction: Fix a memory leak 2016-08-10 22:23:02 +05:30
stream-interaction.h role-cork: prepare merge with role-ducking: replace "cork" with "interact" where appropriate 2016-03-15 13:02:04 +02:00
udev-util.c udev: Deal with unavailable bus property 2015-04-13 08:35:53 +05:30
udev-util.h update FSF addresses to FSF web page 2015-01-14 22:20:40 +02:00