Commit Graph

253 Commits

Author SHA256 Message Date
Ana Guerrero
2524a64640 Accepting request 1177046 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/1177046
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pipewire?expand=0&rev=115
2024-05-28 15:27:45 +00:00
Antonio Larrosa
cf77140b10 Accepting request 1176882 from home:XRevan86
- Update to version 1.0.7.

OBS-URL: https://build.opensuse.org/request/show/1176882
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/pipewire?expand=0&rev=202
2024-05-27 07:22:32 +00:00
Ana Guerrero
e4420debe1 Accepting request 1174188 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/1174188
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pipewire?expand=0&rev=114
2024-05-16 15:13:11 +00:00
Antonio Larrosa
c1402d8367 Accepting request 1174187 from home:alarrosa:branches:multimedia:libs
- Move modules jack-tunnel and jackdbus-detect to the
  pipewire-spa-plugins-0_2-jack since those modules should only
  be used when the real jack server is running. This fixes pipewire
  starting jackdbus on start.

OBS-URL: https://build.opensuse.org/request/show/1174187
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/pipewire?expand=0&rev=200
2024-05-15 09:34:22 +00:00
Ana Guerrero
42ad3c4f73 Accepting request 1173581 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/1173581
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pipewire?expand=0&rev=113
2024-05-14 11:37:08 +00:00
Antonio Larrosa
b604ca8a59 Accepting request 1173580 from home:alarrosa:branches:multimedia:libs
- Update to version 1.0.6:
  * Highlights
    - A bitfield race was fixed that could cause some crashes or
      undefined behaviour when moving nodes between drivers.
    - Fix to some invalid memory access in the pw-mon and pw-dump.
    - A regression in kodi with IEC958 formats playback was fixed.
    - A race in the ALSA plugin was fixed when updating the
      eventfd.
    - Improvements and fixes to module-combine-stream.
    - Negotiation was improved in pipewiresrc.
    - Some more small fixes and improvements.
  * PipeWire
    - Context properties are now set early so that client
      properties can be matched with rules.
    - A bitfield race was fixed that could cause some crashes or
      undefined behaviour when moving nodes between drivers.
  * Tools
    - Fix failure to hide properties in pw-mon. (#3997)
    - Fix some memleaks and a crash in pw-dump. (#4001)
  * Modules
    - The combine-stream module now prevents resampling to avoid
      broken audio because of different samplerates.
    - Fix a potential double free in module-loopback when
      calculating the delay. (#3748)
    - The FFADO module now only starts when ports are negotiated
      to avoid startup races. (#3968)
    - The combine-stream module will now forward tags.
  * SPA
    - Monitor volumes are now also clamped to the min/max volumes.
      (#3962)

OBS-URL: https://build.opensuse.org/request/show/1173580
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/pipewire?expand=0&rev=198
2024-05-13 07:03:44 +00:00
Dominique Leuenberger
08878d49a7 Accepting request 1172234 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/1172234
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pipewire?expand=0&rev=112
2024-05-07 16:02:35 +00:00
Antonio Larrosa
800415bcec Accepting request 1172232 from home:alarrosa:branches:multimedia:libs
- Update to version 1.0.5+git36.60deeb2 to fix several crashes,
  NULL checks, format strings and other issues:
  * spa: libcamera: fix RGB mappings
  * pw-dump: destroy all objects not just those matching the pattern
  * pw-dump: fix string memory leak on error
  * json: fix high surrogate escapes
  * core: handle import errors better
  * gst/src: fix crash when current_caps is NULL
  * gst/src: Avoid unnecessary renegotiations during streaming
  * gst/src: Cleanups for src_negotiate()
  * pw-mon: fix type confusion in core event handler
  * gst: fix stream params memory leak
  * gst: handle some more errors
  * treewide: fix errno assignments
  * alsa-pcm: don't force quantum for iec958 formats
  * journal: prepend code location to messages at debug log levels
  * module-rt: fix compiler warning
  * filter-chain: fix arguments of calloc
  * combine-stream tag forward
  * Add album to tag metadata
  * impl-node: avoid bitfield races
  * treewide: fix some format string issues
  * conf: warn when match actions are missing
  * module-protocol-simple: handle 'node.name' property
  * module-ffado: only start after ports are configured
  * context: fill basic properties early
  * combine-stream: fix latency-compensate with resample.disabled=true
  * profiler: remove unused data-loop
  * v4l2: fix printf format
  * spa: v4l2: encode device id into a json array

OBS-URL: https://build.opensuse.org/request/show/1172232
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/pipewire?expand=0&rev=196
2024-05-06 16:25:57 +00:00
Ana Guerrero
63bf5fc6e6 Accepting request 1168480 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/1168480
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pipewire?expand=0&rev=111
2024-04-18 20:10:42 +00:00
Antonio Larrosa
30dec4f6a5 Accepting request 1168479 from home:alarrosa:branches:multimedia:libs3
- Update to version 1.0.5:
  * Highlights
    - pw_stream can now report timestamps on buffers and the
      expected amount of samples for the resampler.
    - The GStreamer element now has more correct timestamps using
      the new pw_stream timestamps as a fallback.
    - The FFADO module now handles suspend and resume better.
    - A regression in v4l2 was fixed when parsing malformed
      filters.
    - A potential memory/fd leak was fixed in client-node.
    - Many more small bugfixes and improvements.
  * PipeWire
    - pw_stream now reports the expected resampler input or output
      size in the pw_time structure. (#3750)
    - pw_stream now also adds a time field to the buffer, which
      contains the time of the graph when the buffer was received
      in the stream.
    - Fix a compiler error when compiling with -Werror=shadow.
      (#3915)
    - The config parser will warn when invalid config is detected.
  * Modules
    - The FFADO module now opens and closes when suspending. This
      fixes some problems when FFADO properties are changed while
      suspended. (#3558)
    - Filter-chain will now warn when invalid config is detected.
    - Echo-cancel will now handle manage the state of the
      echo-cancel plugin better, making sure run() is not called
      after deactivate().
    - Fix some potential memory/fd leaks in client-node.
  * SPA

OBS-URL: https://build.opensuse.org/request/show/1168479
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/pipewire?expand=0&rev=194
2024-04-17 07:40:51 +00:00
Ana Guerrero
676836ab4e Accepting request 1166928 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/1166928
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pipewire?expand=0&rev=110
2024-04-14 09:53:38 +00:00
Antonio Larrosa
10400303ee Accepting request 1166927 from home:alarrosa:branches:multimedia:libs3
- Move the jack spa plugin from the pipewire-spa-plugins-0_2
  package to a new pipewire-spa-plugins-0_2-jack package. This
  allows to not Suggest the pipewire-libjack package from 
  pipewire-spa-plugins-0_2 since that's only used to connect
  pipewire as a client to a jack server which is not common at all
  (boo#1222253).

OBS-URL: https://build.opensuse.org/request/show/1166927
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/pipewire?expand=0&rev=192
2024-04-11 18:17:02 +00:00
Ana Guerrero
f4f5a32541 Accepting request 1160422 from multimedia:libs
- Avoid %if %{pkg_vcmp gcc < 8}, instead replicate the condition
  from the BuildRequires section.

OBS-URL: https://build.opensuse.org/request/show/1160422
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pipewire?expand=0&rev=109
2024-03-26 18:24:14 +00:00
Antonio Larrosa
7dd846e34e Accepting request 1159241 from home:rguenther:branches:multimedia:libs
- Avoid %if %{pkg_vcmp gcc < 8}, instead replicate the condition
  from the BuildRequires section.

OBS-URL: https://build.opensuse.org/request/show/1159241
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/pipewire?expand=0&rev=190
2024-03-21 13:00:28 +00:00
Ana Guerrero
3bb033ddb8 Accepting request 1157532 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/1157532
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pipewire?expand=0&rev=108
2024-03-13 21:17:06 +00:00
Antonio Larrosa
dc49739b33 Accepting request 1157531 from home:alarrosa:branches:multimedia:libs:pipewire-1.0
- Update to version 1.0.4:
  * Highlights
    - Track memfd better to avoid inconsistent memory. Also make
      sure the mixer info is removed correctly in all cases on
      destroyed ports.
    - Correctly handle removed objects in the metadata.
    - Add an option to set the server and client priorities instead
      of using a hardcoded value of 88.
    - The FFADO module has been fixed. Audio and MIDI now works
      with the same latency as the JACK driver. This has now also
      been tested with a Focusrite Saffire Pro 14.
    - The JACK library has seen some important fixes. Some ardour
      crackling has been fixed when looping and multiple MIDI ports
      on a client should now work.
    - Small bugfixes and improvements.
  * PipeWire
    - Track memfd better to avoid inconsistent memory. Also make
      sure the mixer info is removed correctly in all cases on
      destroyed ports.
    - Fix Props param emission again in pw_stream. (#3833)
    - Add MAPPABLE flag to buffer data to indicate that the fd can
      be mmapped directly. Use this on DMABUF from v4l2. (#3840)
    - Correctly handle removed object in the metadata.
    - FreeBSD build and compatibility fixes.
    - Add an option to set the server and client priorities instead
      of using a hardcoded value of 88.
    - Read config overrides in the right order.
    - Fix PIPEWIRE_QUANTUM rate handling in pw_stream and
      pw_filter.
    - Fix pw_context_parse_conf_section(), actually use the conf

OBS-URL: https://build.opensuse.org/request/show/1157531
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/pipewire?expand=0&rev=188
2024-03-13 10:40:10 +00:00
Antonio Larrosa
ebfcb3db4d Accepting request 1157175 from home:alarrosa:branches:multimedia:libs:pipewire-1.0
- Update to version 1.0.3+git51.89d8e8b:
  * module-ffado: make the event buffer per port
  * module-ffado: handle MIDI correctly
  * module-ffado: implement MIDI send and receive
  * module-ffado: various fixes to make things work
  * stream: add pw_stream_get_nsec() to get current time
  * jack: fix multiple midi input ports
  * pw-top: only check terminal size in non-batch mode
  * Specify "Audio" in gstreamer sink/src metadata to fix autodetect 
  * Add SOC-style jack names to HDMI audio paths
  * gst: remove timeouts when autoconnect=false
  * audioconvert: handle invalid ports better
  * audioconvert: handle port remove
  * pw_context_parse_conf_section: use the conf argument instead of the context's conf
  * stream: FORCE_RATE should just contain the rate
  * jack: FORCE_RATE should just contain the rate
  * jack: set global_mix safely
  * jack: sync threads by pausing the core
  * alsa: Added handle for controlling htimestamp autodisable
  * And more
- Remove patch already merged upstream:
  * fix-gst-sink.patch

- Require pipewire-pulseaudio from pipewire-alsa so when
  pipewire-alsa is installed, pipewire has audio support (or put
  in other words, so pipewire-alsa isn't installed with the real
  pulseaudio). Fixes boo#1221235.

- Add patch from upstream submitted at glfo#pipewire/pipewire#1932
  that fixes selecting the pipewire gstreamer plugins by the

OBS-URL: https://build.opensuse.org/request/show/1157175
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/pipewire?expand=0&rev=187
2024-03-12 12:22:25 +00:00
Dominique Leuenberger
aeab2f2a84 Accepting request 1154101 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/1154101
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pipewire?expand=0&rev=107
2024-03-03 19:19:23 +00:00
b8809b0896 Accepting request 1153354 from home:dimstar:rpm4.20:p
Prepare for RPM 4.20

OBS-URL: https://build.opensuse.org/request/show/1153354
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/pipewire?expand=0&rev=185
2024-03-01 15:06:04 +00:00
Ana Guerrero
530cd3b567 Accepting request 1148406 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/1148406
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pipewire?expand=0&rev=106
2024-02-21 16:52:57 +00:00
Antonio Larrosa
8b44bcd41b Accepting request 1148405 from home:alarrosa:branches:multimedia:libs
- Force using doxygen-1_10 in SLE where the default doxygen is too
  old and generates broken docs (boo#1217886)

OBS-URL: https://build.opensuse.org/request/show/1148405
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/pipewire?expand=0&rev=183
2024-02-21 06:59:15 +00:00
Antonio Larrosa
dd2645b5b9 Accepting request 1148316 from home:alarrosa:branches:multimedia:libs
- Add a conflict in -pulseaudio with
  pipewire-modules-%{apiver} < 1.0.0 since the
  libpipewire-module-protocol-pulse.so module was included in
  -modules before 1.0.0 so we should avoid a file conflict.

OBS-URL: https://build.opensuse.org/request/show/1148316
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/pipewire?expand=0&rev=182
2024-02-20 17:52:52 +00:00
Ana Guerrero
732dd46b28 Accepting request 1144102 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/1144102
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pipewire?expand=0&rev=105
2024-02-06 15:32:39 +00:00
Antonio Larrosa
afb8d8aa25 Accepting request 1144015 from home:XRevan86
- Update to version 1.0.3.

OBS-URL: https://build.opensuse.org/request/show/1144015
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/pipewire?expand=0&rev=180
2024-02-05 06:20:16 +00:00
Ana Guerrero
2a4bf40fcd OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pipewire?expand=0&rev=104 2024-02-01 17:03:39 +00:00
OBS User buildservice-autocommit
99a2ccc90e Updating link to change in openSUSE:Factory/pipewire revision 104
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/pipewire?expand=0&rev=f2317ed80d894b6e340a7f9898ab4155
2024-02-01 17:03:39 +00:00
OBS User buildservice-autocommit
b90cad5f65 Accepting request 1143073 from multimedia:libs
baserev update by copy to link target

OBS-URL: https://build.opensuse.org/request/show/1143073
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/pipewire?expand=0&rev=179
2024-02-01 17:03:39 +00:00
Antonio Larrosa
5af5b06ac7 Accepting request 1143072 from home:alarrosa:branches:multimedia:libs
- Update to version 1.0.2:
  * Highlights
    - Fix v4l2 enumeration with filter. This should fix negotiation
      in some GStreamer pipelines with capsfilter. Also probe for
      EXPBUF support before using it.
    - Fix max-latency property and Buffer param when dealing with
      small ALSA device buffers. This should fix stuttering with
      some AMD based soundcards.
    - More small cleanups an improvements.
  * Modules
    - Improve netjack2 channel positions.
    - Improve RAOP module state after suspend/resume. (#3778)
    - Avoid crash in some LV2 plugins by configuring the Atom
      ports. (#3815)
  * SPA
    - Bump libcamera requirements to 0.2.0.
    - Try to avoid unaligned load exceptions. (#3790)
    - Fix v4l2 enumeration with filter. (#1793)
    - Fix max-latency property and Buffer param when dealing with
      small ALSA device buffers. This should fix stuttering with
      some AMD based soundcards. (#3744,#3622)
    - Add a resync.ms option to node.driver to make it possible to
      resync fast to clock jumps.
    - Probe for EXPBUF support in v4l2 before using it. (#3821)
  * pulse-server
    - Also emit change events when the port list change.
  * Bluetooth
    - Log a more verbose explanation when other soundservers seem
      to be interfering with bluetooth.
    - Add quirks for Rockbox Brick. (#3786)

OBS-URL: https://build.opensuse.org/request/show/1143072
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/pipewire?expand=0&rev=178
2024-01-31 15:59:28 +00:00
Ana Guerrero
9d89d3fff7 Accepting request 1140584 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/1140584
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pipewire?expand=0&rev=103
2024-01-22 19:31:06 +00:00
Antonio Larrosa
7faeb1727f Accepting request 1140583 from home:alarrosa:branches:openSUSE:Factory:Staging:F
- Add patches from upstream to fix building the package in Factory
  with libcamera 0.2.0:
  * 0001-spa-libcamera-use-CameraConfigurationorientation.patch
  * 0002-spa-libcamera-bump-minimum-supported-version-to-0.2.0.patch

OBS-URL: https://build.opensuse.org/request/show/1140583
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/pipewire?expand=0&rev=176
2024-01-22 11:46:33 +00:00
Ana Guerrero
b12e144450 Accepting request 1138107 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/1138107
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pipewire?expand=0&rev=102
2024-01-12 22:44:24 +00:00
Antonio Larrosa
3cb30442d2 Accepting request 1138105 from home:alarrosa:branches:multimedia:libs
- Update to version 1.0.1:
  * Highlights
    - Work around the buggy ALSA backend in libcanberra by forcing
      the pulse backend in module-x11-bell.
    - Fix a race in the device info updates in pulse-server.
    - Fix timing and rate matching in ALSA sequencer.
    - Improve timing information in JACK and from the ALSA driver.
    - More small fixes and improvements.
  * PipeWire
    - Fix a build issue when examples where disabled.
    - Avoid some compiler warnings.
    - Avoid some bitfield data races. (#3706)
  * Modules
    - Bump the PTP driver priority. (#3217)
    - Support the previous "allowed" permission in the access
      module.
    - Fix filename leak in module-filter-chain.
    - Work around the buggy ALSA backend in libcanberra by forcing
      the pulse backend in module-x11-bell. (#3688)
    - Fix a race in the device info updates in pulse-server.
    - Fix compatibility in RAOP. (#3698)
  * SPA
    - Handle ALSA picth control errors correctly
    - Clamp buffer-frames correctly. (#3000)
    - Fix timing and rate matching in ALSA sequencer. (#3657)
    - Revert a commit that could result in current time in the
      future in the timing updates.
    - Improve adapter state checks.
    - Remove the timer from the ALSA pcm.
    - Fix timeout in freewheel driver.

OBS-URL: https://build.opensuse.org/request/show/1138105
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/pipewire?expand=0&rev=174
2024-01-11 11:21:57 +00:00
Ana Guerrero
ed9e9b9107 Accepting request 1128883 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/1128883
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pipewire?expand=0&rev=101
2023-11-27 21:42:33 +00:00
Antonio Larrosa
95219d5025 Accepting request 1128882 from home:alarrosa:branches:multimedia:libs
- Update to version 1.0.0 (El Presidente):
  * Highlights
    - Fix a memfd/dmabuf leak when uploading buffers while shutting
      down.
    - Handle concurrent jack_port_get_buffer() calls because ardour
      seems to be doing this.
    - Improve time reporting (less jitter) in ALSA when using IRQ.
    - Many doc improvements.
  * PipeWire
    - Respect PIPEWIRE_DLCLOSE everywhere, remove pw_in_valgrind().
    - Remove a warning when a client tries to change ignored
      properties.
  * Modules
    - Fix a memfd/dmabuf leak when uploading buffers while shutting
      down.
    - Fix a potential segfault when copying mix structures. (#3658)
    - Avoid races in setrlimit in module-rt.
    - Fix a memory leak in filter-chain.
    - Set rtp.ptime on senders, not receivers.
    - The ROC modules were ported to ROC 0.3
  * SPA
    - Improve time reporting (less jitter) in ALSA when using IRQ.
      (#3657)
    - Add latency param query in libcamera.
    - Fix some compiler warnings.
    - The EVL plugin was updated.
  * Bluetooth
    - LC3 codec and compatibility improvements.
  * Pulse server
    - Fix emission of events when a sink/source state changes.

OBS-URL: https://build.opensuse.org/request/show/1128882
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/pipewire?expand=0&rev=172
2023-11-26 10:59:14 +00:00
Ana Guerrero
976b844801 Accepting request 1126954 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/1126954
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pipewire?expand=0&rev=100
2023-11-17 19:49:06 +00:00
Antonio Larrosa
2ec97fc69d Accepting request 1126953 from home:alarrosa:branches:multimedia:libs
- Update to version 0.3.85 (1.0RC5):
  * Highlights
    - Fix an issue where a link could end up paused while not
      negotiated.
    - Fix an infinite recursion issue when finding runnable nodes.
    - Support XDG base directories when loading ACP config.
    - Fix MIDI event recording preview in Ardour.
    - Many more small fixes, cleanups and improvements.
  * PipeWire
    - Fix an issue where a link could end up paused while not
      negotiated. (#3619)
    - Fix an infinite recursion issue when finding runnable nodes
      by stopping the scan on feedback links around the driver.
      (#3621)
    - The system service now has better socket permissions.
  * Modules
    - Add support for uclamp. This allows the scheduler to make
      better informed decisions about where tasks should be placed,
      and what pstate to set for the CPU it is running on.
    - Emit warnings when applications are not doing the right
      locking instead of crashing.
    - Improve media.name for RAOP sinks. (#3801)
    - Support pause/resume in pipe-tunnel. (#3197)
    - Remove time rlimit when probing for realtime to avoid
      SIGXCPU.
  * SPA
    - Fix a bug where the resampler would be activated even when
      there is an ALSA pitch element. (#3628)
    - Improve resume from suspend in ALSA. (#3646)
    - Add option to expose ALSA controls as prop params.

OBS-URL: https://build.opensuse.org/request/show/1126953
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/pipewire?expand=0&rev=170
2023-11-16 15:34:50 +00:00
Ana Guerrero
9080b4ed2f Accepting request 1122663 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/1122663
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pipewire?expand=0&rev=99
2023-11-02 19:20:13 +00:00
Antonio Larrosa
58bde03379 Accepting request 1122661 from home:alarrosa:branches:multimedia:libs
- Update to version 0.3.84 (1.0RC4):
  * Highlights
    - Fix a regression with openal because the queued buffers in
      the stream were not reported correctly.
    - Fix a bug in port busy counters that could cause random
      silent links.
    - Fix a regression in echo-cancel because it was not reporting
      its streams as ASYNC.
    - Fix a JACK regression where not all ports were enumerated in
      all cases.
    - Many more fixes and improvements.
  * PipeWire
    - pw_stream now reports the queued buffers more accurately.
      This fixes a regression when using openal. (#3592)
    - The port busy counters were not updated correctly in some
      cases. This could lead to negotiation errors and silent
      links. (#3547)
    - Ignore latency maximum when forcing rate/quantum. (#3613)
    - Nodes can now be added to multiple groups and link-groups.
      (#3612)
  * Modules
    - The filter-chain now also handles notify port dependencies
      correctly. (#3596)
    - Filter-chain has support for new linear, clamp, recip, exp,
      log, mult, sine builtin plugins.
    - The echo-cancel module now correctly reports its playback and
      capture streams as ASYNC to avoid running out of buffers.
      (#3593)
    - It is now possible to specify an array of remote names to
      connect to with the native protocol.

OBS-URL: https://build.opensuse.org/request/show/1122661
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/pipewire?expand=0&rev=168
2023-11-02 12:03:37 +00:00
Ana Guerrero
17879e89c2 Accepting request 1119045 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/1119045
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pipewire?expand=0&rev=98
2023-10-22 19:01:21 +00:00
Antonio Larrosa
45ff8f23cb Accepting request 1119041 from home:alarrosa:branches:multimedia:libs
- Update to version 0.3.83:
  * Highlights
    - A quantum change regression was fixed.
    - Use a 2 socket server now for the manager and the
      applications with (when wireplumber is updated) different
      permissions.
    - Reduce memory usage a little in audioconvert and use fewer
      buffers.
    - Some JACK deadlocks were fixed.
    - More bugfixes and improvements.
  * PipeWire
    - Fix quantum change regression.
    - Use a 2 socket server by default. One for the session-manager
      and one for applications.
    - Fix a potential use-after-free in node and device cleanup.
  * modules
    - Some hardcoded buffer size limits were removed.
    - Fix ASYNC flag on combined-streams.
    - Add support for on-demand combined-streams using metadata.
  * SPA
    - alsa-udev will now ignore PCMs with the ACP_IGNORE udev
      environment variable.
    - The audioadapter now uses at least 2 buffers when the
      follower is async.
    - The number of buffers used by plugins was tweaked a little.
      Most plugins now only ask 1 buffer.
    - Memory usage in audioconvert was reduced.
    - Fix some unaligned reads and writes and undefined left shifts
      reported by ASAN.
    - Rework vulkan dependency checking.

OBS-URL: https://build.opensuse.org/request/show/1119041
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/pipewire?expand=0&rev=166
2023-10-19 15:38:36 +00:00
Ana Guerrero
a38bbe5276 Accepting request 1117943 from multimedia:libs
- Update to version 0.3.82:
  * Highlights
    - Fix a regression in some devices when the Pro-Audio profile
      was selected.
      Only enable the IRQ based scheduling and device linking in
      specific safe cases.
    - Improve rate switching. In some cases the graph rate would
      not switch correctly.
    - Fix regression in alsa wakeups that would cause silence in
      VMs.
    - Fix a leak in the SBC codecs for SCO.
    - More improvements to the RAOP module.
    - Other small improvements and fixes.
  * PipeWire
    - Improve client property checks.
    - Allow non-power-of-2 quantums when forced.
    - Improve rate switching. In some cases the graph rate would
      not switch correctly.
    - The PIPEWIRE_QUANTUM env variable now forces the size and
      rate in the graph for the duration of the application.
      The softer PIPEWIRE_LATENCY and PIPEWIRE_RATE can still be
      used to merely suggest a maximum latency and a rate.
  * modules
    - Remove the RTSP FLUSH request in RAOP because it does not
      seem necessary.
    - The RAOP module now uses the common RTP stream functions.
    - Add sockets option to protocol-native to make pipewire listen
      on multiple sockets.
  *  SPA
    - Clean up some of the log functions.

OBS-URL: https://build.opensuse.org/request/show/1117943
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pipewire?expand=0&rev=97
2023-10-16 20:32:46 +00:00
Antonio Larrosa
d50ff4c33e Accepting request 1117702 from home:XRevan86
- Update to version 0.3.82.

OBS-URL: https://build.opensuse.org/request/show/1117702
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/pipewire?expand=0&rev=164
2023-10-16 08:43:07 +00:00
Ana Guerrero
a728921b2b Accepting request 1117660 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/1117660
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pipewire?expand=0&rev=96
2023-10-13 21:13:55 +00:00
Antonio Larrosa
f335eeabd9 Accepting request 1117659 from home:alarrosa:branches:multimedia:libs
- Add patch from upstream that fixes issues when PCM is stopped,
  which includes fixing sound in qemu:
  * 0001-alsa-dont-check-early-wakeup-when-PCM-stopped.patch

OBS-URL: https://build.opensuse.org/request/show/1117659
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/pipewire?expand=0&rev=162
2023-10-13 11:54:00 +00:00
Antonio Larrosa
f746796b99 Accepting request 1117615 from home:alarrosa:branches:multimedia:libs
- Add patches from upstream that fix pro-audio not producing any
  sound in 0.3.81:
  * 0001-alsa-add-api.alsa.auto-link-option.patch
  * 0002-acp-fix-compilation.patch
  * 0003-acp-only-join-and-link-when-1-capture-and-1-playback.patch
  * 0004-acp-only-disable-tsched-when-linking.patch

OBS-URL: https://build.opensuse.org/request/show/1117615
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/pipewire?expand=0&rev=161
2023-10-13 08:55:53 +00:00
Antonio Larrosa
3a11f7ccfa Accepting request 1116448 from home:alarrosa:branches:multimedia:libs2
- Pipewire now requires vulkan 1.3, so we have to disable vulkan
  support if this requirement is not fulfilled in order to build
  correctly in Leap.

OBS-URL: https://build.opensuse.org/request/show/1116448
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/pipewire?expand=0&rev=160
2023-10-09 11:52:39 +00:00
Antonio Larrosa
b5c6808e71 Accepting request 1116260 from home:XRevan86
- Update to version 0.3.81.

OBS-URL: https://build.opensuse.org/request/show/1116260
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/pipewire?expand=0&rev=159
2023-10-08 09:27:21 +00:00
Ana Guerrero
141ab43b18 Accepting request 1112017 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/1112017
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pipewire?expand=0&rev=95
2023-09-21 20:13:02 +00:00
Antonio Larrosa
7f154572ce Accepting request 1112016 from home:alarrosa:branches:multimedia:libs
Actually remove the patch files as the changelog says was done

OBS-URL: https://build.opensuse.org/request/show/1112016
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/pipewire?expand=0&rev=157
2023-09-18 15:10:55 +00:00
27ebd8357a Accepting request 1111523 from home:alarrosa:branches:multimedia:libs:webrtc-audio-processing
Note that this requires webrtc-audio-processing-1 1.3
(submitted in https://build.opensuse.org/request/show/1111520 )

- Update to version 0.3.80:
  * Highlights
    - A new Tag param was added that allows arbitrary metadata to
      be transported out-of-band in the graph.
    - Vulkan DMA buf support was merged.
    - The echo-canceller was ported to webrtc-audio-processing-1.
    - Fix a regression in locating monitor sources by id in
      pulse-server.
    - Mixer io areas updates are now synchronized correctly with
      the data thread to avoid potential crashes.
    - Many more bugfixes and improvements.
  * PipeWire
    - Handle driver nodes that refuse to change the quantum or
      rate.
    - A new Tag param was added that allows arbitrary metadata to
      be transported out-of-band in the graph.
  * Modules
    - The pipe-tunnel source has been reworked to use a ringbuffer
      and rate adaption to keep the latency constant. It can now
      also function as a driver to reduce resampling. (#3478)
  * Tools
    - pw-cat will now place media properties in Tag params.
    - pw-mon can now filter props and params.
  * SPA
    - ALSA refuses to change quantum and rate when in IRQ mode.
    - ALSA will now be smarter in selecting the period size for
      batch devices and will make it depend on the samplerate.
      (#3444)
    - Vulkan DMA buf support was merged.
    - ALSA latency will now be reported in the time domain of the

OBS-URL: https://build.opensuse.org/request/show/1111523
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/pipewire?expand=0&rev=156
2023-09-18 12:05:27 +00:00