Skip to content

Commit

Permalink
Merge pull request #492 from nyanmisaka/scale-cuda-upstream
Browse files Browse the repository at this point in the history
Switch to upstream cuda scaler
  • Loading branch information
nyanmisaka authored Oct 25, 2024
2 parents cee142f + d5fd73d commit a856e91
Show file tree
Hide file tree
Showing 7 changed files with 230 additions and 2,017 deletions.
2 changes: 1 addition & 1 deletion build.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
# We just wrap `build` so this is really it
name: "jellyfin-ffmpeg"
version: "7.0.2-4"
version: "7.0.2-5"
packages:
- bullseye-amd64
- bullseye-armhf
Expand Down
2 changes: 1 addition & 1 deletion builder/scripts.d/50-dav1d.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

SCRIPT_REPO="https://code.videolan.org/videolan/dav1d.git"
SCRIPT_COMMIT="389450f61ea0b2057fc9ea393d3065859c4ba7f2"
SCRIPT_COMMIT="32cf02af50f32af108a3b281c452788dccdac648"

ffbuild_enabled() {
return 0
Expand Down
11 changes: 11 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
jellyfin-ffmpeg (7.0.2-5) unstable; urgency=medium

* Add bsf options to drop the DoVi and HDR10Plus metadata
* Validate DoVi config in muxers
* Fix 7.1 channel mapping and sample rate in AudioToolbox
* Sync RKMPP fixes from ffmpeg-rockchip
* Remove OpenGL compatability key in VideoToolbox for better perf
* Switch to upstream cuda scaler

-- nyanmisaka <[email protected]> Fri, 25 Oct 2024 21:53:14 +0800

jellyfin-ffmpeg (7.0.2-4) unstable; urgency=medium

* Use more stable range and peak handling in tonemap filters
Expand Down
Loading

0 comments on commit a856e91

Please sign in to comment.