diff --git a/build.yaml b/build.yaml index 8a7ea3d750..96703f367b 100644 --- a/build.yaml +++ b/build.yaml @@ -1,7 +1,7 @@ --- # We just wrap `build` so this is really it name: "jellyfin-ffmpeg" -version: "5.1.3-3" +version: "5.1.3-4" packages: - buster-amd64 - buster-armhf diff --git a/debian/changelog b/debian/changelog index d4e3bb8281..681dcd21fb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +jellyfin-ffmpeg (5.1.3-4) unstable; urgency=medium + + * Add VUI info to the seq header of HEVC VA-API encoder + * Remove HDR metadata from tonemap_vaapi SDR output + * Backport QSV fixes from upstream + * Fix VA-API import DRM prime2 planar formats + * Use contiguous linear Vulkan images for AMD encoder + * Update dependencies + + -- nyanmisaka Thu, 27 Jul 2023 21:54:12 +0800 + jellyfin-ffmpeg (5.1.3-3) unstable; urgency=medium * Allow VA-API import DRM prime2 planar formats