Skip to content

Commit a856e91

Browse files
authored
Merge pull request #492 from nyanmisaka/scale-cuda-upstream
Switch to upstream cuda scaler
2 parents cee142f + d5fd73d commit a856e91

File tree

7 files changed

+230
-2017
lines changed

7 files changed

+230
-2017
lines changed

build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
# We just wrap `build` so this is really it
33
name: "jellyfin-ffmpeg"
4-
version: "7.0.2-4"
4+
version: "7.0.2-5"
55
packages:
66
- bullseye-amd64
77
- bullseye-armhf

builder/scripts.d/50-dav1d.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
SCRIPT_REPO="https://code.videolan.org/videolan/dav1d.git"
4-
SCRIPT_COMMIT="389450f61ea0b2057fc9ea393d3065859c4ba7f2"
4+
SCRIPT_COMMIT="32cf02af50f32af108a3b281c452788dccdac648"
55

66
ffbuild_enabled() {
77
return 0

debian/changelog

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
jellyfin-ffmpeg (7.0.2-5) unstable; urgency=medium
2+
3+
* Add bsf options to drop the DoVi and HDR10Plus metadata
4+
* Validate DoVi config in muxers
5+
* Fix 7.1 channel mapping and sample rate in AudioToolbox
6+
* Sync RKMPP fixes from ffmpeg-rockchip
7+
* Remove OpenGL compatability key in VideoToolbox for better perf
8+
* Switch to upstream cuda scaler
9+
10+
-- nyanmisaka <[email protected]> Fri, 25 Oct 2024 21:53:14 +0800
11+
112
jellyfin-ffmpeg (7.0.2-4) unstable; urgency=medium
213

314
* Use more stable range and peak handling in tonemap filters

0 commit comments

Comments
 (0)