summaryrefslogtreecommitdiff
path: root/Software
diff options
context:
space:
mode:
authorTanuKaskinen <TanuKaskinen@web>2020-01-30 06:11:05 +0000
committerIkiWiki <ikiwiki.info>2020-01-30 06:11:05 +0000
commitce223777cd344c851124640529861b9350cf85e3 (patch)
treedd820f6d1cf38b632dfc332b2903cf4230449d12 /Software
parent1b252556bc57b79cfd9f4b4d9bd1cb462ef05050 (diff)
Diffstat (limited to 'Software')
-rw-r--r--Software/PulseAudio/PatchStatus.mdwn22
1 files changed, 14 insertions, 8 deletions
diff --git a/Software/PulseAudio/PatchStatus.mdwn b/Software/PulseAudio/PatchStatus.mdwn
index cd810d68..f9437950 100644
--- a/Software/PulseAudio/PatchStatus.mdwn
+++ b/Software/PulseAudio/PatchStatus.mdwn
@@ -8,10 +8,6 @@ The patches have been ordered by priority, with the highest priority patches at
* [[https://gitlab.freedesktop.org/pulseaudio/paprefs/merge_requests/7]]
* The plan is to remove the version number from the module directory in PulseAudio 15.0. paprefs needs to adapt to that, preferably before the change happens so that the transition to the new directory goes without glitches. High priority, because Tanu wants to release a new paprefs version ASAP, and this is the only thing blocking the release.
-* core, modules: Remove useless EINTR tests
- * [[https://patchwork.freedesktop.org/patch/307341/]]
- * Medium sized patch, but should be very straightforward to review.
-
* Migrate away from deprecated Gtk interfaces
* [[https://gitlab.freedesktop.org/pulseaudio/pavucontrol/merge_requests/31]]
* Seems pretty straightforward. Fixes also a crash when quitting with ctrl-q.
@@ -89,10 +85,6 @@ The patches have been ordered by priority, with the highest priority patches at
* New feature. Adds more information to "pactl list sinks short" (corresponding change for sources is missing). Pretty simple change.
* Comment from Tanu: I'm not sure we want this - to make scripting easier, we could also add separate commands for getting the individual attributes.
-* Permit root-owned home directory
- * [[https://gitlab.freedesktop.org/pulseaudio/pulseaudio/merge_requests/134]]
- * New feature. Helps users with certain kind of NFS setups. One-liner, but checking that the change actually makes sense may take some effort.
-
* WIP: Virtual sink consolidation
* [[https://gitlab.freedesktop.org/pulseaudio/pulseaudio/merge_requests/88]]
* Reduces code duplication in virtual sinks. The resampler rewind patches (!120) should be reviewed first, after which Georg will rebase these patches. Big change.
@@ -127,6 +119,20 @@ The patches have been ordered by priority, with the highest priority patches at
* FreeBSD support
* [[https://gitlab.freedesktop.org/pulseaudio/webrtc-audio-processing/merge_requests/6]]
+* bluetooth: Unify A2DP sink/source volumes with AVRCP Absolute Volume.
+ * [[https://gitlab.freedesktop.org/pulseaudio/pulseaudio/merge_requests/239]]
+ * New feature. Very useful. Somewhat large change.
+
+* virtual-surround-sink: Use FFTW3 instead of naive approach
+ * [[https://gitlab.freedesktop.org/pulseaudio/pulseaudio/merge_requests/240]]
+ * What are the benefits? Better performance? More supported use cases? Large change, rewrites module-virtual-surround-sink.
+ * Alexander Patrakov has already done some review work on this.
+
+* Add commands set-default-sink and set-default-source for pactl
+ * [[https://gitlab.freedesktop.org/pulseaudio/pulseaudio/merge_requests/242]]
+ * The commit message is misleading, this is actually about adding shell completions. Simple change.
+ * Tanu already did initial review and requested some changes.
+
* module-zeroconf-discovery: Add parameter for switching to new tunnel modules
* [[https://patchwork.freedesktop.org/patch/304205/]]
* New feature, simple patch.