OpenSourceAnarchist

Results 8 comments of OpenSourceAnarchist

I locally ran the benchmark suite with just V files and... without `-autofree` it works perfectly, but with it... for some reason it doesn't send any info over tcp, verified...

OpenCV supports tonemapping, so it may be possible to recognize or ask if a file has HDR information, convert it to 8 bit using tonemapping, and outputting the SDR interpolated...

I manually created a boot entry and it works but it should still be created by the installer.

@dorileo [clr-installer.log](https://github.com/clearlinux/clr-boot-manager/files/3683871/clr-installer.log) Output of `sudo blkid`: `/dev/nvme0n1: PTUUID="aa371f71-8cca-4a8e-b44f-e3a6eced012b" PTTYPE="gpt" /dev/nvme0n1p1: LABEL_FATBOOT="boot" LABEL="boot" UUID="0C1A-EC55" TYPE="vfat" PARTLABEL="EFI" PARTUUID="c2b44353-7077-48f3-a557-5ed29cefd2d0" /dev/nvme0n1p2: LABEL="swap" UUID="b6cb8084-4c9e-4b41-940d-a9374d1638c1" TYPE="swap" PARTLABEL="linux-swap" PARTUUID="a9ee59ee-7c7a-44de-a59b-2c3b8885fa37" /dev/nvme0n1p3: LABEL="root" UUID="de78b48e-3e59-4d8b-a4ce-38d8c8af66a9" TYPE="ext4" PARTLABEL="/" PARTUUID="440f14b7-9436-4001-80b5-867e3b839f5b"` `clr-boot-manager update`...

@wolfwood Thank you for that list, that's really helpful if this eventually gets accepted. I didn't try the patch (currently am on Arch Linux with the [ALHP custom repos](https://git.harting.dev/ALHP/ALHP.GO) but...

Thank you for the example, I did not believe PIE caused any performance penalties! When you say to make it non-pie from the start, I agree. How do I make...

No longer any blockers for this, see [https://www.phoronix.com/news/FFmpeg-6.1-Released](https://www.phoronix.com/news/FFmpeg-6.1-Released). This is natively supported in FFmpeg 6.1, and should be accounted for when Clear updates the package. A huge victory for everyone...

Thanks for clarifying those points. Should I make a bug report on FFmpeg's tracker and link it here since this issue can't be fulfilled until the filter gets upstreamed? I...