- 03 Oct, 2019 2 commits
-
-
-
JP Guillemin authored
Moved DUAL_CHANNEL mode one step down to keep JOINT on devices that cannot do DUAL managed to activate dual channel on devices limited to 53 with no distorsion Refined some variables and added comments use vanilla a2dp-codecs.h and added more comments custom README added documentation about chosen bitpool values updated README
-
- 26 Sep, 2019 1 commit
-
-
- 25 Sep, 2019 1 commit
-
-
This fixes the build on musl with external gettext
-
- 24 Sep, 2019 2 commits
-
-
The set_formats() callback is already implemented, so the only thing missing was the SET_FORMATS flag.
-
-
- 23 Sep, 2019 1 commit
-
-
Tanu Kaskinen authored
Almost all distributions patch the configuration to disable flat-volumes, because users tend to find the concept confusing (and it also causes nasty surprises when some application pushes the volume to 100%). Let's remove the need for patching and disable the feature by default. Fixes: pulseaudio/pulseaudio#691
-
- 20 Sep, 2019 4 commits
-
-
Tanu Kaskinen authored
Silences these warnings: [509/574] Compiling C object 'src/tests/a4ccf2d@@alsa-mixer-path-test@exe/alsa-mixer-path-test.c.o'. ../src/tests/alsa-mixer-path-test.c:24:20: warning: ‘load_makefile’ defined but not used [-Wunused-function] static pa_strlist *load_makefile() { ^~~~~~~~~~~~~ ../src/tests/alsa-mixer-path-test.c:17:20: warning: ‘get_default_paths_dir’ defined but not used [-Wunused-function] static const char *get_default_paths_dir(void) { ^~~~~~~~~~~~~~~~~~~~~
-
Tanu Kaskinen authored
The release notes, on which the NEWS file is based on, weren't complete at the time of release. Now the notes should be complete.
-
This was missing, so it was building another tunnel-source instead. Fixes https://bugs.archlinux.org/task/63755
-
Seems this happened because the order of automake variables for modules is not consistent.
-
- 19 Sep, 2019 1 commit
-
-
Milo Casagrande authored
Signed-off-by:
Milo Casagrande <milo@milo.name>
-
- 13 Sep, 2019 2 commits
-
-
Tanu Kaskinen authored
-
Tanu Kaskinen authored
-
- 02 Sep, 2019 2 commits
-
-
Danny O'Brien authored
-
Arun Raghavan authored
The comment has been incorrect for a while now. Thanks to Jan Steffens for pointing this out.
-
- 01 Sep, 2019 2 commits
-
-
Moo authored
-
Arun Raghavan authored
Minor implementation change since last release (we now load X11 properties only for SSH connections).
-
- 30 Aug, 2019 2 commits
-
-
-
Newer versions of Plasma no longer use this module, and the consensus seems to be that module-switch-on-connect works better for most cases. Fixes: pulseaudio/pulseaudio#509
-
- 27 Aug, 2019 4 commits
-
-
Reading properties from the X11 root window is meant to provide 1:1 results with reading the configuration directly in the local case. This configuration is essentially different only in remote cases. Add an extra check for the SSH_CONNECTION envvar, so we don't even need opening a X11 display connection for IPC in the most usual case.
-
Add a second whitespace at the end of the line to force a newline in the output.
-
Just like with handle_set_active_port, we need to look up the profile corresponding to the provided path rather than doing a name comparison. Fixes: #709
-
This avoids a potential divide-by-zero when we try to decide how much to write to the sink in the source thread when there is no sink. Fixes pulseaudio/pulseaudio#717
-
- 22 Aug, 2019 2 commits
-
-
Arun Raghavan authored
Subdirectories add to the top-level cdata (specifically, the SIMD detection happens in the pulsecore meson.build), so we were missing HAVE_MMX/SSE2/NEON defines without this fix.
-
Arun Raghavan authored
-
- 19 Aug, 2019 1 commit
-
-
- 18 Aug, 2019 1 commit
-
-
Russell Treleaven authored
-
- 17 Aug, 2019 2 commits
-
-
Arun Raghavan authored
We're seeing CI failures due to once-test sometimes taking long. Let's give ourselves a little more space per test (2 min -> 5 min) to avoid this.
-
There are potentially unresolved issues around the EAGAIN logic, but this should prevent an infinite loop and log flood in the mean time. Fixes: https://gitlab.freedesktop.org/pulseaudio/pulseaudio/issues/695
-
- 15 Aug, 2019 6 commits
-
-
Arun Raghavan authored
-
Arun Raghavan authored
-
Arun Raghavan authored
-
Arun Raghavan authored
-
Arun Raghavan authored
-
Arun Raghavan authored
-
- 14 Aug, 2019 3 commits
-
-
Lucas Stach authored
Without this check we won't ever define HAVE_STDINT_H, which isn't used in pulse directly, but is needed by e.g. the speex headers to work correctly.
-
Lucas Stach authored
pulseaudio does not link against libbluetooth, as it's only talking to the bluez daemon over dbus. So the build dependency on libbluetooth is overly restrictive, as some embedded systems choose to ship without libbluetooth but still have bluez daemon support. This syncs the meson to the autotools configuration behavior by changing the bluez option to a default on boolean.
-
Lucas Stach authored
Sync the meson NEON build files list with the autotools build sources list. Fixes "ERROR: File svolume_neon.c does not exist."
-
- 13 Aug, 2019 1 commit
-
-
Jan Alexander Steffens authored
Fixes pulseaudio/pulseaudio#712
-