FFmpeg 8.0 “Huffman” Released with AV1 Vulkan Encoder, VVC VA-API Decoding

Dubbed “Huffman” and coming more than ten months after FFmpeg 7.1, the FFmpeg 8.0 release is here to enable TLS peer certificate verification by default, add an AV1 Vulkan encoder, introduce VP9 Vulkan and ProRes RAW Vulkan hardware-acceleration, and implement APV encoding support through a libopenapv wrapper.

The post FFmpeg 8.0 “Huffman” Released with AV1 Vulkan Encoder, VVC VA-API Decoding appeared first on Linux Today.

Linux Scheduler Adapted For A Latency Win & Avoiding An RT Deadlock

A patch series for the Linux kernel scheduler code is queued up for expected introduction in Linux 6.18 to defer throttle when tasks exit to user-space. These changes to switch the scheduler to a task-based throttle model and task-based throttle time accounting can provide a latency win and also address a possible deadlock situation for real-time “RT” kernels…

Linux Sees Fresh Fixes For PCMCIA PC Card Support In 2025

It’s not too often hearing PCMCIA these days as that defunct PC card standard for laptops from the 90’s and early 00’s. Back in 2023 Linux began dropping old PCMCIA drivers from the kernel while coming as a surprise today are some clean-ups for the Personal Computer Memory Card International Association (PCMCIA) subsystem code persisting within the Linux kernel…