1
0
mirror of https://github.com/jellyfin/jellyfin-ffmpeg.git synced 2025-04-18 20:24:05 +03:00

Bump version to 7.0.2-9

Signed-off-by: nyanmisaka <nst799610810@gmail.com>
This commit is contained in:
nyanmisaka 2025-01-19 22:38:25 +08:00
parent 131ea9aca0
commit 1753ec5958
2 changed files with 11 additions and 1 deletions

View File

@ -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

10
debian/changelog vendored
View File

@ -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 <nst799610810@gmail.com> Sun, 19 Jan 2025 21:34:53 +0800
jellyfin-ffmpeg (7.0.2-8) unstable; urgency=medium
* avcodec/videotoolbox: backport AV1 hardware acceleration