From 732ec4fd3c442356d283b1f45569d4630e972241 Mon Sep 17 00:00:00 2001 From: nyanmisaka Date: Mon, 2 Jun 2025 15:02:26 +0800 Subject: [PATCH] Bump version to 7.1.1-5 Signed-off-by: nyanmisaka --- build.yaml | 2 +- debian/changelog | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/build.yaml b/build.yaml index 57ed4a0b2..1f883f434 100644 --- a/build.yaml +++ b/build.yaml @@ -1,7 +1,7 @@ --- # We just wrap `build` so this is really it name: "jellyfin-ffmpeg" -version: "7.1.1-4" +version: "7.1.1-5" packages: - bullseye-amd64 - bullseye-arm64 diff --git a/debian/changelog b/debian/changelog index c8c749c58..991300913 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +jellyfin-ffmpeg (7.1.1-5) unstable; urgency=medium + + * rkmppdec: add RKMPP MJPEG decoder + * rkmppenc: add chroma_fmt option for MJPEG encoder + * rkrga: refine colorspace conversion handling + * rkmppenc: fix rgb2yuv CSC when the input is RGB formats + * Drop Ubuntu 20.04 Focal as it reached EOL + + -- nyanmisaka Mon, 2 Jun 2025 14:31:36 +0800 + jellyfin-ffmpeg (7.1.1-4) unstable; urgency=medium * Add OpenCL based YADIF & BWDIF deinterlacing filters