pipewire/spa/plugins
q66 aa11dbe10c alsa: get rid of non-portable isinf use
The isinf function returns -1 for negative infinity on glibc, but
the standard guarantees no such behavior (e.g. in C++ it always
returns a bool, on musl libc it's a macro that expands to a bool
expression), saying just that it returns a non-zero value.

This was added in pulseaudio around 15 years ago, and was never
fixed; pipewire then got the code from it. However, we can portably
check against -INFINITY instead (from math.h, already included).

Ref 045c1d6
2023-08-31 10:37:22 +00:00
..
aec aec-webrtc: support beamforming 2023-04-13 15:52:30 +02:00
alsa alsa: get rid of non-portable isinf use 2023-08-31 10:37:22 +00:00
audioconvert Port: Add tag param 2023-08-29 14:22:13 +02:00
audiomixer improve some debug 2023-07-19 21:39:12 +02:00
audiotestsrc node: update the duration/rate from the target 2023-03-23 18:39:27 +01:00
avb spa: reuse code to clear the timers 2023-03-24 17:55:15 +01:00
bluez5 Fix problems found in the review of the broadcast sink support. 2023-08-24 16:31:03 +00:00
control spa: warn out of buffers 2023-07-07 12:11:02 +02:00
ffmpeg treewide: use SPDX tags to specify copyright information 2023-02-16 10:54:48 +00:00
jack jack: improve jack-sink and jack-source 2023-04-25 20:17:11 +02:00
libcamera spa: libcamera: add libcamera version check for properties::SystemDevices 2023-07-19 09:21:03 +00:00
support evl: fix timerfd read 2023-08-09 12:46:20 +02:00
test treewide: use SPDX tags to specify copyright information 2023-02-16 10:54:48 +00:00
v4l2 v4l2: handle inotify errors 2023-08-21 16:27:00 +02:00
videoconvert treewide: use SPDX tags to specify copyright information 2023-02-16 10:54:48 +00:00
videotestsrc treewide: use SPDX tags to specify copyright information 2023-02-16 10:54:48 +00:00
volume volume: Fix inverted check for buffer validity 2023-03-31 08:19:07 +00:00
vulkan vulkan: fix uninitialized writeDescriptor 2023-08-31 10:08:06 +00:00
meson.build Disable alsa plugin on !Linux platforms. 2023-03-15 16:53:41 +00:00