| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is a small bugfix release that is API and ABI compatible with previous
0.3.x releases.
- An old regression was fixed with where some nodes would not run.
- A regression was fixed where removed events would not be shown in some
cases. This would result in duplicate entries in audio clients.
- Fix an off-by-one in the vban audio receiver. Tweak the rate adaption
a little.
- ACP will now set a UCM verb before probing the pro-audio devices.
- More bugfixes and improvements.
- An old regression was fixed with where some nodes would not run. (#3405)
- Suspend was improved a little to avoid races when the session manager would
suspend right when a driver was starting.
- module-rtp-sap does not use the deprecated inet_aton anymore.
- Fix an off-by-one in the vban audio receiver. Tweak the rate adaption
a little. (#3380)
- ACP will now set a UCM verb before probing the pro-audio devices. (#3407)
- The mandatory flag will be set now on the video modifiers.
- EVL was updated to Xenomai4 r46 and xbuf creation was improved.
- An option was added to force colors in the log even when logging to !tty.
- The return type of spa_pod_builder_control() was fixed.
- inotify errors are handled better now. (#3439)
- A regression was fixed where removed events would not be shown in some
cases. (#3414)
- Improve compatibility with more devices, avoid reusing the same transport
for different media-sink instances to avoid encoder resets.
- Improve enumeration of codec profiles for BAP and A2DP.
- Ensure we can't iterate ports from a deactivated client. Also make sure
the JACK clients with the node.always-process=false always show their
ports. (#3416)
- A potential crash was fixed in the device provider when stopping.
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
| |
- add liblc3 recipe
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
This is a quick bugfix release that is API and ABI compatible with previous
0.3.x releases.
- Fix a bug in ALSA source where the available number of samples was miscaluclated
and resulted in xruns in some cases.
- A new L permission was added to make it possible to force a link between
nodes even when the nodes can't see eachother.
- The VBAN module now supports midi send and receive as well.
- Many cleanups and small fixes.
- Global objects now only show permissions that apply to them. The permissions
required to perform various API calls are documented.
- A new L permission was added to make it possible to force a link between
nodes even when the nodes can't see eachother.
- Config files need to end with .conf.
- The client.api is added the to global properties of a node.
- The VBAN module now supports midi send and receive as well.
- Fix module-profiler alignment and make sure we don't overrun our buffers with
many nodes.
- Protect libcanberra calls with a mutex because it is not thread safe. (#2834)
- Support older compilers for spa_clear_ptr().
- Fix a bug in ALSA source where the available number of samples was miscaluclated
and resulted in xruns. (#3395)
- Don't set inotify on /dev but on the videoX devices directly. Setting inotify
on /dev would cause a lot of spurious wakeups and lock contention in the
fsnotify subsystem on some benchmarks.
- Audioconvert now rate limits the warnings when it runs out of buffers. (#3384)
- Some bugs and inconsistencies were fixed in device lookup.
- Improve subscribe event emission, detect changes to the sink or the monitor
and send the right sink/source event. (#3388)
- The libjack.so now has a minor version of 3 and a micro version of the pipewire
version.
- JACK clients will now see portregistration from other jack clients when they
activate/deactivate like real JACK. (#3260)
- Use some more autoptr cleanups, fix some leaks.
Older versions:
This is a quick bugfix release that is API and ABI compatible with previous
- LE Audio support is now enabled by default when liblc3 is available now that
bluez has support for detecting the hardware features.
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|