From cbce6a2ba37a9ad42c34210a6b0bc027a6634c91 Mon Sep 17 00:00:00 2001 From: nyanmisaka Date: Tue, 29 Aug 2023 01:42:49 +0800 Subject: [PATCH] Bump version to 6.0-6 Signed-off-by: nyanmisaka --- build.yaml | 2 +- debian/changelog | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/build.yaml b/build.yaml index a7aaf36da7c..14fcc9eb478 100644 --- a/build.yaml +++ b/build.yaml @@ -1,7 +1,7 @@ --- # We just wrap `build` so this is really it name: "jellyfin-ffmpeg" -version: "6.0-5" +version: "6.0-6" packages: - buster-amd64 - buster-armhf diff --git a/debian/changelog b/debian/changelog index bb64219e175..2eccda23116 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +jellyfin-ffmpeg (6.0-6) unstable; urgency=medium + + * Sync intel D3D11VA textures before mapping to OpenCL + * Tune the default param of QSV AV1e + * Backport upstream QSV fixes + * Update dependencies + + -- nyanmisaka Sat, 26 Aug 2023 01:19:34 +0800 + jellyfin-ffmpeg (6.0-5) unstable; urgency=medium * Add VUI info to the seq header of HEVC VA-API encoder