diff --git a/build.yaml b/build.yaml index a89086ea4f..215c881193 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-7" +version: "7.0.2-8" packages: - bullseye-amd64 - bullseye-armhf diff --git a/debian/changelog b/debian/changelog index 1a6cd95f98..d94197a6dd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +jellyfin-ffmpeg (7.0.2-8) unstable; urgency=medium + + * avcodec/videotoolbox: backport AV1 hardware acceleration + * Fix some edge case issues in RKMPP + * fftools/ffmpeg_mux_init: default to input timebase for streamcopy + * avformat/assenc: do not copy null terminator + + -- nyanmisaka Sat, 14 Dec 2024 18:33:05 +0800 + jellyfin-ffmpeg (7.0.2-7) unstable; urgency=medium * Fix MppPacket being released before MppMeta