Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Preparations for 10bit/HDR transcoding pipeline #199

Merged
merged 5 commits into from
Nov 12, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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: "5.1.2-4"
version: "5.1.2-5"
packages:
- buster-amd64
- buster-armhf
Expand Down
10 changes: 10 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
jellyfin-ffmpeg (5.1.2-5) unstable; urgency=medium

* Optimize dovi buffer access, mainly on Intel
* Add HDR metadata support for QSV/NVENC HEVC encoder
* Add 10bit overlay support for QSV/CUDA/OpenCL
* Add DOVI to HDR support for CUDA/OpenCL
* Update dependencies

-- nyanmisaka <nst799610810@gmail.com> Mon, 07 Oct 2022 21:31:17 +0800

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

* Hotfix for Mesa driver build
Expand Down
183 changes: 117 additions & 66 deletions debian/patches/0005-add-cuda-tonemap-impl.patch

Large diffs are not rendered by default.

Loading