From b08127c7ae3a9f1070a903a3932e59391820a27d Mon Sep 17 00:00:00 2001 From: nyanmisaka Date: Fri, 25 Oct 2024 21:59:32 +0800 Subject: [PATCH] Bump version to 7.0.2-5 Signed-off-by: nyanmisaka --- build.yaml | 2 +- debian/changelog | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/build.yaml b/build.yaml index 004c44408b6..65dc8435132 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.0.2-4" +version: "7.0.2-5" packages: - bullseye-amd64 - bullseye-armhf diff --git a/debian/changelog b/debian/changelog index a5d6c2a90d5..b1bdeff4e90 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +jellyfin-ffmpeg (7.0.2-5) unstable; urgency=medium + + * Add bsf options to drop the DoVi and HDR10Plus metadata + * Validate DoVi config in muxers + * Fix 7.1 channel mapping and sample rate in AudioToolbox + * Sync RKMPP fixes from ffmpeg-rockchip + * Remove OpenGL compatability key in VideoToolbox for better perf + * Switch to upstream cuda scaler + + -- nyanmisaka Fri, 25 Oct 2024 21:53:14 +0800 + jellyfin-ffmpeg (7.0.2-4) unstable; urgency=medium * Use more stable range and peak handling in tonemap filters