From 7aff54653f7e63d302495b778a75f1d8425236cb Mon Sep 17 00:00:00 2001 From: nyanmisaka Date: Sun, 19 Jan 2025 22:38:25 +0800 Subject: [PATCH] Bump version to 7.0.2-9 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 215c881193..352e9172a8 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-8" +version: "7.0.2-9" packages: - bullseye-amd64 - bullseye-armhf diff --git a/debian/changelog b/debian/changelog index d94197a6dd..54fd4e6110 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +jellyfin-ffmpeg (7.0.2-9) unstable; urgency=medium + + * avfilter/tonemapx: add dovi to hdr10 support + * Add NE10 to enable more neon optimization for libopus + * Fix Opus AVX2 auto detection and DG1 upstream support + * lavc/bsf/hevc_metadata: always remove dovi at the end of au + * Fix a race condition in VAAPI CSC to YUV420P + + -- nyanmisaka Sun, 19 Jan 2025 21:34:53 +0800 + jellyfin-ffmpeg (7.0.2-8) unstable; urgency=medium * avcodec/videotoolbox: backport AV1 hardware acceleration