Cameron Gutman
Cameron Gutman
**Describe the bug** When attempting to work on an AMD Direct Capture implementation to address capture performance issues in Sunshine (#384), I was unable to successfully initialize the `AMFDisplayCapture` component....
This PR fixes OpenSSL 3.0 API deprecation warnings (or errors, if OpenSSL 3.0 was compiled without deprecated APIs). Most of the API changes were trivial 1:1 replacements, but the EVP...
The validation added in 22618ea is a bit overzealous and discards HDR metadata that simply lacks MaxCLL or MaxFALL values. Valid HDR10 content can lack MaxCLL or MaxFALL values, particularly...
Building libsoundio for ARM64 on Windows fails because there is no handling of Windows ARM platforms in endian.h. This PR simply adds the appropriate handling. With this small patch, libsoundio...
**Environment:** - OS: Fedora 40 - GPU and driver version: Intel(R) Graphics (ADL GT2) (Mesa 24.0.4) - SDK or header version if building from repo: v1.3.275 - Options enabled (synchronization,...
## Description The streaming code is copying the entire frame into a new `std::vector` (using the slow `std::back_inserter()` too) just to prepend the frame header, right before it copies it...
## Description The `battery.percentage` value is a real percentage (`0..100`), but it has a special value of `LI_BATTERY_PERCENTAGE_UNKNOWN` (0xFF) to indicate the percentage is unknown. We shouldn't pass this value...
## Description This PR implements scatter/gather I/O support in the platform socket code for non-batched sends. Because we can specify separate header and payload buffers, this allows us to eliminate...
The version of U-boot in the LPI4A_20240602 folder in the [Mega drive mirror](https://mega.nz/folder/phoQlBTZ#cZeQ3qZ__pDvP94PT3_bGA/folder/VhZwzDab) is too old and causes errors in dmesg when attempting to use some hardware (like the video...
I'm running into an issue with `pl_map_avframe_ex()` failing when trying to map a `AV_PIX_FMT_VAAPI` frame that is backed by a VA surface with a YUV444 format (either 8-bit or 10-bit)...