From 8cc34a1ef35c0b549f9e9df41bd6eea9c13bc341 Mon Sep 17 00:00:00 2001 From: Jason Dove <1695733+jasongdove@users.noreply.github.com> Date: Tue, 8 Sep 2026 10:47:13 -0500 Subject: [PATCH] chore: update changelog (and get new next build, docker image) --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 88a745123..98c183a62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,9 +6,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## [Unreleased] ### Added +- Next engine: + - Add hardware-accelerated padding for QSV on Windows, Linux and Docker (note that this requires the latest ETV custom ffmpeg build) + - Enable `av1`, `vc1`, `vp8`, `vp9` hardware decoding using QSV when supported by GPU - Periodically delete unused artwork from cache folder on disk + +### Changed - Next engine: - - Add hardware-accelerated padding for QSV on Windows and Linux (note that this requires the latest ETV custom ffmpeg build) + - Deinterlace with `send_frame` mode by default; this maintains fps and is significantly more performant. `send_field` and other modes can still be used via channel config. ### Fixed - Fix health checks causing a flood of (harmless) logged errors when quickly navigating away from home page