File pipewire.changes of Package A_15.6-pipewire
7146
1
-------------------------------------------------------------------
2
Mon May 12 07:17:30 UTC 2025 - Antonio Larrosa <alarrosa@suse.com>
3
4
- Add patch from upstream to make pipewire not run as root at all.
5
This fixes bsc#1222762:
6
* 0001-systemd-Disable-pipewire-user-services-for-root.patch
7
8
-------------------------------------------------------------------
9
Wed Sep 18 08:41:08 UTC 2024 - alarrosa@suse.com
10
11
- Make sure the pipewire-libjack package doesn't completely
12
replace the original jack libraries unless the pipewire-jack
13
package which installs the ld.so.conf.d file is installed too
14
(boo#1222253).
15
16
- Move modules jack-tunnel and jackdbus-detect to the
17
pipewire-spa-plugins-0_2-jack since those modules should only
18
be used when the real jack server is running. This fixes pipewire
19
starting jackdbus on start.
20
21
-------------------------------------------------------------------
22
Mon May 06 15:31:52 UTC 2024 - alarrosa@suse.com
23
24
- Update to version 1.0.5+git36.60deeb2 to fix several crashes,
25
NULL checks, format strings and other issues:
26
* spa: libcamera: fix RGB mappings
27
* pw-dump: destroy all objects not just those matching the pattern
28
* pw-dump: fix string memory leak on error
29
* json: fix high surrogate escapes
30
* core: handle import errors better
31
* gst/src: fix crash when current_caps is NULL
32
* gst/src: Avoid unnecessary renegotiations during streaming
33
* gst/src: Cleanups for src_negotiate()
34
* pw-mon: fix type confusion in core event handler
35
* gst: fix stream params memory leak
36
* gst: handle some more errors
37
* treewide: fix errno assignments
38
* alsa-pcm: don't force quantum for iec958 formats
39
* journal: prepend code location to messages at debug log levels
40
* module-rt: fix compiler warning
41
* filter-chain: fix arguments of calloc
42
* combine-stream tag forward
43
* Add album to tag metadata
44
* impl-node: avoid bitfield races
45
* treewide: fix some format string issues
46
* conf: warn when match actions are missing
47
* module-protocol-simple: handle 'node.name' property
48
* module-ffado: only start after ports are configured
49
* context: fill basic properties early
50
* combine-stream: fix latency-compensate with resample.disabled=true
51
* profiler: remove unused data-loop
52
* v4l2: fix printf format
53
* spa: v4l2: encode device id into a json array
54
* spa: libcamera: encode device ids into a json array
55
* impl-port: avoid doing work when the port is destroyed
56
* impl-port: use 0 size when clearing IO
57
* stream: log a warning when media.class and direction mismatch
58
* module-loopback: only enable delay with valid rate and channels
59
* alsa: fix race when updating the eventfd
60
* audioconvert: also clamp monitor volume to min/max
61
* combine-stream: actually make use of resample.disable
62
63
-------------------------------------------------------------------
64
Wed Apr 17 06:56:33 UTC 2024 - Antonio Larrosa <alarrosa@suse.com>
65
66
- Update to version 1.0.5:
67
* Highlights
68
- pw_stream can now report timestamps on buffers and the
69
expected amount of samples for the resampler.
70
- The GStreamer element now has more correct timestamps using
71
the new pw_stream timestamps as a fallback.
72
- The FFADO module now handles suspend and resume better.
73
- A regression in v4l2 was fixed when parsing malformed
74
filters.
75
- A potential memory/fd leak was fixed in client-node.
76
- Many more small bugfixes and improvements.
77
* PipeWire
78
- pw_stream now reports the expected resampler input or output
79
size in the pw_time structure. (#3750)
80
- pw_stream now also adds a time field to the buffer, which
81
contains the time of the graph when the buffer was received
82
in the stream.
83
- Fix a compiler error when compiling with -Werror=shadow.
84
(#3915)
85
- The config parser will warn when invalid config is detected.
86
* Modules
87
- The FFADO module now opens and closes when suspending. This
88
fixes some problems when FFADO properties are changed while
89
suspended. (#3558)
90
- Filter-chain will now warn when invalid config is detected.
91
- Echo-cancel will now handle manage the state of the
92
echo-cancel plugin better, making sure run() is not called
93
after deactivate().
94
- Fix some potential memory/fd leaks in client-node.
95
* SPA
96
- Improve reading the bound ALSA controls.
97
- The resampler can now also report the number of expected
98
output samples.
99
- The ALSA ACP device objects have some more properties like
100
the card.id and alsa.components. (#3912)
101
- Fix a potential string corruption when parsing JSON strings.
102
- V4l2 now sets the latency on the port. (#3910)
103
- alsa-udev now has an option to expose the device even if
104
busy. (#3914)
105
- Improve null-audio-sink channel handling. (#3931)
106
- v4l2 will now drop the first frame because it often contains
107
wrong timestamps or garbage. (#3910)
108
- A regression in v4l2 was fixed where invalid/empty properties
109
in the filter would make it error early. (#3959)
110
* GStreamer
111
- The source now falls back to the new pw_buffer time for the
112
timestamps.
113
* Docs
114
- Sync with the master branch.
115
116
-------------------------------------------------------------------
117
Thu Apr 11 09:32:10 UTC 2024 - Antonio Larrosa <alarrosa@suse.com>
118
119
- Move the jack spa plugin from the pipewire-spa-plugins-0_2
120
package to a new pipewire-spa-plugins-0_2-jack package. This
121
allows to not Suggest the pipewire-libjack package from
122
pipewire-spa-plugins-0_2 since that's only used to connect
123
pipewire as a client to a jack server which is not common at all
124
(boo#1222253).
125
126
-------------------------------------------------------------------
127
Tue Mar 19 07:42:26 UTC 2024 - Richard Biener <rguenther@suse.com>
128
129
- Avoid %if %{pkg_vcmp gcc < 8}, instead replicate the condition
130
from the BuildRequires section.
131
132
-------------------------------------------------------------------
133
Wed Mar 13 10:12:26 UTC 2024 - Antonio Larrosa <alarrosa@suse.com>
134
135
- Update to version 1.0.4:
136
* Highlights
137
- Track memfd better to avoid inconsistent memory. Also make
138
sure the mixer info is removed correctly in all cases on
139
destroyed ports.
140
- Correctly handle removed objects in the metadata.
141
- Add an option to set the server and client priorities instead
142
of using a hardcoded value of 88.
143
- The FFADO module has been fixed. Audio and MIDI now works
144
with the same latency as the JACK driver. This has now also
145
been tested with a Focusrite Saffire Pro 14.
146
- The JACK library has seen some important fixes. Some ardour
147
crackling has been fixed when looping and multiple MIDI ports
148
on a client should now work.
149
- Small bugfixes and improvements.
150
* PipeWire
151
- Track memfd better to avoid inconsistent memory. Also make
152
sure the mixer info is removed correctly in all cases on
153
destroyed ports.
154
- Fix Props param emission again in pw_stream. (#3833)
155
- Add MAPPABLE flag to buffer data to indicate that the fd can
156
be mmapped directly. Use this on DMABUF from v4l2. (#3840)
157
- Correctly handle removed object in the metadata.
158
- FreeBSD build and compatibility fixes.
159
- Add an option to set the server and client priorities instead
160
of using a hardcoded value of 88.
161
- Read config overrides in the right order.
162
- Fix PIPEWIRE_QUANTUM rate handling in pw_stream and
163
pw_filter.
164
- Fix pw_context_parse_conf_section(), actually use the conf
165
argument.
166
- A new pw_stream_get_nsec() and pw_filter_get_nsec() function
167
was added to get the current time of the stream/filter
168
without having to assume a particular clock.
169
- A new default.clock.quantum-floor property was added to
170
configure the absolute lowest buffer-size. (#3908)
171
* docs
172
- Many doc updates.
173
* tools
174
- Make sure we always quit pw-cli when the server stops.(#3837)
175
- pw-top now prints all drivers in batch mode. (#3899)
176
* modules
177
- Don't destroy the client in protocol-simple on EAGAIN.
178
- Handle IPv6 better in the RTP modules. Fix IPv6 SAP header
179
parsing. (#3851)
180
- The FFADO module has been fixed. Audio and MIDI now works
181
with the same latency as the JACK driver. This has now also
182
been tested with a Focusrite Saffire Pro 14. (#3558)
183
* pulse-server
184
- Make sure the peer_name is filled to avoid protocol errors.
185
* SPA
186
- Small resampler tweaks to improve stability of adaptive
187
resampler.
188
- Add ALSA option to control htimestamp autodisable.
189
- Avoid some potential crashes in audioconvert when ports are
190
removed.
191
- Improve HDMI jack detection on some SOCs.
192
- The audioconvert now has a monitor.passthrough option to pass
193
the latency information on the monitor ports. (#3888)
194
* GStreamer
195
- Don't use timeouts when autoconnect=false in pipewiresrc.
196
(#3884)
197
- pipewiresrc and pipewiresink can now be automatically
198
selected as audio source and sink.
199
- An invalid memory access was fixed when destroying the device
200
provider.
201
* JACK
202
- Remove properties correctly with the object id, not serial.
203
- Improve sync with the data thread by pausing the core. Also
204
improve handling of port io to avoid invalid buffer access.
205
- Fix PIPEWIRE_QUANTUM rate handling.
206
- Support multiple MIDI input ports per client. (#3901)
207
- The output buffer size is now always correctly set. (#3892)
208
* ALSA
209
- Handle errors from eventfd_create correctly.
210
211
-------------------------------------------------------------------
212
Tue Mar 12 11:10:03 UTC 2024 - Antonio Larrosa <alarrosa@suse.com>
213
214
- Update to version 1.0.3+git51.89d8e8b:
215
* module-ffado: make the event buffer per port
216
* module-ffado: handle MIDI correctly
217
* module-ffado: implement MIDI send and receive
218
* module-ffado: various fixes to make things work
219
* stream: add pw_stream_get_nsec() to get current time
220
* jack: fix multiple midi input ports
221
* pw-top: only check terminal size in non-batch mode
222
* Specify "Audio" in gstreamer sink/src metadata to fix autodetect
223
* Add SOC-style jack names to HDMI audio paths
224
* gst: remove timeouts when autoconnect=false
225
* audioconvert: handle invalid ports better
226
* audioconvert: handle port remove
227
* pw_context_parse_conf_section: use the conf argument instead of the context's conf
228
* stream: FORCE_RATE should just contain the rate
229
* jack: FORCE_RATE should just contain the rate
230
* jack: set global_mix safely
231
* jack: sync threads by pausing the core
232
* alsa: Added handle for controlling htimestamp autodisable
233
* And more
234
- Remove patch already merged upstream:
235
* fix-gst-sink.patch
236
237
-------------------------------------------------------------------
238
Tue Mar 12 11:01:21 UTC 2024 - Antonio Larrosa <alarrosa@suse.com>
239
240
- Require pipewire-pulseaudio from pipewire-alsa so when
241
pipewire-alsa is installed, pipewire has audio support (or put
242
in other words, so pipewire-alsa isn't installed with the real
243
pulseaudio). Fixes boo#1221235.
244
245
-------------------------------------------------------------------
246
Wed Mar 06 17:01:46 UTC 2024 - alarrosa@suse.com
247
248
- Add patch from upstream submitted at glfo#pipewire/pipewire#1932
249
that fixes selecting the pipewire gstreamer plugins by the
250
autoaudiosink/autoaudiosrc plugins:
251
* fix-gst-sink.patch
252
253
-------------------------------------------------------------------
254
Thu Feb 29 14:58:44 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
255
256
- Use %patch -P N instead of deprecated %patchN.
257
258
-------------------------------------------------------------------
259
Wed Feb 21 06:48:22 UTC 2024 - Antonio Larrosa <alarrosa@suse.com>
260
261
- Force using doxygen-1_10 in SLE where the default doxygen is too
262
old and generates broken docs (boo#1217886)
263
264
-------------------------------------------------------------------
265
Tue Feb 20 17:44:12 UTC 2024 - Antonio Larrosa <alarrosa@suse.com>
266
267
- Add a conflict in -pulseaudio with
268
pipewire-modules-%{apiver} < 1.0.0 since the
269
libpipewire-module-protocol-pulse.so module was included in
270
-modules before 1.0.0 so we should avoid a file conflict.
271
272
-------------------------------------------------------------------
273
Sat Feb 3 16:44:06 UTC 2024 - Alexei Sorokin <sor.alexei@meowr.ru>
274
275
- Update to version 1.0.3:
276
* Highlights
277
- Fix ALSA version check. This should allow the alsa plugin to
278
work again.
279
- Some small fixes and improvements.
280
* PipeWire
281
- Escape @DEFAULT_SINK@ in the conf files.
282
* Modules
283
- Improve logging in module-pipe-tunnel.
284
* SPA
285
- Always recheck rate matching in ALSA when moving drivers.
286
This fixes a potential issue where the adaptive resampler
287
would not be activated in some cases.
288
* ALSA
289
- Fix ALSA version check. This should allow the alsa plugin to
290
work again.
291
292
-------------------------------------------------------------------
293
Wed Jan 31 15:45:16 UTC 2024 - Antonio Larrosa <alarrosa@suse.com>
294
295
- Update to version 1.0.2:
296
* Highlights
297
- Fix v4l2 enumeration with filter. This should fix negotiation
298
in some GStreamer pipelines with capsfilter. Also probe for
299
EXPBUF support before using it.
300
- Fix max-latency property and Buffer param when dealing with
301
small ALSA device buffers. This should fix stuttering with
302
some AMD based soundcards.
303
- More small cleanups an improvements.
304
* Modules
305
- Improve netjack2 channel positions.
306
- Improve RAOP module state after suspend/resume. (#3778)
307
- Avoid crash in some LV2 plugins by configuring the Atom
308
ports. (#3815)
309
* SPA
310
- Bump libcamera requirements to 0.2.0.
311
- Try to avoid unaligned load exceptions. (#3790)
312
- Fix v4l2 enumeration with filter. (#1793)
313
- Fix max-latency property and Buffer param when dealing with
314
small ALSA device buffers. This should fix stuttering with
315
some AMD based soundcards. (#3744,#3622)
316
- Add a resync.ms option to node.driver to make it possible to
317
resync fast to clock jumps.
318
- Probe for EXPBUF support in v4l2 before using it. (#3821)
319
* pulse-server
320
- Also emit change events when the port list change.
321
* Bluetooth
322
- Log a more verbose explanation when other soundservers seem
323
to be interfering with bluetooth.
324
- Add quirks for Rockbox Brick. (#3786)
325
- Add quirks for SoundCore mini2. (#2927)
326
* JACK
327
- Improve check for the running state of clients. (#3794)
328
- Drop patches already included by upstream:
329
* 0001-spa-libcamera-use-CameraConfigurationorientation.patch
330
* 0002-spa-libcamera-bump-minimum-supported-version-to-0.2.0.patch
331
332
-------------------------------------------------------------------
333
Mon Jan 22 11:34:04 UTC 2024 - Antonio Larrosa <alarrosa@suse.com>
334
335
- Add patches from upstream to fix building the package in Factory
336
with libcamera 0.2.0:
337
* 0001-spa-libcamera-use-CameraConfigurationorientation.patch
338
* 0002-spa-libcamera-bump-minimum-supported-version-to-0.2.0.patch
339
340
-------------------------------------------------------------------
341
Thu Jan 11 11:09:02 UTC 2024 - Antonio Larrosa <alarrosa@suse.com>
342
343
- Update to version 1.0.1:
344
* Highlights
345
- Work around the buggy ALSA backend in libcanberra by forcing
346
the pulse backend in module-x11-bell.
347
- Fix a race in the device info updates in pulse-server.
348
- Fix timing and rate matching in ALSA sequencer.
349
- Improve timing information in JACK and from the ALSA driver.
350
- More small fixes and improvements.
351
* PipeWire
352
- Fix a build issue when examples where disabled.
353
- Avoid some compiler warnings.
354
- Avoid some bitfield data races. (#3706)
355
* Modules
356
- Bump the PTP driver priority. (#3217)
357
- Support the previous "allowed" permission in the access
358
module.
359
- Fix filename leak in module-filter-chain.
360
- Work around the buggy ALSA backend in libcanberra by forcing
361
the pulse backend in module-x11-bell. (#3688)
362
- Fix a race in the device info updates in pulse-server.
363
- Fix compatibility in RAOP. (#3698)
364
* SPA
365
- Handle ALSA picth control errors correctly
366
- Clamp buffer-frames correctly. (#3000)
367
- Fix timing and rate matching in ALSA sequencer. (#3657)
368
- Revert a commit that could result in current time in the
369
future in the timing updates.
370
- Improve adapter state checks.
371
- Remove the timer from the ALSA pcm.
372
- Fix timeout in freewheel driver.
373
* Pulse-server
374
- Also handle active ports for monitor sources.
375
- Fix zeroconf-publish format properties.
376
* JACK
377
- Improve timing and transport calculations.
378
- Handle -ENOENT from the core and don't error out.
379
* GStreamer
380
- Handle node port removal in the device provider. (#3708)
381
- Improve error handling while connecting.
382
- Fix dts_offset.
383
384
-------------------------------------------------------------------
385
Sun Nov 26 10:39:13 UTC 2023 - Antonio Larrosa <alarrosa@suse.com>
386
387
- Update to version 1.0.0 (El Presidente):
388
* Highlights
389
- Fix a memfd/dmabuf leak when uploading buffers while shutting
390
down.
391
- Handle concurrent jack_port_get_buffer() calls because ardour
392
seems to be doing this.
393
- Improve time reporting (less jitter) in ALSA when using IRQ.
394
- Many doc improvements.
395
* PipeWire
396
- Respect PIPEWIRE_DLCLOSE everywhere, remove pw_in_valgrind().
397
- Remove a warning when a client tries to change ignored
398
properties.
399
* Modules
400
- Fix a memfd/dmabuf leak when uploading buffers while shutting
401
down.
402
- Fix a potential segfault when copying mix structures. (#3658)
403
- Avoid races in setrlimit in module-rt.
404
- Fix a memory leak in filter-chain.
405
- Set rtp.ptime on senders, not receivers.
406
- The ROC modules were ported to ROC 0.3
407
* SPA
408
- Improve time reporting (less jitter) in ALSA when using IRQ.
409
(#3657)
410
- Add latency param query in libcamera.
411
- Fix some compiler warnings.
412
- The EVL plugin was updated.
413
* Bluetooth
414
- LC3 codec and compatibility improvements.
415
* Pulse server
416
- Fix emission of events when a sink/source state changes.
417
(#3660)
418
* JACK
419
- Improve transport and time handling. Use unique ids to make
420
consistent snapshots of the current time and transport.
421
- Avoid enumerating port params that we are not going to use.
422
- Optimize buffer reuse.
423
- Handle concurrent jack_port_get_buffer() calls because ardour
424
seems to be doing this. (#3632)
425
* Docs
426
- Many doc improvements.
427
- Add man pages for pw-dump, pw-loopback, modules,
428
pipewire-pulse.
429
- Manpages are now made with Doxygen.
430
- Add docs for pulse-modules
431
432
-------------------------------------------------------------------
433
Thu Nov 16 15:26:42 UTC 2023 - Antonio Larrosa <alarrosa@suse.com>
434
435
- Update to version 0.3.85 (1.0RC5):
436
* Highlights
437
- Fix an issue where a link could end up paused while not
438
negotiated.
439
- Fix an infinite recursion issue when finding runnable nodes.
440
- Support XDG base directories when loading ACP config.
441
- Fix MIDI event recording preview in Ardour.
442
- Many more small fixes, cleanups and improvements.
443
* PipeWire
444
- Fix an issue where a link could end up paused while not
445
negotiated. (#3619)
446
- Fix an infinite recursion issue when finding runnable nodes
447
by stopping the scan on feedback links around the driver.
448
(#3621)
449
- The system service now has better socket permissions.
450
* Modules
451
- Add support for uclamp. This allows the scheduler to make
452
better informed decisions about where tasks should be placed,
453
and what pstate to set for the CPU it is running on.
454
- Emit warnings when applications are not doing the right
455
locking instead of crashing.
456
- Improve media.name for RAOP sinks. (#3801)
457
- Support pause/resume in pipe-tunnel. (#3197)
458
- Remove time rlimit when probing for realtime to avoid
459
SIGXCPU.
460
* SPA
461
- Fix a bug where the resampler would be activated even when
462
there is an ALSA pitch element. (#3628)
463
- Improve resume from suspend in ALSA. (#3646)
464
- Add option to expose ALSA controls as prop params.
465
- Support XDG base directories when loading ACP config. This
466
makes it possible to override the ACP config files.
467
* Bluetooth
468
- Schedule nodes in the same ISO group together.
469
- More BAP fixes and cleanups.
470
* JACK
471
- Fix MIDI events from peer ports. This makes the MIDI event
472
recording preview of Ardour work correctly.
473
* GStreamer
474
- Fix some error handling in the source and sink.
475
* ALSA plugin
476
- Improve poll descriptor handling. (#3648)
477
* Docs
478
- Many improvements to the layout and organization.
479
480
-------------------------------------------------------------------
481
Thu Nov 2 11:44:33 UTC 2023 - Antonio Larrosa <alarrosa@suse.com>
482
483
- Update to version 0.3.84 (1.0RC4):
484
* Highlights
485
- Fix a regression with openal because the queued buffers in
486
the stream were not reported correctly.
487
- Fix a bug in port busy counters that could cause random
488
silent links.
489
- Fix a regression in echo-cancel because it was not reporting
490
its streams as ASYNC.
491
- Fix a JACK regression where not all ports were enumerated in
492
all cases.
493
- Many more fixes and improvements.
494
* PipeWire
495
- pw_stream now reports the queued buffers more accurately.
496
This fixes a regression when using openal. (#3592)
497
- The port busy counters were not updated correctly in some
498
cases. This could lead to negotiation errors and silent
499
links. (#3547)
500
- Ignore latency maximum when forcing rate/quantum. (#3613)
501
- Nodes can now be added to multiple groups and link-groups.
502
(#3612)
503
* Modules
504
- The filter-chain now also handles notify port dependencies
505
correctly. (#3596)
506
- Filter-chain has support for new linear, clamp, recip, exp,
507
log, mult, sine builtin plugins.
508
- The echo-cancel module now correctly reports its playback and
509
capture streams as ASYNC to avoid running out of buffers.
510
(#3593)
511
- It is now possible to specify an array of remote names to
512
connect to with the native protocol.
513
- module-rtp-sap and module-rtp-sink now try to bind to the
514
specified interface.
515
* SPA
516
- The alsa plugin now removes the runtime properties such as
517
period-num, period-size and max-latency when suspended.
518
(#3613)
519
* Bluetooth
520
- BAP Locations/Context is now set on endpoints as required by
521
new bluez.
522
- Improve selection of BAP leader.
523
* JACK
524
- Add a jack_set_sample_rate() extension function.
525
- Make sure we get the info of all nodes/ports before
526
completing the jack_client_open() operation so that we can
527
enumerate the ports correctly in all cases. (#3618)
528
* GStreamer
529
- Fix types of metadata in pipewiresink.
530
- Also copy metadata in buffers in all cases.
531
- Fix size allocation in bufferpool for compressed formats.
532
- Don't stop streaming thread when unlinked. (#3620)
533
* ALSA
534
- The ALSA plugin now handles NULL values from mmap_areas.
535
(#3600)
536
537
-------------------------------------------------------------------
538
Mon Oct 30 16:49:02 UTC 2023 - Antonio Larrosa <alarrosa@suse.com>
539
540
- Disable the WebRTC-based echo canceller in big endian
541
architectures since webrtc-audio-processing is not available
542
there.
543
544
-------------------------------------------------------------------
545
Thu Oct 19 15:30:51 UTC 2023 - Antonio Larrosa <alarrosa@suse.com>
546
547
- Update to version 0.3.83:
548
* Highlights
549
- A quantum change regression was fixed.
550
- Use a 2 socket server now for the manager and the
551
applications with (when wireplumber is updated) different
552
permissions.
553
- Reduce memory usage a little in audioconvert and use fewer
554
buffers.
555
- Some JACK deadlocks were fixed.
556
- More bugfixes and improvements.
557
* PipeWire
558
- Fix quantum change regression.
559
- Use a 2 socket server by default. One for the session-manager
560
and one for applications.
561
- Fix a potential use-after-free in node and device cleanup.
562
* modules
563
- Some hardcoded buffer size limits were removed.
564
- Fix ASYNC flag on combined-streams.
565
- Add support for on-demand combined-streams using metadata.
566
* SPA
567
- alsa-udev will now ignore PCMs with the ACP_IGNORE udev
568
environment variable.
569
- The audioadapter now uses at least 2 buffers when the
570
follower is async.
571
- The number of buffers used by plugins was tweaked a little.
572
Most plugins now only ask 1 buffer.
573
- Memory usage in audioconvert was reduced.
574
- Fix some unaligned reads and writes and undefined left shifts
575
reported by ASAN.
576
- Rework vulkan dependency checking.
577
- Don't try to link ALSA devices when prepare fails. This
578
fixes some crashes.
579
- Fix a stall when the allowed codecs are changed in ALSA.
580
- Improve ALSA rate control for sources to avoid xruns.
581
- Try to fix IEC958 TrueHD and DTS playback.
582
* Bluetooth
583
- Improve fallback SCO mtu when the kernel doesn't tell us.
584
* JACK
585
- The fixed buffer size limit was removed.
586
- Add an option to make input buffers writable (default true).
587
- A potential deadlock was fixed when applications lock the
588
process function.
589
- Use a separate thread to dispatch notifications to avoid
590
deadlocks.
591
- Potentially fix silent export in ardour in some cases.
592
593
-------------------------------------------------------------------
594
Fri Oct 13 14:10:56 UTC 2023 - Alexei Sorokin <sor.alexei@meowr.ru>
595
596
- Update to version 0.3.82:
597
* Highlights
598
- Fix a regression in some devices when the Pro-Audio profile
599
was selected.
600
Only enable the IRQ based scheduling and device linking in
601
specific safe cases.
602
- Improve rate switching. In some cases the graph rate would
603
not switch correctly.
604
- Fix regression in alsa wakeups that would cause silence in
605
VMs.
606
- Fix a leak in the SBC codecs for SCO.
607
- More improvements to the RAOP module.
608
- Other small improvements and fixes.
609
* PipeWire
610
- Improve client property checks.
611
- Allow non-power-of-2 quantums when forced.
612
- Improve rate switching. In some cases the graph rate would
613
not switch correctly.
614
- The PIPEWIRE_QUANTUM env variable now forces the size and
615
rate in the graph for the duration of the application.
616
The softer PIPEWIRE_LATENCY and PIPEWIRE_RATE can still be
617
used to merely suggest a maximum latency and a rate.
618
* modules
619
- Remove the RTSP FLUSH request in RAOP because it does not
620
seem necessary.
621
- The RAOP module now uses the common RTP stream functions.
622
- Add sockets option to protocol-native to make pipewire listen
623
on multiple sockets.
624
* SPA
625
- Clean up some of the log functions.
626
- Add an option in ALSA to disable linking devices together.
627
- Only link pcms together when 1 capture and 1 playback pcm.
628
For more complex devices we can't be sure which ones can be
629
linked.
630
- Disable tsched only when using linked devices.
631
- Add some extra checks in ALSA to avoid segfaults.
632
- Add Tag support to alsa-sink and alsa-source.
633
- Use dynamic pod builder when we can.
634
- Set priority.driver on midi-bridge to allow it as a fallback
635
driver.
636
- Fix regression in alsa wakeups.
637
- The PTP clock can now be found from the interface in
638
node-driver.
639
* pulse-server
640
- Some small cleanups and internal improvements.
641
- Add some memory debugging messages.
642
- Add Tag messages to streams.
643
* Bluetooth
644
- Fix a leak in the SBC codecs for SCO.
645
* JACK
646
- Patch up midi events in the destination buffer instead of
647
writing to the source buffer.
648
- Group all jack clients together to avoid transport issues.
649
* ALSA-plugins
650
- Add also.deny option to block alsa clients from opening the
651
PCM.
652
- Drop patches already included upstream:
653
* 0001-alsa-add-api.alsa.auto-link-option.patch
654
* 0002-acp-fix-compilation.patch
655
* 0003-acp-only-join-and-link-when-1-capture-and-1-playback.patch
656
* 0004-acp-only-disable-tsched-when-linking.patch
657
* 0001-alsa-dont-check-early-wakeup-when-PCM-stopped.patch
658
659
-------------------------------------------------------------------
660
Fri Oct 13 08:33:28 UTC 2023 - Antonio Larrosa <alarrosa@suse.com>
661
662
- Add patches from upstream that fix pro-audio not producing any
663
sound in 0.3.81:
664
* 0001-alsa-add-api.alsa.auto-link-option.patch
665
* 0002-acp-fix-compilation.patch
666
* 0003-acp-only-join-and-link-when-1-capture-and-1-playback.patch
667
* 0004-acp-only-disable-tsched-when-linking.patch
668
- Add patch from upstream that fixes issues when PCM is stopped,
669
which includes fixing sound in qemu:
670
* 0001-alsa-dont-check-early-wakeup-when-PCM-stopped.patch
671
672
-------------------------------------------------------------------
673
Mon Oct 9 11:34:40 UTC 2023 - Antonio Larrosa <alarrosa@suse.com>
674
675
- Pipewire now requires vulkan 1.3, so we have to disable vulkan
676
support if this requirement is not fulfilled in order to build
677
correctly in Leap.
678
679
-------------------------------------------------------------------
680
Sat Oct 7 15:11:14 UTC 2023 - Alexei Sorokin <sor.alexei@meowr.ru>
681
682
- Update to version 0.3.81:
683
* Highlights
684
- jackdbus support is now enabled by default.
685
- IRQ based scheduling in ALSA was improved and enabled by
686
default for Pro-Audio profile. It will also link the pcms
687
together to get lower latency. This now matches what JACK
688
does and gives equal latency to PipeWire for Pro-Audio
689
profiles.
690
- Support both old and new versions of webrtc-audio-processing
691
to make the transition easier.
692
- Forced quantum changes by nodes or metadata will now also
693
force a suspend and resume of the graph, like the rate
694
changes to make sure all nodes adapt to the new quantum.
695
This is important for Pro-Audio nodes that need to
696
reconfigure the hardware to a new period in IRQ-based
697
scheduling.
698
- Fix a regression in regex parsing.
699
- Many bugfixes and improvements.
700
* PipeWire
701
- jackdbus is by default enabled now. The idea is that when
702
jackdbus is installed, the real libjack.so is in the path and
703
we can become a real JACK client.
704
- Forces quantum changes by nodes or metadata will now also
705
force a suspend and resume in the graph, like the rate
706
changes to make sure all nodes adapt to the new quantum.
707
This is important for Pro-Audio nodes that need to
708
reconfigure the hardware to a new period.
709
- The stream now has an EARLY_PROCESS option that can be used
710
to implement custom buffer fill levels.
711
- Fix a regression in regex parsing.
712
- Fix a bug in position reporting in the driver node.
713
- Destroying a link will now recalculate the graph correctly.
714
- Fix the rate comparison for finding the best rate in the
715
graph.
716
- Use malloc_trim() when available to release memory.
717
* Tools
718
- pw-cat now supports DFF DSD files.
719
- pw-cli avoid some NULL derefs in some cases.
720
* Modules
721
- The RAOP sink has seen some cleanups and improvements.
722
It will now ask for feedback every 2 seconds to keep some
723
devices alive.
724
- A bug in filter-chain was fixed where it would fail to apply
725
the gain when when mixing just one source.
726
- The filter-chain can now pass the stream volume to a control
727
in the filter-chain graph.
728
- Improve volume handling in RAOP sink.
729
* Pulse-server
730
- Some cleanup in the pending_stream handling.
731
- Fix a regression in the event emission code where it failed
732
to emit a changed event when a node was linked.
733
- Lower the realtime priority of pulseaudio clients.
734
- Set pulse.module.id on the echo-cancel streams.
735
* SPA
736
- Support both old and new versions of webrtc-audio-processing
737
to make the transition easier.
738
- The ALSA driver now does the synch of all followers directly
739
from the wakeup event. This results in more stable rate
740
matching.
741
- IRQ based scheduling in ALSA was improved and enabled by
742
default for Pro-Audio profile. It will also link the pcms
743
together to get lower latency. This now matches what JACK
744
does and gives equal latency to PipeWire for Pro-Audio
745
profiles.
746
- GNU/Hurd support was added.
747
- Some improvements to passthrough handling.
748
* Bluetooth
749
- Improvements to the codec handling when PipeWire is used as
750
Audio Gateway.
751
- Adapt to new Bluez API for BAP devices.
752
* JACK
753
- When the jack library is set in the default library path,
754
avoid using LD_LIBRARY_PATH because this can cause confusion.
755
- Handle clearing the latency on a port.
756
- jack_property now always manages to actually change the
757
metadata because it waits for a roundtrip before exiting.
758
759
-------------------------------------------------------------------
760
Thu Sep 14 12:01:09 UTC 2023 - Antonio Larrosa <alarrosa@suse.com>
761
762
- Update to version 0.3.80:
763
* Highlights
764
- A new Tag param was added that allows arbitrary metadata to
765
be transported out-of-band in the graph.
766
- Vulkan DMA buf support was merged.
767
- The echo-canceller was ported to webrtc-audio-processing-1.
768
- Fix a regression in locating monitor sources by id in
769
pulse-server.
770
- Mixer io areas updates are now synchronized correctly with
771
the data thread to avoid potential crashes.
772
- Many more bugfixes and improvements.
773
* PipeWire
774
- Handle driver nodes that refuse to change the quantum or
775
rate.
776
- A new Tag param was added that allows arbitrary metadata to
777
be transported out-of-band in the graph.
778
* Modules
779
- The pipe-tunnel source has been reworked to use a ringbuffer
780
and rate adaption to keep the latency constant. It can now
781
also function as a driver to reduce resampling. (#3478)
782
* Tools
783
- pw-cat will now place media properties in Tag params.
784
- pw-mon can now filter props and params.
785
* SPA
786
- ALSA refuses to change quantum and rate when in IRQ mode.
787
- ALSA will now be smarter in selecting the period size for
788
batch devices and will make it depend on the samplerate.
789
(#3444)
790
- Vulkan DMA buf support was merged.
791
- ALSA latency will now be reported in the time domain of the
792
graph.
793
- Add udev based autodetection for compress-offload devices.
794
- The echo-canceller was ported to webrtc-audio-processing-1.
795
- The v4l2 inotify code was rewritten to avoid a use-after-free
796
and by using a separate watch (but same fd) for each device.
797
(#3439)
798
- The tag and latency handling was improved in audioadpter.
799
- Don't use -Ofast on alpha because it can crash on
800
denormalized values. (#3489)
801
- The mixers now synchronize spa_io_buffers updates with the
802
data thread to avoid crashes.
803
- Handle NULL param updates. (#3504)
804
* Pulse-server
805
- Fix a regression in locating monitor sources by id. (#3476)
806
- Add support for use_system_clock_for_timing in
807
module-pipe-sink.
808
- Add support for checking module arguments.
809
- Avoid some useless change events.
810
* Bluetooth
811
- Ports are now marked as physical, which makes the bluetooth
812
devices show up as hardware devices in Ardour and other JACK
813
apps. (#3418)
814
- Some fixes for LE audio support (#3479)
815
* JACK
816
- Also emit unregister notify even when suppressed when
817
creating the client.
818
- The notify callbacks now match JACK2 behaviour more.
819
- The mixer io areas are updated and handled safely now to
820
avoid crashes. (#3506)
821
- Drop patches already included upstream:
822
* 0001-pulse-server-allow-monitors-when-selecting-source-by-index.patch
823
* 0001-Revert-v4l2-handle-inotify-errors.patch
824
* 0002-Revert-v4l2-dont-set-inotify-on-_dev.patch
825
* 0003-spa-v4l2-use-a-separate-watch-for-each-device.patch
826
827
-------------------------------------------------------------------
828
Mon Sep 11 09:56:03 UTC 2023 - Antonio Larrosa <alarrosa@suse.com>
829
830
- Add patch from upstream to fix a regression introduced in 0.3.77
831
which made it fail to open a monitor device as source:
832
* 0001-pulse-server-allow-monitors-when-selecting-source-by-index.patch
833
- Add patch from upstream to fix a bug which caused 100% cpu usage
834
under some circumstances:
835
* 0001-Revert-v4l2-handle-inotify-errors.patch
836
* 0002-Revert-v4l2-dont-set-inotify-on-_dev.patch
837
* 0003-spa-v4l2-use-a-separate-watch-for-each-device.patch
838
839
-------------------------------------------------------------------
840
Tue Aug 29 17:32:30 UTC 2023 - Alexei Sorokin <sor.alexei@meowr.ru>
841
842
- Update to version 0.3.79:
843
* Highlights
844
- Fix a regression in suspend that could cause silence.
845
- Fix a regression in JACK port registration that could cause
846
all kinds of JACK problems.
847
- Fix a typo in the neon sample conversion functions that could
848
cause distortion.
849
- Add BAP broadcast source and sink support.
850
- pw-top now has a batch mode to dump the output to stdout.
851
- Many more bugfixes and improvements.
852
* PipeWire
853
- Fix a regression in shutdown where a node might not first
854
suspend properly. This cause loss of sound in some cases.
855
- Failure to compile a regular expression in the config file
856
will now be reported and ! can be used to negate the match.
857
- Fix a regression where some nodes might not set running in
858
some cases.
859
- Nodes are now suspended before the format is cleared, which
860
might fix some crashes.
861
* Tools
862
- pw-top now has a batch mode to dump the output to stdout.
863
* SPA
864
- The queued samples in audioconvert are now correctly reported
865
in the delay.
866
- Make it easier to add a custom profile in ACP.
867
- Fix a typo in the neon sample conversion functions that could
868
cause distortion.
869
- device.profile.pro=true is added for pro audio nodes.
870
- An xrun counter was added to spa_io_clock to detect and track
871
skipped data because of xruns.
872
* Pulse-server
873
- Add alsa-sink and alsa-source modules.
874
* Bluetooth
875
- Fix a regression where only the BAP off profile is shown.
876
- Add BAP broadcast source and sink support.
877
* JACK
878
- Also emit a latency notify when the buffer size changes.
879
- Fix a regression in JACK port registration.
880
- jack_port_tie() is now supported.
881
* ALSA
882
- Improve property handling, support lists and ranges in
883
addition to fixed values.
884
- Remove patches already included upstream:
885
* 0001-jack-make-sure-we-can-always-find-our-own-ports.patch
886
* 0001-audioconvert-fix-typo-in-neon-function.patch
887
* 0001-impl-node-improve-suspend.patch
888
* 0001-bluez5-fix-BAP-profiles-showing.patch
889
890
-------------------------------------------------------------------
891
Fri Aug 25 09:15:38 UTC 2023 - Antonio Larrosa <alarrosa@suse.com>
892
893
- Update to version 0.3.78:
894
* Highlights
895
- An old regression was fixed with where some nodes would not
896
run.
897
- A regression was fixed where removed events would not be
898
shown in some cases. This would result in duplicate entries
899
in audio clients.
900
- Fix an off-by-one in the vban audio receiver. Tweak the rate
901
adaption a little.
902
- ACP will now set a UCM verb before probing the pro-audio
903
devices.
904
- More bugfixes and improvements.
905
* PipeWire
906
- An old regression was fixed with where some nodes would not
907
run. (#3405)
908
- Suspend was improved a little to avoid races when the session
909
manager would suspend right when a driver was starting.
910
* Modules
911
- module-rtp-sap does not use the deprecated inet_aton anymore.
912
- Fix an off-by-one in the vban audio receiver. Tweak the rate
913
adaption a little. (#3380)
914
* SPA
915
- ACP will now set a UCM verb before probing the pro-audio
916
devices. (#3407)
917
- The mandatory flag will be set now on the video modifiers.
918
- EVL was updated to Xenomai4 r46 and xbuf creation was
919
improved.
920
- An option was added to force colors in the log even when
921
logging to !tty.
922
- The return type of spa_pod_builder_control() was fixed.
923
- inotify errors are handled better now. (#3439)
924
* pulse-server
925
- A regression was fixed where removed events would not be
926
shown in some cases. (#3414)
927
* Bluetooth
928
- Improve compatibility with more devices, avoid reusing the
929
same transport for different media-sink instances to avoid
930
encoder resets.
931
- Improve enumeration of codec profiles for BAP and A2DP.
932
* JACK
933
- Ensure we can't iterate ports from a deactivated client. Also
934
make sure the JACK clients with the node.always-process=false
935
always show their ports. (#3416)
936
* GStreamer
937
- A potential crash was fixed in the device provider when
938
stopping.
939
- Remove patches already included upstream:
940
* 0001-context-Dont-stop-setting-runnable-when-meeting-the-driving.patch
941
* 0001-gst-Prevent-a-crash-when-stopping-device-provider.patch
942
* 0001-jack-ports-become-visible-when-the-registration-is-queued.patch
943
* 0002-jack-handle-node.always-process-=-false-jack-nodes.patch
944
* 0001-pulse-server-set-all-change_mask-flags-when-removing.patch
945
- Add patch from upstream to fix jack clients:
946
* 0001-jack-make-sure-we-can-always-find-our-own-ports.patch
947
- Add patch from upstream to fix typo in neon function that makes
948
pipewire produce noise:
949
* 0001-audioconvert-fix-typo-in-neon-function.patch
950
- Add patch from upstream to fix (among others) a race when a node
951
is suspended at the same time it is started causing silence:
952
* 0001-impl-node-improve-suspend.patch
953
- Add patch from upstream to fix BAP only showing off profile:
954
* 0001-bluez5-fix-BAP-profiles-showing.patch
955
956
-------------------------------------------------------------------
957
Fri Aug 18 12:01:36 UTC 2023 - Antonio Larrosa <alarrosa@suse.com>
958
959
- Fix from upstream to ensure effect and sink nodes are set to
960
running:
961
* 0001-context-Dont-stop-setting-runnable-when-meeting-the-driving.patch
962
963
- Fix from upstream to prevent a crash when stopping a device
964
provider:
965
* 0001-gst-Prevent-a-crash-when-stopping-device-provider.patch
966
967
- Fix from upstream to fix a regression that makes plugins/effects
968
disappear in Carla Patchbay when there's no playback:
969
* 0001-jack-ports-become-visible-when-the-registration-is-queued.patch
970
* 0002-jack-handle-node.always-process-=-false-jack-nodes.patch
971
972
- Fix from upstream to fix pavucontrol and plasma-pa showing
973
duplicated sinks after resume or switching audio device profiles
974
(boo#1214374):
975
* 0001-pulse-server-set-all-change_mask-flags-when-removing.patch
976
977
-------------------------------------------------------------------
978
Sat Aug 5 12:23:12 UTC 2023 - Alexei Sorokin <sor.alexei@meowr.ru>
979
980
- Update to version 0.3.77:
981
* Highlights
982
- Fix a bug in ALSA source where the available number of
983
samples was miscaluclated and resulted in xruns in some
984
cases.
985
- A new L permission was added to make it possible to force a
986
link between nodes even when the nodes can't see eachother.
987
- The VBAN module now supports midi send and receive as well.
988
- Many cleanups and small fixes.
989
* PipeWire
990
- Global objects now only show permissions that apply to them.
991
The permissions required to perform various API calls are
992
documented.
993
- A new L permission was added to make it possible to force a
994
link between nodes even when the nodes can't see eachother.
995
- Config files need to end with .conf.
996
- The client.api is added the to global properties of a node.
997
* modules
998
- The VBAN module now supports midi send and receive as well.
999
- Fix module-profiler alignment and make sure we don't overrun
1000
our buffers with many nodes.
1001
- Protect libcanberra calls with a mutex because it is not
1002
thread safe.
1003
* SPA
1004
- Support older compilers for spa_clear_ptr().
1005
- Fix a bug in ALSA source where the available number of
1006
samples was miscaluclated and resulted in xruns.
1007
- Don't set inotify on /dev but on the videoX devices directly.
1008
Setting inotify on /dev would cause a lot of spurious wakeups
1009
and lock contention in the fsnotify subsystem on some
1010
benchmarks.
1011
- Audioconvert now rate limits the warnings when it runs out of
1012
buffers.
1013
* pulse-server
1014
- Some bugs and inconsistencies were fixed in device lookup.
1015
- Improve subscribe event emission, detect changes to the sink
1016
or the monitor and send the right sink/source event.
1017
* JACK
1018
- The libjack.so now has a minor version of 3 and a micro
1019
version of the pipewire version.
1020
- JACK clients will now see portregistration from other jack
1021
clients when they activate/deactivate like real JACK.
1022
* bluetooth
1023
- Use some more autoptr cleanups, fix some leaks.
1024
1025
-------------------------------------------------------------------
1026
Fri Jul 28 10:35:03 UTC 2023 - Antonio Larrosa <alarrosa@suse.com>
1027
1028
- Update to version 0.3.76:
1029
* Highlights
1030
- Fix a regression that would cause the MPV pipewire backend
1031
to fail because of a spurious thread-loop signal.
1032
- Fix a crash when DBus is not found.
1033
- ALSA hires timestamps are now disabled by default.
1034
- Some more fixes and improvements.
1035
* PipeWire
1036
- A new option was added to pw-thread-loop to signal when the
1037
thread starts.
1038
- This is only used in module-rt to avoid regressions in mpv.
1039
(#3374)
1040
- Fix a compilation problem.
1041
- Stream flags now only set the properties when not already
1042
set. This fixes a regression with node autoconnect. (#3382)
1043
* Tools
1044
- pw-cat will now stop when the stream is disconnected. (#2731)
1045
- Improve the pw-cat man page, mention that stdin/stdout
1046
handling is only on raw data.
1047
* modules
1048
- module-rt will now not crash when dbus is not available but
1049
error out as before.
1050
- A new VBAN (vb-audio.com) sender and receiver was added.
1051
(#3380)
1052
* SPA
1053
- Add an option in audioconvert to disable volume updates.
1054
(#3361)
1055
- ALSA hires timestamps are disabled by default because many
1056
drivers seem to give wrong timestamps and cause extra delay.
1057
* bluetooth
1058
- LE Audio support is now enabled by default when liblc3 is
1059
available now that bluez has support for detecting the
1060
hardware features.
1061
1062
-------------------------------------------------------------------
1063
Tue Jul 25 08:19:55 UTC 2023 - Antonio Larrosa <alarrosa@suse.com>
1064
1065
- Add code in the spec file to modify the patch file
1066
reduce-meson-dependency.patch (used to build in SLE/Leap) so that
1067
we don't need to rebase it manually for every version update.
1068
- Use gcc 11 in SLE/Leap since gcc 9 fails to build 0.3.75 with
1069
../spa/include/spa/utils/cleanup.h:52:13: error: dereferencing pointer to incomplete type ‘DIR’ {aka ‘struct __dirstream’}
1070
52 | __typeof__(*(ptr)) *_old_value = spa_steal_ptr(ptr); \
1071
1072
-------------------------------------------------------------------
1073
Sun Jul 23 01:16:45 UTC 2023 - llyyr <llyyr.public@gmail.com>
1074
1075
- Update to version 0.3.75:
1076
* Highlights
1077
- Link permissions between nodes are now enforced. This avoids
1078
potential portal managed screencast nodes to link to the
1079
camera even though it was not assigned permissions to do so
1080
by the session manager (boo#1213682).
1081
- Libcamera and v4l2 devices now have properties so that
1082
duplicates can be filtered out by the session manager.
1083
- A bug with draining was fixed where a buffer would be marked
1084
EMPTY and would not play when it contained drained samples.
1085
- Many fixes and improvements.
1086
* PipeWire
1087
- Permissions for links between nodes are now enforced. The
1088
link will now check that the owner clients of the nodes can
1089
see each other before allowing the link. This avoids
1090
screensharing clients to accidentally being linked to the
1091
camera nodes by the session manager. A side effect is that
1092
patchbay tools will no longer be able to link portal managed
1093
screencast nodes to the camera, for this we need a new
1094
permission for those patchbay clients.
1095
- The stream.rules/filter.rules are now evaluated when
1096
connecting the stream/filter so that more properties can be
1097
matched.
1098
- Move some internal events from the context to the nodes to
1099
better handle per-node threads in the future.
1100
- The thread-loop will now signal when the thread is started.
1101
* modules
1102
- A timestamp workaround in module-raop was reverted because it
1103
does not work in all cases. Instead latency was increased to
1104
1.5 seconds, which also makes the problematic device in
1105
question work.
1106
- The profiler module was reworked a bit to use the new node
1107
realtime events. It should now also handle dynamically added
1108
and removed drivers.
1109
- The module-rt now does the rtkit calls from a separate thread
1110
so that it does not block the main thread. This could cause
1111
deadlocks during startup in some cases.
1112
* SPA
1113
- Atomic operation macros were move from internal pipewire API
1114
to public API.
1115
- The video-info structure now has a new
1116
SPA_VIDEO_FLAG_MODIFIER_FIXATION_REQUIRED flag to instruct
1117
the application to fixate the modifiers. This simplifies some
1118
logic in applications a lot.
1119
- The libcamera and v4l2 nodes now have properties to enumerate
1120
the device id they are using. This can be used to match v4l2
1121
devices and libcamera devices and filter out duplicates.
1122
- A bug with draining was fixed where a buffer would be marked
1123
EMPTY and would not
1124
1125
-------------------------------------------------------------------
1126
Wed Jul 12 10:03:52 UTC 2023 - Alexei Sorokin <sor.alexei@meowr.ru>
1127
1128
- Update to version 0.3.74:
1129
* Highlights
1130
- Fix a critical bug where audio to bluetooth devices would cut
1131
out randomly.
1132
- Improve RAOP compatibility.
1133
- Avoid crashes after an update.
1134
- Small fixes and improvements.
1135
* PipeWire
1136
- Mix info on port is now created explicitly.
1137
- Remove the node as a driver peer when stopping. This caused
1138
some problem with playback on and other remote bluetooth
1139
devices.
1140
- Work on avoiding crashes when loading new modules that use
1141
internal API with old libpipewire. This is typical after an
1142
update where the old library is still loaded by an
1143
application but when a new stream is created, updated modules
1144
are loaded.
1145
* Modules
1146
- The RTP source module now has an option to ignore the SSRC,
1147
which is useful to continue to receive the stream when the
1148
sender is restarted.
1149
- The native protocol will refuse to load twice now instead of
1150
silently ignoring the error.
1151
- module-raop is compatible with more devices.
1152
* SPA
1153
- plugins will now warn when running out of buffers. This is
1154
always a bad thing.
1155
- Merge scope based cleanup macros.
1156
- Add ratelimit function.
1157
1158
-------------------------------------------------------------------
1159
Sat Jul 8 15:24:48 UTC 2023 - Alexei Sorokin <sor.alexei@meowr.ru>
1160
1161
- Update to version 0.3.73:
1162
* Highlights
1163
- Fixes an ALSA resume after suspend error.
1164
- Handle and disable seemingly wrong hires timestamps from
1165
ALSA.
1166
- Filter-chain now has loadable plugin modules. The LV2 and
1167
sofa plugins are moved to a separate .so file to make things
1168
more modular.
1169
- Rate changes in the graph should now be handled more
1170
gracefully by loopback and filter-chain.
1171
- A regression in the rtp-sap module was fixed where it would
1172
in some cases fail to start.
1173
- A potential crash in the peaks resampler was fixed.
1174
- Many cleanups and other small bug fixes.
1175
* PipeWire
1176
- Fix a potential segfault when no fallback driver was set in
1177
the config.
1178
- Improve OPUS detection.
1179
- Add ASYNC flag to pw-filter and pw-stream when queue/dequeue
1180
is not called from the process function. This ensure we
1181
allocate an extra buffer.
1182
- Discard pending process callbacks when disconnecting.
1183
- Cleanups and improvements to the debug environment variable
1184
parsing.
1185
- The graph rate was tweaked to better handle very low rates
1186
such as those requested by pavucontrol when it does the
1187
signal monitoring.
1188
* Modules
1189
- An example filter module was added.
1190
- Filter-chain and loopback now disable the resamplers if no
1191
rate is specified and will always follow the graph rate.
1192
- Improve setup of filter-chain. The graph is now created when
1193
starting because this ensure the target graph rate is known.
1194
- Filter-chain can now link notify ports to control ports in
1195
the graph.
1196
- Filter-chain now has loadable plugin modules. The LV2 and
1197
sofa plugins are moved to a separate .so file.
1198
- A regression in the rtp-sap module was fixed where it would
1199
in some cases fail to start.
1200
- Module-rt now has options to disable rlimits, portal and
1201
rtkit.
1202
- module-raop-discover now has an options to set the latency.
1203
* Tools
1204
- pw-cat now supports overriding all stream properties.
1205
* SPA
1206
- Disable rate negotiation when the resampler is disabled. We
1207
will always follow the graph rate.
1208
- Set device.icon property for UCM ports as well.
1209
- Improve ALSA recover when using hires timestamps. This fixes
1210
some problems after resume from suspend.
1211
- ALSA will now warn and disable hires timestamp when they seem
1212
wrong.
1213
They can also be disabled manually with a property.
1214
- V4l2 will now gracefully handle ENOTTY when enumerating frame
1215
sizes and frame rates.
1216
- A potential crash in the peaks resampler was fixed.
1217
* pulse-server
1218
- A client crash in pavucontrol is avoided by always setting a
1219
card name.
1220
- The graph rate is now taken correctly when using the FIX
1221
flags.
1222
- An option was added to ignore the FIX flags of a stream. Also
1223
the documentation for those options was updated.
1224
- module-raop-discover now support latency_msec.
1225
* Bluetooth
1226
- Remove an assert and issue a warning/recover instead when a
1227
buffer is too small.
1228
* GStreamer
1229
- The device provider does locking when destroying the
1230
registry.
1231
1232
-------------------------------------------------------------------
1233
Mon Jun 26 09:30:37 UTC 2023 - Antonio Larrosa <alarrosa@suse.com>
1234
1235
- Update to version 0.3.72:
1236
* Highlights
1237
- Fix a critical bug that would refuse to update the samplerate
1238
or buffersize in JACK clients.
1239
- A new module-netjack2-driver and module-netjack2-manager were
1240
added that are compatible with NETJACK2. This allows PipeWire
1241
to become a NETJACK2 manager or a driver between JACK2 or
1242
PipeWire servers.
1243
- Support was added for firewire devices with FFADO. This is
1244
untested for now and MIDI is not implemented yet.
1245
- The node scheduling was optimized some more. External drivers
1246
are now as efficient as in-server ones. This should improve
1247
performance of various drivers such as bluetooth and JACK
1248
based drivers.
1249
- Many, many bug fixes and a ton of improvements.
1250
* PipeWire
1251
- pw-filter can now be used to write sinks and sources.
1252
- The node activation for drivers was changed. The driver now
1253
does not need to go to the server to start the processing
1254
cycle. This makes out-of-server drivers as efficient as
1255
in-server drivers.
1256
- Don't try to use drivers with 0 priority as fallback drivers.
1257
This avoids making the screencast driver a driver for audio.
1258
- Improve xrun count reporting in pw-top and the profiler. Now
1259
each node has their own xrun counter updated when it fails to
1260
complete processing during the cycle.
1261
- pw-filter now also has support for TRIGGER.
1262
- A potential fd leak was found when fds were send to a zombie
1263
client.
1264
- Fix a bug where monitor or capture streams were logged twice
1265
in the profiler.
1266
- Remove stream hooks safely.
1267
- A bug in serialization of container properties was fixed.
1268
This could result in truncated property values.
1269
- The PIPEWIRE_AUTOCONNECT environment variable now always
1270
overrides the autoconnect settings of streams.
1271
- Node, port and link destroy now avoids some useless work.
1272
- Port will now try to renegotiate a new format when idle.
1273
* Modules
1274
- The module-sap now is more compatible with AES67.
1275
- A new FFADO driver module was added. This is completely
1276
untested because of lack of hardware. Please test and report
1277
issues.
1278
- A new NETJACK2 driver and a NETJACK2 manager module were
1279
added. These should be drop in replacements for the JACK2
1280
parts.
1281
- The RAOP discover module now tries harder to only list
1282
devices once.
1283
- The zeroconf discover module now tries harder to only list
1284
devices once.
1285
- The RAOP sink module now handles latency better and is
1286
compatible with some more devices.
1287
- The loopback and filter-chain modules now always dequeue the
1288
last input buffer to avoid stuttering in some cases.
1289
- The SPA node factory module can now also export nodes. This
1290
is used to export the PTP clock from the AES67 config file.
1291
- A bug in module-jack-tunnel was fixed that would cause
1292
stuttering and corrupted output in some cases.
1293
- The resampler is now disabled in module-loopback and
1294
filter-chain when the samplerate is set to follow the graph
1295
rate.
1296
- The way the mixer peer is sent to clients was improved. It is
1297
now also possible to let a remote node know about mixer port
1298
removes, which can avoid memory leaks and some code
1299
simplifications.
1300
* SPA
1301
- Monitor ports now report latency correctly.
1302
- The ALSA plugin now uses htimestamp to get a more accurate
1303
ringbuffer position to estimate the clock skew.
1304
- The channelmixer now has min/max-volume settings to limit or
1305
fix the volume.
1306
- The ALSA plugin can now control the playback and capture rate
1307
of USB gadgets. This can avoid resampling and instead use the
1308
USB feedback to control the rate.
1309
- The ALSA output to multiple devices has been improved, some
1310
lockups are avoided when the device ringbuffer is full.
1311
- The compress-offload sink has improved negotiation.
1312
* pulse-server
1313
- Only try to use GSettings when the schema exists.
1314
- @DEFAULT_SOURCE@, @DEFAULT_SINK@ and @DEFAULT_MONITOR@ are
1315
now correctly handled as targets in playback and capture
1316
streams.
1317
- 2 new quirks are added to disable volume updates on
1318
sinks/sources.
1319
- The virtual-sink and virtual-source modules were added. These
1320
are really example modules but actually also work and are
1321
useful on PulseAudio so implement them as well.
1322
- Fix initial stream volumes.
1323
* Bluetooth
1324
- Only register A2DP or BAP when we have codecs.
1325
- Include codec into the media.name
1326
* JACK
1327
- Fix a critical bug that would refuse to update the samplerate
1328
or buffersize.
1329
- Improve updates of samplerate/buffersize, delay the updates
1330
until the client is activated.
1331
- Use the new mix-info updates to simplify the mixer setup and
1332
peer detection.
1333
* GStreamer
1334
- Fill default strides instead of 0 on pipewire video buffers.
1335
- Remove patch already included upstream:
1336
* 0001-jack-update-bufsize-and-samplerate-when-skipping-not.patch
1337
- Move libjack* conflicts from package pipewire-libjack-0_3 (which
1338
has coinstallable libraries) to pipewire-jack (which includes
1339
the ld.so.conf.d file).
1340
1341
-------------------------------------------------------------------
1342
Wed May 31 06:50:17 UTC 2023 - Dominique Leuenberger <dleuenberger@suse.com>
1343
1344
- Have pipewire-spa-plugins-0_2 suggest pipewire-libjack-%{apiver_str}:
1345
this package requires libjack.so.0, so we best use our own
1346
implementation.
1347
1348
-------------------------------------------------------------------
1349
Fri May 19 17:26:12 UTC 2023 - Alexei Sorokin <sor.alexei@meowr.ru>
1350
1351
- Add patch from upstream to fix JACK buffersize updates:
1352
* 0001-jack-update-bufsize-and-samplerate-when-skipping-not.patch
1353
- Create a pipewire-jack package that provides jack-daemon (and
1354
conflicts with any other) and requires the pipewire-libjack
1355
library.
1356
Move the ld configuration from pipewire-libjack, so that only
1357
pipewire-jack forces PipeWire to be the default JACK.
1358
1359
-------------------------------------------------------------------
1360
Wed May 17 15:18:10 UTC 2023 - Antonio Larrosa <alarrosa@suse.com>
1361
1362
- Update to version 0.3.71:
1363
* Highlights
1364
- A new zero-latency jackdbus bridge was added. This works
1365
similar to what PulseAudio has to offer and creates a
1366
sink/source when jackdbus is started. It is however much more
1367
efficient and runs the complete PipeWire graph as a
1368
synchronous JACK client with no added latency.
1369
- Many performance improvements. Activation of remote nodes is
1370
more efficient, fewer eventfds are required on the clients,
1371
less callback overhead in performence critical paths and an
1372
optimized poll function was added. This was mainly driven by
1373
the jackdbus module to get the lowest possible overhead when
1374
running the graph.
1375
- The JACK notify callback implementation was reworked to
1376
emulate better what JACK does, improving compatibility with
1377
ardour7 and the JACK stress test.
1378
- More work on BAP devices. Device latency is now passed on to
1379
applications also for multi-device headsets, and channel
1380
allocation is handled better.
1381
- Many more improvements and bugfixes.
1382
* PipeWire
1383
- Remove the hardcoded limit on io_areas. This is used to link
1384
nodes together and exchange buffers, it was limited to 2048
1385
but now dynamically scales based on requirements.
1386
- Rate and quantum changes are now applied correctly in more
1387
cases. (#3159)
1388
- Updates to client-node to more efficiently process the
1389
driver.
1390
- The profiler information was improved to be more accurate.
1391
It should now work better for remote drivers.
1392
- Some potential memory map errors were fixed in the protocol
1393
because in some case with large messages, some fds were
1394
closed too soon.
1395
- pw-filter now implements the pw_filter_set_active() method.
1396
- A potential out-of-buffers case was fixed in capture
1397
pw-streams where buffers were not moved to the recycle queue
1398
when the node suspended.
1399
- Nodes are now always woken up with the eventfd. Previously
1400
there were some optimiztions in the server to directly call
1401
into the node process function but that optimization is not
1402
necessary. Without this optimization it is now possible to
1403
run nodes in different threads.
1404
- pw-stream trigger is now implemented correctly in all cases.
1405
- Remote nodes now use one eventfd less because they get
1406
triggered with the node eventfd directly.
1407
- Monitor ports are now ignored in latency updates.
1408
- A potential race when reporting an error to a client was
1409
fixed. (#3192)
1410
- Fix a bug where always_process nodes would sometimes IDLE.
1411
(#3189)
1412
- Optimize peer activation. Nodes are now activated more
1413
efficiently and independent of the number of links. It also
1414
reduces the number of eventfds and memory in remote clients.
1415
- A bug in property serialization was fixed. Values with spaces
1416
would only serialize the first part of the value.
1417
* Modules
1418
- Correctly handle the echo-canceler plugin init method
1419
fallback. The samplerate was not correctly configured. This
1420
is only a regression for people that have external
1421
echo-canceler plugins.
1422
- RAOP sink now only sets the volume on the remote end when the
1423
stream is recording. (#3175)
1424
- RAOP discover now tries to deduplicate entries from the same
1425
host.
1426
- A new zero-latency jackdbus bridge was added. This works
1427
similar to what pulseaudio has to offer and creates a
1428
sink/source when jackdbus is started. It is however much more
1429
efficient and runs the complete PipeWire graph as a
1430
synchronous JACK client.
1431
- The access module uses a more secure way to check the
1432
application executable.
1433
- module-combine-stream now has configurable delay and latency
1434
for each stream. This can be used to align sinks/sources with
1435
different latencies.
1436
- A potential crash in module-pulse-tunnel was fixed when
1437
shutting down. (#3199)
1438
- Module-rt will now clamp the nice value to the min allowed
1439
value to avoid errors from rtkit. (#3186)
1440
- Fix a bug with the session counters in module-rtp-sap. Also
1441
use the right format for L24. Improve the AES67 example
1442
config.
1443
- Improve some warning and info messages in module-rt. (#3194)
1444
- module-rtp-session should now do something when started
1445
without arguments.
1446
- A potential crash in module-rtp-session was fixed. (#3217)
1447
- module-filter-chain has better error reporting when a
1448
convolver fails to load. (#3223)
1449
* SPA
1450
- Move some things around to avoid compiler warnings. (#3171)
1451
- Increase mixer ports. Reorganize some things and bump mixer
1452
input ports from 128 to 512.
1453
- Fix a potential crash when a node is scheduled before it
1454
completes the setup.
1455
- The JACK sink and source SPA plugins have seen some
1456
improvements.
1457
- Allow the peaks resampler still if we disabled resampling.
1458
- Perform more cleanup in audioadapter when in error.
1459
- An optimized non-cancellable loop implementation was added.
1460
- Callbacks were optimized with a _fast() varsion that doesn't
1461
check the version and method. When this check is performed
1462
earlier, it can be skipped in performance critical places.
1463
- Some of the callbacks and system methods are now using the
1464
fast function calls in critical paths.
1465
- A potential division by zero was fixed in the ALSA plugins.
1466
- Improve rate and quantum when starting audioconvert.
1467
- Make it possible to override node.driver in the SPA
1468
null-audio-driver. (#3220)
1469
* pulse-server
1470
- The audio info parameter parsing was refactored and improved.
1471
- Fix some races with clients exiting when playing samples.
1472
- An option was added to change or disable the dbus name
1473
registration. (#2987)
1474
* Bluetooth
1475
- Implement battery reporting using AT+XEVENT.
1476
- Disable hardware volume for 3M WorkTunes.
1477
- Implement BAP audio locations (channel positions) by using
1478
the new bluez properties.
1479
* JACK
1480
- Fix some errors reported by JACK test.cpp. (#2638)
1481
- Add jack.show-midi option to show/hide midi ports.
1482
- Add jack.max-client-ports option. JACK also has a port limit
1483
and so PipeWire needs it as well to make the tests happy.
1484
- Call the shutdown callback only when the server stopped, not
1485
when there is a random error. (#3070)
1486
- Avoid registering the same port name twice.
1487
- Call port registration callbacks in activate/deactivate.
1488
- Improve jack_port_connected().
1489
- Improve some error reporting.
1490
- The JACK headers were updated to a newer version.
1491
- JACK callbacks are now managed with an event queue to
1492
simulate more what JACK does. This avoids emiting callbacks
1493
when a method is blocking for a reply and causing deadlocks.
1494
(#3183)
1495
- Assign unique names to JACK clients. (#2833)
1496
- Fix a potential crash when the thread_utils was used after
1497
free.
1498
- Aliases are now not filled in by default to improve JACK
1499
compatibility. (#3154)
1500
* ALSA
1501
- The ALSA plugin will now wait for negotiation to complete or
1502
an error before _prepare() completes. This makes more
1503
applications deal correctly with the potential errors.
1504
* Docs
1505
- A new document about how scheduling is implemented was added.
1506
- Update the pw-cli man page. (#2988)
1507
- Document the SPA Pod serialization.
1508
- Document the PipeWire native protocol.
1509
1510
-------------------------------------------------------------------
1511
Tue May 2 11:41:03 UTC 2023 - Alexei Sorokin <sor.alexei@meowr.ru>
1512
1513
- Make pipewire-alsa conflict with alsa-plugins-pulse as both
1514
provide /etc/alsa/conf.d/99-*-default.conf
1515
- Replace "ffmpeg-5" with the ffmpeg_pref macro.
1516
- Drop patches already included upstream:
1517
* 0001-Revert-alsa-mixer-allow-to-re-attach-the-mixer-control.patch
1518
* 0002-alsa-fix-area-pointers.patch
1519
1520
-------------------------------------------------------------------
1521
Thu Apr 20 15:41:53 UTC 2023 - Antonio Larrosa <alarrosa@suse.com>
1522
1523
- Update to version 0.3.70:
1524
* Highlights:
1525
- Fix a regression in the scheduler that could keep some nodes
1526
IDLE.
1527
- Fix a regression in the biquad filters in filter-chain.
1528
- Fix a regression and potential crash in the ALSA mixer
1529
probing.
1530
- Fix a regression in pipewiresrc with timestamps that could
1531
cause cheese to record video with wrong timestamps.
1532
- Beamforming support was enabled in the echo-canceler.
1533
- pulse-tunnel and raop-sink will now proxy local volume
1534
changes to the remote end.
1535
- More bugfixes and improvements.
1536
* PipeWire
1537
- Fix a bug in the graph scheduler where some nodes might stay
1538
IDLE in some cases (like when connecting the source of the
1539
echo-canceler to the sink).
1540
- pw-metadata can now be created from the factory with initial
1541
values for the metadata. (#3076)
1542
- Conditions were added to the pipewire config file to make it
1543
possible to configure the access module and the exec sections.
1544
- Support was added in pw-stream to intercept and override
1545
properties for the adapter. This can be used to implement
1546
custom volume control, for example.
1547
* Tools
1548
- pw-metadata can now list all available metadata objects with
1549
the -l option.
1550
- A new pw-config tool was added to debug configuration file
1551
loading and parsing.
1552
* Modules
1553
- The webrtc echo canceler now supports beamforming. You can
1554
provide the coordinates of the microphones and let webrtc
1555
perform beamforming on the captured samples to improve
1556
quality and remove noise.
1557
- Fix a regression in the filter-chain with biquad filters.
1558
(#3161) and improve error reporting.
1559
- The pulse-tunnel will now proxy the volume changes to the
1560
remote end.
1561
- The RAOP sink will now send volume parameters to control the
1562
volume remotely. (#2061)
1563
* SPA
1564
- One ALSA commit was not correctly reverted and might cause
1565
crashes.
1566
- The ALSA sink and source now calculate the ALSA ringbuffer
1567
memory location more correctly wich might improve
1568
compatibility with some hardware.
1569
- v4l2 now sets the values of the controls in the Props param.
1570
* Pulse-server
1571
- The echo-canceler aec_args are now parsed like they would be
1572
under pulseaudio.
1573
* Bluetooth
1574
- More work on synchronizing BAP devices.
1575
* GStreamer
1576
- The GStreamer source can now renegotiate the format when it
1577
changes.
1578
- The GStreamer source now uses the BaseSrc clocking code to
1579
implement the clock and timing code.
1580
- Rebase patch:
1581
* reduce-meson-dependency.patch
1582
- Enable the ffmpeg plugin only in TW, since ffmpeg-5-mini doesn't
1583
seem to be available in Leap/SLE
1584
1585
-------------------------------------------------------------------
1586
Tue Apr 18 20:14:27 UTC 2023 - Dirk Müller <dmueller@suse.com>
1587
1588
- reenable ffmpeg plugin by building against ffmpeg-5-mini
1589
1590
-------------------------------------------------------------------
1591
Sat Apr 15 10:08:51 UTC 2023 - Alexei Sorokin <sor.alexei@meowr.ru>
1592
1593
- Add patch from upstream for https://bugs.archlinux.org/task/78195
1594
* 0001-Revert-alsa-mixer-allow-to-re-attach-the-mixer-control.patch
1595
- Add patch from upstream to fix some potentially broken devices:
1596
* 0002-alsa-fix-area-pointers.patch
1597
1598
-------------------------------------------------------------------
1599
Fri Apr 14 11:10:46 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
1600
1601
- Only apply reduce-meson-dependency.patch when meson present
1602
during build is too old.
1603
1604
-------------------------------------------------------------------
1605
Fri Apr 14 08:58:53 UTC 2023 - Antonio Larrosa <alarrosa@suse.com>
1606
1607
- Add patch to build pipewire in Leap 15.4:
1608
* reduce-meson-dependency.patch
1609
1610
-------------------------------------------------------------------
1611
Thu Apr 13 19:23:05 UTC 2023 - Alexei Sorokin <sor.alexei@meowr.ru>
1612
1613
- Update to version 0.3.69:
1614
* Highlights:
1615
- Reverted the UCM changes, they seem to cause regressions
1616
causing audio to be muted in some cases.
1617
- Fix a regression in the scheduler where a driver node might
1618
not be marked as runnable in some cases, like when
1619
echo-cancel is used.
1620
- Handle links from the driver to itself. This makes the midi
1621
bridge work again.
1622
- ALSA rate matching for sources was fixed. It would previously
1623
wait too long for rate matching and then cause drift. This
1624
should reduce crackling and stuttering whan capturing in
1625
low latency.
1626
- Fix the GStreamer clock to make cheese video recording work
1627
again.
1628
- More fixes and improvements.
1629
* PipeWire:
1630
- Fix a regression in the scheduler where a driver node might
1631
not be marked as runnable in some cases, like when
1632
echo-cancel is used.
1633
- Handle links from the driver to itself. This makes the midi
1634
bridge work again.
1635
- Some man pages were improved.
1636
- Fix a potential crash when thread-loop is destroyed before
1637
the loop.
1638
* Modules:
1639
- A new raw biquad filter was added to filter-chain. You can
1640
manually set the 6 parameters and you can use this to create
1641
custom filters per sample rate.
1642
- The echo-canceller now supports different channels for the
1643
capture and playback streams.
1644
* SPA:
1645
- A SB Audigy specific profile set was added to make better use
1646
of the controls.
1647
- More ALSA IRQ based scheduling improvements.
1648
- ALSA rate matching for sources was fixed. It would previously
1649
wait too long for rate matching and then cause drift. This
1650
should reduce crackling and stuttering whan capturing in
1651
low latency.
1652
- The echo-cancel plugin API has a new method to make it
1653
possible to have different channels for capture, source and
1654
playback.
1655
- Reverted the UCM changes, they seem to cause regressions
1656
causing audio to be muted in some cases.
1657
* Bluetooth:
1658
- Many more BAP fixes and improvements. Devices are now
1659
created as a set and can be combined into one device by the
1660
session manager.
1661
* GStreamer:
1662
- Fix the GStreamer clock to make cheese video recording work
1663
again.
1664
- Enable gstreamer-device-provider (rh#2183691).
1665
1666
-------------------------------------------------------------------
1667
Thu Apr 6 14:12:51 UTC 2023 - Alexei Sorokin <sor.alexei@meowr.ru>
1668
1669
- Update to version 0.3.68:
1670
* Highlights:
1671
- Symbolic links to the pipewire binary are now used instead of
1672
recompiling the same binary multiple times.
1673
- Changes to the graph scheduler related to quantum/rate
1674
updates and calculation of the node states. Things should
1675
start and switch between quantums and rates more smoothly now
1676
and especially virtual devices should now only run when
1677
required.
1678
- A new RTP session module was added. This uses the Apple MIDI
1679
protocol to configure low-latency bidirectional MIDI (and
1680
with a PipeWire specific extension, also audio) between
1681
machines. OPUS encoding was added to the RTP formats.
1682
The SAP module was separated from the rtp-sink/source module
1683
to make it more usable.
1684
- A new runtime debug property was added to all streams and
1685
nodes to trigger a save of the raw samples to a wav file.
1686
Support for this has also been added to the echo-canceler to
1687
debug potential issues.
1688
- Module pulse-tunnel has improved rate matching and
1689
synchronisation support. It should also not drift anymore for
1690
capture devices.
1691
- The link-factory now ignores by default the link.passive
1692
property. This means that tools like pw-link or jack clients
1693
and wireplumber can't make passive links anymore. The reason
1694
is that there is now much more advanced logic in PipeWire
1695
itself to handle passive links based on node and port
1696
properties.
1697
- The RAOP sink was ported to new OpenSSL functions. Digest
1698
passwords are handled correctly now and support for more
1699
devices was added.
1700
- The ACP code was updated with new PulseAudio UCM code:
1701
"Create multiple profiles per verb for conflicting devices".
1702
This might change the names of devices, profiles and ports so
1703
scripts might need to be updated.
1704
- Upmixing is disabled again by default. We now ship config
1705
files that distros can install to enable upmixing again. The
1706
reason being that PipeWire should not apply fancy DSP
1707
processing to audio by default.
1708
- Many cleanups and bugfixes, including some crashes and memory
1709
corruption bugs.
1710
* PipeWire:
1711
- Don't crash when calling _connect twice in stream/filter.
1712
- Links are now installed instead of compiling the pipewire
1713
binary multiple times.
1714
- There is now a new core event bound_props that augments the
1715
bound_id event with the global properties. This can be used
1716
to get the global.serial among other global properties.
1717
It also makes it possible in the future to let the server
1718
allocate unique names or uuids.
1719
- Fix a bug where the server could go into an infinite
1720
reconfigure loop when the samplerate of a driver would
1721
change.
1722
- When a samplerate was forced, restore the previous best
1723
samplerate when the samplerate is no longer forced.
1724
- Rework how the states of the nodes in the graph are
1725
calculated. A more refined algorithm is now used that only
1726
runs nodes that need to run.
1727
- Rework how the quantum change is applied to the graph.
1728
Drivers are now responsible for using the new updated
1729
rate/quantum before starting a new cycle. This avoids
1730
starting a cycle with an old quantum first.
1731
- pw-stream and pw-filter will now ensure that the Trigger
1732
event is called from the main thread.
1733
- node.force-rate=0 will now force the node.rate on the graph,
1734
forcefully switching the hardware into the new rate if
1735
possible.
1736
- Additional checks were added to the thread-loop to check
1737
locking order.
1738
- Additional checks were added to pw-stream and pw-filter to
1739
check if methods are called from the right thread context.
1740
* modules:
1741
- A new RTP session module was added. This uses the Apple MIDI
1742
protocol to configure bidirectional MIDI (or audio) between
1743
machines.
1744
- SAP support was removed from module-rtp-source and
1745
module-rtp-sink and moved to a separate module. This makes it
1746
possible to use the RTP modules without SAP support as well.
1747
- The echo-cancel module now has support to save the signals to
1748
a wav file for debugging purposes.
1749
- The RTP modules now have support for the OPUS codec.
1750
- The RAOP module was ported to new openssl encryption
1751
functions and handles digest passwords correctly now.
1752
- module-raop-discover now has match rules to be able to select
1753
the streams and set properties.
1754
- Module pulse-tunnel has improved rate matching and
1755
synchronisation support.
1756
- Fix potential memory corruption and infinite loops because
1757
module-pulse-tunnel was unloaded from the wrong thread.
1758
- The link-factory now ignores by default the link.passive
1759
property. This means that tools like pw-link or jack clients
1760
and wireplumber can't make passive links anymore. The reason
1761
is that there is now much more advanced logic in PipeWire
1762
itself to handle passive links based on node and port
1763
properties.
1764
- module-echo-cancel will now clear its buffers after a suspend
1765
to avoid playing stray samples.
1766
- module-raop-sink will now handle 0 timing_port replies.
1767
* SPA:
1768
- The adapter module now has support for saving the raw audio
1769
to a wav file for debugging purposes.
1770
- The ACP code was updated with new PulseAudio UCM code:
1771
"Create multiple profiles per verb for conflicting devices".
1772
This might change the names of devices, profiles and ports so
1773
scripts might need to be updated.
1774
- Upmixing was disabled again by default. We now ship config
1775
files that distros can install to enable upmixing again.
1776
- audioadapter and audioconvert have seen improvements in the
1777
experimental non-DSP/passthrough mode.
1778
- Fix a potential race where the dummy drivers could fail to
1779
stop a timer and cause endless warnings in the logs.
1780
- The ALSA plugin has experimental support for IRQ based
1781
scheduling. This should decrease latency for some
1782
(mostly USB) drivers. This should bring latency within JACK
1783
latency.
1784
- Audioconvert now has support for volume ramping.
1785
- A new loop method was added the check if a thread is
1786
currently running the loop.
1787
- channelmix.disable and resample.disable now generate an error
1788
when true and channelmixing or resampling is required in the
1789
converter.
1790
* Bluetooth:
1791
- Fix a crash in some cases when a device was disconnected.
1792
- Support async transport state changes. This avoids some
1793
lockups when the bluetooth backend is having issues.
1794
- Align BAP sinks. This improves synchronization between
1795
earpieces.
1796
* ALSA:
1797
- Improve properties in pw-top and pavucontrol.
1798
* pulse-server:
1799
- Improve error handling from pulse-tunnel.
1800
- Generate silence correctly for unsigned formats as well.
1801
- Review buffer params. The streams should now just work with
1802
1 or 2 buffers.
1803
- module-rtp-send and module-rtp-recv now have support for the
1804
OPUS codec.
1805
* JACK:
1806
- Make sure we don't call any callbacks anymore when
1807
deactivating.
1808
* GStreamer:
1809
- Sort the device by priority in deviceprovider.
1810
1811
-------------------------------------------------------------------
1812
Sun Mar 19 08:51:17 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
1813
1814
- Add pkgconfig(lc3) BuildRequires, and pass
1815
bluez5-codec-lc3=enabled to meson.
1816
1817
-------------------------------------------------------------------
1818
Thu Mar 9 13:57:10 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
1819
1820
- Update to version 0.3.67:
1821
* Highlights:
1822
- The loopback module and other couples streams will now not
1823
randomly fail in some cases.
1824
- The RTP module now has support for sending and receiving MIDI
1825
as well.
1826
- The compress offload sink has seen many improvements. It now
1827
uses ioctls directly to bypass limitations of tinycompress
1828
(to be able to detect the available codecs, for example).
1829
- Pulse server compatibility was improved for some apps by
1830
improving the format parsing and FIX_ stream flag handling.
1831
- The min quantum in the pulse server was changed from
1832
256/48000 to 128/48000 to fix some issues with games that
1833
expect 5ms or less of latency.
1834
- The Bluetooth plugin has seen many improvements in packet
1835
scheduling to attempt to reduce stuttering on some devices.
1836
- The ALSA plugin now handles some impossible cases better.
1837
This fixes recording in QEMU again.
1838
* PipeWire:
1839
- SPDX tags were added to the code for copyright information.
1840
- The random number functions were made more usable.
1841
- The port property code was moved from the adapter to the port
1842
implementation itself to make it more useful and unified for
1843
the cases where no adapter is used (midi and video).
1844
- Fix a potential overflow in mixer areas.
1845
- Improve runnable state calculations of nodes. This is part of
1846
ongoing work to avoid running nodes that should not need to
1847
run.
1848
- The stream will now always call the process function when
1849
using trigger, even if there are no buffers. This avoids
1850
stalls of the processing graph in some cases.
1851
- Links are now marked as passive by PipeWire itself so that
1852
the right thing happens in all cases.
1853
- Implement the in/out/true values for the node.passive
1854
property.
1855
- Place a passive state on ports to make passive links on a
1856
port by port basis.
1857
* Tools: pw-cat has seen improvements in the encoded file
1858
playback case.
1859
* Modules:
1860
- The rtp module has support for MIDI now.
1861
- DSCP is now configurable in the RTP module.
1862
- The loopback module doesn't randomly fail to work anymore.
1863
* SPA:
1864
- The null-audio sink can now be given a format and it will
1865
return this instead of the default float ones. This makes it
1866
possible to make a null-sink that has a given format.
1867
- The compress offload sink has seen many improvements. It now
1868
no longer uses tinycompress to be able to detect the
1869
available codecs.
1870
- The ALSA plugin now handles some impossible cases better.
1871
- Fix compilation on older compilers.
1872
* Pulse-server:
1873
- The FIX_ flags are now implemented more correctly by fixating
1874
the stream to the format of the sink/source they ask to be
1875
connected to.
1876
- There is now also an option to override the fixation based on
1877
rules.
1878
- Format parsing was improved and should now support all format
1879
strings supported by pulseaudio including upper and lower
1880
case variants and shortcuts.
1881
- Channelmap parsing was improved and should now reject invalid
1882
channelmaps as well as support the shortcuts supported by
1883
pulseaudio.
1884
- Escape codes in module arguments now work as it does in
1885
pulseaudio.
1886
- The min quantum was changed from 256/48000 to 128/48000 to
1887
fix some issues with games that expect 5ms or less of
1888
latency.
1889
* JACK:
1890
- jack.passive-links can now be used to have a JACK client make
1891
passive links and the node.passive property is no longer used
1892
for this because it has a different function.
1893
- The qsynth rule was updated to the new node.passive features.
1894
It is now only passive on the output side.
1895
* Bluetooth:
1896
- BAP delay and transport latency are handled now.
1897
- A2DP and SCO can now use bigger buffers to improve quality
1898
when the reception is jittery.
1899
- The AT+BCC command is now implemented.
1900
- Packet encoding now happens ahead of time when possible to
1901
avoid delays before sending it.
1902
- Source should now always produce complete (padded) buffers to
1903
avoid sync problems.
1904
- Don't set unnecessary socket options.
1905
* GStreamer:
1906
- The pipewiresrc now has an autoconnect argument.
1907
- The metadata plane count is now handled correctly in more
1908
cases.
1909
- Stream errors are now handled correctly to stop the GStreamer
1910
elements.
1911
1912
-------------------------------------------------------------------
1913
Tue Feb 28 13:08:53 UTC 2023 - Dirk Müller <dmueller@suse.com>
1914
1915
- add a suggests on the pipewire-jack packages to avoid the jack
1916
versions getting picked for dependency resolution
1917
1918
-------------------------------------------------------------------
1919
Thu Feb 16 13:08:02 UTC 2023 - Alexei Sorokin <sor.alexei@meowr.ru>
1920
1921
- Update to version 0.3.66:
1922
* Highlights
1923
- Fix a regression in the pulseaudio module-combine-stream
1924
because the new module-combine-stream was not installed.
1925
- PipeWire can now generate a limits.d config file with our
1926
recommended settings for priorities and memlock.
1927
- Modules, exec and objects can now be loaded depending on
1928
conditions. One example is the X11-bell module that can now
1929
be disabled with a custom property override.
1930
- Filter-chain has a new mysofa based spacialiser plugin.
1931
- Support was added for different clocks that allow the RTP
1932
modules to work with a PTP clock, for example.
1933
- Many bugfixes and improvements.
1934
* PipeWire
1935
- Avoid rate switches when the graph is idle.
1936
- The rate selection algorithm was improved. This ensures
1937
minimal performance and quality loss when resampling.
1938
- The default min.quantum was set to 32 again after it got
1939
erronously changed to (the too low) 16 in version 0.3.45.
1940
- Fix compilation issues with rust bindings because of macros
1941
in defines. Work around it for now.
1942
- Invalid file mappings are now refused.
1943
- Modules, exec and objects can now be loaded depending on
1944
conditions. One example is the X11-bell module that can now
1945
be disabled with a custom property override.
1946
- Filter now also supports _trigger_process() to drive the
1947
graph.
1948
- TID is now added to the journald log.
1949
- PipeWire generates and installs
1950
`/etc/security/limits.d/25-pw-rlimits.conf` that by default
1951
contains project's recommended settings. Creation of the
1952
pipewire group is left to the distro or user
1953
( `groupadd -r pipewire` ). See the rlimits-* Meson options
1954
for controlling this behaviour.
1955
- Additionally there is now by default disabled Meson option
1956
that will install
1957
`/etc/security/limits.d/20-pw-defaults.conf` with the current
1958
Linux default memlock value. Distros with only kernels >=5.16
1959
or always using systemd v251 or newer do not need this.
1960
But all other builds should set the
1961
`-Dpam-defaults-install=true` Meson option to ensure that the
1962
memlock value is always large enough.
1963
* modules
1964
- Install module-combine-stream.
1965
- RTP source now has support for custom channel names.
1966
- RTP source will now stop when inactive.
1967
- Filter-chain has a new mysofa based spacializer plugin.
1968
- The RTP modules can now use direct clock timestamps to send
1969
and receive packets. This makes it possible to synchronise
1970
sender and receiver with a PTP clock, for example.
1971
- Filter-chain now has an invert plugin to invert the polarity
1972
of a signal.
1973
* SPA
1974
- There is now an option to set the channels used for probing
1975
Pro Audio devices. This could unlock more samplerates for
1976
some devices when they are probed with fewer channels.
1977
- Support was added for other clocks than the MONOTONIC clock
1978
in the driver nodes. This can be used to synchronise the
1979
graph to a PTP clock, for example.
1980
- The ALSA source has some more headroom when rate matching to
1981
avoid stuttering when following another driver.
1982
- libcamera controls are now mapped to standard PipeWire
1983
property values.
1984
- The channelmixer has seen some improvements.
1985
MONO and undefined channel layouts are now upmixed and
1986
downmixed more correctly.
1987
* Bluetooth
1988
- Many BAP support fixes.
1989
* GStreamer
1990
- The gstreamer elements now support buffer video metadata so
1991
that strides are correctly handled.
1992
- pipewiresrc will now error out correctly in more cases.
1993
* JACK
1994
- The frame to/from time functions are improved to also work
1995
with negative time and frame offsets.
1996
- Drop patches already included upstream:
1997
* 0001-modules-also-install-module-combine-stream.patch
1998
1999
-------------------------------------------------------------------
2000
Thu Jan 26 12:21:31 UTC 2023 - Alexei Sorokin <sor.alexei@meowr.ru>
2001
2002
- Update to version 0.3.65:
2003
* Highlights
2004
- Add back the deprecated symbols but make sure a deprecated
2005
warning is emitted for them. This fixes compilation issues in
2006
bindings.
2007
- Fix an error in the AVX code that could cause crackling in
2008
filter-chain when using the mixer.
2009
- The convolver in filter-chain can now select an IR from a
2010
list of IRs that best matches the current samplerate. Also
2011
resampling of the IR has been improved.
2012
- A new native module-combine-stream was added. You can use
2013
this to create a 5.1 device from 3 stereo soundcards, for
2014
example, or direct the output to multiple sinks at once.
2015
- Support for Bluetooth MIDI was added. This requires a
2016
wireplumber addition as well.
2017
- An ALSA plugin rule was added to tweak the buffer settings in
2018
Davinci Resolve so that it now runs with acceptable latency.
2019
- Support for compress offload was added using tinycompress.
2020
This allows compressed formats to be decoded in hardware
2021
using ALSA on some devices.
2022
- Many more buffixes and improvements.
2023
* PipeWire
2024
- Add back the deprecated symbols but make sure a deprecated
2025
warning is emitted for them.
2026
- Fix a regression when running older servers and newer clients
2027
(such as flatpaks on older server) where the server would run
2028
clients too soon, causing crashes.
2029
- Ensure that environment variables override any config values.
2030
* Tools
2031
- pw-cli has received some improvements in the output.
2032
- pw-cat can now use ffmpeg to demux streams for compress
2033
offload.
2034
* modules
2035
- The convolver IR volume is now preserved after resampling.
2036
- Adapter ports can now have a custom prefix.
2037
- module-rt now clamps the realtime priority to the user
2038
allowed one if it is within an acceptable range. Before it
2039
would fall back to RTKit immediately.
2040
- The module-echo-cancel can now have per stream channel
2041
layouts which makes it possible to link to specific audio
2042
ports on a device.
2043
- Fix an error in the AVX code that could cause crackling in
2044
filter-chain when using the mixer.
2045
- The convolver in filter-chain can now select an IR from a
2046
list of IRs that best matches the current sample-rate.
2047
- module-pipe-* now better matches the pulseaudio properties.
2048
- A new combine-stream module was added to combine multiple
2049
sinks into one sink. It is also possible to merge multiple
2050
sources into one.
2051
- module-rtp-source now has match rules to select what SAP
2052
sessions to stream from. There were also improvements to the
2053
buffering and latency handling.
2054
- module-rtp-sink now handles multicast loopback correctly.
2055
- module-rtp-sink implements min-ptime and max-ptime to control
2056
the send packet latency.
2057
* SPA
2058
- A new modifier flag was added to the video format parser
2059
helper to allow 0 (linear) as a valid modifier.
2060
- Params includes were reorganized to make it more scalable.
2061
Many compressed audio formats were added.
2062
- The alsa pcm plugin now handles invalid values from the
2063
driver gracefully.
2064
- Fix some potential stuttering cause by wrong scaling and
2065
overflow of the output buffers in audioconvert.
2066
- Debug output is now also sent to the log instead of stdout.
2067
- A debug context was added to debug macros to implement custom
2068
debug handling. This is used to redirect the debug of pods to
2069
the debug log instead of using some custom duplicated code.
2070
- Fix some warnings for potentially undefined shifts in format
2071
conversion.
2072
- Support for compress offload was added using tinycompress.
2073
This is mostly used on some embedded hardware where decoding
2074
of audio formats can be done in hardware.
2075
* Bluetooth
2076
- Some fixes for LE audio were added.
2077
- Support for Bluetooth MIDI was added. This requires a
2078
wireplumber addition as well.
2079
- Reply OK to empty commands.
2080
- Improve compatibility with some devices that send stray \n
2081
such as the Sennheiser HD 350BT.
2082
* pulse-server
2083
- Devices with unsupported formats (by the pulseaudio API) are
2084
now also listed in the pulseaudio API (with invalid formats).
2085
- The native module-combine-stream is used for
2086
module-combine-sink.
2087
* JACK
2088
- Make jack.merge-monitor default to true to better match the
2089
jack1/2 behaviour. Add an exception for mixxx, which is more
2090
usable with unmerged monitors.
2091
* ALSA
2092
- The property handling in the ALSA plugin was improved.
2093
alsa.properties and alsa.rules can now be added to the config
2094
file.
2095
- A rule was added to tweak the buffer settings in
2096
Davinci Resolve so that it can run with acceptable latency.
2097
- ALSA volume will now also use cubic volumes, like pulseaudio.
2098
- The ALSA ctl plugin now also uses the client-rt.conf file.
2099
- A new alsa.volume-method was added to configure cubic or
2100
linear volume.
2101
This can be set per application using the rules.
2102
* GStreamer
2103
- pipewiresrc will now advertise DMABUF support if the pipeline
2104
supports this.
2105
- pipewiresrc will now always be a live source unless told
2106
otherwise.
2107
- Drop reduce-meson-dependency.patch: openSUSE Leap 15.3 is
2108
no longer supported.
2109
- Add patch to install module-combine-stream:
2110
* 0001-modules-also-install-module-combine-stream.patch
2111
- Drop patches already included upstream:
2112
* 0001-cpu-arm-Fix-incorrect-free.patch
2113
* 0001-alsa-guard-against-some-invalid-values.patch
2114
* 0001-spa-Fix-audioconvert-overflow-when-scaling.patch
2115
2116
-------------------------------------------------------------------
2117
Tue Jan 17 08:28:49 UTC 2023 - Antonio Larrosa <alarrosa@suse.com>
2118
2119
- Add patch from upstream to avoid division by 0 and other issues
2120
with invalid values (glfo#pipewire/pipewire#2953):
2121
* 0001-alsa-guard-against-some-invalid-values.patch
2122
- Add patch from upstream to fix causing an overflow resulting in
2123
choppy sound in some cases (glfo#pipewire/pipewire#2680):
2124
* 0001-spa-Fix-audioconvert-overflow-when-scaling.patch
2125
2126
-------------------------------------------------------------------
2127
Mon Jan 16 08:21:05 UTC 2023 - Antonio Larrosa <alarrosa@suse.com>
2128
2129
- Add patch from upstream to fix a crash on arm:
2130
* 0001-cpu-arm-Fix-incorrect-free.patch
2131
2132
-------------------------------------------------------------------
2133
Fri Jan 13 07:46:11 UTC 2023 - Antonio Larrosa <alarrosa@suse.com>
2134
2135
- Update to version 0.3.64:
2136
* Highlights
2137
- Clear old buffer memory on ports to fix some SIGBUS errors.
2138
- It is now possible to assign custom port names to the ports
2139
from an adapter. This feature is helpful to those who use a
2140
multichannel interface with long-term connections. This way
2141
they can label each port with its designation, such as an
2142
instrument name or anything else to be displayed in a
2143
patchbay or DAW.
2144
- Fix some issues with node suspend and quantum and rate
2145
calculations.
2146
- Fix some regressions in pulse-tunnel and RTP-source adaptive
2147
resampling that could cause synchronization problems.
2148
- UCM devices now also have a Pro Audio profile.
2149
- NODE_TARGET (with the object.id) is now deprecated, use
2150
TARGET_OBJECT (with the object.serial, which is not reused
2151
and can avoid races).
2152
* PipeWire
2153
- Clear all peer input port buffers when suspending. This fixes
2154
some SIGBUS errors when some plugins were using old memory.
2155
(glfo#pipewire/pipewire#2914)
2156
- Fix a case where nodes that were not supposed to be
2157
suspended, were kept suspended on a rate change.
2158
(glfo#pipewire/pipewire#2929)
2159
- Fix an error in the quantum and rate calculations that could
2160
cause nodes to run with wrong quantum and rates when multiple
2161
rates were allowed. (glfo#pipewire/pipewire#2925)
2162
* Tools
2163
- pw-dump will now sort dictionaries to make it easier to
2164
compare different outputs.
2165
- Improve output of pw-reserve.
2166
- pw-loopback uses TARGET_OBJECT so you will need to use the
2167
serial id (or better the name) as the target instead of the
2168
object id.
2169
* modules
2170
- The filter-chain modules has seen some cleanups, refactoring
2171
and optimizations in the various DSP functions.
2172
- The ROC module now supports setting a custom samplerate.
2173
- ROC 0.2.X is now required.
2174
- The pulse tunnel and RTP source were not updating the rate
2175
field correctly which could cause synchronization problems.
2176
(glfo#pipewire/pipewire#2891)
2177
- The filter-chain now supports an arbitrary number of control
2178
properties. (glfo#pipewire/pipewire#2933)
2179
- It is now possible to assign custom port names to the ports
2180
from an adapter with the PW_KEY_NODE_CHANNELNAMES.
2181
- Support was added for capture and playback props in
2182
echo-cancel. (glfo#pipewire/pipewire#2939)
2183
* SPA
2184
- The ACP code now has an option to set the probe samplerate.
2185
(glfo#pipewire/pipewire#1599)
2186
- UCM devices now also have a Pro Audio profile.
2187
- Filtering of Step ranges is now implemented.
2188
* Pulse-Server
2189
- The channel-map is now set correctly on the echo-cancel
2190
module.
2191
- source_master and sink_master are now correctly handled in
2192
module echo-cancel.
2193
- Fix a regression in DRAIN where resuming after a DRAIN would
2194
fail. This caused problems for espeak.
2195
(glfo#pipewire/pipewire#2928)
2196
- TARGET_OBJECT is now used to make it possible to use the
2197
indexes as a target.
2198
- ladspa-source and remap-source can now also link to monitors.
2199
* ALSA
2200
- The ALSA plugin now handles the target.object correctly when
2201
set to -1. (glfo#pipewire/pipewire#2893)
2202
* V4L2
2203
- The v4l2 replacement library now also follows symlinks.
2204
- Support for getting and setting controls was added.
2205
- Support for G_PARM was added.
2206
- The environment variable PIPEWIRE_V4L2_TARGET can be used to
2207
force an application onto a specific camera.
2208
* Bluetooth
2209
- Fix compilation without ldac_abr.
2210
- Fix a missing brace in CIND reply. This could cause some
2211
devices to fail.
2212
- Fix configuration of the initial latency.
2213
* GStreamer
2214
- The device provider now supports setting an fd so that it can
2215
connect to PipeWire sessions from the portal.
2216
- DMABuf support was re-enabled in gstpipewiresrc.
2217
- Rebase reduce-meson-dependency.patch.
2218
- Remove patches from upstream
2219
* 0001-pulse-server-add-channel-map-in-echo-cancel-module.patch
2220
* 0003-bluez5-backend-native-fix-missing-brace-in-CIND-reply.patch
2221
* 0001-alsa-dont-set--1-as-node.target.patch
2222
* 0001-modules-fix-rate-update.patch
2223
* 0001-alsa-fix-memory-leak-of-properties.patch
2224
* 0001-module-rt-fix-warning-when-xdg-desktop-portal-isnt-running.patch
2225
* 0001-midifile-error-won-invalid-track-size.patch
2226
* 0001-impl-node-move-2-state-variables-to-private.patch
2227
* 0001-context-rename-a-method.patch
2228
* 0002-impl-node-restore-running-state-after-reconfigure.patch
2229
* 0001-context-keep-per-node-quantum-and-rate-settings.patch
2230
* 0001-fix-use_buffers-checks.patch
2231
* 0001-pulse-server-clear-the-drained-state-correctly.patch
2232
2233
-------------------------------------------------------------------
2234
Wed Jan 11 09:44:52 UTC 2023 - Antonio Larrosa <alarrosa@suse.com>
2235
2236
- Add several patches from upstream to fix several issues
2237
(glfo#pipewire/pipewire#2925, glfo#pipewire/pipewire#2928,
2238
glfo#pipewire/pipewire#2929):
2239
* 0001-module-rt-fix-warning-when-xdg-desktop-portal-isnt-running.patch
2240
* 0001-midifile-error-won-invalid-track-size.patch
2241
* 0001-impl-node-move-2-state-variables-to-private.patch
2242
* 0001-context-rename-a-method.patch
2243
* 0002-impl-node-restore-running-state-after-reconfigure.patch
2244
* 0001-context-keep-per-node-quantum-and-rate-settings.patch
2245
* 0001-fix-use_buffers-checks.patch
2246
* 0001-pulse-server-clear-the-drained-state-correctly.patch
2247
2248
-------------------------------------------------------------------
2249
Thu Jan 5 20:07:10 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
2250
2251
- Disable ffmpeg support, only needed for pw-play and pw-record.
2252
Break a circular dependency with ffmpeg-5. Do this via disabling
2253
pkgconfig(libavcodec), pkgconfig(libavfilter) and
2254
pkgconfig(libavformat) BuildRequires as well as passing
2255
ffmpeg=disabled to meson.
2256
2257
-------------------------------------------------------------------
2258
Wed Jan 4 11:25:48 UTC 2023 - Antonio Larrosa <alarrosa@suse.com>
2259
2260
- Add patch from upstream to fix pulse tunnel getting out of
2261
sync/overruns (glfo#pipewire/pipewire#2891):
2262
* 0001-modules-fix-rate-update.patch
2263
- Add patch from upstream to fix memory leak of properties:
2264
* 0001-alsa-fix-memory-leak-of-properties.patch
2265
2266
-------------------------------------------------------------------
2267
Fri Dec 30 13:45:32 UTC 2022 - Predrag Ivanović <predivan@mts.rs>
2268
2269
- Ship only X11 bell module in module-x11 sub-package
2270
2271
-------------------------------------------------------------------
2272
Tue Dec 27 20:12:09 UTC 2022 - Alexei Sorokin <sor.alexei@meowr.ru>
2273
2274
- Split the X11 bell implementation into a separate package
2275
(overlaps with implementations in e.g. Marco).
2276
- Add patch from upstream to fix a Bluetooth regression
2277
(glfo#pipewire/pipewire#2898):
2278
* 0003-bluez5-backend-native-fix-missing-brace-in-CIND-reply.patch
2279
2280
-------------------------------------------------------------------
2281
Mon Dec 19 11:00:49 UTC 2022 - Antonio Larrosa <alarrosa@suse.com>
2282
2283
- Add patch from upstream to remember last routing after a reboot
2284
(glfo#pipewire/pipewire#2893):
2285
* 0001-alsa-dont-set--1-as-node.target.patch
2286
2287
-------------------------------------------------------------------
2288
Thu Dec 15 17:37:52 UTC 2022 - Alexei Sorokin <sor.alexei@meowr.ru>
2289
2290
- Update to version 0.3.63:
2291
* Highlights
2292
- Fix a critical bug that causes audio distortion in some cases
2293
when using AVX2.
2294
- Fix a crash in mpv caused by deinit of PipeWire.
2295
- Resample the convolver IR to match the graph samplerate for
2296
better results.
2297
- Many more small bugfixes and improvements.
2298
* PipeWire
2299
- Fix a segfault in the PipeWire deinit code triggered by mpv
2300
in some cases.
2301
- Fix docs about SPA_PLUGIN_DIR.
2302
- Always dlclose by default (even under valgrind). Add an
2303
option with PIPEWIRE_DLCLOSE to select alternative behaviour.
2304
- Improve PIPEWIRE_DEBUG category handling.
2305
* modules
2306
- Resample the IR for the convolver when the IR samplerate and
2307
graph rate don't match.
2308
* SPA
2309
- Handle spurious reads from timerfd gracefully.
2310
- Fix potential stack-use-after-scope when starting Audacity.
2311
- Fix distorted audio when using AVX2.
2312
- Remove fallback to default channel map in channelmix.
2313
- Improve sorting of MIDI events, use the same order as Ardour.
2314
- Enable LFE downmixing by default.
2315
- Make IEC958/AC3 and IEC958/DTS work better by enforcing a
2316
fixed minimal buffering for the encoder to avoid stuttering.
2317
* Pulse-Server
2318
- Add a new pulse.cmd config section to execute pulse commands,
2319
currently only for loading modules. This removes the
2320
dependency on pactl.
2321
- Improve debug of messages.
2322
- Rebase reduce-meson-dependency.patch.
2323
- Add patch to add channel-map in the echo-cancel module:
2324
* 0001-pulse-server-add-channel-map-in-echo-cancel-module.patch
2325
2326
-------------------------------------------------------------------
2327
Sat Dec 10 14:04:50 UTC 2022 - Predrag Ivanović <predivan@mts.rs>
2328
2329
- Refresh reduce-meson-dependency.patch
2330
2331
-------------------------------------------------------------------
2332
Fri Dec 9 13:25:35 UTC 2022 - Predrag Ivanović <predivan@mts.rs>
2333
2334
- Update to version 0.3.62:
2335
* Highlights
2336
- A regression in screensharing was fixed. It was caused by a race when
2337
activating links and driver nodes.
2338
- Video transform metadata was added so that cameras and screen sharing
2339
can report the video orientation and transformations.
2340
- Support for the PulseAudio module-gsettings was added to make paprefs
2341
work.
2342
- Support for bluetooth offloading was added. This allows for the bluetooth
2343
reception, decoding and playback to happen completely in hardware.
2344
This also requires some support in WirePlumber.
2345
- Many bugfixes and improvements.
2346
2347
* PipeWire
2348
- More work on stopping nodes in a more controlled way.
2349
- Fix a race in starting nodes and drivers. In some cases the driver
2350
node would already be started while the link to the peer node was not
2351
ready yet. This caused regressions in screen sharing. The driver is
2352
now only started after all the followers and links completed.
2353
- Fix a case where a slow capture stream would not recycle buffers
2354
anymore and stall. (glfo#pipewire/pipewire#2874)
2355
- Fix a subtle bug in pw_loop_invoke that could cause callbacks to be
2356
delayed and cause crashes in some cases.
2357
- Fix a case where IPC was done from the data-thread and could cause
2358
crashes.
2359
2360
* Tools
2361
- Silence some expected errors in the pw-top output.
2362
2363
* modules
2364
- The filter-chain has seen some optimizations in the copy plugin and
2365
the convolver.
2366
- The zeroconf plugin will now only unpublish services from the server
2367
that was removed.
2368
- Fix a potential crash when stopping pw-loopback.
2369
- Some harmless errors were turned into info messages.
2370
- Fix some cases where pw_stream methods were called from the data-thread
2371
that could cause segfaults. (glfo#pipewire/pipewire#2633)
2372
2373
* SPA
2374
- There is now a video transform metadata that indicates how a video
2375
frame was transformed (rotated/flipped). libcamera and the GStreamer
2376
elements now have support for this metadata.
2377
- The SPA volume plugin is now disabled from the default build.
2378
- Handle missing control info in libcamera.
2379
- Handle errors from loop better, don't call the callbacks on errors.
2380
- Somewhat improve performance in some audioconvert AVX2 code for format
2381
conversion.
2382
- Fix PortConfig and EnumPortConfig params in audioconvert and
2383
audioadapter to reflect what is actually going on instead of using
2384
hardcoded values.
2385
- Pass ignore-dB property correctly in all cases.
2386
- Probing is now done in 48KHz again. (glfo#pipewire/pipewire#2857)
2387
2388
* Pulse-server
2389
- IPv4 addresses are now added first to the list and exposed first with
2390
zeroconf discover.
2391
- module-gsettings was added to make paprefs work.
2392
- The pulse.idle.timeout option was disabled by default and only enabled
2393
for selected apps (speech-dispatcher) because it caused some problems
2394
for other apps. (glfo#pipewire/pipewire#2880)
2395
2396
* JACK
2397
- Only process valid ports. Could fix some crashes. (glfo#pipewire/pipewire#2863)
2398
2399
* Bluetooth
2400
- Support was added for offloading bluetooth handling. Some hardware can
2401
receive, decode and play the bluetooth audio directly in hardware.
2402
2403
-------------------------------------------------------------------
2404
Sun Dec 4 15:48:22 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
2405
2406
- Drop dependency on SDL2; this leads to a build cycle with SDL2
2407
itself, and is only needed for pipewire example code anyway.
2408
2409
-------------------------------------------------------------------
2410
Thu Nov 24 22:05:43 UTC 2022 - Alexei Sorokin <sor.alexei@meowr.ru>
2411
2412
- Update to version 0.3.61:
2413
* Highlights
2414
- Fix a bug in audioadapter that could cause crashes when
2415
switching bluetooth profiles.
2416
- Fix sound in QEMU, deadbeef and openal again.
2417
- libcamera plugin fixes, dynamic add and remove should now
2418
work with the next wireplumber version.
2419
- Fix a regression in pw-midiplay where the first buffer would
2420
not play and some events would be missing.
2421
- The network module now doesn't export other network sources
2422
anymore.
2423
- pulse-server now detects clients that keep underrunning for a
2424
long time and will pause them to save power.
2425
- Many more bugfixes and improvements.
2426
* PipeWire
2427
- Optimise away some useless graph recalculations.
2428
- Increase alternative sample rates from 16 to 32.
2429
- Silence some module loading errors when the error can be
2430
ignored.
2431
- Fix initial buffer requested size for pw-stream when
2432
operating in async mode. This also indirectly fixes the first
2433
buffer in pw-midiplay.
2434
* Modules
2435
- Set the network property on pulse-tunnel streams so that they
2436
are not exported anymore.
2437
- Filter-chain has optimized mix functions now.
2438
* SPA
2439
- Handle some errors in libcamera better.
2440
- Fix libcamera remove events. Fix the id allocation for
2441
devices.
2442
- Fix a bug in audioadapter where it would not renegotiate
2443
after a port reconfiguration, leading to crashes, especially
2444
when automatically switching profiles in bluetooth.
2445
- Do ALSA probing in 44100Hz again. Some devices seem to fail
2446
otherwise for some unknown reason.
2447
- Force playback start when the ALSA buffer is full. This fixes
2448
sound in QEMU.
2449
- Support Digital 5.1 AC3 for Asus Xonar SE.
2450
- Improve format renegotiation in audioadapter. This makes the
2451
ALSA plugin work again for deadbeef.
2452
- Fix latency reporting on adapter DSP ports.
2453
* pulse-server
2454
- Fix a bug where openal based applications would hang.
2455
- Improve zeroconf publish. Only publish on the address of the
2456
first running server. This avoids duplicate entries for IPv4
2457
and IPv6.
2458
Add support for republish entries when new servers are
2459
started.
2460
- Add a pulse.idle.timeout option (default to 5 seconds) to
2461
pause streams that have been underrunning for this amount of
2462
time. Badly behaving clients will then not keep the graph and
2463
device busy so that devices can be suspended to save battery.
2464
This should give better default behaviour with
2465
speech-dispatcher.
2466
* JACK
2467
- Add an option to configure the filter character.
2468
- Fix connect_callbacks. It was only called once for output
2469
ports.
2470
- Add option to set node.passive on jack clients. Make some
2471
quirks for qsynth to make it suspend and fade out better.
2472
- Rebase reduce-meson-dependency.patch.
2473
- Drop patches already included upstream:
2474
* 0001-audioadapter-perform-setup-again-after-a-PortConfig.patch
2475
* 0001-pulse-server-also-advance-read-pointer-in-underrun.patch
2476
* 0002-audioconvert-redo-setup-when-format-changes.patch
2477
* 0003-acp-do-probing-in-44100Hz-again.patch
2478
* 0004-alsa-force-playback-start-when-buffer-is-full.patch
2479
2480
-------------------------------------------------------------------
2481
Thu Nov 17 07:47:37 UTC 2022 - Antonio Larrosa <alarrosa@suse.com>
2482
2483
- Add patch from upstream that fixes audio in qemu where the buffer
2484
is very small (glfo#pipewire/pipewire#2830):
2485
* 0004-alsa-force-playback-start-when-buffer-is-full.patch
2486
2487
-------------------------------------------------------------------
2488
Wed Nov 16 11:32:06 UTC 2022 - Antonio Larrosa <alarrosa@suse.com>
2489
2490
- Add more patches from upstream to perform setup in more cases:
2491
* 0001-audioadapter-perform-setup-again-after-a-PortConfig.patch
2492
* 0002-audioconvert-redo-setup-when-format-changes.patch
2493
- Renumber patch 0001-acp-do-probing-in-44100Hz-again.patch to
2494
* 0003-acp-do-probing-in-44100Hz-again.patch
2495
2496
-------------------------------------------------------------------
2497
Wed Nov 16 11:16:01 UTC 2022 - Antonio Larrosa <alarrosa@suse.com>
2498
2499
- Add patch from upstream to fix some devices that don't seem to
2500
work in 48000Hz:
2501
* 0001-acp-do-probing-in-44100Hz-again.patch
2502
- Require pulseaudio-utils from pipewire-pulseaudio to have pactl
2503
available to load modules.
2504
2505
-------------------------------------------------------------------
2506
Thu Nov 10 16:07:42 UTC 2022 - Alexei Sorokin <sor.alexei@meowr.ru>
2507
2508
- Update to version 0.3.60:
2509
* Highlights
2510
- The filter-chain now handles errors better and has fixes for
2511
many crasher bugs.
2512
- A new RTP module was added with a sender and receiver.
2513
It uses SAP to announce and consume RTP streams and is
2514
compatible with the PulseAudio RTP modules.
2515
- Many small bluetooth improvements and fixes.
2516
- The alsa plugin will now only start playback when there is
2517
data. This results in better synch and lower latency between
2518
capture and playback.
2519
- The v4l2 and libcamera plugins have seen a lot of
2520
improvements. They support control properties now. Also
2521
pw-v4l2 has seen many improvements and mostly passes the
2522
v4l2-compliance test now.
2523
- Many more bugfixes and improvements.
2524
* PipeWire
2525
- Code cleanups, compiler warning fixes.
2526
- Add some extra checks to avoid scheduling an inactive node.
2527
- Rework the sequence of events to start and stop nodes.
2528
- Improve param enumeration.
2529
- An option was added to give priority to the Buffer params of
2530
the consumer. This makes it possible to use the default
2531
values of the consumer (instead of the producer) when
2532
capturing from a source.
2533
- The graph rate selection was improved to pick a rate closest
2534
to the requested one (instead of picking the default).
2535
* Modules
2536
- Fix some crashes in filter-chain.
2537
- X11 Bell module will now be loaded by default when available.
2538
- A new RTP module was added with a sender and receiver. It
2539
uses SAP to announce and consume RTP streams and is
2540
compatible with the PulseAudio RTP modules.
2541
- Improve RAOP compatibility.
2542
- The echo-cancel module now uses the resampler prefill option
2543
to align input and output samples without buffering. Better
2544
latency control when starting and stopping has been
2545
implemented.
2546
- The pulse tunnel will now write aligned samples to pulseaudio
2547
even when the ringbuffer wraps around. This fixes playback
2548
issues with multichannel sinks.
2549
- Add a delay option to module-loopback using a ringbuffer.
2550
- Implement echo-cancel params.
2551
- The filter-chain module has better error reporting.
2552
- The LADSPA search path was extended with some more common
2553
paths.
2554
- The echo-cancel input can now also be a monitor of a sink.
2555
This improves compatibility with some proton games that
2556
expect a real sink instead of a virtual one.
2557
* Tools
2558
- Better error reporting in pw-link.
2559
- pw-top now also shows IEC958 passthrough formats and
2560
JPEG/H264 video formats.
2561
- pw-top refreshes the screen faster.
2562
- pw-top now prints the state of the node and shows less info
2563
for inactive nodes.
2564
- pw-dump now uses the new seq field in the spa_param_info to
2565
discard old param updates and avoid duplicate params in the
2566
output.
2567
* Bluetooth
2568
- Add ModemManager support in the native backend.
2569
- Clean up GetManagedObjects handling.
2570
- Handle QoS from the endpoints in the codec.
2571
- Increase the socket buffer to have more control over the rate
2572
and QoS.
2573
- Simplify the packet flushing code.
2574
- Stop processing nodes before destroying them.
2575
- Fix timers when a source switches drivers.
2576
- Codecs can now share endpoints. This reduces the amount of
2577
endpoints and avoids problems with devices that can't handle
2578
a large amount of codec endpoints.
2579
- Report batery status to UPower for HFP AG.
2580
- Fix bitpool increase.
2581
* SPA
2582
- The audioresampler now avoids clicks and pops between
2583
activating and deactivating the adaptive resampler when used
2584
by the stream API.
2585
- Use default locale to parse float parameters.
2586
- The upmix functions now have SSE optimisations.
2587
- Avoid recalculating the complete channelmix setup when only
2588
the volume changes.
2589
- The alsa plugin will now only start playback when there is
2590
data. This results in better synch and lower latency between
2591
capture and playback.
2592
- The ALSA MIDI sequencer will now pull data from the graph
2593
even when it did not output anything. Fixes some graph stalls
2594
with the sequencer in some cases.
2595
- v4l2 and libcamera sources now recycle buffers when nothing
2596
is consuming them. This avoids stalling the graph.
2597
- libcamera now suggests a more appropriate frame size than the
2598
smallest poster frame.
2599
- Improve state changes in audioconvert.
2600
- A new seq field was added to spa_param_info to keep track of
2601
pending param updates.
2602
- Support speaker output only on RealTek ALC4080.
2603
- The v4l2 source now supports setting controls.
2604
- The libcamera plugin now supports enumerating and setting
2605
controls.
2606
- A new unit test for 6.1 channel mapping was added.
2607
More debug info was added to audioconvert for the channel
2608
matrix.
2609
- Audioconvert will now also upmix a rear-center channel when
2610
needed.
2611
* pulse-server
2612
- Add support for the RTP send and recv modules with the new
2613
native RTP module.
2614
- Add option to set latency for pulse-tunnel streams and
2615
module-zeroconf-discover.
2616
- The socket will now be given the same permissions as what
2617
pulseaudio did (0777).
2618
- Implement module-loopback latency_msec correctly with the new
2619
delay parameter.
2620
- sysfs.path is now filled with the same data as pulseaudio.
2621
- The manager now uses the new seq field in the spa_param_info.
2622
- Fix a bug where in some cases the read pointer would get out
2623
of synch and cause too large requests.
2624
* ALSA
2625
- The alsa plugin now reuses the stream in prepare which
2626
results in better performance.
2627
- Some deadlocks have been fixed in the ALSA plugin.
2628
- The ALSA plugin reports more accurate timing information in
2629
some cases.
2630
* V4l2
2631
- The v4l2 compatibility layer has received a lot of updates.
2632
- Improved node names and format enumeration.
2633
- Support for multiple /dev/videoX devices, each mapped to a
2634
unique PipeWire node.
2635
- Passes the v4l2-compliance test now with both the v4l2 and
2636
libcamera backend in PipeWire.
2637
- Improved mmap support for inline buffer memory.
2638
This makes it possible to consume PipeWire streams.
2639
- Negotiation works more reliably now.
2640
* JACK
2641
- Implement jack_acquire_real_time_scheduling() and
2642
jack_drop_real_time_scheduling() by keeping the thread utils
2643
in a global state.
2644
- Fix jack_client_thread_id() to return NULL when the client is
2645
not active, just like jack1 and jack2.
2646
- An option was added to let the jack_set_buffer_size()
2647
function update the global metadata. A quirk was added so
2648
that jack_bufsize uses this new feature to make the buffer
2649
size settings persistent and global, just like jack.
2650
- jack_port_register() and jack_port_unregister() can be called
2651
on an active client so make this thread safe.
2652
- Rebase reduce-meson-dependency.patch.
2653
- Drop patches already included upstream:
2654
* 0001-filter-chain-iterate-the-port-correctly.patch
2655
* 0002-spa-support-the-speakers-output-only-case-in-report_.patch
2656
- Add patch to make Telegram playback work again:
2657
* 0001-pulse-server-also-advance-read-pointer-in-underrun.patch
2658
2659
-------------------------------------------------------------------
2660
Wed Nov 2 12:48:20 UTC 2022 - Takashi Iwai <tiwai@suse.com>
2661
2662
- Fix regression with Dell WD15 Dock and others (bsc#1204719):
2663
0002-spa-support-the-speakers-output-only-case-in-report_.patch
2664
2665
-------------------------------------------------------------------
2666
Sat Oct 8 20:46:58 UTC 2022 - Alexei Sorokin <sor.alexei@meowr.ru>
2667
2668
- Add 0001-filter-chain-iterate-the-port-correctly.patch: Fix
2669
filter-chain convolver segfault at start.
2670
2671
-------------------------------------------------------------------
2672
Sat Oct 1 18:25:10 UTC 2022 - Alexei Sorokin <sor.alexei@meowr.ru>
2673
2674
- Update to version 0.3.59:
2675
* Highlights
2676
- Fix possible wrong samplerate in loopback streams after
2677
suspend and rate switch.
2678
- module-filter-chain can now adapt to the graph samplerate.
2679
- Fix some potential stuttering and crackling in pulse-server.
2680
- Add Bluetooth LE support. This requires experimental kernel
2681
and bluez support.
2682
- The ALSA plugin has more options to control the buffer size.
2683
This can be used to work around high latency in
2684
davinci resolve.
2685
- Many bugfixes and improvements.
2686
* PipeWire
2687
- Add audio capture example with volume meter.
2688
- Fix a case where a rate switch would not suspend all the
2689
nodes of the driver first. This could cause wrong samplerates
2690
in streams.
2691
- Fix a case where a node would be Paused while still added to
2692
the graph, causing potential crashes.
2693
* Modules
2694
- module-filter-chain and module-loopback now use the
2695
resample.prefill option to avoid buffering extra samples and
2696
causing unwanted latency when resampling is activated.
2697
- module-filter-chain can now adapt to the graph samplerate.
2698
- Improve module-raop to support the ALAC codec as raw PCM.
2699
- Improve RTSP parsing to improve compatibility.
2700
* Tools
2701
- Fix 100% CPU in pw-cli monitor mode.
2702
- spa-acp-tool can now be exited with ctrl-D.
2703
* SPA
2704
- Various libcamera fixes and improvements.
2705
- Set stride on audioconvert output buffers.
2706
- Make sure we always place the last requested size from the
2707
resampler on the buffers in pw-stream.
2708
- Add resample.prefill option in the resampler to fill the
2709
history with 0 so that we don't have smaller buffers at the
2710
start.
2711
- Make sure that when an overflow corrupts a POD, that it will
2712
always stay corrupted.
2713
- Rate limit some ALSA warnings and reduce some unwanted
2714
warnings.
2715
- Don't recalculate the audioconverter state for each
2716
pause/play.
2717
- Fix some POD parsing inconsistencies and potential overflows.
2718
- Add support for Asus Xonar SE.
2719
- Fix Flush command handling. It should not stop playback.
2720
- Refactor the peaks function and add some unit tests and
2721
optimisations.
2722
- The channelmix has an optimized nXm converter and new
2723
unit tests.
2724
- Normalisation in the channelmixer was fixed.
2725
* pulse-server
2726
- The requested latency of record streams was reduced to fix
2727
some stuttering in Teamspeak.
2728
- Tweak the max amount of bytes sent to a client.
2729
- Improve maxlength calculations, this fixes some crackling
2730
noise with high samplerate and channel counts in some
2731
players (audacious).
2732
* Bluetooth
2733
- Merge Bluetooth LE support.
2734
- Make sure we are backward compatible with WirePlumber.
2735
- Fix some HFP and HSP AT command parsing.
2736
- Use HFP by default over HSP.
2737
* ALSA
2738
- Increase max number of periods.
2739
- The parameters handling was improved. There is now an option
2740
to set the buffer-bytes of the ALSA plugin.
2741
- PIPEWIRE_ALSA can now be used as an environment variable to
2742
restrict the plugin formats and buffer size.
2743
- Rebase reduce-meson-dependency.patch.
2744
2745
-------------------------------------------------------------------
2746
Thu Sep 15 09:26:22 UTC 2022 - Antonio Larrosa <alarrosa@suse.com>
2747
2748
- Update to version 0.3.58:
2749
* Highlights
2750
- Fix a regression that could cause audio crackling.
2751
- Fix a regression in RTKit because rlimit was not set
2752
correctly.
2753
- JAVA sound applications will now alsa work with the
2754
pulseaudio-alsa plugin.
2755
- pw-top will now show the negotiated formats of devices
2756
and streams.
2757
- Fix some potential crashes when starting streams.
2758
- The ALSA plugin has had improved timing reporting and poll
2759
descriptor handling that should improve compatibility.
2760
- Many more improvements and bugfixes.
2761
* PipeWire
2762
- Avoid scheduling nodes before they are added to the graph.
2763
This could avoid some crashes when scheduling nodes that
2764
were not completely started yet. (#2677)
2765
* Tools
2766
- pw-top now also shows the negotiated formats of streams and
2767
devices. (#2566)
2768
- pw-top prints microseconds as "us" now to avoid unicode
2769
problems.
2770
* Modules
2771
- Fix compilation with newer lv2.
2772
- Fix setting realtime priority with RTKit, it was not setting
2773
rlimit correctly and RTKit would refuse to change the
2774
priority.
2775
- Fix some playback problems with RAOP sink. (#2673)
2776
- Filter chain will now warn when a non-existing control
2777
property is used in the config file. (#2685)
2778
- Filter chain can now handle control port names with ":"
2779
in the name. (#2685)
2780
- The echo-cancel module and interface now has
2781
activate/deactivate functions to make it possible for plugins
2782
to reset their state.
2783
* SPA
2784
- Make sure audioconvert uses the given channelmap and channels
2785
for the volumes, even when not negotiated yet. This makes it
2786
possible to change the volume before the node has been
2787
negotiated.
2788
- Refactor the peaks resampler. Fix an error in the SSE code.
2789
- Fix DSD min/max rates, avoid exposing impossible rates.
2790
- Set monitor port buffer size correctly. This could cause some
2791
crackling and hickups. (#2677)
2792
- Make ALSA sequencer port names unique.
2793
* Pulse-server
2794
- Rework the capture buffer attributes to better match
2795
pulseaudio. This fixes a regression where opening pavucontrol
2796
could cause crackling. (#2671)
2797
- Implement TRIGGER and PREBUF methods.
2798
- Handle clients that send more than the requested amount of
2799
data. PipeWire will now also keep this as extra buffered data
2800
like PulseAudio. This fixes JAVA sound applications when they
2801
are running on top of the PulseAudio ALSA plugin.
2802
(#2626,#2674)
2803
- Update the requested amount of bytes more like PulseAudio.
2804
Fixes stuttering after resume with the GStreamer pulseaudio
2805
sink. (#2680)
2806
* ALSA Plugin
2807
- More debug info was added. The time reporting was improved.
2808
- The poll descriptor handling was improved, avoiding some
2809
spurious wakeups. (#1697)
2810
2811
-------------------------------------------------------------------
2812
Fri Sep 2 10:10:53 UTC 2022 - Alexei Sorokin <sor.alexei@meowr.ru>
2813
2814
- Update to version 0.3.57:
2815
* Highlights
2816
- Support masking of conf.d/ files.
2817
- Use org.freedesktop.portal.Realtime when available. This does
2818
the correct PID/TID mappings to make realtime also work from
2819
flatpaks.
2820
- Fix rate adjustement logic in pulse-tunnel. This would cause
2821
increasing delays and hickups when using tunnels.
2822
- Add OPUS as a new vendor codec. Add OPUS-A2DP spec.
2823
PipeWire can now send and reveive OPUS data over bluetooth.
2824
- An AAC decoder was added so that PipeWire can now also
2825
function as an A2DP AAC receiver.
2826
- Fix some issues where the wrong samplerate was used.
2827
- Fix rate match for sources. This fixes an error where
2828
follower sources would generate many resync warnings.
2829
- Many more bugfixes and improvements.
2830
* PipeWire
2831
- Support masking of conf.d/ files.
2832
- Add some more debug info to memfd.
2833
- Improve data-loop invoke method. Also flush pending items.
2834
- Add a filter-chain systemd service file than can be used to
2835
start custom filters placed in
2836
~/.conf/pipewire/filter-chain.d/
2837
- Improve triggered timestamps for remote nodes.
2838
- Fix some potential cross compilation problems due to wrong
2839
host_machine.
2840
- Check return values of pw_getrandom().
2841
* Tools
2842
- Updates to pw-cli manpages.
2843
- Remove the pw-cli dump command. It is mostly implemented as
2844
part of wpctl status, pw-dump, pw-link, pw-top and others.
2845
- Clean up resource in pw-cat correctly on errors.
2846
* Modules
2847
- Fix compilation of AVB on big-endian.
2848
Enable AVB only on Linux.
2849
- Use org.freedesktop.portal.Realtime when available. This does
2850
the correct PID/TID mappings to make realtime also work from
2851
flatpaks.
2852
- Fix compilation of ROC module when headers are missing.
2853
- Improve some error cleanup paths in protocol-native. Improve
2854
connect and disconnect.
2855
- Fix a potential crash in FFT unload in filter-chain.
2856
- Implement PIPEWIRE_NOTIFICATION_FD for notification when the
2857
socket is ready.
2858
- Try to use rtkit if set_nice() fails.
2859
- Fix rate adjustement logic in pulse-tunnel. This would cause
2860
increasing delays and hickups when using tunnels.
2861
- Handle disconnect in pulse-tunnel.
2862
* Bluetooth
2863
- Add OPUS as a new vendor codec. Add OPUS-A2DP spec.
2864
PipeWire can now send and reveive OPUS data over bluetooth.
2865
- An AAC decoder was added so that PipeWire can now also
2866
function as an A2DP AAC receiver.
2867
* SPA
2868
- Tweak the resampler window function some more.
2869
- Improve format convert performance in some fallback cases.
2870
- Fix rounding in format conversion on ARM NEON.
2871
- Fix libcamera build error.
2872
- Fix some issues where the wrong samplerate was used.
2873
- Don't wait for more samples that can fit in the ringbuffer
2874
in ALSA.
2875
- Improve buffer size handling in audioconvert, scale the
2876
buffers based on the rate conversion and make things work
2877
with really large rate conversions as well.
2878
- Add more and better debug for ALSA devices.
2879
- Improve channel mix: Filter FC and LFE when copying from a
2880
different layout. Implement STEREO from FC. Avoid generating
2881
REAR from FC in PSD mode.
2882
- Fix rate match for sources. This fixes an error where
2883
follower sources would generate many resynch warnings.
2884
- Improve ALSA format negotiation. If the ALSA node is not
2885
running and there was a previously configured format, close
2886
and reopen the device to enumerate and accept all possible
2887
formats again.
2888
* ALSA
2889
- The alsa plugin will now also save the volumes set with the
2890
control API. This saves the volumes set with alsa-mixer, for
2891
example.
2892
* Pulse-server
2893
- Flatpak apps with devices=all (Zoom) will now be granted
2894
Manager permissions.
2895
- Small tweaks to the amount of data sent to clients to work
2896
around an issue in freerdp.
2897
* JACK
2898
- Clean up the transport correctly when closing a client.
2899
- Match context properties in addition to node properties for
2900
the jack client rules.
2901
- Make sure to return an error when disconnected from the
2902
server.
2903
- Fix thread cast problem in jack_client_thread_id().
2904
- Increase jack_client_name_size() length and make sure we have
2905
space for the \0 byte.
2906
- JACK clients from the same application will be added to the
2907
same group so that they share the quantum and rate.
2908
- Rebase reduce-meson-dependency.patch.
2909
- Drop patches already included upstream:
2910
* 0001-avb-fix-compilation-on-big-endian.patch
2911
* 0002-avb-fix-compilation-on-big-endian.patch
2912
* 0003-avb-fix-compilation-on-big-endian.patch
2913
2914
-------------------------------------------------------------------
2915
Mon Aug 1 12:07:38 UTC 2022 - Antonio Larrosa <alarrosa@suse.com>
2916
2917
- Recommend pipewire-alsa (instead of alsa-plugins-pulse) from
2918
pipewire-pulseaudio (boo#1201409)
2919
2920
-------------------------------------------------------------------
2921
Tue Jul 19 14:00:39 UTC 2022 - Alexei Sorokin <sor.alexei@meowr.ru>
2922
2923
- Update to version 0.3.56:
2924
* Highlights
2925
- A critical bug that could crash JACK applications was fixed.
2926
- Some more regressions in audiomixer were fixed. This should
2927
fix crackling and stuttering in some cases as well as some
2928
channel mapping regressions.
2929
- A bug in the alsa plugin was fixed that could cause
2930
stuttering in VMs.
2931
- Bluetooth sources should have improved latency and rate
2932
control.
2933
- Many more bugfixes and improvements.
2934
* Modules
2935
- An experimental AVB module was added. It can expose PipeWire
2936
as an AVB entity and initiate (broken) streaming between
2937
entities.
2938
- module-loopback now handles the cases where the input and
2939
output channels are different without crashing or producing
2940
silence.
2941
- The filter-chain module now correctly calculates the output
2942
size without crashing in some cases. It also skips invalid
2943
ports instead of crashing.
2944
- Handle and report pthread errors better.
2945
* SPA
2946
- The resampler qualities were tweaked a little.
2947
- A bug that would sometimes cut off the last part of a buffer
2948
was fixed in the alsa plugin. This could cause broken audio
2949
in VMs.
2950
- Access to the alsa mixer and devices is now checked more
2951
thoroughly.
2952
- The spa-resample tool can now also handle large downsampling
2953
rates without crashing.
2954
- Audioconverter now uses rounding for float to int
2955
conversions, which reduces distortions. Compilation of the C
2956
subroutines was separated and uses its own optimisation flags
2957
now.
2958
- Noise shaping was improved in audioconvert. A new Wannamaker
2959
3 tap shaper was added.
2960
- Audioconvert now uses a pattern for generating keep alive
2961
noise. This should have much less energy and be even more
2962
inaudible.
2963
- A channel mapping bug was fixed in audioconvert.
2964
- The dsp audio mixer would sometimes not mix enough and cause
2965
dropouts.
2966
* JACK
2967
- A critical bug in the mixer was fixed. It would cause most
2968
JACK applications to segfault at start-up.
2969
* Bluetooth
2970
- A new rate control algorithm was implemented for the sources.
2971
- The media role on HSP/HFP streams is now fixed.
2972
* Pulse Server
2973
- Add the resampler delay to delay reporting as well.
2974
- Rebase reduce-meson-dependency.patch.
2975
- Drop patches already included upstream:
2976
* 0001-jack-only-mix-when-we-have-input-to-mix.patch
2977
* 0002-spa-alsa-udev-Check-accessibility-of-pcm-devices-as-well.patch
2978
- Add patches from upstream to fix compilation on big endian:
2979
* 0001-avb-fix-compilation-on-big-endian.patch
2980
* 0002-avb-fix-compilation-on-big-endian.patch
2981
* 0003-avb-fix-compilation-on-big-endian.patch
2982
2983
-------------------------------------------------------------------
2984
Wed Jul 13 09:20:57 UTC 2022 - Fabian Vogt <fvogt@suse.com>
2985
2986
- Add patch to fix audio after tty switching (boo#1201349):
2987
* 0002-spa-alsa-udev-Check-accessibility-of-pcm-devices-as-well.patch
2988
2989
-------------------------------------------------------------------
2990
Tue Jul 12 16:20:23 UTC 2022 - Alexei Sorokin <sor.alexei@meowr.ru>
2991
2992
- Update to version 0.3.55:
2993
* Highlights
2994
- Fix some more critical bugs in the new audioconvert and the
2995
queueing in pw-stream that causes stuttering and hickups.
2996
- HFP hardware volumes are now saved and restored.
2997
- Format conversions and mixing was improved.
2998
- Small bug fixes and improvements.
2999
* PipeWire
3000
- The queueing in pw-stream was improved with support for
3001
buffer prefetch in asynchronous mode.
3002
- Add a pw-filter unit test.
3003
* tools
3004
- pw-midiplay should now work again after improvements in
3005
pw-stream.
3006
* modules
3007
- The RAOP module was improved to support auth_setup.
3008
- The RAOP module should now handle timing packets better.
3009
- Add some more filter-chain examples.
3010
- The filter-chain now has a separate config file with the
3011
boilerplate settings. The examples are now just config
3012
snippets that can be dropped in .conf.d/ directories, such as
3013
the filter-chain.conf.d/ one.
3014
- Start suggesting to use target.object instead of node.target
3015
in docs and examples.
3016
* SPA
3017
- Use the cosh window again for the resampler. It should now
3018
give better resampler quality.
3019
- Rework the mixer functions. They were rewritten for higher
3020
precision and better performance. Add unit tests and
3021
benchmarks.
3022
- Improve format conversion for 32bits for avoid errors in
3023
clang because of undefined behaviour at extreme ranges.
3024
- Fix a bug in audioconvert where it would not consume the
3025
right amount of samples when the resampler was disabled.
3026
This could cause skipping and hickups.
3027
- Fix bug in audioconvert where it would try to convert the
3028
input samples multiple times, causing strange artefacts when
3029
upmixing.
3030
- Be more strict about valid JSON floats.
3031
- device.vendor.id and device.product.id should now always show
3032
up in 0xXXXX format and should not be converted to floats in
3033
pw-dump anymore.
3034
- Add triangular dither, add unit tests for noise generation,
3035
add some more optimisations.
3036
* Bluetooth
3037
- HFP and A2DP now expose different routes and thus can have
3038
different volumes.
3039
- HW Volumes for HFP are now synchronised better.
3040
Volume changes from HW buttons are now also saved.
3041
- Rebase reduce-meson-dependency.patch.
3042
- Add 0001-jack-only-mix-when-we-have-input-to-mix.patch: Fix an
3043
Ardour start-up crash.
3044
3045
-------------------------------------------------------------------
3046
Thu Jul 7 08:50:16 UTC 2022 - Alexei Sorokin <sor.alexei@meowr.ru>
3047
3048
- Update to version 0.3.54:
3049
* Highlights
3050
- Some critical bugs in the new audioconvert were fixed. The
3051
old adapter had internal buffering that was abused in some
3052
places.
3053
- The bluetooth sources were rewritten using a ringbuffer to
3054
make them more reliable to jitter and remove old audioconvert
3055
behaviour.
3056
- Many improvements to the audio converter.
3057
- Native DSD128 and up is now supported by pw-dsdplay.
3058
* tools
3059
- Support DSD128 to DSD512 as well by scaling the amount of
3060
samples to read per time slice.
3061
* SPA
3062
- Format conversion is now generated with macros to remove
3063
duplication of code.
3064
- 24bits conversions were rewritten to use the generic
3065
conversion functions.
3066
- Temporary buffers in audioconvert are now made large enough
3067
in all cases.
3068
- Fix draining in audioconvert. This fixes speaker-test.
3069
- Fix the channel remapping.
3070
- Audio conversion constants were tweaked to handle the maximum
3071
ranges and provide lossless conversion between 24bits and
3072
floats.
3073
- Vector code and C code are aligned and the unit tests are
3074
activated again. A new lossless conversion test was added.
3075
- Fix an underrun case where the adapter would not ask for more
3076
data.
3077
- Fix PROP_INFO for audioconvert.
3078
- Use the blackman window again for the resampler, the cosh
3079
window has some bugs that can cause distortion in some cases.
3080
- Add more unit tests for audioconvert. Add end-to-end
3081
conversion tests.
3082
- Don't leak memory in format converter.
3083
* pulse-server
3084
- Card properties are now also added to sinks and sources,
3085
just like in pulseaudio.
3086
- Increase the maxlength size to at least 4 times the fragsize
3087
to avoid xruns.
3088
- Fix a race when setting default devices.
3089
* Bluetooth
3090
- The source was rewritten to use a ringbuffer. This avoids
3091
regressions caused by audioconvert.
3092
- Drop patches already included upstream:
3093
* 0001-audioconvert-ensure-temp-buffers-are-large-enough.patch
3094
- Rebase reduce-meson-dependency.patch.
3095
3096
-------------------------------------------------------------------
3097
Fri Jul 1 14:25:49 UTC 2022 - Alexei Sorokin <sor.alexei@meowr.ru>
3098
3099
- Add a patch from upstream to fix segmentation faults in MPV:
3100
* 0001-audioconvert-ensure-temp-buffers-are-large-enough.patch
3101
3102
-------------------------------------------------------------------
3103
Thu Jun 30 10:40:53 UTC 2022 - Alexei Sorokin <sor.alexei@meowr.ru>
3104
3105
- Update to version 0.3.53:
3106
* Highlights
3107
- The 44.1KHz samplerate was removed again from the defaults,
3108
it caused all kinds of problems with various hardware.
3109
- The ALSA plugin should now be able to deal with unsupported
3110
samplerates and fall back to the nearest supported one.
3111
- The audioconvert plugin was rewritten to be more maintainable
3112
and quicker. It also gained support for control ports and
3113
dithering with optional noise shaping.
3114
- An impossible buffering situation is avoided in pulse-server
3115
that would cause some applications (sunshine, ...) to
3116
stutter.
3117
* PipeWire
3118
- 44.1KHz was removed from the allowed rates again. It caused
3119
all kinds of regressions due to driver bugs and timing issues
3120
on HDMI.
3121
* modules
3122
- filter-chain now does some more error checking and reporting
3123
to avoid some crashes.
3124
- filter-chain now supports more channel layouts for input and
3125
output that does not need to match the plugin layout.
3126
- Format parsing is now more consistent in the modules.
3127
* Tools
3128
- pw-cli can now also work without readline support.
3129
- pw-cat can now also read multichannel ulaw/alaw/u8/s8.
3130
* SPA
3131
- The audioconvert plugin was rewritten. This should make it
3132
more maintainable. It also fixed some issues such as CPU
3133
spikes in some cases and crashes in others. The old plugins
3134
were removed, for a code reduction of some 6000 lines.
3135
- The audioconvert plugin now supports control ports, which can
3136
be enabled on nodes in the session manager. This makes it
3137
possible to control audioconvert properties using timed
3138
events or midi.
3139
- NoteOn 0-velocity MIDI events are no longer filtered out.
3140
This is a valid event, nodes that can't deal with it should
3141
fix it up themselves. The JACK layer still filters out these
3142
events by default but this can now be configured with a
3143
per-client property.
3144
- The running status on midi events is now disabled to match
3145
what JACK does.
3146
- The ALSA plugin will now deal with driver bugs when a driver
3147
announces support for a samplerate but then refuses to use it
3148
later.
3149
- The ALSA plugin has been optimized a little for sample IO.
3150
- V4L2 now doesn't error when there are no controls.
3151
- Error handling was improved in the audio converter.
3152
- The audioconvert plugin now supports rectangular dithering
3153
and noise shaping.
3154
- The audioconvert plugin can now insert additional inaudible
3155
noise that can be used to keep some amplifiers alive.
3156
- The audioconvert format conversion was changed so that it now
3157
produces the full 32 bits range in the C fallback conversion
3158
code as well.
3159
- The resampler window function was changed to a cosh() window
3160
function.
3161
- Vendor and device id are now in hex.
3162
* pulse-server
3163
- Tweak the record buffer attributes some more and make sure
3164
we don't end up in impossible buffering situations.
3165
Fixes an issue with distorted sound in sunshine.
3166
- Fix a potential crash when updating the client property list.
3167
- Some properties on cards were aligned with pulseaudio.
3168
- Drop patches already included upstream:
3169
* 0001-settings-remove-44.1KHz-from-allowed-rates-again.patch
3170
- Rebase reduce-meson-dependency.patch.
3171
3172
-------------------------------------------------------------------
3173
Wed Jun 22 17:47:19 UTC 2022 - Antonio Larrosa <alarrosa@suse.com>
3174
3175
- Add patch from upstream to remove 44.1kHz from allowed rates.
3176
This reverts the new behaviour in 0.3.52 which is causing
3177
problems to too many people (boo#1200760):
3178
* 0001-settings-remove-44.1KHz-from-allowed-rates-again.patch
3179
3180
-------------------------------------------------------------------
3181
Thu Jun 9 15:02:18 UTC 2022 - Alexei Sorokin <sor.alexei@meowr.ru>
3182
3183
- Update to version 0.3.52:
3184
* Highlights
3185
- Add 44.1KHz to allowed samplerates. The server can now switch
3186
by default between 48KHz and 44.1KHz.
3187
- Streams now allocate less resources.
3188
- Fix some bugs that could make the server crash.
3189
- Bluetooth now supports the LC3plus vendor codec.
3190
- Many bugfixes and improvements.
3191
* PipeWire
3192
- Add 44.1KHz to allowed samplerates.
3193
- Avoid setting the locale.
3194
- Avoid use-after-free when destroying a node from
3195
spa-node-factory.
3196
- Avoid using reallocarray when not available.
3197
- Set port alias is not otherwise set.
3198
* Modules
3199
- Improve filter-chain parsing and error reporting. Handle
3200
empty nodes.
3201
- Handle destroy of globals and factory in most modules.
3202
- Add refcounts to client and resources to handle destroy of
3203
the protocol.
3204
- Handle global node.name in filter-chain and loopback again,
3205
use it to construct unique stream names.
3206
- Avoid a wrapped pw-node in the adapter. This reduces
3207
resources allocated for streams.
3208
- Fix a crash when module-x11-bell was unloaded.
3209
- Add a new module-pipe-tunnel that can write/read data from a
3210
UNIX pipe.
3211
* Tools
3212
- Fix DSD playback again in pw-cat.
3213
- Add -n option to pw-loopback to set node names.
3214
- Add -P option to pw-cat to pass properties to the stream.
3215
- Support stdin/stdout in pw-cat.
3216
- pw-dump now also dumps object removal when monitoring
3217
* SPA
3218
- Avoid duplicate param results in pw-dump for ports.
3219
- Avoid endless loops in audioconvert for badly behaving
3220
clients.
3221
- Scale max-error in alsa based on quantum and avoid logging a
3222
warning when starting.
3223
- Improve debug of failed format conversion.
3224
- Handle offset in the audio dsp mixer inputs and clamp to the
3225
maximum buffer size.
3226
- Add option to disable locale support for JSON number
3227
conversion.
3228
- Add support for Astro A20 Gen2.
3229
- Fix some of the test sources, the flags were not set
3230
correctly.
3231
- Add camera location as property in libcamera and let the
3232
session manager generate a localised description.
3233
- Fix some crashes due to wrong vargar types in v4l2 controls.
3234
- Improve ALSA resync behaviour.
3235
- Add support for Komplete Audio 6 MK2.
3236
- Improve loop cancel while iterating.
3237
- Try not to mix surround channels and AUX channels. Make card
3238
with many ports look better when not using the Pro Audio
3239
profile.
3240
- Vulkan filters were added.
3241
* Bluetooth
3242
- Add LC3plus vendor codec.
3243
- Handle unsupported indicators better.
3244
- Ensure multiple devices on an adapter use different codecs
3245
because one endpoint can only be used by one device at a time.
3246
- Fix bitpool control as a follower.
3247
- Handle bluetooth errors better.
3248
- Speed up bluetooth connection by only waiting for the profiles
3249
supported by the adapter.
3250
- The dummy AVRCP player is disabled by default because it seems
3251
to break more devices than it fixes.
3252
* pulse-server
3253
- Add initial stream latency property so that devices can be
3254
started with a resonably accurate latency.
3255
- Fix ringbuffer underrun case.
3256
- module-native-protocol-tcp now has a auth-anonymous option to
3257
give full access to the clients.
3258
- Report a node as being moved when it is still moving. This
3259
improves compatibility with pasystray.
3260
- Avoid overallocating message memory.
3261
- Don't export NETWORK nodes in zeroconf.
3262
- Fix stride for TrueHD and DTSHD passthrough.
3263
- Make sure we don't send too small audio fragments. Fixes
3264
capture from multiple tabs in Chromium.
3265
- Rework module handling some more.
3266
- Use the new native module-pipe-tunnel for pipe-sink and
3267
pipe-source.
3268
- Implement the STREAM_MOVED message when a stream got moved.
3269
- Fix a potential segfault when stopping the server and a TCP
3270
module as still loaded.
3271
* ALSA
3272
- Add support for updating sw_params at runtime, mostly the
3273
min-avail param.
3274
- Capture and playback nodes are now assumed to use a different
3275
clock and will activate the adaptive resampler when linked.
3276
This assumption is removed in Pro Audio mode. This provide a
3277
better experience out of the box with most devices.
3278
* JACK
3279
- Fix setting properties with PIPEWIRE_PROPS again.
3280
- Don't use 64 bits atomic operations for sync_timeout.
3281
- Cleanup in error cases was improved, avoiding some crashes.
3282
* GStreamer
3283
- Fix pipewiresink in mode=provide.
3284
- Share memory into a new buffer in pipewiresrc to avoid buffer
3285
corruption.
3286
- Fixes to the source and fd use.
3287
- It is now possible to set client properties as well.
3288
- Rebase reduce-meson-dependency.patch.
3289
3290
-------------------------------------------------------------------
3291
Thu Apr 28 23:13:59 UTC 2022 - Alexei Sorokin <sor.alexei@meowr.ru>
3292
3293
- Update to version 0.3.51:
3294
* Highlights
3295
- Improve graph reconfiguration.
3296
- Extra configuration options for streams and filters with
3297
config rules and environment variable.
3298
- Improve module-pulse-tunnel latency, stability and error
3299
recovery.
3300
- pw-top, pw-cli and pw-link improvements.
3301
- Fix a channelmixer upmixing clipping issue.
3302
- The ROC module has seen many improvements.
3303
- Many more bugfixes and improvements.
3304
* PipeWire
3305
- The graph reconfiguration code was reworked:
3306
* Moved nodes will update the new driver quantum correctly.
3307
* Inactive nodes are ignored more.
3308
* Nodes that require a driver are now not scheduled anymore
3309
when they are passive (unused).
3310
* Improved performance, the graph is reconfigured with a
3311
minimal amount of changes.
3312
- Method and event argument names were improved.
3313
- A linker garbage collection problem was fixed.
3314
- Properties on threads are now implemented. Use common code to
3315
set thread name and add an option to set stack-size.
3316
- Streams and filters always want a driver now. This makes it
3317
possible to just link a playback stream to a capture stream
3318
without a driver and have it work.
3319
- Streams and filters can now also have rules in the config
3320
file.
3321
- Streams, filters, JACK, ALSA and v4l2 now support
3322
PIPEWIRE_PROPS environment variable to override node
3323
properties.
3324
- Add config section extensions. This provides a way for modules
3325
to have specific config to override the default config.
3326
- Handle realloc errors better.
3327
- Improve stream and filter property updates.
3328
* Modules
3329
- The pulse-tunnel modules has improved latency management and
3330
should now work a lot better.
3331
- Module-loopback, module-echo-cancel, module-filter-chain
3332
unload the module when a stream is destroyed.
3333
- Biquads in filter-chain now can have more gain (5->20 dB).
3334
- Filter-chain now has a builtin delay line filter.
3335
- Filter-chain can now parse the config key correctly in all
3336
cases.
3337
- The ROC sink and source saw many improvements. roc-source is
3338
now a stream by default that connects to the default sink.
3339
Both modules will try to set a graph rate. Both modules have
3340
an option to select the FEC mode.
3341
The ROC source has lower latency now.
3342
- Handle realloc errors better.
3343
* tools
3344
- pw-cat does not have --list-targets anymore, use one of the
3345
more advanced and less buggy tools such as wpctl or pw-cli to
3346
list sinks and sources.
3347
- pw-top has seen many improvements.
3348
* It now has some timeouts to reset the node values to their
3349
default state when unused.
3350
* The man page was improved.
3351
* Invalid timings and errors are displayed in a better way.
3352
- pw-cli and pw-link can now create links between all ports of
3353
given nodes.
3354
- pw-cat can now save to other file formats than wav, based on
3355
the extension of the filename.
3356
* SPA
3357
- The resampler now uses a different internal method for
3358
draining. It can now also handle 0 size buffers as input
3359
without draining.
3360
- The channelmixer now uses the front channel averages for FC
3361
and LFE.
3362
This avoids clipping and results in much better upmixing.
3363
- ALSA should now work again on 32 bits. (#2271)
3364
- The JSON parser now converts escaped unicode correctly to UTF8.
3365
* bluetooth
3366
- Codec switch improvements when the device is disconnected.
3367
* pulse-server
3368
- There is a new module-roc-sink-input module, the PulseAudio
3369
equivalent.
3370
- The ROC source and sink-input module now have a much lower
3371
latency.
3372
- The ROC module now has an option to select FEC mode.
3373
- Playback and record rate adjustements should work now.
3374
* JACK
3375
- Remove some useless pthread attributes. This makes JACK work
3376
in QEMU with sandboxing enabled.
3377
- The buffer_size callback is now only called when something has
3378
changed since the last process() callback or get_buffer_size()
3379
method. This fixes a GStreamer issue and is more in line with
3380
what JACK does.
3381
- Fix a potential deadlock when the process thread is doing IPC
3382
and the IPC thread is blocking on the data thread.
3383
- Allocation errors in metadata are handled better.
3384
- Rebase reduce-meson-dependency.patch.
3385
3386
-------------------------------------------------------------------
3387
Thu Apr 14 11:26:22 UTC 2022 - Alexei Sorokin <sor.alexei@meowr.ru>
3388
3389
- Update to version 0.3.50:
3390
* Highlights
3391
- pw-stream can now report more timing information and can
3392
suggest the optimal number of samples to queue for playback.
3393
- pw-dot now works again.
3394
- module-pulse-tunnel latency was improved.
3395
- Wine applications using the JACK backend should no longer
3396
crash.
3397
- The channelmixer defaults are improved and the muffled sound
3398
when playing back 5.1 and 7.1 material has been fixed.
3399
- Many fixes and improvements.
3400
* PipeWire
3401
- pw-stream now places a suggested amount of samples in the
3402
pw-buffer for playback. This allows you to remove some places
3403
where spa_io_rate_match was needed to get this information.
3404
- pw-stream has new API to request a timing update. New fields
3405
are added in the timing info, such as number of buffered
3406
samples in the resampler and the number of queued and
3407
dequeued buffers.
3408
- pw-stream has support for double controls now. More controls
3409
are exposed such as the Rate control to do adaptive
3410
resampling.
3411
- The thread-utils object was moved to the context to avoid
3412
some concurrent use cases that caused crashes.
3413
- Deactivating an exported node/stream will now remove the node
3414
from the data-thread immediately so that the process function
3415
will not be called anymore and resources can be safely freed.
3416
This could fix some of the last remaining crashes when
3417
streams are stopped.
3418
- PipeWire will now fail to load a module that tries to
3419
register the same export type twice instead of silently doing
3420
the wrong thing.
3421
* Modules
3422
- Many modules now use the NODE_WANT_DRIVER instead of the
3423
pipewire.dummy NODE_GROUP property. This makes it possible to
3424
use them with any other driver and can avoid resampling in
3425
some cases.
3426
- module-pulse-tunnel now uses an adaptive resampler to keep
3427
the latency under control. Latency should be much better than
3428
before and stay constant even when there are network delays.
3429
- There is now an option for packages to disable building the
3430
RTKit module, which is still built by default for backwards
3431
compatibility reasons.
3432
- A leak was fixed in filter-chain.
3433
- Module node names are now made more unique with the pid.
3434
* tools
3435
- pw-cat verbose output has been improved.
3436
- pw-link now has a man page.
3437
- pw-reserve now has an -r option to make it issue a
3438
RequestRelease command on the owner of the device. This makes
3439
it possible to ask WirePlumber to close and release a device.
3440
- Fix pw-dot again. It didn't work anymore because of stray
3441
done events that were emitted to notify the client of object
3442
serials.
3443
* SPA
3444
- The channelmixer now has PSD upmixing enabled again. We used
3445
the simple upmixing in the previous release but that just
3446
sounds too awful to be a good default.
3447
- The channelmixer will not upmix FC and LFE anymore when
3448
upmixing is explicitly disabled.
3449
- The channelmixer will only lowpass filter FC and LFE channels
3450
when they were upmixed.
3451
- The defaults of the channelmixer were tweaked a little. There
3452
is now a little bit more bass in the LFE channel and more
3453
high fequencies in the FC channel when upmixing. Also the
3454
channel widening has been disabled by default.
3455
- Locale independent float parsing now uses a more portable
3456
solution with uselocale.
3457
- ALSA will now only allocate a buffer size big enough to hold
3458
4 times the quantum limit instead of as large as possible.
3459
* pulse-server
3460
- Internal cleanups in handling of modules.
3461
- A quirk to force s16 sample formats for teams-insider has
3462
been added.
3463
* JACK
3464
- The data-loop is now started in activate and stopped in
3465
deactivate.
3466
This makes the data-loop respect any custom thread functions
3467
you configure. This also makes Wine apps using the JACK
3468
backend work.
3469
- Port sorting was improved/fixed.
3470
- Rebase reduce-meson-dependency.patch.
3471
- Require RealtimeKit.
3472
3473
-------------------------------------------------------------------
3474
Tue Mar 29 15:09:49 UTC 2022 - Antonio Larrosa <alarrosa@suse.com>
3475
3476
- Reorder BuildRequires and space conditions a bit better in the
3477
spec file.
3478
3479
-------------------------------------------------------------------
3480
Tue Mar 29 07:56:08 UTC 2022 - Antonio Larrosa <alarrosa@suse.com>
3481
3482
- Update to version 0.3.49:
3483
* Highlights
3484
- Sample rate switching should work again.
3485
- pw-dot can now use the output of pw-dump to render a graph.
3486
- Bluetooth A2DP streaming was improved that would reduce
3487
stuttering on some devices.
3488
- A JACK bug was fixed that would sometimes make it impossible
3489
to add more tracks in Ardour. (#1714)
3490
- Many bugfixes and improvements.
3491
* PipeWire
3492
- Fix a potential crash when NULL params were configured.
3493
- Add some simple functional tests to avoid some recent
3494
regressions. Improve the test framework for this as well.
3495
- Improvements to the poll loop to avoid some use-after-free
3496
scenarios.
3497
- Fix samplerate switching again.
3498
- setlocale is not called anymore from the pipewire library.
3499
This should be called by the application. (#2223)
3500
- pw_init() and pw_deinit() can now be nested and called
3501
multiple times.
3502
- pw_stream will now report the resampler delay in the
3503
pw_time.queued field.
3504
* modules
3505
- module-filter-chain now supports arbitrary many properties
3506
and will use property hints to assign them the right type.
3507
- The ROC modules now accept a sink/source_properties
3508
parameter.
3509
- The module-rt can now also be built without RT-Kit support.
3510
- module-echo-cancel can now use a fraction to specify the
3511
delay for more precise control.
3512
* SPA
3513
- The channelmixer will now do upmixing by default and will not
3514
use normalization. It will also use a simple upmixing
3515
algorithm that duplicates channels by default. A more
3516
interesting upmix method is also available (PSD) but needs to
3517
be enabled manually. (#861)
3518
- Add SSE optimized (de)interleave functions for 32 bits
3519
samples with and without byteswap.
3520
- JSON parsing of empty strings will now give an invalid number
3521
instead of 0.
3522
- JSON numbers are now parsed and serialized in a locale
3523
independent way so that , and . are not mixed up.
3524
- The resampler will now report the resample delay and queued
3525
samples as the extra delay.
3526
* tools
3527
- pw-cat will read more dsf files correctly and will not crash
3528
at the end.
3529
- pw-top now has a man page.
3530
- pw-dot can now use the output of pw-dump to render a graph.
3531
* bluetooth
3532
- Improve interactions with oFono.
3533
- Fix recovery with slow connections.
3534
- Improve frame size of AptX-ll.
3535
- A2DP can now use any quantum and will flush packets in
3536
smaller chunks when needed to adapt. This improves stuttering
3537
in some cases.
3538
* pulse-server
3539
- The server configuration can now be placed in
3540
pulse.properties section, which also makes it possible to
3541
have custom overrides.
3542
- Implement FIX_ flags for capture as well.
3543
- Small fixes and improvements in module loading.
3544
* JACK
3545
- Clear the last error before executing a new action or else we
3546
could end up with error from a previous action. This causes
3547
some problems in Ardour where adding a track would fail after
3548
some time. (#1714)
3549
- Rebase reduce-meson-dependency.patch.
3550
3551
-------------------------------------------------------------------
3552
Thu Mar 3 11:10:53 UTC 2022 - Alexei Sorokin <sor.alexei@meowr.ru>
3553
3554
- Update to version 0.3.48:
3555
* Highlights
3556
- Fix IEC958 passthrough again.
3557
- Fix pulse-server crashes when playing a sample.
3558
- Support for more a more advanced upmixing algorithm.
3559
- filter-chain now supports arbitrary many ports.
3560
- Fix multichannel support in WINE (with new WirePlumber).
3561
- Many bugfixes and improvements.
3562
* PipeWire
3563
- The work queue is now created in the context so we can fail
3564
early and avoid further error checking in various places.
3565
- Fix a potential use after free with threaded loops.
3566
- The protocol now has a message footer. This is used to pass
3567
around global state such as the last registered object
3568
serial number. This can be used to detect when a client tries
3569
to bind to old (but reused) object ids. This avoids some
3570
races in the session manager but also when binding objects.
3571
- The zero-denormals CPU flag is now not touched anymore unless
3572
explicitly selected by the user. Denormals are avoided in
3573
filter-chain now in software. If the zero-denormals are now
3574
only configured in the data thread. This should fix issues
3575
with luajit.
3576
- Configuration parsing will not actually fail on errors.
3577
- pw-top now correctly clips unicode characters.
3578
- Many places now use a dynamic POD builder to support
3579
arbitrary large property sets.
3580
- pw-stream now support PropInfo parameters so that they can
3581
announce custom properties.
3582
- Serial number are now also set on metadata and
3583
session-manager objects.
3584
* SPA
3585
- audioadapter is now smarter when trying to fixate the format.
3586
It will use the PortConfig format to fill in any wildcards.
3587
This results in the least amount of conversions when the
3588
stream can handle it. It also is part of a fix (also requires
3589
a session manager fix) for WINE multichannel support.
3590
- Fix 5.1 to 2 channels mixing. It was using the volume of the
3591
stereo pair on all channels.
3592
- Fix some weird volume issues when a source is capturing and
3593
channelmixing.
3594
- Add stereo to 7.1 upmixing.
3595
- The channelmix parameters can be changed at runtime now.
3596
- Many improvements to the upmixing algorithms. Rear channels
3597
are now constructed from the ambient sound and can have delay
3598
and phase shift applied to them to improve spacialisation.
3599
The stereo channels can be filtered so that the dialogue is
3600
more concentrated in the centre channel.
3601
* modules
3602
- Module X11 bell received cleanups and improvements.
3603
- The module now has a private method to schedule unload later.
3604
This simplifies cleanup in many modules.
3605
- module-filter-chain now handles arbitrary many ports and
3606
control ports.
3607
- Fix a bug in RAOP where it was reading from the wrong port.
3608
* pulse-server
3609
- Nodes with the DONT_MOVE property should fail with -EINVAL
3610
when they are moved.
3611
- Fix a segfault when playing a sample.
3612
- The _FIX flags in pulse-server also now ignore the configured
3613
sample format, just like pulseaudio does.
3614
- Fix IEC958 passthrough again. It got accidentally broken
3615
since 0.3.45 with a fix for another issue.
3616
- Fix module-null-sink device.description.
3617
* Bluetooth
3618
- Don't try to connect HSP/HFP when no backend is available.
3619
- Drop patches already included upstream:
3620
* 0001-revert-loop-remove-destroy-list.patch
3621
* 0002-pulse-server-free-pending-sample-reply.patch
3622
- Rebase reduce-meson-dependency.patch.
3623
- Enable pulseaudio-setup use on openSUSE Leap 15.4.
3624
- Some spec clean-up.
3625
3626
-------------------------------------------------------------------
3627
Mon Feb 21 12:24:26 UTC 2022 - Alexei Sorokin <sor.alexei@meowr.ru>
3628
3629
- Add 0001-revert-loop-remove-destroy-list.patch: fix MPD crash.
3630
- Add 0002-pulse-server-free-pending-sample-reply.patch: fix
3631
"fast volume change".
3632
3633
-------------------------------------------------------------------
3634
Fri Feb 18 14:06:20 UTC 2022 - Alexei Sorokin <sor.alexei@meowr.ru>
3635
3636
- Update to version 0.3.47:
3637
* Fix a bug in pulse-server that caused cached notifications to
3638
play multiple times.
3639
* Remove a check and warnings to catch leaked listeners on the
3640
proxy. This might access invalid memory and cause infinite
3641
loops in older wireplumber.
3642
- Rebase reduce-meson-dependency.patch.
3643
3644
-------------------------------------------------------------------
3645
Thu Feb 17 10:42:44 UTC 2022 - Antonio Larrosa <alarrosa@suse.com>
3646
3647
- Update to version 0.3.46:
3648
* Highlights:
3649
- Fix a critical bug in pipewire-pulse buffer size handling
3650
that made some apps (MuseScore, ... ) stutter.
3651
- Fix a critical bug where devices would not show when the
3652
kernel was compiled without VERBOSE_PROCSFS.
3653
- JACK clients will now use lock-quantum by default. This
3654
makes sure that all dynamic quantum changes are disabled
3655
while a JACK app is running. The only way to force a
3656
quantum chance is through a JACK app or with the metadata.
3657
- Almost all limits on number of ports, clients and nodes are
3658
removed.
3659
- A Dummy fallback sink is now automatically created when
3660
there are no other sinks. This avoids stalling browsers.
3661
- Sound sharing with Zoom should work better. A new WirePlumber
3662
release might be required.
3663
- Many more fixes and improvements.
3664
* PipeWire
3665
- Update docs with new config overrides.
3666
- The rule matching logic was moved to config and code is now
3667
shared with pulse-server and JACK.
3668
- Add new Romanian translation.
3669
- When a quantum is forced with metadata, any node that asked
3670
to lock-quantum is ignored so that the quantum change can
3671
happen.
3672
- Fix a bug where a mixer was removed twice, leading to
3673
potential memory corruption.
3674
- The port limits on nodes and filters are now removed.
3675
Some code was simplified.
3676
- Fix a potential leak because listeners where removed while
3677
they could be emitted.
3678
- Improve context.exec and avoid zombie processes.
3679
* Modules
3680
- The RAOP module now has a default latency of 2 seconds,
3681
like PulseAudio.
3682
- The echo-cancel module now uses the plugin loader to load
3683
the backends. This makes it possible to add custom, out of
3684
tree, echo cancel plugins.
3685
* Tools
3686
- Improve help of pw-link.
3687
- Output to stdout and error to stderr. Use setlinebuf for
3688
stdout to improve piping between apps. (#2110)
3689
* SPA
3690
- Improve removing sources when dispatching. Also improve
3691
performance now that a destroy loop can be removed. (#2114)
3692
- Fix an fd leak in the logger when logging to a file.
3693
- Improve loop enter/leave checks and support recursive loops.
3694
* pulse-server
3695
- Clamp various buffer attributes to the max length. Fixes some
3696
issues with various applications. (#2100)
3697
- Module properties are now remapped correctly from their
3698
pulseaudio variant to the PipeWire ones.
3699
- Fix module index in introspect. Use the right index when
3700
loaded from our internal modules. (#2101)
3701
- Improve argument parsing and node.description. (#2086)
3702
- The sink-index should now be filled in correctly when playing
3703
a sample. (#2129)
3704
- module-always-sink is now implemented and loaded by default.
3705
(#1838)
3706
- Add support for loading some modules only once.
3707
- Module load and unload now does extra sync to make it appear
3708
synchronous, like in PulseAudio. This improves sounds sharing
3709
in Zoom.
3710
* ALSA
3711
- Fix critical bug where alsa devices would not show when the
3712
kernel was compiled without VERBOSE_PROCFS.
3713
- Some corner cases were fixed in the ALSA timing code. When
3714
the capture node is follower, it will now not try to read too
3715
much data and xrun but it will instead produce a cycle of
3716
silence.
3717
- Various fixes and improvements to make ALSA devices resync to
3718
the driver more quickly and accurately.
3719
* JACK
3720
- Add an option to name the default device as system to improve
3721
compatibility with some applications,
3722
- Use lock-quantum by default. This makes sure that all dynamic
3723
quantum changes are disabled while a JACK app is running. The
3724
only way to force a quantum chance is through a JACK app or
3725
with the metadata.
3726
- It is now possible to do IPC calls from the data thread. Note
3727
that this is a very bad idea but required for compatibility
3728
with JACK2.
3729
* GStreamer
3730
- GStreamer sink will now set a default channelmap to make it
3731
possible to remap to the channel layout of the device.
3732
- Update patch for further uses of "new" meson features used by
3733
upstream:
3734
* reduce-meson-dependency.patch
3735
3736
-------------------------------------------------------------------
3737
Tue Feb 15 09:47:31 UTC 2022 - Alois Wohlschlager <alois1@gmx-topmail.de>
3738
3739
- Run ldconfig for pipewire-libjack-0_3
3740
* The JACK libraries are made available system-wide using
3741
/etc/ld.so.conf.d. Hence, ldconfig should be run to make sure
3742
the dynamic linker picks them up.
3743
3744
-------------------------------------------------------------------
3745
Thu Feb 3 11:56:13 UTC 2022 - Antonio Larrosa <alarrosa@suse.com>
3746
3747
- Update to version 0.3.45:
3748
* Highlights
3749
- Zoom, telegram and other apps should be able to play sound
3750
again.
3751
- Implement a better way to force and lock JACK buffersize.
3752
- Default sink and source names and properties are improved.
3753
- The config loader can now load and merge fragments in conf.d
3754
directories for easier user configuration of config files.
3755
- Many small bug fixes and improvements.
3756
* PipeWire
3757
- pw-cli can now also send Commands to nodes. This can be used
3758
to Suspend a device, for example.
3759
- The eventfd was removed from loops and invoke is now used to
3760
stop the loop, this saves an fd.
3761
- New Alpine CI target to test musl builds, various build
3762
fixes.
3763
- Add force-quantum and force-rate properties.
3764
- The config loader can now load and merge fragments in conf.d
3765
directories. (#207)
3766
- resource error methods can be called without a resource and
3767
then just log an error message.
3768
- link-factory can now also work from the config. (#2095)
3769
* modules
3770
- module-simple-protocol has better argument parsing and can
3771
handle channelmap now. (#2068) It's also possible to
3772
configure latency and rate.
3773
- The native protocol now does extra checks for invalid data.
3774
(#2070)
3775
* ALSA
3776
- TI2902 chips as found in various Behringer cards should have
3777
inputs again.
3778
- Better handling of busy devices in udev, retry when the
3779
inotify close event is emited.
3780
* SPA
3781
- plugins now handle alignment properly and only expect the max
3782
alignment required for the CPU. (#2074)
3783
* Bluetooth
3784
- SBC-XQ is now enabled for the JBL Endurance RUN BT headset.
3785
- Support for non-hexadecimal XAPL version strings to improve
3786
compatibility.
3787
- Use HCI commands again to probe the adapter msbc capability.
3788
This improves compatibility with some adapters. (#2030)
3789
- Set the right startup volume.
3790
- Better A2DP source idle handling.
3791
- Fix a timer bug in SCO sink that could cause busy looping.
3792
* pulse-server
3793
- A playback issue when the tlength > maxlength was fixed.
3794
(#2069) This affected Zoom and other applications.
3795
- The STREAM_BUFFER_ATTR command is now implemented.
3796
- Module names are improved. (#2076)
3797
- Many small fixes and improvements.
3798
- Fix a pavucontrol crash with invalid channels. (#1442)
3799
* JACK
3800
- Use the new force-quantum and force-rate properties in the
3801
JACK API to switch quantum and ensure it can't change for
3802
the lifetime of the JACK app. (#2079)
3803
- Rebase patch:
3804
* reduce-meson-dependency.patch
3805
3806
-------------------------------------------------------------------
3807
Tue Feb 1 14:23:13 UTC 2022 - Dario Faggioli <dfaggioli@suse.com>
3808
3809
- pipewire should be a true dependency, not just recommended (e.g.,
3810
so that any setup that use no-recommends, like MicroOS, also work)
3811
3812
-------------------------------------------------------------------
3813
Thu Jan 27 14:04:28 UTC 2022 - Antonio Larrosa <alarrosa@suse.com>
3814
3815
- Add patch to reduce the meson requirement so we can build
3816
pipewire with Leap 15.3. This will be dropped as soon as
3817
Leap 15.4 is released or if it becomes too hard to maintain
3818
(whatever happens before):
3819
* reduce-meson-dependency.patch
3820
3821
-------------------------------------------------------------------
3822
Thu Jan 27 10:45:39 UTC 2022 - Alexei Sorokin <sor.alexei@meowr.ru>
3823
3824
- Update to version 0.3.44:
3825
* Highlights:
3826
- It is now possible to run a minimal PipeWire server without a
3827
session manager, enough to run JACK clients.
3828
- The maximum buffer size is now configurable and can be larger
3829
than the previously hardcoded limit of 8192 samples.
3830
When using high sample rates, the larger buffer size can
3831
avoid xruns.
3832
- The default maximum latency was reduced from 170ms to 42ms.
3833
This should improve overall latency for application that ask
3834
for a large latency, such as notifications.
3835
- Better JACK compatibility. Patchbays should now get less
3836
confused about ports appearing and disappearing.
3837
- Fix some bluetooth crashes.
3838
- Fix some races in ALSA device detection.
3839
- Many bug fixes and improvements all over the place.
3840
* PipeWire:
3841
- Bump the meson requirement to 0.59.0.
3842
- pw-top now reports correct times for filter-chain and
3843
loopback.
3844
- max-quantum is now also scaled with the rate. A new
3845
quantum-limit property was added as a hard limit for the
3846
quantum. This makes it possible to configure for larger than
3847
8192 buffer sizes. Note than many JACK applications have a
3848
hardcoded 8192 limit.
3849
- The max-quantum was reduced to 2048, This gives a 42ms
3850
default latency.
3851
- pw-filter can now return a NULL buffer from _get_dsp_buffer()
3852
- Add a PIPEWIRE_RATE and PIPEWIRE_QUANTUM env variable to set
3853
the graph rate and the graph quantum and rate respectively.
3854
- Fix a potential file descriptor leak in the connection.
3855
- A new minimal.conf file was added to demonstrate a static
3856
setup of a daemon that doesn't require a session manager and
3857
is able to run JACK applicaions.
3858
- Nice levels are now only changed on the servers, not the
3859
clients.
3860
- Add an option to suspend nodes when idle.
3861
- Make it possible to avoid quantum and rate changes with
3862
pw-metadata. This is essential in a locked down system.
3863
- Handle mixer port errors better and fail to create the link
3864
instead of silently not working.
3865
- Nodes that are moved to a driver now have all the linked
3866
nodes moved as well. This makes it possible to run some
3867
graphs without a driver, such as paplay -> zita-j2n.
3868
- pw-cli and pw-dump can now also list objects by name, serial
3869
and object.path using glob style pattern matching.
3870
* modules:
3871
- filter-chain can now also configure parameters by index.
3872
- Fix the client name of module-protocol-simple.
3873
- module-rtkit was merged into module-rt. This makes it easier
3874
to ship a default config that works on more systems by
3875
default.
3876
- module-adapter can now configure the adapter node from the
3877
config. Previously, this was a task only performed by the
3878
session manager.
3879
- module-metadata can now also create metadata object from the
3880
config file.
3881
- The ROC module should now work again.
3882
- An X11-bell module was added to handle X11 bell events.
3883
- filter-chain and loopback modules now have better unique
3884
default names for the streams, which makes it possible to
3885
save and restore their volumes independently.
3886
- module-echo-cancel now has properties to control the delay
3887
and buffer size.
3888
* ALSA:
3889
- The monitor names are now correctly parsed.
3890
- The default period size for batch devices is limited now to
3891
avoid large latency.
3892
- The unused min/max-latency properties were removed.
3893
- Internal latency is now also configurable with params at
3894
runtime.
3895
- The udev rule for TI2902 was removed because it causes
3896
problems.
3897
- Fix a race where some devices would sometimes be missing.
3898
- Add some more timeouts to work around a race in udev device
3899
permission changes when switching VTs.
3900
* SPA:
3901
- Fix potential infinite loop in audioconvert.
3902
- The spa-resample tools can now also use optimised
3903
implementations.
3904
- Fix a potential crash in resampler.
3905
- audioconvert can now also handle F64 formats.
3906
- The channelmixer now does normalization by default to avoid
3907
clipping when downmixing is active.
3908
- The channelmixer will now generate LFE channels when the
3909
lfe_cutoff frequency is set, even when upmix is disabled.
3910
- The channelmixer will now always generate FC when the target
3911
has it.
3912
- Adapter now reports latency correctly, even after linking the
3913
monitor ports.
3914
- Reduce memory usage and preallocated memory in some of the
3915
audioconvert nodes.
3916
- Many properties are now exposed in adapter, such as the
3917
resample quality.
3918
- The resampler and channelmixer can now be disabled.
3919
* V4L2:
3920
- pw-v4l2 now also works for ffplay.
3921
- Take product names from udev now that the kernel returns
3922
generic name.
3923
* JACK:
3924
- The jack pkgconfig file now has the
3925
jack_implementation=pipewire variable to be able to
3926
distinguish jack implementations.
3927
- jconvolver now starts correctly again.
3928
- The object.serial is now used for the port_id. This makes it
3929
easier to track old objects in the cache.
3930
- Add a dummy jacknet implementation.
3931
- A bug in the port allocation was fixed that would make it
3932
impossible to allocate ports at some point.
3933
* Bluetooth:
3934
- Bluetooth profiles are now saved properly by the
3935
session manager.
3936
- Improved profile detections, increased timeouts for slow
3937
devices.
3938
- Implement HFP call indicator for improved compatibility.
3939
- Handle the case where bluez does not set the adapter or
3940
address properties on the device instead of crashing.
3941
- Improved support for setting the profile from the
3942
session manager.
3943
* pulse-server:
3944
- Monitor sources now have the device.class=monitor for better
3945
compatibility.
3946
- Behaviour after seeking is improved. The algorithm for
3947
requesting bytes from the client was simplified and improved.
3948
- module-ladspa-sink implements the control argument now.
3949
- A potential memory leak in the message queue was fixed.
3950
- Use the object.serial for the pulseaudio object index. The
3951
index is not supposed to be reused and this would cause
3952
problems with some clients.
3953
- Servers should now again be able to listen in IPv4.
3954
- module-x11-bell was added.
3955
- There is now support for per-application quirks and
3956
properties in the pipewire-pulse.conf file. Per-application
3957
latency and buffering properties can also be configured.
3958
- Fix a regression in telegram sounds not playing.
3959
- Drop patches already included upstream:
3960
* 0001-alsa-improve-rate-selection.patch
3961
* 0001-audioconvert-avoid-infinite-loop.patch
3962
* 0001-bluez5-dont-create-device-if-adapter-is-missing.patch
3963
* 0001-bluez5-handle-missing-device-and-adapter-in-quirks.patch
3964
* 0001-jack-remember-last-return-from-jack_get_buffer_size.patch
3965
* 0001-loop-invoke-immediately-when-loop-is-not-running.patch
3966
* 0001-merger-also-reconfigure-when-monitor-changes.patch
3967
* 0001-pulse-server-show-monitor-sources-with-device_class_monitor.patch
3968
* 0001-pw-metadata-handle-NULL-props-from-metadata-object.patch
3969
* 0001-raop-fix-errno-check.patch
3970
3971
-------------------------------------------------------------------
3972
Wed Jan 19 16:49:42 UTC 2022 - Antonio Larrosa <alarrosa@suse.com>
3973
3974
- Add several more patches from upstream
3975
- BlueZ may be missing adapter information for devices in some cases.
3976
Ignore devices without specified adapter:
3977
* 0001-bluez5-dont-create-device-if-adapter-is-missing.patch
3978
- Fix a case when pipewwire could never call callbacks or even
3979
block forever when loop is not running:
3980
* 0001-loop-invoke-immediately-when-loop-is-not-running.patch
3981
- Reconfigure when monitor changes
3982
* 0001-merger-also-reconfigure-when-monitor-changes.patch
3983
- Handle NULL props from metadata object
3984
* 0001-pw-metadata-handle-NULL-props-from-metadata-object.patch
3985
- Improve rate selection so we don't select an invalid rate when
3986
the default is set or the card is already opened in an
3987
unsupported rate:
3988
* 0001-alsa-improve-rate-selection.patch
3989
3990
-------------------------------------------------------------------
3991
Fri Jan 14 16:34:05 UTC 2022 - Antonio Larrosa <alarrosa@suse.com>
3992
3993
- Add several patches from upstream
3994
- Avoid an infinite loop when enumerating params of the converter:
3995
* 0001-audioconvert-avoid-infinite-loop.patch
3996
- When the device or adapter is NULL, skip the quirk checks instead
3997
of crashing:
3998
* 0001-bluez5-handle-missing-device-and-adapter-in-quirks.patch
3999
- Remember the last returned value from jack_get_buffer_size and
4000
only emit a buffersize change event when something new is
4001
configured. This fixes startup of jconvolver.
4002
* 0001-jack-remember-last-return-from-jack_get_buffer_size.patch
4003
- Better emulation of pulseaudio which shows monitor sources with
4004
device.class=monitor so now pipewire does that too:
4005
* 0001-pulse-server-show-monitor-sources-with-device_class_monitor.patch
4006
- Fix an errno check:
4007
* 0001-raop-fix-errno-check.patch
4008
4009
-------------------------------------------------------------------
4010
Wed Jan 12 12:48:21 UTC 2022 - Antonio Larrosa <alarrosa@suse.com>
4011
4012
- Added more baselibs packages and their dependencies
4013
4014
-------------------------------------------------------------------
4015
Wed Jan 5 16:23:30 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
4016
4017
- Update to version 0.3.43:
4018
* Highlights:
4019
- Flatpak apps such as Ardour can now remove links again.
4020
- Many fixes to pulse-server. Memory usage should be improved.
4021
Some crashes are fixed. Underrun handling should work better.
4022
Better compatibility with GStreamer based applications after
4023
seeking.
4024
- Many of the samplerate and quantum changes bugs in previous
4025
releases were fixed. This fixes some issues where the
4026
microphone would fail to work.
4027
- Many more small fixes and improvements all over the place.
4028
4029
-------------------------------------------------------------------
4030
Thu Dec 16 16:42:31 UTC 2021 - Antonio Larrosa <alarrosa@suse.com>
4031
4032
- Revert the merge of spa-plugins and modules into the library
4033
package.
4034
- Move some of the files between packages where they make more
4035
sense.
4036
- Rename the modules subpackage to modules-%{apiver_str} so
4037
it can be versioned more easily (there still are some unversioned
4038
files in the package, but it's a step in the right direction)
4039
4040
-------------------------------------------------------------------
4041
Thu Dec 16 14:03:56 UTC 2021 - Antonio Larrosa <alarrosa@suse.com>
4042
4043
- Remove unneccesary Conflicts with packages that are Obsoleted
4044
4045
-------------------------------------------------------------------
4046
Thu Dec 16 12:32:49 UTC 2021 - Antonio Larrosa <alarrosa@suse.com>
4047
4048
- Update to version 0.3.42:
4049
* Highlights
4050
- Fixes a bug in pulse-server underrun handling that broke qemu
4051
and orca.
4052
- A fix was added to pulse-server to handle quantum changes
4053
gracefully.
4054
- Fix module-echo-cancel again.
4055
- Fix a bug where the bluetooth headset capture was producing
4056
noise.
4057
4058
-------------------------------------------------------------------
4059
Wed Dec 15 13:28:10 UTC 2021 - Antonio Larrosa <alarrosa@suse.com>
4060
4061
- Remove the dependency on wireplumber-audio which was pulling in
4062
pulseaudio. We'll require wireplumber-audio directly from
4063
wireplumber.
4064
- Remove pipewire-rpmlintrc since the filters don't apply anymore
4065
4066
-------------------------------------------------------------------
4067
Wed Dec 15 13:27:44 UTC 2021 - Antonio Larrosa <alarrosa@suse.com>
4068
4069
- Merge the pipewire-spa-plugins-0_2 and pipewire-modules
4070
packages into the libpipewire package just as the fedora packages
4071
do and simplify the filelist a bit by using some recursive
4072
listing instead of explicitly listing all files.
4073
4074
-------------------------------------------------------------------
4075
Mon Dec 13 10:33:29 UTC 2021 - Antonio Larrosa <alarrosa@suse.com>
4076
4077
- Use the gcc9-c++ compiler in SLE/Leap so it builds successfully.
4078
4079
-------------------------------------------------------------------
4080
Mon Dec 13 09:45:21 UTC 2021 - Antonio Larrosa <alarrosa@suse.com>
4081
4082
- Update to version 0.3.41:
4083
* Highlights
4084
- Improved compatibility for flatpaks. Flatpaks with newer
4085
PipeWire version can connect to an older server in all cases.
4086
- A new RAOP module was added to stream to Apple Airplay
4087
devices.
4088
- OBS can now capture from the monitor devices again when using
4089
WirePlumber.
4090
- Improved JACK compatibility. Improved stability in Carla and
4091
Ardour when changing buffer size. Improved latency
4092
calculations and playback latency in Ardour.
4093
- Improved pulse-server handling of underruns and buffer size
4094
changes.
4095
- Many bugfixes and improvements.
4096
* PipeWire
4097
- The systemd service files now have better names.
4098
- client.access permission checks are improved.
4099
- Fix some memory leaks in error paths.
4100
- Objects now have a global serial number that is unique for
4101
the lifetime of the server.
4102
- Make clock.rate, clock.allowed-rates and clock.quantum
4103
runtime tunable parameters with the settings metadata.
4104
- Add some additional memory checks in client-node to avoid
4105
sending invalid memory to clients. (#1859)
4106
- Improve buffer memory allocation. If one of the nodes is a
4107
remote node, ensure we only use memory that can be shared.
4108
- Version checks when binding to objects is removed. This means
4109
that newer clients can now bind to older servers, which is a
4110
typical case for a flatpak.
4111
- A bug in the latency calculations was fixed where it would in
4112
some cases report the wrong minumum latency.
4113
* modules
4114
- module-echo-cancel has voice-detection enabled now.
4115
- module-raop-sink and module-raop-discover to stream audio to
4116
an Apple Airplay device.
4117
- module-filter-chain now has preliminary support for LV2
4118
plugins.
4119
* SPA
4120
- The audio resampler now has improved buffer size
4121
calculations. In some cases it was too small and would cause
4122
distortions.
4123
- More checks are done when doing volume changes so that the
4124
channelmap is correct.
4125
- Audioadapter now exposes most config options with params so
4126
that they can be adjusted at runtime.
4127
- The resampler can now calculate the expected input buffer
4128
size before receiving the first buffer, which avoids some
4129
confusion when starting streams.
4130
- Support was added for some 10bit video formats.
4131
- MONO channel handling was improved.
4132
- Most plugins now set a clock name and this is configurable
4133
where it makes sense. The clock.system.monotonic clock name
4134
is used for most plugins that use the system clock for
4135
timing.
4136
* pulse-server
4137
- implement module-raop-discover
4138
- Use STREAM_CAPTURE_SINK property when capturing from a
4139
monitor source to better inform the session manager. This
4140
fixes some issues where OBS would capture from the
4141
microphone instead of the output monitor.
4142
- Limit the amount of cache messages to 16MB and don't add
4143
large memory blocks to the cache. This should fix some
4144
excessive memory usage that people reported.
4145
- Fix a potential memory leak when cleaning up a client.
4146
- Do some additional checks to avoid buffer overruns.
4147
- Improve recovery from underruns better. (#1857) This improves
4148
seeking in gnome-music.
4149
- Improve recovery when the quantum is forced larger that the
4150
stream configured latency.
4151
- The prebuf state is now handled correctly.
4152
* JACK
4153
- A per type object cache is now implemented. This ensures that
4154
port objects remain valid for a longer time because many JACK
4155
applications inspect objects after they are destroyed. This
4156
improves catia/carla compatibility.
4157
- Recompute the latencies when the buffer-size changes. Fix
4158
some cases where we would end up with negative latencies.
4159
- Handle regcomp errors to avoid some crashes later.
4160
- Latency calculations are improved a lot.
4161
- More care is taken to not call a process callback while a
4162
buffer size change is pending. This fixes some crashes in
4163
Carla, which expect that all clients are paused when one
4164
handles the buffersize callback.
4165
- Loopback links to a client are now handled correctly and
4166
without latency. This fixes playback latency in ardour6
4167
(#1839)
4168
* ALSA
4169
- ALSA devices now keep track of the samplerate of the card
4170
and ensure that all PCM use the same rate. This is a
4171
workaround for a kernel bug that is fixed in 5.16.
4172
- Refactor the ALSA plugin a little.
4173
- The ALSA plugin now reports correct delay for a capture PCM.
4174
(#1697)
4175
- The ALSA nodes now expose all config options with params
4176
that can be changed at runtime.
4177
- The ALSA node has a configurable clock name. Adaptive
4178
resampling to match clock rates is avoided when the driver
4179
has the same clock name as the ALSA node. This can be used
4180
to link alsa devices together with a word clock.
4181
4182
-------------------------------------------------------------------
4183
Sat Dec 11 16:21:56 UTC 2021 - Fabian Vogt <fabian@ritter-vogt.de>
4184
4185
- Drop server packages from baselibs.conf. Only the client parts
4186
are needed in there.
4187
4188
-------------------------------------------------------------------
4189
Fri Dec 10 09:31:47 UTC 2021 - Antonio Larrosa <alarrosa@suse.com>
4190
4191
- Minor aesthetic changes in the spec file
4192
4193
-------------------------------------------------------------------
4194
Thu Dec 9 12:14:23 UTC 2021 - Neal Gompa <ngompa@opensuse.org>
4195
4196
- Enable AAC support for Leap 15.4+
4197
4198
-------------------------------------------------------------------
4199
Thu Dec 9 11:33:29 UTC 2021 - Antonio Larrosa <alarrosa@suse.com>
4200
4201
- Replace the Recommends wireplumber to a Suggests since there's
4202
already a Require dependency on a pipewire-session-manager and
4203
when in doubt the Suggested package is selected.
4204
4205
-------------------------------------------------------------------
4206
Thu Dec 9 10:34:27 UTC 2021 - Antonio Larrosa <alarrosa@suse.com>
4207
4208
- Unconditionally enable AAC support now that fdk-aac-free is in
4209
Factory (adapted from SR 936225 by Neal Gompa
4210
<ngompa@opensuse.org>)
4211
4212
-------------------------------------------------------------------
4213
Fri Dec 3 09:06:42 UTC 2021 - Antonio Larrosa <alarrosa@suse.com>
4214
4215
- Makes sure if we're using wireplumber and pulseaudio that
4216
we don't enable the audio devices in pipewire by requiring
4217
wireplumber-audio or pulseaudio if wireplumber is installed
4218
4219
- Better integration with PulseAudio (bsc#1188516) made by tiwai:
4220
* Add Requires pulseaudio-setup package for the extra setups
4221
in the %post section
4222
* Add the missing Recommends alsa-plugins-pulse to
4223
pipewire-pulseaudio package
4224
4225
-------------------------------------------------------------------
4226
Fri Nov 12 12:47:56 UTC 2021 - Bjørn Lie <bjorn.lie@gmail.com>
4227
4228
- Update to version 0.3.40:
4229
* Highlights:
4230
- Producers and consumers can now incrementally negotiate a
4231
format by narrowing down the options. This can be used to
4232
select an optimal combination of format and modifiers.
4233
- Driver nodes such as the consumer of a headless compositor
4234
can now throttle the speed based on a new trigger_done event.
4235
- Headless compositors can now signal a damage event to
4236
consumers to start the processing of the graph.
4237
- Compatibility improvements in JACK.
4238
- Draining and resuming is now working correctly in pulse and
4239
alsa.
4240
- Many bugfixes and improvements.
4241
* PipeWire:
4242
- Many BSD fixes.
4243
- clang compilation fixes.
4244
- Fix map implementation on big-endian machines.
4245
- Improve tracking of param changes in pw-stream.
4246
- Add support for renegotiation. With this change, producer and
4247
consumer can incrementally renegotiate a format until it is
4248
fixed. This will be used to do complex negotiation of DRM
4249
modifiers.
4250
- Add a trigger-done event in the stream. This can be used to
4251
know when processing of the complete graph has finished after
4252
issuing a trigger_process() and it can be used to throttle
4253
processing.
4254
- Add a RequestProcess node event and command. This can be used
4255
by non-driver nodes to suggest to a driver to start
4256
processing. One case is where a compositor can emit this
4257
event as a result of a screen update to let the headless
4258
compositor start an update.
4259
- Fix zeroconf sample format.
4260
- pw-mon outputs to stderr now and has colors.
4261
* SPA:
4262
- Fix compilation on ppc and armv7.
4263
- Fix port type check for ALSA seq midi ports so that they are
4264
not falsely listed as hardware.
4265
- Fix crash when running SSE code on unsupported HW.
4266
- The libcamera plugin was rewritten. It now supports hotplug,
4267
format enumeration and an easier to read codebase.
4268
- Fix compatibility some more for cards with 64 channels.
4269
* pulse-server:
4270
- Flush data in pause in combine-sink to avoid stray audio
4271
fragments.
4272
- Fix a race where not all objects were removed correctly.
4273
- The latency calculations and setup was improved to more
4274
closely match pulseaudio behaviour. PULSE_LATENCY_MSEC should
4275
now resemble pulseaudio more closely.
4276
- The drained reply is now sent only once and new data will be
4277
accepted once the drain completes.
4278
- Fix a potential crasher bug where the stream started
4279
processing before the setup was completed.
4280
- The server will now drop the client connections when the
4281
pipewire connection is lost.
4282
* JACK:
4283
- Rework the jack_port_get_buffer() method to return the same
4284
memory when called multiple times during the process()
4285
callback. This makes things work on a new Hydrogen.
4286
- Add an option to disable showing the monitor ports.
4287
- JACK ports are now sorted per node/client and port_id. This
4288
should more closely match JACK behaviour and avoid random
4289
port order.
4290
* v4l2:
4291
- Fix v4l2 LD_PRELOAD script.
4292
- Make sure we destroy the proxy when the global is destroyed.
4293
* ALSA:
4294
- _prepare should exit the draining state.
4295
- Fix the precision of the _delay function by taking into
4296
account the amount of queued samples are the correct
4297
samplerate.
4298
- Drop patches fixed upstream:
4299
* 0001-cpu-fix-compilation-on-some-architectures.patch
4300
* 0001-map-make-_insert_at-fail-on-a-removed-item.patch
4301
* 0002-map-use-uintptr_t-for-the-next-pointer.patch
4302
4303
-------------------------------------------------------------------
4304
Wed Nov 3 08:47:41 UTC 2021 - Antonio Larrosa <alarrosa@suse.com>
4305
4306
- Recommend wireplumber so it's preferred to pipewire-media-session
4307
4308
-------------------------------------------------------------------
4309
Fri Oct 29 15:17:51 UTC 2021 - Antonio Larrosa <alarrosa@suse.com>
4310
4311
- Add patches from upstream to fix build in s390x:
4312
* 0001-map-make-_insert_at-fail-on-a-removed-item.patch
4313
* 0002-map-use-uintptr_t-for-the-next-pointer.patch
4314
4315
-------------------------------------------------------------------
4316
Fri Oct 29 08:54:01 UTC 2021 - Antonio Larrosa <alarrosa@suse.com>
4317
4318
- Use readline-devel instead of pkgconfig(readline) so it can be
4319
built in Leap15.3/SLE15-SP3
4320
4321
-------------------------------------------------------------------
4322
Thu Oct 21 10:10:40 UTC 2021 - Antonio Larrosa <alarrosa@suse.com>
4323
4324
- Fix %systemd_user_post using the now separated
4325
pipewire-media-session.service
4326
4327
-------------------------------------------------------------------
4328
Thu Oct 21 09:27:57 UTC 2021 - Antonio Larrosa <alarrosa@suse.com>
4329
4330
- Update to version 0.3.39
4331
* Highlights
4332
- media-session is now moved into a separate module to speed up
4333
its deprecation in favour of WirePlumber.
4334
- There is now an LD_PRELOAD v4l2 emulation library to run some
4335
existing v4l2 applications on top of PipeWire.
4336
- Filter-chains should now flush out remaining samples when
4337
paused. There is now also the option to let a filter-chain
4338
drain so that long filters
4339
such as reverbs can fade out properly.
4340
- Stability and compatibility improvements in JACK apps.
4341
- Better Bluetooth compatibility with more devices.
4342
- libcamera plugin improvements.
4343
- Many bugfixes and improvements all over the map.
4344
* PipeWire
4345
- Fix compilation on ARM.
4346
- Log topics are added to most modules.
4347
- Documentation updates. Many improvements to the layout.
4348
Reorganisation of the modules and groups.
4349
- Share a work queue for all links and nodes. This removes the
4350
need for a separate eventfd per link and per node.
4351
- Catch errors in the map implementation.
4352
- Add option to compile without dbus support.
4353
- Fix biquad frequency. It was using the wrong sample rate.
4354
- Fix a potential crash when destroying nodes, in some cases
4355
the node would not be deactivated properly.
4356
- Add some more helpers for dealing with properties and their
4357
values.
4358
- Implement flush and reset on virtual sinks/sources.
4359
- Make it possible to let virtual sinks/filter-chains run and
4360
drain after being idle.
4361
- Fix a bug where the quantum could exceed the maximum because
4362
it was scaled with the sample rate.
4363
- Fix channel_map parsing in module-zeroconf-discover so that
4364
the remote channel map is used.
4365
- pw-stream errors emitted on the proxy are reported but not
4366
fatal any more. They are usually used by the session manager
4367
to signal status to the client but otherwise does not really
4368
cause an error on the client.
4369
- Links now also store the output and input node id in the
4370
global properties so that applications can parse and use them
4371
regardless of how the link was made. (#1723)
4372
- pw-stream and pw-filter now have an event to notify commands.
4373
- The echo-cancel module can now operate on larger quantums.
4374
- pw-cat now uses the right metadata to find the default
4375
devices in --list-targets.
4376
* media-session
4377
- Don't try to remix unpositioned streams when linking. This
4378
ensures that linking to Pro-Audio nodes does not remix the
4379
stream channels but links them as they are, one by one.
4380
- media-session is now moved to a separate module to accelerate
4381
its deprecation in favour of WirePlumber.
4382
* SPA
4383
- Many libcamera improvements, handle MemFd buffers, handle
4384
errors gracefully.
4385
- Small improvements to make interface fall-backs easier to
4386
implement.
4387
- Add support to enable flush-to-zero and denormals-are-zero
4388
to avoid high CPU usage when dealing with denormals.
4389
- AUX13 channels are no longer reported as AUX12. (#1727)
4390
- Devices with more than 32 channels in Pro-Audio mode now only
4391
uses AUX channels.
4392
- Improve windowing function of the resampler to reduce
4393
aliasing and improve the quality.
4394
* JACK
4395
- Port connect callbacks will not only be emitted after the
4396
port has negotiated buffers, which improves compatibility
4397
with applications that try to use the port right after the
4398
callback (jack_midi_latency_test).
4399
- Fix crash when midi ports were removed and being monitored,
4400
like in Ardour.
4401
* pulse-server
4402
- The pulse tunnel will now use the specified
4403
format/rate/channels.
4404
- Improve lookup of default source and fall back to the
4405
monitors when no sources are available.
4406
- Mark some nodes as network nodes so that we can set the
4407
NETWORK flag correctly.
4408
* GStreamer
4409
- The GStreamer element not releases the buffers in the stream
4410
again in all cases so that they can be reused by other
4411
streams.
4412
* v4l2
4413
- Add a v4l2 LD_PRELOAD library to emulate v4l2 system calls on
4414
top of PipeWire. This is tested with firefox and GStreamer
4415
and is known to not work with Chrome.
4416
* Bluetooth
4417
- AAC compatibility improvements.
4418
- Disable hardware volume for "Tribit MAXSound Plus" and
4419
"SoundCore mini".
4420
- Add quirk to disable faststream. Disable faststream on
4421
"FiiO BTR3".
4422
- Add a dummy AVRCP player to improve compatibility with some
4423
devices.
4424
- Remove patch:
4425
* 0001-fix-compilation-on-ARM.patch
4426
- Add patch from upstream:
4427
* 0001-cpu-fix-compilation-on-some-architectures.patch
4428
4429
-------------------------------------------------------------------
4430
Wed Oct 13 09:10:51 UTC 2021 - Antonio Larrosa <alarrosa@suse.com>
4431
4432
- Add patch from upstream to fix compilation on ARM (boo#1191600):
4433
* 0001-fix-compilation-on-ARM.patch
4434
4435
-------------------------------------------------------------------
4436
Thu Sep 30 10:03:37 UTC 2021 - Antonio Larrosa <alarrosa@suse.com>
4437
4438
- Update to version 0.3.38:
4439
* Highlights
4440
- Topic based logging was added to improve debugging.
4441
- An off-by-one error was fixed in the audio resampler that could
4442
cause distortion when downsampling.
4443
- Various bluetooth compatibility improvements.
4444
- More fixes and improvements.
4445
* PipeWire
4446
- module-pulse-tunnel now has better default latency to make it work
4447
better in more cases. There is also an option to configure the
4448
desired latency.
4449
- pw-cli now has readline support.
4450
- Topic based logging was added. Log lines can now be filtered by
4451
topic using wildcards. This should improve debugging.
4452
- The systemd service files should now have better descriptions.
4453
- Fix a crash in module-zeroconf-discover when unloading.
4454
- Fix a crash in filter-chain when using unaligned memory.
4455
* ALSA
4456
- Sync the udev rules and profiles with pulseaudio.
4457
- Fix a memory leak.
4458
* SPA plugins
4459
- An off-by-one error was fixed in the resampler that could cause
4460
distortion when downsampling. (#1646)
4461
* Bluetooth
4462
- Avoid probing the native backend because it might block for DBus
4463
activation. This fixes some long startup times.
4464
- Fix the kernel version check, 5.14.x kernels should also support
4465
mSBC.
4466
- Fix FastStream microphone support in more cases.
4467
- Add workaround for Intel AX200.
4468
- SCO sink should now also work in follower mode.
4469
* PulseAudio server
4470
- Make the service file require a session manager.
4471
4472
-------------------------------------------------------------------
4473
Wed Sep 29 18:51:13 UTC 2021 - Antonio Larrosa <alarrosa@suse.com>
4474
4475
- Add BuildRequires: pkgconfig(readline) so pw-cli is built with
4476
readline support
4477
4478
-------------------------------------------------------------------
4479
Thu Sep 23 09:20:46 UTC 2021 - Antonio Larrosa <alarrosa@suse.com>
4480
4481
- Update to version 0.3.37:
4482
* Highlights
4483
- Capture and playback is now avoided even more on unavailable
4484
devices. This should fix some issues where an unusable
4485
microphone was selected by default. It should now also again
4486
be possible to select an unavailable device as the default.
4487
- Native DSD audio playback is now supported. pw-cat can now
4488
also play DSF files with the -d option.
4489
- JACK stability improvements with buffer-size and samplerate
4490
changes in some apps.
4491
- Many cleanups and bugfixes all over the place.
4492
* PipeWire
4493
- pw-metadata -d does not cause an infinite loop anymore.
4494
(#1622)
4495
- Increase some plugin buffer sizes to fix some issues with
4496
many channels. (#1620)
4497
- Protect the global plugin list with a lock. Make sure
4498
pw_init() is locked. Fixes some issues with concurrent ALSA
4499
plugin usage.
4500
* media-session
4501
- Unavailable devices can be set as the default again. (#1624)
4502
- Do a better check if a device has available routes and avoid
4503
selecting devices with unavailable routes as default.
4504
- Media-session was moved to its own directory. It used to live
4505
in examples but it is past the example stage and it
4506
interferes with the build options for the real examples.
4507
* Bluetooth
4508
- The hardware quirk database is now loaded by the plugin
4509
instead of the session manager. This makes it also work with
4510
wireplumber.
4511
* ALSA
4512
- The ALSA mixer now handles device removal much better.
4513
(#1627)
4514
* libcamera
4515
- Many fixes and improvement to the libcamera plugin. (#1513)
4516
* pulse-server
4517
- Improve compatibility with pulseaudio module arguments.
4518
- Parse channel_map arguments in module-loopback. (#1486)
4519
* JACK
4520
- Delay emiting the samplerate and buffersize callbacks until
4521
the client is active. This fixes some crashes with Carla and
4522
other JACK apps.
4523
4524
- Drop patches already included upstream:
4525
* 0001-media-session-dont-use-after-free-if-linking-node-removed.patch
4526
* 0002-update-version-number-as-well.patch
4527
4528
-------------------------------------------------------------------
4529
Mon Sep 20 06:51:15 UTC 2021 - Antonio Larrosa <alarrosa@suse.com>
4530
4531
- Add patches from upstream to fix an "use-after-free" error and
4532
to set the version number correctly:
4533
* 0001-media-session-dont-use-after-free-if-linking-node-removed.patch
4534
* 0002-update-version-number-as-well.patch
4535
4536
-------------------------------------------------------------------
4537
Thu Sep 16 14:23:44 UTC 2021 - Antonio Larrosa <alarrosa@suse.com>
4538
4539
- Update to version 0.3.36:
4540
* Highlights
4541
- A quick update with mostly only bugfixes and small
4542
improvements.
4543
- Capture and playback is now avoided on unavailable devices.
4544
This should fix some issues where an unusable microphone was
4545
selected by default.
4546
- MIDI output should not stop randomly now.
4547
- The GStreamer elements are much improved, cheese should work
4548
a lot better now.
4549
- Virtual sinks and sources should now always show up
4550
immediately.
4551
- JACK processing is now delayed until buffersize and
4552
samplerate are emited. This should improve stability of many
4553
JACK apps.
4554
- JACK transport sync is now implemented correctly so that
4555
preroll in bitwig works.
4556
* PipeWire
4557
- The module dir environment variable can now contain multiple
4558
paths.
4559
- Documentation now contains dot graphs of dependencies.
4560
(#1585)
4561
- config min/max/default quantum values are now scaled with the
4562
samplerate.
4563
- A potential crash was fixed where destroyed memory was still
4564
used by a node. This could cause crashes in cheese.
4565
* pipewire-media-session
4566
- Only allow passthrough for passthrough formats (S/PDIF) for
4567
now. (#1587)
4568
- Improve bluetooth profile autoswitch.
4569
- Don't try to route audio to nodes with unavailable routes.
4570
* ALSA
4571
- Pass the right AES bits to the alsa device when opening an
4572
S/PDIF stream.
4573
- Fix a bug in the MIDI bridge port management logic. When a
4574
port was added and immediately removed, output would stop.
4575
* GStreamer
4576
- The GStreamer source now handles the flushing state
4577
correctly.
4578
- All blocking operations now have a 30 seconds timeout, to
4579
avoid infinite locks.
4580
* Plugins
4581
- V4l2 Device formats and controls are now passed on the node,
4582
just like with audio devices.
4583
- audioconvert now also exposes the softMute property.
4584
* JACK
4585
- Improve stability when changing buffer size and sample rate
4586
dynamically by pausing the processing until the application
4587
has handled the callback.
4588
- Improve handling of timebase master. When the master was
4589
moved to another driver, it did not attempt to become a new
4590
timebase master on the new driver. (#1589)
4591
- Implement transport sync to make preroll in bitwig work.
4592
(#1589)
4593
* pulse-server
4594
- Fix an issue where virtual sinks/sources would not show up
4595
immediately. (#1588)
4596
4597
-------------------------------------------------------------------
4598
Thu Sep 9 08:49:42 UTC 2021 - Frederic Crozat <fcrozat@suse.com>
4599
4600
- Update to version 0.3.35:
4601
* Highlights:
4602
- S/PDIF passthrough over optical or HDMI is now implemented.
4603
- Some critical fixes to MIDI, draining of streams and various
4604
modules.
4605
- skypeforlinux should work better now after adding it to the
4606
quirks database.
4607
- Bluetooth codecs are now in separate plugins to make it
4608
easier to ship them.
4609
* PipeWire:
4610
- Drain was fixed in pw-stream. In some cases it would not
4611
clear the drain state correctly. Fixes the issue where
4612
speaker-test would only play one channel.
4613
- Loopback connections to a driver will now activate the
4614
driver. This fixes an issue where MIDI connections between
4615
devices or some applications (puredata) would not get any
4616
MIDI messages. (#1559)x.
4617
- The audiomixer can now mix more formats. Together with the
4618
passthrough improvements this can be used to avoid
4619
conversions to/from the DSP format in some cases.
4620
- Make sure we idle drivers when removing a node from it in all
4621
cases. JACK clients could keep a driver node busy.
4622
- Add new methods to accumulate object info. The old one was
4623
difficult to use when applications need to accumulate
4624
multiple changes.
4625
- A new interface to load modules has been added. Plugins can
4626
use this to ask the host (PipeWire) to load spa plugins.
4627
- Increase param buffer size to handle larger params. Nodes
4628
with a large number of channels would sometimes not have
4629
properties. (#1574)
4630
- Concurrent link negotiation that caused some links to not
4631
work, is now avoided. This fixes monitor ports in Ardour6.
4632
- Small tweaks to how the quantum and rate are handled when
4633
nodes move between drivers. Make node.lock-quantum work with
4634
node.latency
4635
* PipeWire modules:
4636
- The convolver plugin in filter-chain has been optimized some
4637
more.
4638
- The echo-cancel stream properties were improved so that it
4639
actually can remember the streams it links to. (#1557)
4640
- module-pulse-tunnel had the buffer attributes wrong and would
4641
cause high latency with older pulseaudio servers. (#1434)
4642
- module-roc had the properties configured wrongly, which would
4643
cause it to not work at all in most cases. (#1538)
4644
- There is now an example of a 7.1 virtual surround sink using
4645
the hesuvi impulse responses.
4646
- The convolver now supports dirac pulses as the IR.
4647
* ALSA:
4648
- UCM config is now cached per device, using up less memory. It
4649
also temporarily works around a problem in alsa-lib that is
4650
now being patched and rolled out. Should stop devices from
4651
disappearing when logging out and back in. (#1553)
4652
- Fix the MIDI clock rate matching. It was too sensitive to
4653
small changes and would spiral out of control and break MIDI
4654
rather quickly.
4655
* pipewire-media-session:
4656
- The media session can now save and restore IEC958 (S/PDIF)
4657
codecs for the sinks.
4658
- Passthrough of IEC958 (S/PDIF) content is now possible. If
4659
the client and the sink contain a compatible set of codecs,
4660
an exclusive connection can be made between client and sink to pass
4661
the encoded S/PDIF content directly to the device.
4662
- Use new introspection info update methods to suspend nodes in
4663
all cases. Sometimes, nodes would fail to suspend because the
4664
state info was not evaluated.
4665
- The media session can now work in non-DSP mode, which will
4666
try to avoid any audio conversions between client and device
4667
when possible. But, this will also disable compatibility with
4668
JACK applications.
4669
* Bluetooth
4670
- Bluetooth codecs are now compiled into separate plugins which
4671
are dynamically loaded. This makes it possible to change the
4672
plugin implementation or ship plugins separately without
4673
having to recompile the bluetooth module.
4674
* PulseAudio server
4675
- Delay stream create reply until the stream is linked to a
4676
sink/source.
4677
- The device-restore extension is now implemented. This makes
4678
it possible to configure the IEC958 (S/PDIF) codecs supported
4679
by the sink with pavucontrol.
4680
- skypeforlinux now uses the same quirks as teams to make the
4681
sinks show up in all cases. This fixes the issue of not being
4682
able to hear the remote end in skypeforlinux.
4683
* JACK
4684
- Improve catia and carla compatibility by caching objects a
4685
little longer after being removed. (#1531)
4686
- JACK ports now notify the negotiated format correctly.
4687
- A potential deadlock was fixed when multiple threads would
4688
perform a call that would require a roundtrip.
4689
- Improve bufsize callback, it should not be called right after
4690
doing activate() but only when the buffersize changes later.
4691
- Add tweak to disable the process lock. Some older apps might
4692
not expect it. (#1576)
4693
* Docs
4694
- man pages are now generated with rst2man.
4695
- DMA-BUF docs were updated.
4696
- Documentation updates.
4697
- Replace BuildRequires xmltoman with docutils (rst2man)
4698
- Update libcamera Buildrequires.
4699
4700
-------------------------------------------------------------------
4701
Fri Aug 27 08:33:01 UTC 2021 - Antonio Larrosa <alarrosa@suse.com>
4702
4703
- Add BuildRequires: pkgconfig(libcap) since it's being searched
4704
by the build scripts.
4705
- Replace BuildRequires: pkgconfig(libopenaptx) with libfreeaptx
4706
since openaptx has a license issue
4707
- Use bcond_with to enable/disable the usage of libcamera
4708
(the defaults are not changed: it's disabled in Leap since
4709
upstream doesn't recommend enabling it yet and enabled in TW
4710
since we can allow some experimental support there)
4711
- Changes suggested by darix.
4712
4713
-------------------------------------------------------------------
4714
Thu Aug 26 12:27:15 UTC 2021 - Antonio Larrosa <alarrosa@suse.com>
4715
4716
- Update to version 0.3.34:
4717
* Highlights
4718
- Fixes some critical issues with previous release. Such as
4719
devices not showing up and default devices being lost.
4720
- Support for consumer driver streams to make the producer
4721
v-sync to the consumer monitor in a headless compositor
4722
setup.
4723
- Improvements to routing of streams.
4724
- Bluetooth battery status support for head-set profile and
4725
using Apple extensions. aptX-LL and FastStream codec support
4726
was added.
4727
- Internal latency of ALSA devices can now be configured.
4728
- A fast convolver was added to the filter-chain to implement
4729
virtual surround sinks or reverbs.
4730
* PipeWire
4731
- Add support for streams that are driver nodes for the graph.
4732
This was already possible for source streams but it is now
4733
also possible for playback streams. This can be used to let
4734
a producer v-sync to the consumer monitor in a headless
4735
compositor setup. (#1484)
4736
- State files are now stored in XDG_STATE_HOME instead of
4737
XDG_CONFIG_HOME. They will still be loaded from the config
4738
home if they are not in the new state home, to ease
4739
migration.
4740
- Set a driver on inactive nodes to make transport work in
4741
xjadeo. (#1491)
4742
- Fix parsing of filter-chain controls.
4743
- A new FFT based convolver was added to module-filter-chain.
4744
It uses a 0-latency 2 stage convolver with small FFT for the
4745
head and a large FFT for the tail of the convolution. A
4746
convolution can be used to implement IR based reverbs, HRIR
4747
surround sound or other convolution based operations. An
4748
example HRIR virtual surround sound sink has been added as
4749
well.
4750
- module-filter-chain was reworked a bit to support more config
4751
options for the plugins.
4752
- Endian conversion and alaw/ulaw formats are now supported for
4753
streams.
4754
- pw-cat will now suggest a samplerate for the graph.
4755
- SPA_PLUGIN_DIR can now search in multiple paths separated
4756
with a ':'.
4757
- Passthrough mode has been worked on and has been partially
4758
merged. S/PDIF definitions have been added and ALSA devices
4759
updated to report and configure S/PDIF formats. The session
4760
manager changes to fully configure and enable passthrough
4761
mode will hopefully be merged next time.
4762
- Fix a race in pw-stream where it would not always emit the
4763
right events.
4764
* ALSA
4765
- Fix volume changed check. It was checking against the wrong
4766
value and this could cause rounding errors.
4767
- The ALSA plugin now also uses RT scheduling.
4768
- Fix the behringer UMC202 usb device id, it was using a
4769
generic TI chip ID that caused problems.
4770
- Fix USB devices that don't show up anymore. Use an ALSA
4771
workaround to fix this. (#1478)
4772
- Add a rule for the new firmware of Sennheiser GSX 1200.
4773
- ALSA sink and source can now use ProcessLatency param to
4774
configure the internal latency. The latencyOffsetNsec
4775
property is also exposed so that the latency can be adjusted
4776
in pavucontrol as well.
4777
* media-session
4778
- Fix a critical issue where the default device was not
4779
remembered anymore when it was removed.
4780
- Fix the issue where some apps need to be restarted when
4781
nodes go away and reappear.
4782
- Improve routing of streams. Streams that have a specific
4783
target set will now be moved to the target when it appears
4784
instead of staying on the fallback.
4785
- Small memory leak fixes.
4786
- Try to switch back to the user selected profile after
4787
finishing a Bluetooth recording.
4788
* Bluetooth
4789
- Add support for HF indicator 2 battery status.
4790
- Add support for XAPL battery status.
4791
- Set the Communication intended role for HFP profile.
4792
- Enable SBC-XQ by default if not disabled by quirks.
4793
- Fix some potential crashes due to excessive polling.
4794
- Add aptx-LL codec and enable duplex for aptx-LL devices.
4795
- Add FastStream codec. This is a codec that can use a
4796
duplex SBC channel.
4797
* PulseAudio server
4798
- Suggests a samplerate for the graph.
4799
- Support for handling S/PDIF (IEC958) formats was added. This
4800
will start working when the session manager supports
4801
configuring streams and nodes in passthrough mode.
4802
- Be smarter when handling devices without a negotiated format
4803
yet so that they are visible as well. This makes virtual
4804
devices show up immediately.
4805
* ALSA plugin
4806
- Now suggests a samplerate for the graph.
4807
* JACK
4808
- The jack.pc file can only be generated with meson >= 0.59.0.
4809
When the jack-devel option is enabled, it will generate an
4810
error with older meson.
4811
- Small stability improvements when connecting/disconnecting in
4812
Ardour.
4813
4814
-------------------------------------------------------------------
4815
Thu Aug 5 14:54:31 UTC 2021 - Frederic Crozat <fcrozat@suse.com>
4816
4817
- Update to version 0.3.33:
4818
* Highlights
4819
- Better support for virtual sinks/sources for Pro Audio
4820
profile.
4821
- Better DMA-BUF format modifier negotiation.
4822
- Support multiple sample rates in the graph. Not enabled
4823
by default yet.
4824
- Bluetooth can now automatically switch between headset
4825
and audio profile.
4826
- Documentation updates.
4827
- Many improvements and crasher fixes.
4828
* PipeWire
4829
- Make AUX channels an official channel map, use this for the
4830
PRO audio profile so that we can name the channels. This
4831
make it possible to define virtual sources and sinks for
4832
Pro Audio devices in a more reliable way.
4833
- Fix scheduling of some virtual sinks/sources. (#1407)
4834
- Fix potential corruption of ringbuffer because of multiple
4835
concurrent writers. This might be the cause for many reported
4836
crashes. (#1451)
4837
- Don't place sockets in $HOME. (#1443)
4838
- Improve DMA-BUF negotiation. Add a flag to avoid fixation
4839
of a property so that producers can negotiate more
4840
efficiently. This is used to negotiate DMA-BUF modifiers,
4841
which should make more efficient use of the GPU. (#1084)
4842
- Add support for multipe sample rates. The graph can switch
4843
when IDLE to one of the supported rates. Add an option to
4844
lock the rate as well. This is not enabled by default yet
4845
because of driver bugs that need to be worked around first.
4846
- Add node.lock-quantum property that can be used to lock the
4847
quantum in place.
4848
- Improve latency reporting in the loopback module.
4849
- Make new client-node method to send the peer port id to the
4850
mixer. This can be used to know where the buffers entering the
4851
mixer are coming from. (#1471)
4852
* Tools
4853
- pw-top should now also correctly show bluetooth devices.
4854
(#1540)
4855
* media-session
4856
- Handle unset of the default node.
4857
- Added a module that can switch the bluetooth profile to headset
4858
profile when a stream wants to record from it.
4859
* JACK
4860
- Only call the jack callbacks when the client is active. Some
4861
JACK applications don't expect callbacks before the client is
4862
active and crash (x42-dpl). (#1461)
4863
- Emit client unregister event.
4864
- Add per-client match rules in the config file to set app
4865
specific configuration and tweaks. (#1456)
4866
- Use peer_id to implement jack_port_get_buffer() from one of
4867
our peer ports to get the data before it enters the mixer.
4868
Makes the capture monitors work in Ardour6.8. (#1471)
4869
* Bluetooth
4870
- Add some broken kernel versions to the mSBC blocklist
4871
- Avoid looping and consuming CPU when we can't write to the
4872
BT socket.
4873
- Use libfreeaptx instead of libopenaptx.
4874
- Fix rounding errors in HW volume conversion.
4875
* PulseAudio server
4876
- implement module-switch-on-connect to emulate pulseaudio
4877
behaviour of new devices. Some desktop environments expect
4878
this behaviour and break otherwise.
4879
- Fix stream cleanup, make sure the stream is stopped before
4880
destroying it. Might be cause for some of the reported
4881
crashes.
4882
- Update message API to use the JSON format.
4883
* Other
4884
- Many documentation updates.
4885
- Many cleanups and small improvements.
4886
- Support the latest libcamera version. (#1435)
4887
- Drop pipewire-fix-libcamera-build.patch, merged upstream.
4888
4889
-------------------------------------------------------------------
4890
Tue Jul 27 06:23:36 UTC 2021 - Antonio Larrosa <alarrosa@suse.com>
4891
4892
- Move with-{alsa,jack,pulseaudio} from the media-session package
4893
to the packages that implement each support.
4894
4895
-------------------------------------------------------------------
4896
Thu Jul 22 07:55:13 UTC 2021 - Frederic Crozat <fcrozat@suse.com>
4897
4898
- Add patch pipewire-fix-libcamera-build.patch: fix build with
4899
latest libcamera.
4900
- Do no build libcamera support on Leap 15.3 or lower (too old
4901
libcamera) and change name of BuildRequires from camera to
4902
libcamera.
4903
- Update minimal version for alsa buildrequires.
4904
4905
-------------------------------------------------------------------
4906
Tue Jul 20 12:46:57 UTC 2021 - Frederic Crozat <fcrozat@suse.com>
4907
4908
- Update to 0.3.32:
4909
* Highlights
4910
- Real-time priority handling for threads was reworked.
4911
Freewheeling will now drop RT priorities to avoid being
4912
killed.
4913
- Problems with filter chains and echo-cancel being linked in
4914
a loop was fixed.
4915
- alsamixer should now be able to see the mixer controls again.
4916
- JACK has seen some latency reporting improvements that make
4917
Ardour report latencies correctly.
4918
- Many bugfixes and improvements.
4919
* PipeWire
4920
- Fix a bug in the neon audio resampler code.
4921
- There is now a node.link-group property to relate linked
4922
streams. this can be used to track the dataflow with
4923
coupled streams.
4924
- Fix a crash when recalculating latency on a destroyed
4925
port. (#1371)
4926
- Filter chains and other modules that create streams can
4927
now also be added to the daemon config itself. (#1309)
4928
- Fix some potential deadlocks in timerfd. (#1377)
4929
- Feedback links are skipped when recalculating latency to
4930
avoid loops.
4931
- The dummy driver and null-sink now stop the timerfd when
4932
following another driver instead of generating useless
4933
graph wakeups.
4934
- rt.limit was increased to 2 seconds. Some applications got
4935
killed because they run lengthy code in the Real-Time
4936
thread. (#1344)
4937
- Fix s24_32 to float, it was not sign extending
4938
properly. (#1393)
4939
- The performance of the feedback loop check algorithm was
4940
improved a lot, making complex graphs start much much faster.
4941
- The zeroconf publish module now doesn't republish nodes
4942
every time the volume changes. (#1406)
4943
- A potential memory corruption error has been fixed in the
4944
loop that could cause random crashes.
4945
- Mempools can now be created from multiple threads at the
4946
same time.
4947
* media-session
4948
- Loops in coupled streams are now avoided. (#1394)
4949
- Port changes for inactive profiles are ignored now by
4950
the default-route module. (#1403)
4951
* ALSA
4952
- Make sure tha alibpref is not part of the device node name
4953
because it is random. (#1362)
4954
- Fixed an off-by-one that could cause midi events to end up
4955
with a wrong timestamp and thus being discarded by
4956
some apps. (#1395)
4957
- Fix some memory leaks when destroying a card object.
4958
* JACK
4959
- Fix some invalid cycle wakeups that could cause JACK
4960
application to run with a 0 buffer size. (#1386)
4961
- JACK can now use rtkit to manage realtime priorities
4962
on threads.
4963
- The Real-time priority is dropped when entering freewheel
4964
mode to make sure we don't get killed when using
4965
too much CPU.
4966
- jack_recompute_total_latencies() is now implemented, fixing
4967
the latency reporting in Ardour. (#1388)
4968
- Fix some overflows in time calculations.
4969
- Ensure frame_rate in position is never 0.
4970
- Graph callbacks are now emitted as well.
4971
* Bluetooth
4972
- RTP payload type is now set correctly for aptX, LDAC and
4973
SBC, which should improve compatibility with devices that
4974
care about this.
4975
* PulseAudio server
4976
- There is now a quirks database to deal with bad clients.
4977
The database is builtin but can be made external later.
4978
Teams is now lied to and told all sink/sources use
4979
s16 samples to make it show all sinks/sources.
4980
Firefox is forced to remove the DONT_MOVE flag on
4981
capture streams so that you can move firefox streams
4982
with other tools.
4983
- The UNDERFLOW warnings are now made into info log messages
4984
to not spam the log too much. Many application just let
4985
things underrun and PulseAudio did not warn about this
4986
either. (#910)
4987
* ALSA plugin
4988
- The alsa plugin now uses the right metadata for finding the
4989
default source and sink, which makes the volume controls
4990
reappear. (#1384)
4991
* Other
4992
- Cleanups in pulse-server and pipewire.
4993
- Documentation additions.
4994
4995
-------------------------------------------------------------------
4996
Tue Jul 13 14:52:35 UTC 2021 - Antonio Larrosa <alarrosa@suse.com>
4997
4998
- Make the jack replacement libraries really replace jack libraries
4999
just like Fedora does (adding the path to the pipewire
5000
replacement libraries to ld.so.conf.d and conflicting with jack).
5001
- Remove the spec code that forced the packages not to provide the
5002
jack libraries. They seem to be ready to replace jack libraries
5003
now.
5004
- Add a pipewire-libjack-0_3-devel package with development files
5005
for pipewire's jack replacement.
5006
- Enable the libcamera module
5007
5008
-------------------------------------------------------------------
5009
Tue Jun 29 06:12:36 UTC 2021 - Antonio Larrosa <alarrosa@suse.com>
5010
5011
- Add %pre and %post sections to the new media-session subpackage.
5012
- Move the references to the media-session service from the
5013
workaround in pipewire's %post section to the workaround in the
5014
new subpackage's %post section.
5015
5016
-------------------------------------------------------------------
5017
Mon Jun 28 16:14:29 UTC 2021 - Frederic Crozat <fcrozat@suse.com>
5018
5019
- Update to 0.3.31:
5020
* Highlights
5021
- Fixes for alsa-lib 1.2.5
5022
- New pulseaudio modules: module-avahi-zeroconf,
5023
module-pipe-source, module-roc-sink, module-roc-source
5024
- JACK has seen massive stability improvements. Locking
5025
and correctness wrt to callbacks and has been reworked. Also
5026
thread priorities have improved.
5027
- Handle various crashes and lockups when running out of file
5028
descriptors.
5029
- Bluetooth now uses a hardware database to disable
5030
non-working features on listed devices.
5031
- Scheduling quantum and rate can now be changed dynamically
5032
with pw-metadata.
5033
- Many bugfixes and improvements.
5034
* PipeWire
5035
- Improve cleanup of context in error cases.
5036
- There is now a pw-test framework for improved unit tests.
5037
- Improve property serialization to valid JSON.
5038
- Fix some macros to work with better with coverity.
5039
- Metadata permissions are checked now. Clients need the
5040
M permission on an object to be able to set metadata for
5041
it.
5042
- The core metadata object will now remove metadata for
5043
removed objects, the implementor does not need to worry
5044
about that anymore.
5045
- Audioadapter will now follow the rate of the graph with
5046
the resampler adjusting itself dynamically.
5047
- Core now has a metadata implementation helper. A context
5048
will expose a metadata with settings that can be changed
5049
at runtime. This can be used to change the lowlevel or
5050
graph quantum and samplerate on the fly.
5051
- An infinite loop was fixed in the audio converter.
5052
- Handle out-of-fds more gracefully. Handle truncated
5053
control data by dropping the client connection.
5054
- Fix profiler crash with many streams.
5055
- Improve latency handling in pw-filter. There is now a
5056
default handler and a ProcessLatency parameter to simplify
5057
latency reporting.
5058
- Latency reporting was improved in devices and streams.
5059
- And example sink/source was added.
5060
* ALSA
5061
- hardware mute and volume are now properties on the
5062
Route param to make things easier.
5063
- More fixes for alsa-ucm 1.2.5.
5064
* Tools
5065
- spa-json-dump now properly encodes string and keys
5066
- pw-dump now shows the correct subject of the metadata.
5067
* PulseAudio server
5068
- Ensure the node.description is set, some applications
5069
crash otherwise (TeamSpeak).
5070
- Module loading and unloading was improved.
5071
- module-avahi-zeroconf was implemented.
5072
- module-pipe-source was implemented
5073
- module-roc-sink and module-roc-source was implemented
5074
- The maximum amount of connections has been limited to 64,
5075
like pulseaudio.
5076
- Handle out-of-fds more gracefully.
5077
- Fix overflow of read/write pointers.
5078
- source and sink state are now decoupled from the monitor
5079
state and will report IDLE when not playing anything.
5080
* media-session
5081
- Port switching should now happen to/from the port that
5082
actually changed.
5083
* JACK
5084
- The locking was reviewed. All callbacks are not emited
5085
from the PipeWire thread with the lock released and
5086
the process function will be disabled for the duration
5087
of the callback. This ensures that no two callbacks are
5088
called at the same time.
5089
- Improve internal consistency and try to never call callbacks
5090
with invalid objects.
5091
- Monitor port can now be accessed with system:monitor_%d
5092
- client threads are now created with SCHED_FIFO and module-rt
5093
is used to create the other RT threads. This should avoid
5094
SIGKILL from RTKit in some cases.
5095
* Bluetooth
5096
- Various bugfixes to improve connections to devices.
5097
- Handle delayed UUID connection.
5098
- There is now a hardware database that can disable features
5099
in listed devices.
5100
- Use libusb to detect availability of mSBC.
5101
* ALSA
5102
- The virtual device name can now also contain a media role.
5103
5104
- Add BuildRequires(libusb-1.0) to detect mSBC support for Bluetooth.
5105
- Move media-session to a separate package (similar to Fedora),
5106
allowing to switch to another session manager.
5107
5108
-------------------------------------------------------------------
5109
Sun Jun 13 17:35:06 UTC 2021 - Adam Mizerski <adam@mizerski.pl>
5110
5111
- added pipewire-alsa to baselibs.conf
5112
pipewire-alsa-32bit is needed to run BIT.TRIP Runner 2 from Steam,
5113
which is a 32bit application and uses ALSA.
5114
5115
-------------------------------------------------------------------
5116
Thu Jun 10 11:08:24 UTC 2021 - Antonio Larrosa <alarrosa@suse.com>
5117
5118
- Move %{_udevrulesdir}/90-pipewire-alsa.rules to the main pipewire
5119
package (boo#1187108)
5120
5121
-------------------------------------------------------------------
5122
Thu Jun 10 10:17:14 UTC 2021 - Antonio Larrosa <alarrosa@suse.com>
5123
5124
- Update to 0.3.30+git~342ae0b64 (55 commits after 0.3.30) in order
5125
to include
5126
https://gitlab.freedesktop.org/pipewire/pipewire/-/merge_requests/748
5127
and
5128
https://gitlab.freedesktop.org/pipewire/pipewire/-/merge_requests/749
5129
to fix building on Leap 15.3
5130
5131
-------------------------------------------------------------------
5132
Wed Jun 9 10:11:38 UTC 2021 - Antonio Larrosa <alarrosa@suse.com>
5133
5134
- Update to 0.3.30
5135
* This is a quick emergency release to fix some severe
5136
problems with the previous release.
5137
* Highlights
5138
- Recording from a monitor port should work again.
5139
- JACK applications should now be more stable again.
5140
- Freewheeling should not lock up anymore.
5141
- Fix lockups in many pulseaudio apps.
5142
- module-echo-cancel was implemented in pipewire-pulse
5143
- Many other stability fixes.
5144
* PipeWire
5145
- Improve module path logic.
5146
- Improve logger formatting
5147
* PulseAudio server
5148
- Make sure to pass 64 bits values for time on ARM 32 bits to
5149
avoid protocol errors.
5150
- Avoid a crash when unloading module-combine-sink.
5151
- Avoid overflow in requested bytes, resulting in stalled
5152
audio.
5153
- Implement module-echo-cancel.
5154
* Bluetooth
5155
- Handle latency parameters instead of failing.
5156
* JACK
5157
- Fix locking in many places to avoid deadlocks and crashes.
5158
- Fix port rename.
5159
- Stop freewheeling correctly instead of deadlocking.
5160
5161
-------------------------------------------------------------------
5162
Thu Jun 3 13:01:45 UTC 2021 - Antonio Larrosa <alarrosa@suse.com>
5163
5164
- Update to 0.3.29
5165
* Highlights
5166
- Latency reporting is now implemented.
5167
- Many documentation updates and cleanups.
5168
- module-combine-sink was added to PulseAudio server.
5169
- Better handling of multichannel input profiles.
5170
- Fix 100% volume issue when monitor suspends or profile
5171
changes in some cases.
5172
- Bugfixes and crashes
5173
* PipeWire
5174
- A new module-rt was added to acquire real-time scheduling
5175
priviledges without using RTKit.
5176
- Documentation fixes and updates. Docs are now using a
5177
custom theme.
5178
- There is now a MANDATORY flag on properties that influence
5179
how properties are filtered.
5180
- Filter-chain now parses the LADSPA_PATH correctly when it
5181
contains a colon separated list.
5182
- Move `#pipewire` IRC channel to oftc.net.
5183
- Fix an error where param changes were not emited in all
5184
cases.
5185
- Implement Latency reporting. Latency values are propagated
5186
through the graph so that each node knows the latency to
5187
the output/input device. Synchronization in pw-stream has
5188
been updated to use this.
5189
- Some more upmix cases are added so that LFE, SIDE and REAR
5190
can be generated from a mono channel as well.
5191
- pw-stream and pw-filter will now emit the process event from
5192
the real-time thread in a safe way, potentially avoiding some
5193
of the harder to debug crashes.
5194
- Fix potential stack overflow with serialize_dict.
5195
- Add PIPEWIRE_NO_CONFIG to run without custom config files.
5196
- The WebRTC echo canceler was added. Next versions will
5197
integrate this better.
5198
* PulseAudio server
5199
- module-combine-sink was implemented.
5200
- Fix some segfaults when DBus connections fail.
5201
- Support for listening on IPv6 was added.
5202
- Fix a bug where many flushes could result in requests for too
5203
much data from the client, causing sync, latency and garbled
5204
sound problems after many seeks.
5205
* ALSA
5206
- Also probe input paths for multichannel mappings. This makes
5207
multichannel input ports show up in more cases.
5208
- Fix headphones/front volume issue on some cards.
5209
- Fix max volume issue when profile changes.
5210
- Fix issue with UCM local config that was not available when
5211
the device was opened in the server but the UCM was opened by
5212
the session manager. Fixes alsa 1.2.5 compatibility.
5213
* JACK
5214
- Implement latency reporting with the new Latency params.
5215
- Add BuildRequires: pkgconfig(webrtc-audio-processing)
5216
which is required by the new WebRTC echo canceler.
5217
- Remove patch which is already included:
5218
* 0001-alsa-mixer-only-use-switch-to-mute-Front-in-the-Headphone-path.patch
5219
5220
-------------------------------------------------------------------
5221
Tue Jun 1 07:31:49 UTC 2021 - Antonio Larrosa <alarrosa@suse.com>
5222
5223
- Add patch from upstream to use the independent switch to mute
5224
Lineout or Speaker instead of setting the volume, which on
5225
some soundcards might be shared by Headphone and Lineout or
5226
Headphone and Speaker (fixes boo#1186572):
5227
* 0001-alsa-mixer-only-use-switch-to-mute-Front-in-the-Headphone-path.patch
5228
5229
-------------------------------------------------------------------
5230
Tue May 25 07:12:32 UTC 2021 - Antonio Larrosa <alarrosa@suse.com>
5231
5232
- Introduce a workaround for systems where %systemd_user_post
5233
didn't enable the user services correctly due to different
5234
reasons . This workaround is only executed once, and only if
5235
it's really needed. In order to execute only once a lock file
5236
is created in /var/lib/pipewire. The lockfile can be removed
5237
when the workaround is removed.
5238
5239
Everyone who upgraded their TW system between (aprox.) the 14th
5240
of January and the 16th of March and who didn't enable the
5241
services manually is affected by this. It also happens for
5242
everyone who installed a new TW system since (aprox.) the 14th
5243
of January and also for everyone doing a new installation of
5244
SLE15-SP3 / Leap 15.3 from the iso (new installations using
5245
online repositories will work fine once the fix in
5246
systemd-presets-common-SUSE is released).
5247
5248
Fixes boo#1184852, boo#1183012 and boo#1186561.
5249
5250
-------------------------------------------------------------------
5251
Wed May 19 11:15:08 UTC 2021 - Antonio Larrosa <alarrosa@suse.com>
5252
5253
- Update to 0.3.28
5254
* Highlights
5255
- Freewheeling was implemented. This makes it possible to
5256
export projects in ardour.
5257
- A new powerful filter-chain module was added that can
5258
be used to created all kinds of filter-chains from ladspa
5259
and builtin plugins.
5260
- Many more pulseaudio modules are now implemented:
5261
module-ladspa-sink, module-ladspa-source, module-pipe-sink,
5262
module-tunnel-sink, module-tunnel-source,
5263
module-zeroconf-discover
5264
- Fix a bug where devices would not appear after logout/login.
5265
- Fix a bug where the volume was reset to 0 and devices would
5266
have no audio.
5267
- Config files are now installed in the data dir, system
5268
overrides in /etc/pipewire and $HOME are checked first.
5269
* PipeWire
5270
- Implement freewheeling for JACK clients
5271
- Add filter-chain module that can be used to construct
5272
arbitrary graphs from ladspa and builtin plugins.
5273
- Add new property to easily set algorithm params
5274
- Add module-pulse-tunnel to tunnel audio to and from
5275
a PulseAudio compatible server.
5276
- Add a avahi zeroconf discover module, create pulse-tunnel
5277
when PulseAudio devices are announced.
5278
- Config files are now installed in the data dir, system
5279
overrides in /etc/pipewire and $HOME are checked first.
5280
- Applications now have their monitor ports named with the
5281
"monitor" prefix to avoid confusion with the output ports.
5282
- LICENSE clarifications.
5283
* GStreamer
5284
- fixes to the pipewiresink plugin.
5285
* SPA plugins
5286
- Fix a bug where the volume was reset to 0
5287
- Add events to dbus plugin. This can be used to detect dbus
5288
disconnects.
5289
* Media-session
5290
- Handle dbus disconnect.
5291
- Handle device reservation errors.
5292
* PulseAudio server
5293
- Implement module-ladspa-sink and a new PipeWire-only
5294
module-ladspa-source
5295
- Implement module-pipe-sink
5296
- Implement module-tunnel-sink and module-tunnel-source
5297
- Fix a bug with module argument parsing
5298
- Implement module-zeroconf-discover
5299
* ALSA plugin
5300
- improve error handling
5301
5302
-------------------------------------------------------------------
5303
Thu May 13 20:33:25 UTC 2021 - Ismail Dönmez <ismail@i10z.com>
5304
5305
- Add %bcond_with aptx conditional to let 3rd parties to enable
5306
aptX support.
5307
5308
-------------------------------------------------------------------
5309
Sat May 8 18:02:57 UTC 2021 - Ismail Dönmez <ismail@i10z.com>
5310
5311
- Add %bcond_with aac conditional to let 3rd parties to enable
5312
AAC support.
5313
5314
-------------------------------------------------------------------
5315
Fri May 7 14:46:32 UTC 2021 - Antonio Larrosa <alarrosa@suse.com>
5316
5317
- Update to 0.3.27
5318
* Highlights
5319
- Fix bug that caused bluetooth devices to stop working.
5320
- Fix session-manager crash when switching users caused by
5321
the DBus plugin cleanup errors.
5322
- Improve volume handling of monitor ports.
5323
- Fix GStreamer v4l2 support.
5324
- Implement module-remap-sink and module-remap-source in
5325
pipewire-pulse.
5326
- More fixes and improvements.
5327
* PipeWire
5328
- Move the loopback code into a module. Use this in pw-loopback
5329
and pipewire-pulse. Fix some cleanup crashes.
5330
- A dummy echo-cancel module was added. Later versions will
5331
include the webrtc echo-canceler.
5332
- State files don't have the X permission anymore.
5333
- Move i18n core into a private header file.
5334
- Stream can now advertize properties and receive property
5335
updates.
5336
- Fix an issue where the wrong index was used to address a port.
5337
It caused Bluetooth devices to stop working.
5338
* SPA plugins
5339
- Only do LFE filtering on channels we created.
5340
- Improve name and description of devices.
5341
- Improve cleanup in DBus connections and sources to avoid crash
5342
when destroying.
5343
- Improved volume handling. Hardware, Software and Monitor
5344
volumes are now properly separated and handled.
5345
- Support for S8 and S8P formats was added.
5346
* Tools
5347
- pw-cli can now also create Struct from JSON arrays.
5348
* Session-manager
5349
- The session manager can now also create passive links. This
5350
makes is possible to suspend effect chains together with the
5351
sinks when not in use.
5352
- Match rules now check the complete property value instead of
5353
only the start.
5354
- Handle multiple pending param enumerations, take only last
5355
result. This fixes some volume update issues.
5356
* GStreamer plugins
5357
- GStreamer plugins now advertize handling DMABUF explicitly. This
5358
is currently the only way to avoid a memcpy for v4l2 devices.
5359
* Device support
5360
- sync ACP with pulseaudio, merge upstream patch instead of our
5361
hack to workaround missing duplex devices.
5362
- V4l2 devices don't expose their fd anymore. Previously the fd
5363
and mmap offsets were passed to the client to access the buffer
5364
memory but that could create security issues.
5365
* Bluetooth
5366
- Don't unregister the profiles on shutdown because this can cause
5367
delay, just close the dbus connection.
5368
- Bluetooth devices now try to use the global samplerate from the
5369
graph.
5370
* PulseAudio server
5371
- Implement remap-sink and remap-source modules using the
5372
new loopback module.
5373
5374
-------------------------------------------------------------------
5375
Mon May 3 03:06:31 UTC 2021 - Yifan Jiang <yfjiang@suse.com>
5376
5377
- Disable gstreamer device provider by now because the timestamp
5378
bug makes cheese video record abnormally longer than it should be
5379
(rh#1884260).
5380
- Replace all tab characters to space.
5381
5382
-------------------------------------------------------------------
5383
Thu Apr 29 11:16:51 UTC 2021 - Antonio Larrosa <alarrosa@suse.com>
5384
5385
- Add %systemd_ordering so systemd is installed before pipewire
5386
on fresh installations. This allows to set the service presets
5387
correctly on new systems since the %systemd_user_* macros don't
5388
do anything if systemd is not installed (boo#1185459).
5389
5390
-------------------------------------------------------------------
5391
Thu Apr 22 17:54:17 UTC 2021 - Michael Ströder <michael@stroeder.com>
5392
5393
- Update to 0.3.26:
5394
+ Highlights:
5395
- I18n support, with translations merged from PulseAudio.
5396
- New pw-link tool.
5397
- Many Bluetooth improvements, support for hardware volumes.
5398
- Support for 64 channel devices.
5399
- Stability fixes and improvements.
5400
+ PipeWire improvements:
5401
- The link factory can now also make links between nodes and
5402
ports by name so that it can be used in scripts.
5403
- Add module-protocol-simple that can stream raw audio on a
5404
socket.
5405
- Added i18n support. Merge PulseAudio translations for the ACP
5406
library so that we don't cause regressions.
5407
- Support more than 19 channels in the channel mixer. This
5408
makes all channels usable on 32 and 64 channel cards.
5409
- Detect if we're running in a VM and allow for tweaking some
5410
settings such as the max-quantum to make things work better
5411
in VMs.
5412
- Fix a potential crash when connecting a client and updating
5413
permissions.
5414
- Fix a potential crash when trying to link incompatible ports.
5415
- Lingering links in error will now be destroyed automatically.
5416
+ Tools:
5417
- Added new pw-link tool to list and monitor ports and to list,
5418
monitor, create and destroy links between them.
5419
- pw-cli can now also list params by name.
5420
- pw-dump now outputs Spa:String:JSON types in metadata as
5421
properly parsed and formatted JSON so that tools can parse
5422
the metadata values using a JSON parser.
5423
+ Session-manager:
5424
- Add logind support. The bluetooth monitor can only be started
5425
for one user at the time, so use logind detect active seats.
5426
- ALSA icon names were improved to match what PulseAudio does.
5427
- Improve the bluetooth icon name. Also use the device alias as
5428
the device description, like PulseAudio.
5429
+ Device support:
5430
- When devices become inaccessible, they are now removed from
5431
the PipeWire graph.
5432
- Fix datatype selection for buffers in v4l2 and libcamera.
5433
+ Bluetooth:
5434
- Various memory leaks and crashes are fixed.
5435
- Added support for AVRCP hardware volume.
5436
- Added support for HSP/HFP hardware volume.
5437
+ PulseAudio server:
5438
- Fix module-loopback connections to monitor ports.
5439
- Implement module-native-protocol-tcp.
5440
- Handle nodes and streams with > 32 channels. The PulseAudio
5441
API only supports up to 32 channels so only make those 32
5442
first channels available with the PA API.
5443
- Implement module-simple-protocol-tcp.
5444
- Improve events emitted by the server.
5445
- Improvements to channels and channel_map properties on
5446
modules. One can imply the other and they should match when
5447
both given.
5448
- null-sink will now have their volume work correctly by
5449
default.
5450
+ JACK: JACK developement files can now optionally be installed.
5451
5452
-------------------------------------------------------------------
5453
Tue Apr 13 11:19:35 UTC 2021 - Michael Ströder <michael@stroeder.com>
5454
5455
- Update to 0.3.25:
5456
+ This is a bugfix release that is API and ABI compatible with
5457
- previous 0.3.x releases.
5458
+ Highlights
5459
- Many stability improvements.
5460
- Plug fd leak in flatpak detection
5461
- add pw-loopback tool and support module-loopback
5462
- volume restore for virtual sinks/sources or other sink/sources
5463
without hardware volume.
5464
- Fix cracks and pops in audio capture.
5465
- Many bluetooth improvements and compatibity fixes.
5466
+ PipeWire improvements
5467
- Hex encode invalid SEC_LABEL properties to avoid generating invalid json.
5468
- Small fixes to how nodes are started to avoid crashes.
5469
- Make sure ports are only scheduled after being fully negotiated
5470
to avoid crashes.
5471
- Implement coverity into CI, fix some bugs detected by coverity.
5472
- Plug leak in flatpak detection.
5473
- Fix crash when removing globals in some cases.
5474
- Fix crash because the mixer info was not removed from a port in all cases.
5475
- Add PIPEWIRE_AUTOCONNECT environment variable to disable stream autoconnect.
5476
Also add a config option to disable autoconnect.
5477
- Improve wildcard in format helpers.
5478
- Add env variable to disable journald logging.
5479
+ Tools
5480
- Add a new pw-loopback tool to loop a capture device to a playback device.
5481
- Display localized strings correctly in pw-top
5482
- Add some more options to pw-dot
5483
+ Session-manager
5484
- When a new node is configured and some stream have this as the
5485
default target, move them to it.
5486
- Fix some crashes.
5487
- Implement volume restore on nodes without routes. This makes it
5488
possible to restore volume on purely software nodes like null-sinks.
5489
- Also try to suspend errored nodes so that they may leave the
5490
error state and be reused again.
5491
- Break endless link loops when something went wrong.
5492
+ Device support
5493
- Fix monitor volumes, they are now separate from the hardware volume.
5494
- Fix cracks and pops in alsa capture caused by mismatch between
5495
resampler and capture source.
5496
- Add start-delay config option to alsa sink.
5497
- Ensure the PipeWire midi ports start from a higher number so that the
5498
lower port numbers are available to apps as before.
5499
+ Bluetooth
5500
- source devices are now removed when idle
5501
- Support using pipewire as Audio Gateway.
5502
- LDAC encoding quality can be configured now
5503
- Implement codec switching for HFP
5504
- Implement codec switching with new device property.
5505
- Improved stability and compatibility
5506
- Autoconnect device profiles at startup
5507
- Add AAC bitrate mode configuration
5508
- Make it possible to use an A2DP source as an input device.
5509
You can then use your phone as an A2DP microphone, for example.
5510
- Remove battery reporting when RFCOMM connections is closed.
5511
+ PulseAudio server
5512
- Add some workarounds for Blueman
5513
- Set correct errno values, fixes a hang in load-module of a non-existing module
5514
- Try to not send inconsistent information to clients.
5515
- Fix some crashes.
5516
- Add support for the new send-message API, use this to switch bluetooth codecs.
5517
- Fix draining by making sure we are started.
5518
- Handle 0 sink and source as the default sink/source.
5519
- Implement module-loopback
5520
+ JACK
5521
- Fix some memory leaks when closing a client
5522
- Add self-connect config option to limit where clients can connect themselves.
5523
- Don't crash when apps call _port_get_buffer() on a port that is not their
5524
own but simply return NULL. This fixes a crash in Ardour6.
5525
- Improve client added/removed callbacks. Sometimes it would emit a client
5526
remove when there were still ports for the client.
5527
- make sure midi port names are stable across reboots.
5528
5529
-------------------------------------------------------------------
5530
Fri Mar 19 17:43:41 UTC 2021 - Antonio Larrosa <alarrosa@suse.com>
5531
5532
- Enable or disable the ldac codec depending if ldacBT is available
5533
or not to fix build in s390x (where it's not available)
5534
- Add some more information and fix indentation on previous
5535
changelog entries.
5536
5537
-------------------------------------------------------------------
5538
Fri Mar 19 12:02:35 UTC 2021 - Matej Cepl <mcepl@suse.com>
5539
5540
- Update to 0.3.24:
5541
+ This is a bugfix release that is API and ABI compatible with
5542
previous 0.3.x releases.
5543
+ Highlights
5544
- Many JACK midi improvements and device support.
5545
- Fixes in gnome-control-center default sink/source handling.
5546
- Many small performance improvements in alsa device handling
5547
and latency. There should also be less cracks/pops and xruns
5548
now.
5549
- More bluetooth compatibility improvements.
5550
+ PipeWire improvements
5551
- Implement simple upmixing
5552
- Disable the resampler when not used. This improves latency
5553
and CPU usage.
5554
- Handle max-quantum on devices and try to not make the quantum
5555
larger than the device buffer size.
5556
- improvements to how nodes and links are activated. It should
5557
now result in less xruns and cracks/pops.
5558
- meson uses the feature options everywhere now
5559
- Handle volume remap in the channelmixer. This fixes the
5560
channels on multichannel devices.
5561
- Try to escape invalid JSON string characters
5562
- Keep better track of changed parameters in audioconvert.
5563
- Improve config files, make arrays where needed.
5564
- Respect NO_COLOR where possible
5565
- Support in-place config file parsing to avoid allocations and
5566
improve startup performance.
5567
- There is no a config option to enable non-power-of-two
5568
quantums.
5569
- Preliminary support for upmixing and generating LFE channels.
5570
+ Session-manager
5571
- default nodes are not stored as JSON in the metadata. This
5572
is more readable and introspectable.
5573
- More default-nodes and default-routes improvements. port
5574
switching should work better now.
5575
- Wait until all devices are scanned before linking clients.
5576
- Fixes some crashes
5577
- Sinks (monitors) can now be set as default sources.
5578
+ Device support
5579
- Fix startup timers for alsa devices.
5580
- Improve timers in alsa when quantum changes. It should cause
5581
less xruns and cracks.
5582
- Fix UCM setup of capture devices.
5583
- Only disable IRQ in alsa when not batch. For batch devices
5584
the hw pointers are updated each IRQ so we need to keep them
5585
enabled. This massively improves latency on USB batch devices
5586
to the same level as JACK (with small enough period size).
5587
+ Bluetooth
5588
- Improvements to profile switches.
5589
- Improvements to volume handling.
5590
- Fixes for A2DP sources
5591
- Add support for battery status when available.
5592
- Many other small improvements.
5593
+ PulseAudio server
5594
- handle NULL in set_default_sink/source to clear the default
5595
- Implement a workaround for gnome-control-center when setting
5596
the default sink/source. It also sets the target in
5597
stream-restore to the new default. This fixes moving streams
5598
in gnome-control-center.
5599
- Fix some races by replying to some requests after the
5600
operation completed.
5601
- Prefer formats of the extended format API.
5602
- Create a pid file on startup to improve compatibility with
5603
apps that look for it.
5604
- Capture streams can now be moved to monitors with pavucontrol
5605
- Fixes for crashes
5606
+ JACK
5607
- jack clients can now connect to the 'default' server
5608
- Move midi ports back to the midi client
5609
- Only mark midi hardware ports as terminal/physical
5610
- Use the same midi names as a2jmidid
5611
- match system ports in get_ports.
5612
- Improve compatibility with some apps that require a
5613
fixed latency.
5614
- Beginnings of the libjackserver implementation.
5615
- Switch off libopenaptx and fdk-aac (because they are
5616
patent-encumbered) and libcamera (problems in building).
5617
5618
-------------------------------------------------------------------
5619
Wed Mar 17 17:15:02 UTC 2021 - Antonio Larrosa <alarrosa@suse.com>
5620
5621
- systemd-rpm-macros doesn't have a consistent versioning between
5622
distributions, so better assume it's updated enough to support
5623
%systemd_user_pre
5624
5625
-------------------------------------------------------------------
5626
Tue Mar 16 11:21:02 UTC 2021 - Antonio Larrosa <alarrosa@suse.com>
5627
5628
- Add systemd rpm macros for pipewire.service as well as
5629
pipewire.socket .
5630
- Use the new %systemd_user_pre macro on %pre to be able to
5631
recognize when a service was installed for the first time and
5632
enable it on %systemd_user_post (boo#1183012)
5633
5634
-------------------------------------------------------------------
5635
Tue Mar 9 16:46:52 UTC 2021 - Frederic Crozat <fcrozat@suse.com>
5636
5637
- Update to version 0.3.23:
5638
+ Highlights
5639
- Fixes for some critical bugs in last release.
5640
- Fix bug where audio was not drained properly at the end of
5641
playback, causing repeating sound.
5642
- Profile and route switching was improved and should mimic
5643
more what pulseaudio did.
5644
- Various fixes for xruns in capture and playback.
5645
- Bluetooth now supports delay adjustment and various other
5646
improvements.
5647
- The pulseaudio server now correctly identifies AC3 and DTS
5648
streams and returns a not supported error instead of playing
5649
static.
5650
- Multichannel support was improved in the alsa plugin and
5651
the channel mixer. Channels should now play on the right
5652
speakers in all cases.
5653
+ PipeWire improvements
5654
- Small fixes and improvements in JSON parsing and encoding.
5655
- Improvements to param handling in audioconverter. It would
5656
previously not always notify of changes.
5657
- Avoid updating some properties that we use internally such
5658
as the object id and the node.id.
5659
- log.level in the config files is now actually used.
5660
- the PIPEWIRE_LATENCY env variable should always override
5661
any application settings in filter/stream/jack.
5662
- The config file can now contain filer and stream properties
5663
to, for example, control the resampler, mixer and latency.
5664
- Add sandboxing to the systemd services
5665
- Various FreeBSD fixes.
5666
- Improve draining and a way to exit the drain state as well.
5667
- Many multichannel fixes. Channel remapping should now be
5668
correct.
5669
- Fix bug with repeating audio at the end of playback because
5670
the drain in the resampler was not draining all channels.
5671
- RTKit default rt.prio has been increased to 88. This will
5672
likely still be clamped to 20 until distros increase the
5673
max priority.
5674
+ Session-manager
5675
- Don't try to switch to Pro Audio profile, this should be
5676
a user choice only.
5677
- Don't crash when metadata was disabled such as when not
5678
using the audio features of pipewire.
5679
- Rework the profile and route handling.
5680
- Add systemd unit files for the media-session
5681
- Device names should now also have sane names so that tab
5682
pactl completion works on them.
5683
+ Device support
5684
- Fix ALSA format enumeration in more cases. Use the channels
5685
and rate as a filter.
5686
- Make sure the graph doesn't ever use buffers larger than
5687
the alsa device buffer size or we get xruns.
5688
- Tuning of the alsa device timeout handling and dynamic
5689
resampler. There should now not be any xruns when streams
5690
appear and disappear or when the quantum changes.
5691
- Fix bug in alsa device when reassigning to a new driver,
5692
in some cases the dynamic resampler was not activated and
5693
things would drift out of sync and fail.
5694
- Fixes in quantum changes for ALSA capture and how the
5695
resampler is drained and fed with the new samples.
5696
+ Bluetooth
5697
- Delay adjustment has been implemented now. Bluetooth
5698
devices should now be more synchronized with video due
5699
to proper delay reporting. Because BT delays can be
5700
large, it can cause hickups in some players.
5701
- Fix volume in bluetooth devices.
5702
- Codec switch improvements.
5703
+ PulseAudio server
5704
- Latency offset adjustment is now implemented and functional
5705
for bluetooth devices. It is not working for alsa devices
5706
yet.
5707
- Handle unsupported formats. Previously we would accept encoded
5708
formats and play noise. This fixes AC3 playback in vlc.
5709
- Move some of the configurable parameters to the config file.
5710
- Fix a fatal use after free when playing samples
5711
- Improve module handling. loaded modules now show up in the
5712
list of modules and can be unloaded. This also prepares the
5713
core for more module implementations later.
5714
+ ALSA plugin
5715
- Fix drain with very large buffers, we need to manually start
5716
the stream before draining.
5717
- Fix the channel layout handling.
5718
- Improve compatibility with apps that expect the poll to only
5719
return when there is activity.
5720
- Fix drain for capture
5721
+ JACK
5722
- Add a config option to shorten and filter client names
5723
- Increase the length of the client name size and make sure
5724
we don't exceed the allocated size.
5725
- We now include our own jack header files so we can build
5726
without depending on another jack-devel package. We don't
5727
yet install the headers or provide pkgconfig files.
5728
- Move alsa-card-profiles to modules subpackage, they are always
5729
needed.
5730
5731
-------------------------------------------------------------------
5732
Thu Mar 4 15:39:47 UTC 2021 - Niklas Haas <obs@haasn.xyz>
5733
5734
- Build/install the `pw-top` tool:
5735
+ Add pkgconfig(ncurses) BuildRequires to satisfy the build deps
5736
of pw-top.
5737
5738
-------------------------------------------------------------------
5739
Thu Feb 25 11:10:46 UTC 2021 - Antonio Larrosa <alarrosa@suse.com>
5740
5741
- Do not provide pulseaudio, but pulseaudio-daemon so we can
5742
specify in the patterns that we prefer the pulseaudio package
5743
(boo#1182730)
5744
5745
-------------------------------------------------------------------
5746
Thu Feb 25 07:32:58 UTC 2021 - Antonio Larrosa <alarrosa@suse.com>
5747
5748
- Update to version 0.3.22:
5749
+ Highlights
5750
- Per client config files replace the module-profiles. It's
5751
now possible to tweak settings and load custom modules.
5752
- Pro Audio card profile support. You can now select the
5753
Pro Audio profile and have raw device access with the
5754
maximum number of channels and no mixer controls. This is
5755
the usual setup for managing high end Pro Audio cards.
5756
- Many fixes and improvements in the JACK library to make
5757
devices look and integrate better.
5758
- Many bluetooth improvements. Playback should be more
5759
reliable and better synchronized. Support for the HFP HF
5760
profile.
5761
- Small fixes and improvements all over the map.
5762
+ PipeWire improvements
5763
- Add support for restrictions requested by a client. This
5764
makes it possible to implement Flatpak policy for emulated
5765
PulseAudio clients as well.
5766
- Fix removal of params in objects. Previously they would not
5767
be removed from the cache.
5768
- Remove mlock warnings by default. There is an option to
5769
enable them again if you want to check if your system is
5770
optimized.
5771
- Remove LimitMEMLOCK lines from the service files. They can
5772
only lower the system settings and are thus not useful.
5773
- Implement per-client config files. Each pipewire client will
5774
now read a config file that you can use to configure the
5775
context of the client.
5776
- Implement state and config load/save in pipewire. This is
5777
used by the session manager or other apps.
5778
- Make an option to disable dbus support.
5779
- Add tool to convert pipewire config to JSON.
5780
+ Session-manager
5781
- Give all permissions to Manager flatpak apps. In the future
5782
we will use the Permission store to remember user settings.
5783
- Improvements to default audio/sink handling.
5784
- Add option to configure device suspend time.
5785
- Small fixes in route handling.
5786
+ Device support
5787
- Complain when ACP profile files are not found and use
5788
a fallback in order to get something working.
5789
- Add volume support to monitor ports.
5790
- Fix resume from suspend for ALSA in more cases.
5791
- ALSA ACP cards now have a Pro Audio profile that exposes
5792
the raw card devices.
5793
+ Bluetooth
5794
- Enable A2DP delay reporting. This improves audio/video sync
5795
when playing audio over bluetooth.
5796
- Fix stuttering in A2DP source
5797
- Tweak buffer size and latency settings to avoid stuttering
5798
- More work on HSP and HFP support
5799
- Fix initial profile configuration
5800
- Add HFP HF support
5801
+ PulseAudio server
5802
- Small tweaks in capture packet size to avoid crashes in some
5803
apps.
5804
- Detect Flatpak apps and requests the flatpak permissions from
5805
the session manager. This means that Flatpak pulseaudio apps
5806
will now run with reduced permissions.
5807
+ ALSA plugin
5808
- Reduce min buffer size in the plugin for lower possible
5809
latency.
5810
+ JACK
5811
- implement some missing methods to make qjackctl work again.
5812
- Use the context data thread instead of making our own. This
5813
fixes the issue where the data thread was not given RT
5814
priority correctly.
5815
- Pass extra jack flags around in port properties. This makes
5816
CV ports in carla work.
5817
- Many tweaks to the port names and aliases. Unwanted
5818
characters are filtered out, giving better names to jack
5819
apps. Default device names are now equal to those seen in
5820
pulseaudio apps.
5821
- Add an option to make a separate client for the monitor
5822
ports of a device. This makes it more usable in apps.
5823
- add support for system:playback_N and system:capture_N port
5824
names for apps that hardcode these port names.
5825
5826
-------------------------------------------------------------------
5827
Wed Feb 24 11:29:58 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
5828
5829
- Re-add the Provides: pulseaudio; patterns-base now suggests
5830
pulseaudio, which should help zypp in doing a smarter decision
5831
(boo#1182730).
5832
5833
-------------------------------------------------------------------
5834
Thu Feb 18 09:30:54 UTC 2021 - Antonio Larrosa <alarrosa@suse.com>
5835
5836
- ldacBT only builds on little endian architectures, so we can't
5837
buildrequire it on big endian systems like s390, s390x or ppc64.
5838
5839
-------------------------------------------------------------------
5840
Wed Feb 17 17:02:06 UTC 2021 - Dominique Leuenberger <dleuenberger@suse.com>
5841
5842
- Remove the pulseaudio provides from pipewire-pulseaudio:
5843
We first need to ensure our KDE patterns (and others) become
5844
smart enough to favor pulseaudio until we are ready for the
5845
switch (boo#1182730).
5846
5847
-------------------------------------------------------------------
5848
Wed Feb 3 17:02:31 UTC 2021 - Dominik Schmidt <dev@dominik-schmidt.de>
5849
5850
- Update to version 0.3.21:
5851
+ Highlights
5852
- Many PulseAudio compatibility fixes. Handling of corked
5853
streams, the prebuf setting, seek modes and stream flags
5854
are now implemented correctly.
5855
- Ports and Profiles are now managed by the session manager
5856
and can save and restore previous settings.
5857
ALSA device handling has been tweaked for maximum
5858
compatibility at the expense of latency. There are tuning
5859
options in the config file.
5860
- Improved Bluetooth support. HSP is disabled by default
5861
because it is old and deprecated and in some cases causes
5862
conflicts with the newer HFP profile. Codec switching is
5863
now implemented as well.
5864
PipeWire accepts donations with liberapay now.
5865
+ PipeWire improvements
5866
- Improve draining in pw-stream.
5867
pw-stream now uses busy metadata by default. This makes sure
5868
that no writer can write to buffers when readers are still
5869
busy.
5870
- Fix handling of empty array/choice instead of failing.
5871
- Fix crashes when creating properties from empty strings.
5872
- Make it possible to pass an array to module-access
5873
access.allowed variables
5874
- Fix small bug in argument parsing in pw-cat
5875
+ Session-manager
5876
- Restore route volumes in all cases, also when switching
5877
routes.
5878
- Use a default route volume for unknown routes instead of
5879
letting the system decide on a default.
5880
Improve profile handling. Don't try to restore unavailable
5881
profiles. Implement the profile switching in the session
5882
manager now.
5883
- Fix handling of Virtual sources as defaults.
5884
- Handle port switching in the session manager. Implement
5885
save and restore of default ports per profile.
5886
+ GStreamer
5887
- Fix a crash with zero SPA_PARAM_BUFFERS_size
5888
+ Device support
5889
- v4l2-source will now respect the requested memory types.
5890
- ALSA buffering has been tweaked. USB devices should have
5891
less XRuns by default. Parameters can be tweaked to
5892
decrease the latency on capable devices. Also fix a case
5893
where a quantum change would cause an xrun.
5894
- Fix mute in bluetooth devices
5895
bluetooth devices are not paused in idle anymore for
5896
improved compatibility.
5897
- Codec switching for bluetooth is implemented along with
5898
config options to select the codecs manually.
5899
- HSP for bluetooth is now disabled by default. Most devices
5900
support the newer HFP profile and some devices fail when
5901
both are available.
5902
- Reduce the amount of events the ALSA plugins emit by bundling
5903
them.
5904
+ PulseAudio server
5905
- Implement the suspend command
5906
- Fixes volume in sample info
5907
- Fix playback of samples, sometimes samples would be clipped
5908
short. Also implement the target sink for the sample.
5909
- Use rate match to feed samples. This way the latency can
5910
be kept to a minimum.
5911
- Latency has been tuned some more, more closely emulating
5912
pulseaudio behaviour.
5913
- Improve default sink/source handling. Make sure all events
5914
are sent correctly when defaults change.
5915
- Handle underrun better without causing sync issues. Make sure
5916
to pause in corked state.
5917
- Implement rewind due to seeks, fixes GStreamer seeking.
5918
- Do not remove alsa-card-profiles, they are required
5919
5920
-------------------------------------------------------------------
5921
Wed Feb 3 15:32:37 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
5922
5923
- Provide pulseaudio by pipewire-pulseaudio: there are various
5924
packages in the distro that require pulseaudio, but essentially,
5925
they should be happy with pipewire-pulseaudio as a replacement.
5926
Do not provide the symbol though, as we do not (yet) want to
5927
automatically migrate users over.
5928
5929
-------------------------------------------------------------------
5930
Thu Jan 21 12:12:43 UTC 2021 - Bjørn Lie <bjorn.lie@gmail.com>
5931
5932
- Add pkgconfig(ldacBT-abr) and pkgconfig(ldacBT-enc)
5933
BuildRequires: Build bluetooth ldac codec support.
5934
5935
-------------------------------------------------------------------
5936
Wed Jan 20 15:50:31 UTC 2021 - Antonio Larrosa <alarrosa@suse.com>
5937
5938
- Update to version 0.3.20:
5939
+ Highlights
5940
- Latency was reduced in ALSA and PulseAudio and time
5941
reporting has improved a lot.
5942
- Bluetooth now has a native HFP backed, SBC XQ and
5943
mSBC support.
5944
- Many bugfixes and improvements, improved device
5945
support.
5946
+ PipeWire improvements
5947
- pw-dump can now dump all objects such as Endpoints
5948
- pw-dump has a -m option to monitor changes
5949
- pw-dump can now dump metadata
5950
- pw-stream can now use the rate-match io to exactly
5951
produce the required number of samples for the
5952
current cycle. When using this feature, a stream can
5953
achieve the same low-latency as pw-filter.
5954
- spa-acp-tool can now load a custom profile-set and
5955
correctly parses the volume updates
5956
- There is now a nofail option when loading modules
5957
- The connection has been made reentrant to fix some
5958
strange random problems with metadata.
5959
- Turn some errors into warnings or simply info.
5960
- Executables are now built with PIE
5961
- S24OE formats should work now (MAudio FastTrack Pro)
5962
- Remove mlock warnings. Add support for mlockall with
5963
a config option.
5964
+ Session-manager
5965
- There are now config files for bluez and v4l2 modules
5966
- Improve ALSA device and node properties
5967
- Bluetooth devices have better properties now.
5968
- The default device routing has been improved.
5969
+ Device support
5970
- Port priorities are updated for UCM devices
5971
- ACP devices notify change in routes in all cases
5972
- There is now RW support in ALSA devices to increase
5973
compatibility.
5974
- Many improvements to Bluetooth. SBC XQ support can now
5975
be enabled with a config option. mSBC can be enabled
5976
with an option.
5977
- Bluetooth devices not expose Routes so that they look
5978
more like how PulseAudio handles them
5979
- Gracefully handle missing profile-sets
5980
- There is now a native HFP backend
5981
- Improve card names in some cases.
5982
- pause-on-idle is now disabled for ALSA devices. This can
5983
reduce pops and clicks when the device is stopped.
5984
+ ALSA plugin
5985
- Use rate-match to reduce the latency
5986
- Implement a _delay() function to get smoother timestamps.
5987
- Fix property parsing. Fixes volume changes in alsamixer.
5988
+ PulseAudio server
5989
- Use rate-match to reduce the latency. This also reduces
5990
the buffering in audioconvert and improves timestamp
5991
reporting.
5992
- Implement rate changes now that we have rate-match
5993
support.
5994
- pactl stats will now work
5995
- Fix excessive memory usage when a capture client doesn't
5996
read fast enough.
5997
5998
-------------------------------------------------------------------
5999
Wed Jan 13 09:07:19 UTC 2021 - Frederic Crozat <fcrozat@suse.com>
6000
6001
- Update to version 0.3.19:
6002
+ Highlights
6003
- Startup after login should be fixed now with inotify
6004
used to wait for permissions.
6005
- Channels should be mapped correctly now.
6006
- Many bluetooth improvements in LDAC, AptX-HD. AAC was
6007
also added. Headsets should work better now.
6008
- pipewire-libpulse was removed. It is now completely
6009
replaced by pipewire-pulse.
6010
- Fix a crasher bug in pipewire-pulse and some memory leaks.
6011
- Fix a bug with feedback loop that would cause 100% CPU.
6012
- A new pw-top tool to display real-time graph performance.
6013
- The example session manager now has config files.
6014
- The config file format was changed to use the SPA JSON
6015
tokenizer. This makes it more flexible and extensible.
6016
+ PipeWire improvements
6017
- Fix debug of id in format channels
6018
- Audioconvert should now remap channels correctly in all
6019
cases.
6020
- Feedback loops were not scheduled correctly and would
6021
cause 100% CPU usage.
6022
- Small improvements to the profiler to also log incomplete
6023
graph status.
6024
- a new tool pw-top was added that prints real-time performance
6025
stats of the graph.
6026
- the rtkit module now sets the nice level to -11
6027
+ Session-manager
6028
- The session manager would sometimes link dont-reconnect
6029
nodes to another node, which would leak monitor streams in
6030
pipewire-pulse.
6031
- The session manager now has configuration files. Config files
6032
can also be placed in the user home directory to make custom
6033
configurations.
6034
- The session managers now creates unique device and node
6035
names for alsa and v4l2 devices.
6036
+ Device support
6037
- Many improvements in Bluetooth codecs, LDAC stuttering,
6038
AptX-HD negotiation, LDAC ABR support
6039
- Bluetooth supports AAC audio now.
6040
- Many fixes to Bluetooth SCO transport used in headsets.
6041
- inotify support in device monitors
6042
- ACP was synced with the latest pulseaudio code
6043
- Fix a bug in enumeration of device ports.
6044
- PulseAudio server
6045
- seek flags and offset are now supported, making gstreamer
6046
pulse elements work better.
6047
- Fix a crasher bug in pipewire-pulse, we sometimes would
6048
write too much to the ringbuffer
6049
- Fix some memory leaks in error cases.
6050
- Fix handling of NULL string to locate default sink/source
6051
+ JACK layer
6052
- Ports can also be found with the aliases now, making
6053
qjackctl work in more cases.
6054
- Changes from PipeWire 0.3.18:
6055
+ Highlights
6056
- More work in the PulseAudio server. It should be compatible
6057
with more applications.
6058
- Bluetooth now support extra codecs such as AptX/HD and LDAC.
6059
- Support for virtual sources and sink was improved a lot.
6060
- Added a new pw-dump tool to dump the objects in JSON formats
6061
and for filtering them with tools like jq.
6062
- Many more stability fixes and improvements.
6063
+ PipeWire improvements
6064
- Silence some harmless warnings
6065
- pw-cli can now be used to set parameters.
6066
- Streams now perform the correct channel mapping when linked
6067
to non-standard multichannel devices. Previously channels
6068
would get swapped.
6069
- port, node and device params are now cached in the server.
6070
This avoids opening and closing devices whenever some client
6071
enumerates formats, which improves performance a lot,
6072
especially in cases where opening a device is slow.
6073
- Add a command to keep a device open during negotiation. This
6074
is used to enumerate and set a format while opening the
6075
device just once, improving performance.
6076
- The null-sink scheduling was fixed.
6077
- A memory corruption bug was fixed in format conversion, this
6078
could cause crashes, silent channels or other undefined
6079
behaviour.
6080
- There is now a simple JSON parser.
6081
+ Session-manager
6082
- Settings files are now stored in JSON. With the json parser
6083
this is easier to parse and extend
6084
+ Device support
6085
- Bluetooth now supports additional codecs: LDAC, AptX and
6086
AptX HD. LDAC is known to not work very well yet.
6087
- ALSA devices will now default to the max supported channels
6088
if nothing else is specified. This makes it possible to use
6089
8+ channel cards with the alsa-pcm module, which is not
6090
supported with the default alsa-acp module.
6091
- Enable mSBC support in oFono.
6092
- Add an option to disable hardware mixers
6093
- ALSA now improves support for batch devices.
6094
- The udev rules had references to Pulseaudio removed in order
6095
to not create conflicts.
6096
- Fix a potential crash in bluetooth devices when
6097
disconnecting.
6098
- UCM cards now use HW volume when possible.
6099
+ PulseAudio server
6100
- The id can now be used as the name to locate cards and
6101
devices
6102
- Report streams with planar formats as well
6103
- Better error reporting when stream create fails
6104
- module-null-sink can now handle channels, rate and
6105
channel_map properties
6106
- Add support for 3 types of virtual devices: source,
6107
sink and duplex.
6108
- set-port was fixed
6109
- Some buffer parameters were tweaked to improve
6110
performance, compatibility and stuttering with lower
6111
latency.
6112
- NULL can be used as a name for the device sink/source
6113
- Support lookup of monitor names
6114
- Set properties more like pulseaudio so that some
6115
clients (Teamspeak) don't crash anymore
6116
- Changes from PipeWire 0.3.17:
6117
+ Highlights
6118
- Fix crasher bug for kwin when screensharing stopped.
6119
- Massive improvements and compatibility fixes in the
6120
PulseAudio server.
6121
- The session manager now has a config directory in
6122
/etc/pipewire/media-session.d/ It will look for files there
6123
to activate session manager modules. Packagers can use
6124
this to only activate the audio modules when the PulseAudio
6125
server, libjack.so or the alsa modules are installed.
6126
+ PipeWire improvements
6127
- We now clear hooks before adding them. Some application
6128
did not clear them and had random data for the destroy
6129
callback.
6130
- Return -ENOENT from unknown resources so apps can handle
6131
this better. It's a common problem when an app tries to
6132
introspect and object but it disappeared before the message
6133
reached the server. Apps should ignore this.
6134
- channelmap information is now passed with the volume
6135
settings.
6136
- DMABuf is not mmapp()ed anymore with the FLAG_MAP_BUFFERS in
6137
the stream or filter. This is because DMABuf usually
6138
requires more that just a simple mmap and is better left
6139
for the application.
6140
- increase the maximum number of ports for a client-node.
6141
- adapter and node-factory now support the linger option to
6142
keep the objects alive after the creating client disconnected.
6143
+ Device support
6144
- ALSA now handles error in close(), like when unplugging a
6145
USB device.
6146
+ Session-manager
6147
- The session manager is now handling DONT_RECONNECT streams
6148
without a target node. They get connected to a default node
6149
once and then fail to reconnect.
6150
- The session manager now exposes the stream setting as
6151
metadata. This makes it possible for other components, such
6152
as pulse-server to use this information. Information is stored
6153
as a json object for easier consumption.
6154
- The session manager now has a config directory in
6155
/etc/pipewire/media-session.d/ packagers can use this
6156
+ PulseAudio server
6157
- Pulse server now acquire the dbus name.
6158
- Improvements in timing and compatibility with many apps.
6159
- The stream-restore extension is now implemented so that
6160
the event volume can be configured.
6161
- Many stability fixes and improvements.
6162
- Fix some issues with module-load/unload
6163
- Changes from PipeWire 0.3.16:
6164
+ Highlights
6165
- Fix screensharing for old 0.2 clients
6166
- Many pulse-server improvements. There is now a
6167
pipewire-pulse binary that is the prefered solution for
6168
PulseAudio compatibility. The replacement libpulse
6169
libraries are now deprecated. This also makes audio in
6170
Flatpak work.
6171
+ PipeWire improvements
6172
- Fix cleanup of listeners everywhere. Force remove of
6173
listeners in _destroy to avoid crashes.
6174
- Add support for a journald logger module.
6175
- Various memory leak fixes
6176
- Silence some warnings that spammed the logs.
6177
- Fix flush in pw_stream. This fixes small glitches when
6178
switching streams in music players.
6179
- Various FreeBSD fixes and improvements.
6180
- Fix some crashes when destroying objects.
6181
+ Device support
6182
- Reload the ALSA configuration when creating a node so that
6183
hotplugged devices work in all cases.
6184
- Fix memory leaks in ACP library. This also fixes issues
6185
where the mixer device was not closed.
6186
- Bluetooth now has support for the mSBC codec for SCO
6187
source and sink.
6188
+ pulse-server
6189
- Many introspection and compatibility improvements. It should
6190
now be as good or better than the replacement library.
6191
- Implement sample cache to make notification events work.
6192
+ JACK layer
6193
- handle errors when linking, fixes jack_connect hang when
6194
the ports were already linked.
6195
- Drop patches do-not-use-snd_pcm_ioplug_hw_avail.patch and
6196
fix-memfd_create-call.patch, no longer needed on SLE/Leap which
6197
have updated glibc / alsa.
6198
- Drop do-not-install-alsa-config-files.patch, remove files at
6199
install time instead.
6200
- pw-pulse wrapper is gone, remove all mentions of it.
6201
- Package pulseaudio replacement in a subpackage and drop
6202
pipewire-libpulse-0_3 (pipewire will use pulseaudio libraries
6203
directly).
6204
- Create an alsa subpackage and move alsa pipewire plugin to this
6205
subpackage.
6206
6207
-------------------------------------------------------------------
6208
Thu Nov 5 10:37:18 UTC 2020 - Antonio Larrosa <alarrosa@suse.com>
6209
6210
- Update to version 0.3.15:
6211
+ Highlights
6212
- This is a quick update to fix critical issues with the
6213
0.3.14 update, which broke screen sharing and accidentally
6214
enabled the experimental pulse-server.
6215
- Fix some compatibility issues in pulse-server with
6216
pavucontrol and fix an issue that would block the complete
6217
server.
6218
+ PipeWire improvements
6219
- Permission checks for new clients are now done from a
6220
global context, which makes it possible to assign initial
6221
permissions to objects.
6222
- Handle EINTR everywhere
6223
- Fix an issue with the node state changes where a quick
6224
pause/play would hang a client.
6225
+ Session manager improvements
6226
- Disable the bluez5 and pulse-bridge modules by default
6227
because they interfere with pulseaudio. These options should
6228
only be enabled if pulseaudio is removed or disabled in the
6229
system.
6230
- Fix an issue where the session manager could end up in
6231
infinite recursion while scanning for things to do.
6232
- The session manager will now always configure nodes to remix
6233
to the channel configuration of the device. This fixes the
6234
case where mono streams would only end up on one channel of a
6235
stereo device.
6236
+ Device support
6237
- Initial merge of A2DP extra codec support using the new
6238
bluez5 API.
6239
+ pulse-server
6240
- Create the runtime directory when it doesn't exist.
6241
- Don't ever block the server, use non-blocking IO everywhere.
6242
- Fill description of profiles with the name if not otherwise
6243
set, this fixes a crash in pavucontrol.
6244
- the connection debug catergory will now also debug pulse
6245
messages.
6246
- Respect the no_remix flag to make the control panel channel
6247
check work.
6248
+ ALSA plugin
6249
- implement pause
6250
6251
-------------------------------------------------------------------
6252
Tue Nov 3 08:11:46 UTC 2020 - Antonio Larrosa <alarrosa@suse.com>
6253
6254
- Update to version 0.3.14:
6255
+ Highlights
6256
- This release focuses on bugfixes and stability
6257
improvements.
6258
- A new experimental pulse-server module was added. This
6259
module implements the pulseaudio protocol on top of
6260
PipeWire and can be used to make flatpaks work with
6261
PipeWire. It looks like this might be a better way
6262
forward compared to the libpulse.so replacement library.
6263
- A2DP bluetooth was reworked. Playback should work a lot
6264
better now. Support was also added to automatically link
6265
an A2DP source to a playback device, which makes it possible
6266
to use PipeWire as a bluetooth receiver as well.
6267
- Improvements to the routing and volume restore features
6268
of the session manager.
6269
+ PipeWire improvements
6270
- The channelmixer does not normalize volumes anymore. Volumes
6271
are only normalized for monitoring streams now.
6272
- Streams can actually start in the inactive state now.
6273
- The channelmixer can now also convert volume updates from one
6274
channel layout to another. This makes saved volumes work
6275
even when streams have different channel layouts.
6276
- Clients are only registered after the properties have been
6277
updated.
6278
- Links now have a new active state.
6279
- Drivers can now also specify a minimum quantum. This makes it
6280
possible for bluetooth devices to specify an optimum quantum
6281
for the given codec settings and MTU.
6282
- The amount of data sent over the socket was reduced by only
6283
sending the data that changed.
6284
- Client objects are now exposed after they uploaded their
6285
properties, which makes the new object more useful.
6286
+ Tools improvements
6287
- pw-cat will now add metadata to the PipeWire streams.
6288
+ Session manager improvements
6289
- Fix crashes when reading bad data in stored settings.
6290
- volume and routing is improved. Settings are now remembered
6291
per application or media-role.
6292
- The session manager remembers the last device used per stream
6293
- Fix a bug when moving streams where it could sometimes end
6294
up with linking a stream to multiple devices.
6295
- Use RTKit to set realtime priority on the data thread in the
6296
session manager. This improves performance of the pulse-server
6297
and bluetooth devices.
6298
- Add a new property to mark streams that want to capture from
6299
the monitor of the default sink.
6300
- NODE_TARGET can now also contain the node name. This avoids
6301
some lookups in the pulseaudio layer when selecting target
6302
nodes by name.
6303
- the -e and -d options are more usable now and can be used to
6304
add and remove modules from the default list of modules.
6305
+ Device support
6306
- v4l2: add some workarounds for buggy drivers. Add Limited
6307
support for droidcam.
6308
- ACP: improve selection of default port and profiles.
6309
- ACP: add support for using the hardware mixer for more than
6310
8 channel streams.
6311
- ACP: support the new port type and availability group found
6312
in PulseAudio.
6313
- A2DP bluetooth timings were reworked. Automatic linking of
6314
A2DP sources was added to make it possible for PipeWire to
6315
act as a bluetooth receiver. The code was reworked to allow
6316
other codecs such as APTX and LDAC in the future.
6317
- Try harder to recover from ALSA errors.
6318
+ GStreamer improvements
6319
- Fix some crashes in the monitor that cause
6320
gnome-initial-setup to crash.
6321
+ PulseAudio layer improvements
6322
- Many compatibility improvements. Improved playback in
6323
chrome. Fix a crash in firefox when the daemon is stopped.
6324
- Fix a leak in the formats.
6325
- Fix !ADJUST_LATENCY streams like paplay.
6326
- Make the device option in paplay work.
6327
- Fix volume/mute notifications, this makes plasma volume updates
6328
work again.
6329
- Do the conversion between PulseAudio cubic volumes and PipeWire
6330
linear volumes. Volume levels should behave now like they did
6331
with PulseAudio.
6332
+ JACK layer improvements
6333
- Return an error when we run out of midi events. Some application
6334
rely on this behaviour.
6335
+ ALSA plugin improvements
6336
- The ALSA plugin now also supports the node name in the
6337
playback_node and capture_node properties.
6338
6339
-------------------------------------------------------------------
6340
Tue Oct 27 17:32:57 UTC 2020 - Antonio Larrosa <alarrosa@suse.com>
6341
6342
- Rename 99-pipewire-default.conf to
6343
99-pipewire-default.conf.example so it's disabled by default and
6344
all ALSA I/O doesn't get redirected to pipewire (which was only
6345
overrided by pulseaudio's configuration in alsa-plugins-pulse
6346
casually). Thanks to Takashi Iwai for noticing (boo#1178104,
6347
boo#1177166 and probably boo#1175584)
6348
- Add baselibs.conf (boo#1177555)
6349
6350
-------------------------------------------------------------------
6351
Thu Oct 8 08:29:36 UTC 2020 - Antonio Larrosa <alarrosa@suse.com>
6352
6353
- Update to version 0.3.13:
6354
+ PipeWire improvements
6355
- Add pw-reserve tool to reserve or monitor a device on DBus.
6356
- Install spa-resample, a tool to resample a file.
6357
- Install spa-acp-tool, a tool to inspect the card profile.
6358
- Various fixes and improvements
6359
- Fix a bug in pw-stream where a capture stream could run out
6360
of buffers and become silent.
6361
- Rework the processing loops in the adapter and stream. There
6362
is now less latency in PulseAudio and ALSA layers.
6363
+ Session manager improvements
6364
- Improve the device reservation code. We now try to acquire
6365
the device using the dbus device reservation API before we
6366
probe the device. This avoids conflicts with a running
6367
PulseAudio where devices would disappear (because they were
6368
locked by the other process).
6369
- Don't fail on invalid input from the config files.
6370
- Audio devices now have the same name as what PulseAudio
6371
would assign.
6372
+ Device support
6373
- v4l2: try to use the format before enumerating the size and
6374
framerate. Some drivers don't check the format and might now
6375
work better.
6376
- v4l2: Fall back to MMAP when EXPBUF fails. Fix MMAP access,
6377
just export the fd and the mapoffset. This should make more
6378
devices work.
6379
- Fix crash in ALSA Card Profile (ACP) code.
6380
- ACP: fix selection of default profile. Prefer any possibly
6381
available profile over 'Off'. This makes some card at least
6382
start with something.
6383
- Fix soft volume. After setting the volume to 0, it would stay
6384
at 0 until pushed over the max volume. This should fix
6385
various volume related issues.
6386
+ PulseAudio layer improvements
6387
- Rework the buffering and latency measurements and tweak the
6388
buffer attributes. This should make browsers and media
6389
players work better. This should also improve speechd
6390
performance.
6391
+ JACK layer improvements
6392
- Fix compilation against newer JACK.
6393
6394
- Rebase patch:
6395
+ do-not-install-alsa-config-files.patch
6396
6397
-------------------------------------------------------------------
6398
Tue Sep 22 12:37:18 UTC 2020 - Antonio Larrosa <alarrosa@suse.com>
6399
6400
- Update to version 0.3.12:
6401
+ PipeWire improvements
6402
- The channelmap converter now handles unknown and strange
6403
channel layouts much better.
6404
- The resampler is now cleared correctly, avoiding clicks and
6405
pops at the start of sound.
6406
- Fixes for various crasher bugs. (paplay drain, vlc shutdown,
6407
pactl info, ...)
6408
- Fix a race condition in the node state changes that caused
6409
all kinds of sync and other issues (vlc, mpv, ...)
6410
- Improve the binary name property of applications
6411
- Fix the scheduling again of nodes that always need a driver
6412
such as the jack clients.
6413
+ Session manager improvements
6414
- Fix routing to default nodes. Sometimes nodes were not routed
6415
to the default node (bluetooth)
6416
+ Device support
6417
- Disable channelmap from ALSA by default. This is what
6418
PulseAudio does and thus provides better compatibility.
6419
- Fix a bug in how the resampler was used in the ALSA source,
6420
causing distortion and errors when using low latency capture
6421
clients. (Discord, webrtc, ...)
6422
- Small bluetooth improvements. More work is needed for
6423
reliable bluetooth playback.
6424
+ GStreamer plugins
6425
- The device provider now stops the processing loop before
6426
shutting down, which avoids crashes (gnome-initial-setup).
6427
+ PulseAudio layer improvements
6428
- The buffer attributes were reworked to ensure compatibility
6429
with many more applications such as mpv and audacious.
6430
- The pulseaudio layer will now try hard to not hand out
6431
invalid channel maps to the application. (avoids crashes in
6432
gnome-volume-control). The channel map will now also look
6433
more like what PulseAudio does.
6434
- The @DEFAULT_SINK/SOURCE/MONITOR@ wildcards now work. This
6435
fixes the problem with volume keys when they are bound to
6436
scripts using pactl and the default sink/source wildcards.
6437
- The PIPEWIRE_LATENCY environment variable now works again
6438
- Fix some leaks of ports and port info. Also fix the leak of
6439
the context when the mainloop is stopped.
6440
- The sink/source format_info array is now filled up
6441
completely, this is actually not implemented yet in the real
6442
PulseAudio.
6443
+ JACK layer improvements
6444
- jack now returns version 3.0.0 and has PipeWire in the
6445
version string so that apps can report this.
6446
- Drop patch:
6447
+ 0001-alsa-dont-change-the-resampler-delay-value.patch
6448
6449
-------------------------------------------------------------------
6450
Fri Sep 18 05:32:09 UTC 2020 - Antonio Larrosa <alarrosa@suse.com>
6451
6452
- Update to version 0.3.11:
6453
+ PipeWire improvements
6454
- Properly cleanup the mixer structures when a port is removed,
6455
this should fix client crashes related to port config changes
6456
and other random crashes.
6457
- Optimize the preferred formats in the audio converter. Higher
6458
quality formats with higher performance are chosen first.
6459
- Make sure the time reported by pw_stream is always
6460
increasing, even when the driver and clock changes.
6461
- There is now also a system service and socket that can be
6462
used to enable PipeWire systemwide. This is however not
6463
recommended and disabled by default.
6464
- Fix channelmixer 5.1 to stereo mix matrix. It was not reading
6465
the conversion matrix correctly and cause channels to be
6466
dropped. The channelmixer will now also normalize the volume,
6467
like what pulseaudio does.
6468
- The channelmixer will now just copy channels when no layout
6469
has been given. It has also optimized paths for this. This
6470
makes it possible for apps to request > 8 channels from the
6471
alsa plugin (ardour).
6472
- Port, Node and Link will now also emit an error on the
6473
resources in addition to updating the error in the info. This
6474
would make it easier to track negotiation errors in the
6475
session manager later.
6476
- many small fixes and cleanups.
6477
- Fix compatibility:
6478
- DOSBox: fix crash because of double free in pw_stream
6479
+ Session manager improvements
6480
- The session manager will now try to configure the client to
6481
the channel configuration of the sink/source. It will only
6482
do this for downmixing, never for upmixing and also never
6483
when the client has the dont-remix property set. It will
6484
also renegotiate the channel layout when moving a stream to
6485
a new sink/source.
6486
- Configuration state is now saved in XDG_CONFIG_HOME.
6487
Previously it was saved in $HOME/.pipewire-media-session/
6488
You can migrate the state by moving the files to
6489
$XDG_CONFIG_HOME/pipewire-media-session (or
6490
$HOME/.config/pipewire-media-session as a fallback when
6491
XDG_CONFIG_HOME is not set).
6492
+ Device support
6493
- Bluetooth sources and sinks should work better now.
6494
- There is now also a new bluetooth backend using hsphfpd.
6495
- fix the ALSA UCM Off profile for alsa pcm devices
6496
- improve ALSA port and profile switching. The ACP device will
6497
now switch to the best port and profile when availability
6498
changes.
6499
+ PulseAudio layer improvements
6500
- Implement some more callbacks. The pulse layer will now also
6501
notify applications of stream moved, started and latency
6502
changes.
6503
- Fix error code when an object was not found. We now return
6504
PA_ERR_NOENTITY instead of PA_ERR_INVALID.
6505
- Add some support for loading new null sinks. Applications
6506
such as pulseeffects use this. Note that pulseeffects does
6507
not yet work reliably but can start now.
6508
- Improve handling of profile and port updates, it should work
6509
much more reliable now. Apps should now also again receive
6510
volume updates from sinks/sources.
6511
- Fix compatibility:
6512
- openal-soft 1.20
6513
- pavucontrol (checks PA_ERR_NOENTITY)
6514
+ JACK layer improvements
6515
- improve default source and sink handling. It was not updated
6516
correctly in all cases.
6517
- add samplerate and period to the pw-jack wrapper to easily
6518
configure the desired samplerate and perdiod for the app.
6519
+ ALSA plugin improvements
6520
- Add a mixer entry in the alsa config file.
6521
- Implement support for planar types, rework the processing
6522
function to make it more robust.
6523
- refuse to load the alsa plugin when linked against 0.2. This
6524
catches some old apps linked against 0.2 that want to use the
6525
alsa plugin.
6526
- Fix compatibility:
6527
- linphone (ALSA SIGFPE when _status() is called
6528
before _prepare()).
6529
- Includes fix for a division by 0 error (boo#1176515):
6530
+ 0021-alsa-protect-against-SIGPFE.patch
6531
- Add patch from upstream to fix audio stutters in discord and probably
6532
other applications when using alsa directly.
6533
+ 0001-alsa-dont-change-the-resampler-delay-value.patch
6534
6535
-------------------------------------------------------------------
6536
Thu Aug 27 06:00:06 UTC 2020 - Antonio Larrosa <alarrosa@suse.com>
6537
6538
- Update to version 0.3.10:
6539
+ Many improvements to the pulse layer.
6540
- GStreamer pulsesink element now works.
6541
- Fixes some segfaults.
6542
- Enable rtkit for client threads.
6543
- fixes capture of monitor stream by name
6544
- implement some more extensions, this makes paman
6545
work and removes some warnings.
6546
+ Many improvements to the GStreamer elements
6547
- negotiation rework, avoid calling GStreamer methods from
6548
the PipeWire callbacks because they might block and cause
6549
deadlocks.
6550
- Add support for non-string property values.
6551
- improve stability after buffer and format
6552
renegotiation.
6553
- Rework the device provider.
6554
- pipewiresink can now provide a stream that can
6555
be consumed by apps like cheese.
6556
+ Many improvements to the JACK layer:
6557
- Rework the buffer_size callbacks. Make sure we call
6558
the callback from a 'safe' thread and that we don't
6559
call the process callback while the application is
6560
handling the callback. This improves stability in
6561
apps like Carla when PipeWire dynamically changes
6562
the buffer size.
6563
- Improve compatibility with apps that call
6564
get_buffer_frames() with a 0 size (calfjackrack)
6565
- JACK can now create nodes that can be set as a
6566
sink/source in PulseAudio/ALSA apps (you can make an
6567
effects rack and set that as default sink for
6568
apps).
6569
+ Added a group id property for nodes. This makes it
6570
possible to schedule nodes with the same driver even
6571
when they are otherwise not linked together. To make
6572
this work well a new flag needed to be added to nodes
6573
to signal when they are ready for processing.
6574
Together with the GStreamer fixes, this makes things
6575
like:
6576
gst-launch-1.0 -v pipewiresrc path=51 stream-properties="props,node.group=1" !
6577
audio/x-raw ! pipewiresink stream-properties="props,node.group=1"
6578
work as expected with PipeWire managing the resampling
6579
to keep the clocks of the devices in sync.
6580
This can later also be used to force devices to be grouped
6581
together to create a JACK-like scheduling group.
6582
+ Streams and filter now use PIPEWIRE_NODE and
6583
PIPEWIRE_LATENCY env variables as fallback.
6584
+ ACP add per device port list. This makes UCM devices
6585
expose the right ports.
6586
+ Fix some segfaults in ACP and UCM.
6587
+ make pw-cat use the metadata to find default devices.
6588
+ The media session can now save and load audio device
6589
Profiles and Routes (volumes), stream volumes and
6590
the default sink and sources.
6591
6592
-------------------------------------------------------------------
6593
Thu Aug 13 11:28:16 UTC 2020 - Antonio Larrosa <alarrosa@suse.com>
6594
6595
- Update to version 0.3.9:
6596
+ Fix bad audio in chrome
6597
+ Remove some errors that are not real errors.
6598
+ Fix 100% cpu when disconnecting devices.
6599
+ Improve pulseaudio introspection of formats
6600
+ Fix JACK metadata handling, carla can now monitor the
6601
port it creates and insert midi.
6602
+ Add a new permission bit (M) that is needed to be able
6603
to configure metadata on an object. Improve security of
6604
metadata some more, only allow metadata on objects that
6605
are visible to the client setting the metadata.
6606
+ Add support for videocrop in the GStreamer elements.
6607
+ Improve handling of the runtime directory for the
6608
server sockets. Add some reasonable fallback when
6609
XDG_RUNTIME_DIR is not set, as suggested in the spec.
6610
+ Improve ALSA device names from ACP.
6611
+ Fix various crasher bugs. One in the pulse layer, one in
6612
the session manager.
6613
+ Make alsa plugin respect the PIPEWIRE_REMOTE env variable.
6614
+ Various compile fixes.
6615
6616
-------------------------------------------------------------------
6617
Fri Jul 31 07:50:45 UTC 2020 - Antonio Larrosa <alarrosa@suse.com>
6618
6619
- Update to version 0.3.8:
6620
+ Fix an embarrassing crasher in the JACK layer when metadata
6621
keys were removed.
6622
+ Make it possible to add properties to jack clients with a
6623
PIPEWIRE_PROPS env variable. This can be used to make JACK
6624
nodes look like a device (like an effects rack).
6625
+ Improvements in the session manager in how it links ports.
6626
Now it will try to link matching channels first and be more
6627
intelligent otherwise. The session manager will also configure
6628
the stream to the device port configuration when needed.
6629
+ Add ofono backend for Bluetooth HeadSet support.
6630
+ Improve default source and sink handling. They are now stored
6631
with their id, instead of name, in the metadata. This makes it
6632
work better with JACK because of JACK's limited name length.
6633
+ Improve environment variables to make it possible to create
6634
and connect to servers other than "pipewire-0". Implement
6635
this in pulseaudio, JACK and alsa layers.
6636
+ Add an alsa mixer plugin so that alsamixer works with PipeWire.
6637
It will configure the default source/sink volumes.
6638
+ Fix capture devices. There was something wrong with how the
6639
resampler was used that caused corruption in the signal when
6640
the resampler was active.
6641
+ We now ship alsa card paths, profile-sets configuration files
6642
and udev rules so that we don't have to rely on the pulseaudio
6643
ones.
6644
+ Many build and stability fixes.
6645
6646
- Update to version 0.3.7:
6647
+ Improved PulseAudio compatibility. The alsa card profile
6648
code was reused from PulseAudio. Devices now support
6649
all profiles, ports, jack detection, UCM and hardware
6650
mixers that PulseAudio implements. There should not
6651
be (almost) any difference between PipeWire and PulseAudio
6652
in how it presents and manages devices.
6653
Other missing API pieces such as the default sink/source
6654
and move_stream are implemented now. At this point
6655
it should be possible to replace PulseAudio with the
6656
compatibility layer for those who want to try.
6657
+ Many fixes and improvements to the GStreamer elements.
6658
pipewiresrc now has the ability to periodically resend
6659
the last frame. This makes it possible for use-cases like
6660
screensharing to only update the screen on changes while
6661
still keeping the client side encoder busy. PipeWire
6662
elements can now also share a connection between them.
6663
+ Improvements to the bluetooth nodes. Dynamically adding
6664
and removing devices should work much smoother now. Many
6665
fixes and improvements to a2dp and sco nodes.
6666
+ Reduced memory usage by using less pre-allocated memory
6667
where possible. JACK clients are especially using less
6668
memory.
6669
+ Support for passive links is added again. These are links
6670
that don't cause the associated driver to become active.
6671
This makes it possible to have blocks of effects+sinks go
6672
to suspend as a group when not in use.
6673
+ Both consumers and producers can now ask to renegotiate
6674
the format. This required some cleanups and improvements
6675
to how links and node states were handled. More work is
6676
needed to implement more use cases.
6677
+ Important fixes to how memory is shared with clients. Memory
6678
was not correctly freed in all cases, which would result
6679
in reuse of the wrong memory.
6680
+ Support for planar formats for audio and video was added.
6681
+ Improved error handling in the session manager.
6682
+ Metadata is now used to manage default audio source and
6683
sink devices. The session manager will try to link streams
6684
to the default device. Changing the default device will
6685
move streams to the new device. PulseAudio and JACK layers
6686
respect the default source/sinks.
6687
+ Metadata is used to tag the desired output device for
6688
a stream and the session manager will move streams when
6689
the metadata changes. The PulseAudio layer uses this to
6690
implement the move_stream feature.
6691
+ Many fixes to the security modules. The session manager now
6692
has a flatpak module that grants permissions to flatpak
6693
apps. The PulseAudio layer now respects the permissions of
6694
objects. Security related properties are made read-only
6695
now. Different access modules can now coexist.
6696
+ The portal module has been split up in 2 parts:
6697
- a part living in the daemon that monitors the portal
6698
dbus owner and tags all clients from this PID. This
6699
part has to run in the daemon in order to securely
6700
tag the clients.
6701
- a part in the session manager that uses the permission
6702
store to manage the permissions of portal managed
6703
clients.
6704
6705
- Drop patches already included in 0.3.7:
6706
+ 0001-client-node-fix-buffer-size-calculation.patch
6707
+ 0002-gst-fix-proxy-leaks.patch
6708
+ 0003-pulse-fix-pa_card_info-profiles2-array-to-be-NULL-terminated.patch
6709
+ 0004-pulse-fix-size-calculation.patch
6710
+ 0005-jack-fix-crash-on-close-when-metadata-are-not-available.patch
6711
+ 0006-a2dpsink-only-request-new-data-when-buffer-is-done.patch
6712
+ 0007-pulse-fix-counter-while-populating-car_info-profiles.patch
6713
+ 0008-impl-link-reset-state-before-starting-allocation.patch
6714
+ 0009-impl-core-clear-the-mempool.patch
6715
+ 0010-mem-reset-the-map-in-clear.patch
6716
+ 0011-avoid-uninitialized-variables.patch
6717
+ 0012-dlclose-on-errors.patch
6718
+ 0013-stream-handle-NULL-context.patch
6719
+ 0014-state-always-update-state-variables.patch
6720
+ 0015-spa-device-fix-leak-of-properties-in-error-case.patch
6721
+ 0016-alsa-dont-leak-structure-on-error.patch
6722
+ 0017-alsa-dont-leak-properties-on-error.patch
6723
+ 0018-stream-fix-some-more-leaks-in-error-paths.patch
6724
+ 0019-buffers-increase-max-datas-and-metadata-in-buffers.patch
6725
+ 0020-gst-return-NULL-for-unknown-format.patch
6726
- Drop patch and replace it with a sed substitution since the patch
6727
context includes the package version and would have to be
6728
modified in every package update:
6729
+ fix-meson-required-version.patch
6730
- Add patch to not install alsa card paths, profile-sets
6731
configuration files and udev rules which upstream installs
6732
"so that we don't have to rely on the pulseaudio ones".
6733
+ do-not-install-alsa-config-files.patch
6734
6735
-------------------------------------------------------------------
6736
Wed Jul 15 07:26:01 UTC 2020 - Antonio Larrosa <alarrosa@suse.com>
6737
6738
- Recommend pipewire from libpipewire, so if the library is
6739
installed the daemon gets pulled in since we want a daemon
6740
to connect to.
6741
- Require pipewire-spa-plugins from pipewire instead of
6742
recommending it since the support plugin is actually required
6743
for most uses (like screen sharing in wayland, which we want to
6744
support out-of-the-box).
6745
- Enable the pipewire.socket systemd user service in %post
6746
(using pulseaudio's %post section as an example of how to do it
6747
since systemd-presets-common-SUSE currently lacks support for
6748
user services). Also disable it in %preun and %postun.
6749
6750
-------------------------------------------------------------------
6751
Tue Jul 14 08:25:49 UTC 2020 - Antonio Larrosa <alarrosa@suse.com>
6752
6753
- Add patches from upstream to fix many issues mainly related to
6754
memory leaks, crashes and wrong behaviour:
6755
+ 0001-client-node-fix-buffer-size-calculation.patch
6756
+ 0002-gst-fix-proxy-leaks.patch
6757
+ 0003-pulse-fix-pa_card_info-profiles2-array-to-be-NULL-terminated.patch
6758
+ 0004-pulse-fix-size-calculation.patch
6759
+ 0005-jack-fix-crash-on-close-when-metadata-are-not-available.patch
6760
+ 0006-a2dpsink-only-request-new-data-when-buffer-is-done.patch
6761
+ 0007-pulse-fix-counter-while-populating-car_info-profiles.patch
6762
+ 0008-impl-link-reset-state-before-starting-allocation.patch
6763
+ 0009-impl-core-clear-the-mempool.patch
6764
+ 0010-mem-reset-the-map-in-clear.patch
6765
+ 0011-avoid-uninitialized-variables.patch
6766
+ 0012-dlclose-on-errors.patch
6767
+ 0013-stream-handle-NULL-context.patch
6768
+ 0014-state-always-update-state-variables.patch
6769
+ 0015-spa-device-fix-leak-of-properties-in-error-case.patch
6770
+ 0016-alsa-dont-leak-structure-on-error.patch
6771
+ 0017-alsa-dont-leak-properties-on-error.patch
6772
+ 0018-stream-fix-some-more-leaks-in-error-paths.patch
6773
+ 0019-buffers-increase-max-datas-and-metadata-in-buffers.patch
6774
+ 0020-gst-return-NULL-for-unknown-format.patch
6775
6776
-------------------------------------------------------------------
6777
Fri Jul 3 08:29:04 UTC 2020 - Antonio Larrosa <alarrosa@suse.com>
6778
6779
- Rebase patches used in SLE/Leap:
6780
+ do-not-use-snd_pcm_ioplug_hw_avail.patch
6781
+ fix-memfd_create-call.patch
6782
6783
-------------------------------------------------------------------
6784
Tue Jun 16 09:04:18 UTC 2020 - Antonio Larrosa <alarrosa@suse.com>
6785
6786
- Update to version 0.3.6 (boo#1171433, jsc#ECO-2308):
6787
+ Extensive memory leak fixing and stress testing was done.
6788
A big leak in screen sharing with DMA-BUF was fixed.
6789
+ Compile fixes
6790
+ Stability improvements in jack and pulseaudio layers.
6791
+ Added the old portal module to make the Camera portal
6792
work again. This will be moved to the session manager in
6793
future versions.
6794
+ Improvements to the GStreamer source and sink shutdown.
6795
+ Fix compatibility with v2 clients again when negotiating
6796
buffers.
6797
- Disable vulkan if the vulkan package is too old (as in
6798
SLE 15 SP0 and SP1)
6799
- Add patch to build with meson >= 0.46.0 since 0.50.0 is not
6800
really needed:
6801
+ fix-meson-required-version.patch
6802
6803
-------------------------------------------------------------------
6804
Thu May 21 08:50:18 UTC 2020 - Antonio Larrosa <alarrosa@suse.com>
6805
6806
- Filter out libpulse.so.0 and libjack.so.0 automatic provides so
6807
this is not considered an alternative when resolving dependencies
6808
in the distribution.
6809
6810
-------------------------------------------------------------------
6811
Thu May 21 07:51:29 UTC 2020 - Antonio Larrosa <alarrosa@suse.com>
6812
6813
- Add patch to fix build in SLE/Leap where alsa doesn't have a
6814
snd_pcm_ioplug_hw_avail function:
6815
+ do-not-use-snd_pcm_ioplug_hw_avail.patch
6816
6817
-------------------------------------------------------------------
6818
Tue May 19 07:54:52 UTC 2020 - Antonio Larrosa <alarrosa@suse.com>
6819
6820
- Update to version 0.3.5:
6821
+ Compiler fixes
6822
+ Add pw-midiplay and pw-midirecord aliases
6823
+ Add pw-mididump tool
6824
+ Add pw-metadata tool to inspect, add and remove metadata
6825
for objects.
6826
+ Docs updates, man pages
6827
+ install alsa config files
6828
+ Fix linked sink/source in pulseaudio
6829
+ ratelimit graph processing warnings
6830
+ improve buffer handling in GStreamer elements
6831
+ Fix power usage by removing the queue for the alsa
6832
sequencer system announce messages.
6833
+ Fix metadata clear() method dispatch.
6834
+ Improve parameter enumeration, make it possible to detect
6835
missing parameters vs no-compatible parameters so that we
6836
can use defaults in the first case and error in the second
6837
case.
6838
+ Fix cleanup of proxy objects. Stability improvements on
6839
plug/unplug in session manager.
6840
+ Make it possible to set log level from config file
6841
+ improve debug of param negotiation errors. Log the
6842
parameters to stderr/journal.
6843
+ Make it possible to configure global logger
6844
implementation.
6845
+ Fix NEON detection
6846
+ JACK and PulseAudio compatibility improvements
6847
6848
- Update to version 0.3.4:
6849
+ A quick update with some important stability fixes.
6850
6851
- Update to version 0.3.3:
6852
+ NEON optimizations for audio conversion (32 and 64 bits)
6853
+ rework of session manager implementation
6854
+ Add option to disable modules in the session manager
6855
+ Release midi hardware devices when suspended
6856
+ various build fixes
6857
+ Clean up options of various utils
6858
+ Stability improvements
6859
+ Mayor improvements in pulseaudio emulation. Improved
6860
timings and compatibility.
6861
+ Implementation of drain and flush in pulse and alsa
6862
emulation.
6863
+ Implement poll on file descriptors.
6864
+ Improvement of metadata for jack emulation.
6865
+ Fix memory and thread problems in jack emulation.
6866
+ Simplification of state changes. Should make more use
6867
cases work in the jack emulation.
6868
+ Improvements in the gstreamer elements. Removal of
6869
extra internal queue. pipewiresink can now be used to
6870
play audio.
6871
+ Add pw-jack and pw-pulse scripts to run pulseaudio and
6872
jack applications with the right library path.
6873
6874
- Replace libpulse* replacement packages with a single
6875
pipewire-libpulse-0_3 package that includes all libraries
6876
installed in the non-standard directory
6877
%{_libdir}/pipewire-0.3/pulse and a new pw-pulse wrapper script.
6878
Likewise for the jack replacement libraries in a new
6879
pipewire-libjack-0_3 package.
6880
6881
- Use update-alternatives for the wrapper scripts.
6882
6883
-------------------------------------------------------------------
6884
Wed Apr 1 07:35:48 UTC 2020 - Antonio Larrosa <alarrosa@suse.com>
6885
6886
- Use the License rpm tag to specify that although most of
6887
pipewire is licensed under MIT, the pulseaudio replacement
6888
library is licensed under LGPL-2.1+.
6889
6890
-------------------------------------------------------------------
6891
Tue Mar 31 15:11:45 UTC 2020 - Antonio Larrosa <alarrosa@suse.com>
6892
6893
- Use gcc9 to build in SLE-15 / Leap 15, since at least gcc8 is
6894
needed now.
6895
6896
-------------------------------------------------------------------
6897
Tue Mar 31 10:48:28 UTC 2020 - Antonio Larrosa <alarrosa@suse.com>
6898
6899
- Update to version 0.3.2:
6900
+ build fixes
6901
+ Added support for data type negotiation. This makes it
6902
possible for a client to say that it can handle DMABuf
6903
and MemFd and then let the server select a compatible
6904
format.
6905
+ Handle errors when enumerating parameters better.
6906
+ Add support for rate, format, channels and period_bytes
6907
to the alsa config file to restrict what alsa apps can
6908
negotiate.
6909
+ Fix JACK midi output.
6910
+ Optimizations in common audio format conversions using
6911
AVX2. Small optimizations to plugins.
6912
+ Change the vulkan compute example to an MIT licensed
6913
shader.
6914
+ Remove some hardcoded defaults in the audio and video
6915
processing and use the values from the processing
6916
context. This also fixes the vulkan example.
6917
+ Correct the documentation and defaults in the daemon
6918
config file.
6919
+ Fix alsa and v4l2 buffer recycle. A paused client could
6920
cause the server to leak all buffers.
6921
+ Remove some warnings that should be ignored.
6922
+ Fix a crash in the bluez5 plugins.
6923
+ Try to select higher quality formats first when
6924
negotiating a format with an audio device.
6925
+ Fix an infinite loop in udev detection in some cases.
6926
+ Add non-interactive mode to pw-cli. You can now just
6927
do "pw-cli ls Port" to get a listing of all ports.
6928
pw-cli will now also connect to the default server by
6929
default and has options to select a different server.
6930
+ Allow the server to go up to the maximum quantum (8192
6931
samples or ~=180ms) if a client explicitly wants this.
6932
6933
6934
-------------------------------------------------------------------
6935
Mon Mar 23 13:56:45 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>
6936
6937
- Update to version 0.3.1+48:
6938
+ Fix 32bit build.
6939
6940
-------------------------------------------------------------------
6941
Wed Mar 18 16:33:21 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>
6942
6943
- Switch to source service, update to explicit head, file with
6944
non-compliant license replaced.
6945
6946
-------------------------------------------------------------------
6947
Tue Mar 17 10:58:42 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>
6948
6949
- Switch license to MIT and actually package it.
6950
- Add doxygen, graphviz and xmltoman BuildRequires and pass docs
6951
and man = true to meson, build documentation. Package docs in a
6952
new docs sub-package.
6953
- Add check section and run meson_test macro, run tests during
6954
build.
6955
- Add fdupes BuildRequires and pass fdupes macro, remove duplicate
6956
files.
6957
6958
-------------------------------------------------------------------
6959
Mon Mar 9 16:11:08 UTC 2020 - Antonio Larrosa <alarrosa@suse.com>
6960
6961
- Update to version 0.3.1:
6962
+ This is a bugfix release that is API and ABI compatible
6963
with previous 0.3.x releases.
6964
+ Don't load the rtkit module by default. It can cause a
6965
sigkill, which is not desirable for mutter, for example.
6966
Only enable this for the jack library for now.
6967
+ Don't use pthread cancel by default because it uses a
6968
signal that might crash some apps. Only use it for
6969
the jack library because jack clients really expect this.
6970
+ Build fixes for -Werror=suggest-attribute=format
6971
+ improve error messages, don't report harmless errors and
6972
warnings. Try to send error messages to the proxy that
6973
started the operation or is the owner of the object.
6974
+ pw-cat: midi improvement, add midi recording and dump
6975
in verbose mode
6976
+ fix properties when loading spa-nodes from the config
6977
+ Fix and update some examples
6978
+ jack: check arguments and don't crash when invalid
6979
+ Fix buffer memory upload.
6980
+ jack: fix compatibility with zrythm. Fix timemaster
6981
install, improve sample_rate callback. Fix reposition
6982
handling.
6983
+ fix crash in port after buffer negotiation error.
6984
+ add support for control ports in pw_filter
6985
+ fix cleanup of the metadata module
6986
+ improve param enumeration.
6987
+ Clear stream buffers when the format is cleared.
6988
+ Add create-object command in the config file to create
6989
object from a factory.
6990
+ Fix crash after the driver was not removed from unassigned
6991
nodes. Also properly pause inactive nodes.
6992
+ Use "true" and "false" in properties when we are talking
6993
about a boolean.
6994
+ pulseaudio: improve compatibility
6995
6996
-------------------------------------------------------------------
6997
Fri Feb 21 15:13:15 UTC 2020 - Antonio Larrosa <alarrosa@suse.com>
6998
6999
- Add patch to build correctly with glibc < 2.27 (like in SLE/Leap):
7000
+ fix-memfd_create-call.patch
7001
7002
-------------------------------------------------------------------
7003
Fri Feb 21 12:32:01 UTC 2020 - Antonio Larrosa <alarrosa@suse.com>
7004
7005
- Add BuildRequires for pkgconfig(sndfile) and pkgconfig(vulkan)
7006
so the vulkan plugin is built.
7007
- Version the spa-plugins subpackage so different versions of
7008
the plugins can be co-installed in the future.
7009
7010
-------------------------------------------------------------------
7011
Thu Feb 20 18:54:53 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>
7012
7013
- Update to version 0.3.0:
7014
+ The 0.3 release is a major milestone in the developement of
7015
PipeWire. It features a complete redesign of the scheduling
7016
mechanisms that make it possible to run a JACK compatibility
7017
layer with comparable performance to JACK2.
7018
+ The API has been reworked and is declared stable now. All
7019
developement files and runtime paths are versioned so that
7020
future incompatible changes can be done without breaking
7021
exising applications.
7022
+ PipeWire 0.3 also includes a (now mandatory) session manager
7023
that populates and controls the PipeWire graph. This example
7024
session manager is very simple and not configurable. It is
7025
expected that future version will either switch to a more
7026
flexible session manager (like WirePlumber) or improve the
7027
configuration options of the example session manager.
7028
+ PipeWire 0.3 includes both PulseAudio, JACK and ALSA
7029
compatibility libraries that are known to support a wide range
7030
of applications. The ALSA library is pretty complete at this
7031
point. The JACK and mostly the PulseAudio compatibility
7032
libraries need more work. See the Wiki pages for the current
7033
compatibility problems. We do not yet encourage people to
7034
switch away from their existing audio solutions (PulseAudio
7035
or JACK) but we would love to hear from people who try it
7036
anyways. Future versions will mostly focus on improving
7037
compatibility further to make PipeWire a drop-in replacement.
7038
PipeWire comes with some GStreamer plugins to consume and
7039
produce data for PipeWire. The consumer (pipewiresrc) is
7040
working well in most cases. The sink (pipewiresink) is known
7041
to be somewhat problematic for now.
7042
- Add pkgconfig(bluez) and pkgconfig(libpulse) BuildRequires: New
7043
dependencies.
7044
- Bump libpipewire, apiver and spa_ver define following upstreams
7045
changes. Also add a new sover define.
7046
- Package new subpackages: libjack-pw0_3_0,
7047
libpulse-mainloop-glib-pw0_3_0, libpulse-pw0_3_0 and
7048
libpulse-simple-pw0_3_0, as well as handle them in post(un).
7049
- Adjust options passed to meson following upstreams changes.
7050
7051
-------------------------------------------------------------------
7052
Wed Nov 6 12:29:43 UTC 2019 - Fabian Vogt <fvogt@suse.com>
7053
7054
- Update to version 0.2.7:
7055
+ Add support for alsa-lib 1.1.9 which changed the include path
7056
+ Improve error checking and reporting in the protocol
7057
+ deviceprovider: fix probing without starting
7058
+ add sentinel to some functions
7059
+ compiler fixes for musl
7060
+ Revert object tree permission checks that broke things, this is
7061
probably not a good idea (and the tree of objects is going to
7062
be removed later)
7063
7064
-------------------------------------------------------------------
7065
Wed May 22 16:33:08 UTC 2019 - Markus S <kamikazow@opensuse.org>
7066
7067
- Update to version 0.2.6:
7068
+ Improve error checking for threads.
7069
+ Fix some memory and fd leaks.
7070
+ Fix compilation with C++ compilers and clang.
7071
+ DISABLE_RTKIT should now not try to use dbus at all.
7072
+ Camera Portal fixes:
7073
- add Camera media.role.
7074
- Rename module-flatpak to module-portal.
7075
- Use the portal permissions store for camera checks.
7076
+ Actually use the passed fd in pipewiresrc.
7077
+ Make properties with "pipewire." prefix read-only.
7078
+ Add security label to client object.
7079
+ Enforce link permissions.
7080
+ Permissions of objects are now combined with parent
7081
permissions.
7082
+ Remove libv4l2 dependency, it is not used.
7083
+ Improve format negotiation in autolink #146.
7084
+ Try to avoid list corruption with event emmission #143.
7085
+ Fix destroy of client-node memory corruption.
7086
+ Various small improvements.
7087
- Remove pkgconfig(libv4l2) BuildRequires: follow upstreams cleanup
7088
of build dependencies.
7089
- Drop avoid-invalid-conversion-error-with-C++.patch: fixed
7090
upstream.
7091
7092
-------------------------------------------------------------------
7093
Fri Apr 19 14:27:04 UTC 2019 - Fabian Vogt <fabian@ritter-vogt.de>
7094
7095
- Add patch to fix use of headers from C++:
7096
+ avoid-invalid-conversion-error-with-C++.patch
7097
7098
-------------------------------------------------------------------
7099
Thu Feb 21 13:06:16 UTC 2019 - bjorn.lie@gmail.com
7100
7101
- Update to version 0.2.5:
7102
+ Build fixes for systemd.
7103
+ Add cursor and bitmap metadata. This can be used to send a
7104
cursor sprite with the video stream.
7105
+ Permissions were set too strict for non-flatpak clients.
7106
+ Fix crash in loop caused by thread unsafe hook emission.
7107
+ Add more error checking for thread-loop.
7108
+ Small cleanups and bugfixes.
7109
- Drop libspa define and add spa_ver define, and following this
7110
drop libspa-lib1 subpackage, no longer built.
7111
- Drop doxygen BuildRequires and manpages source, follow upstream
7112
in not building docs nor manually installing manpages that have
7113
to be updated every version bump to ensure they are current.
7114
- Add pkgconfig(libsystemd) BuildRequires: New dependency.
7115
- Update options passed to meson following upstream changes.
7116
7117
-------------------------------------------------------------------
7118
Mon Aug 13 18:55:29 UTC 2018 - bjorn.lie@gmail.com
7119
7120
- Update to version 0.2.2:
7121
+ Add apiversion to pkgconfig as well.
7122
- Add apiver define and set it to 0.2.
7123
- Bump libpipewire define to libpipewire-0_2-1 and libspa define to
7124
libspa-lib1 following upstream changes.
7125
7126
-------------------------------------------------------------------
7127
Mon Jul 23 19:38:08 UTC 2018 - bjorn.lie@gmail.com
7128
7129
- Update to version 0.2.1:
7130
+ stream: update to latest API.
7131
+ hook: add private data for future expansion.
7132
7133
-------------------------------------------------------------------
7134
Tue Jul 17 15:31:07 UTC 2018 - alarrosa@suse.com
7135
7136
- Update to version 0.2.0
7137
+ No changelog provided by upstream. To see the changes in this
7138
version, please browse the commit logs at
7139
https://github.com/PipeWire/pipewire/commits/0.2.0 .
7140
7141
-------------------------------------------------------------------
7142
Tue Mar 13 04:27:43 UTC 2018 - luc14n0@linuxmail.org
7143
7144
- Initial package, version 0.1.9.
7145
7146