Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] ffmpeg: add option --enable-nvdec
@ 2022-08-22  9:20 dataCobra
  2022-08-22 11:02 ` [PR REVIEW] " sgn
                   ` (20 more replies)
  0 siblings, 21 replies; 22+ messages in thread
From: dataCobra @ 2022-08-22  9:20 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 812 bytes --]

There is a new pull request by dataCobra against master on the void-packages repository

https://github.com/dataCobra/void-packages ffmpeg-enable-nvdec
https://github.com/void-linux/void-packages/pull/38829

ffmpeg: add option --enable-nvdec
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64 (crossbuild)
  - aarch64-musl (crossbuild)
  - armv7l (crossbuild)
  - armv6l-musl (crossbuild)

This is an update to try fixing issue #38782.

@nvidiaLinuxUser, could you please test this PR for your system?

A patch file from https://github.com/void-linux/void-packages/pull/38829.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ffmpeg-enable-nvdec-38829.patch --]
[-- Type: text/x-diff, Size: 2282 bytes --]

From 43884ea4c71d31372e5bf00b6112e1099c52b1a7 Mon Sep 17 00:00:00 2001
From: dataCobra <datacobra@thinkbot.de>
Date: Sun, 21 Aug 2022 11:53:20 +0200
Subject: [PATCH] ffmpeg: add option --enable-nvdec

---
 srcpkgs/ffmpeg/template | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/ffmpeg/template b/srcpkgs/ffmpeg/template
index 63d02eb3af18..c71bddeca406 100644
--- a/srcpkgs/ffmpeg/template
+++ b/srcpkgs/ffmpeg/template
@@ -2,7 +2,7 @@
 # audacity also needs to be bumped when a new ffmpeg version bumps libavformat's soname!
 pkgname=ffmpeg
 version=4.4.2
-revision=2
+revision=3
 short_desc="Decoding, encoding and streaming software"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
@@ -26,11 +26,12 @@ makedepends="zlib-devel bzip2-devel freetype-devel alsa-lib-devel libXfixes-deve
  $(vopt_if webp libwebp-devel) $(vopt_if sofa libmysofa-devel)
  $(vopt_if vulkan 'vulkan-loader Vulkan-Headers')
  $(vopt_if drm libdrm-devel) $(vopt_if svtav1 libsvt-av1-devel)
- $(vopt_if srt srt-devel) $(vopt_if rist librist-devel)"
+ $(vopt_if srt srt-devel) $(vopt_if rist librist-devel)
+ $(vopt_if nvdec nv-codec-headers)"
 depends="ffplay>=${version}_${revision}"
 
 build_options="x265 v4l2 vaapi vdpau vpx fdk_aac aom nvenc sndio pulseaudio
- dav1d zimg webp sofa vulkan drm svtav1 srt rist"
+ dav1d zimg webp sofa vulkan drm svtav1 srt rist nvdec"
 build_options_default="x265 v4l2 vpx aom sndio pulseaudio dav1d webp vulkan drm srt rist"
 desc_option_srt="Enable support for SRT (Secure, Reliable, Transport)"
 desc_option_rist="Enable support for RIST (Reliable Internet Stream Transport)"
@@ -38,7 +39,7 @@ desc_option_sofa="Enable support for AES SOFA"
 desc_option_webp="Enable support for WebP"
 
 case "$XBPS_TARGET_MACHINE" in
-	i686*|x86_64*) build_options_default+=" vaapi vdpau nvenc";;
+	i686*|x86_64*) build_options_default+=" vaapi vdpau nvenc nvdec";;
 	ppc64*) build_options_default+=" vaapi vdpau";;
 	mips*) CFLAGS="-mnan=legacy";;
 esac
@@ -122,7 +123,8 @@ do_configure() {
 		$(vopt_enable drm libdrm) \
 		$(vopt_enable svtav1 libsvtav1) \
 		$(vopt_enable srt libsrt) \
-		$(vopt_enable rist librist)
+		$(vopt_enable rist librist) \
+		$(vopt_enable nvdec)
 }
 do_build() {
 	make ${makejobs}

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: [PR REVIEW] ffmpeg: add option --enable-nvdec
  2022-08-22  9:20 [PR PATCH] ffmpeg: add option --enable-nvdec dataCobra
@ 2022-08-22 11:02 ` sgn
  2022-08-22 11:03 ` sgn
                   ` (19 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: sgn @ 2022-08-22 11:02 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 303 bytes --]

New review comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/38829#discussion_r951301586

Comment:
Please add `configure_args` option to enable/disable nvenc/nvdec on build_options, let's say someone want to enable nvdec and disable nvenc for whatever reason.

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: [PR REVIEW] ffmpeg: add option --enable-nvdec
  2022-08-22  9:20 [PR PATCH] ffmpeg: add option --enable-nvdec dataCobra
  2022-08-22 11:02 ` [PR REVIEW] " sgn
@ 2022-08-22 11:03 ` sgn
  2022-08-22 12:34 ` [PR PATCH] [Updated] " dataCobra
                   ` (18 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: sgn @ 2022-08-22 11:03 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 198 bytes --]

New review comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/38829#discussion_r951301955

Comment:
It would be wise to put nvdec and nvenc near each other

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: [PR PATCH] [Updated] ffmpeg: add option --enable-nvdec
  2022-08-22  9:20 [PR PATCH] ffmpeg: add option --enable-nvdec dataCobra
  2022-08-22 11:02 ` [PR REVIEW] " sgn
  2022-08-22 11:03 ` sgn
@ 2022-08-22 12:34 ` dataCobra
  2022-08-22 12:37 ` [PR REVIEW] " dataCobra
                   ` (17 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: dataCobra @ 2022-08-22 12:34 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 787 bytes --]

There is an updated pull request by dataCobra against master on the void-packages repository

https://github.com/dataCobra/void-packages ffmpeg-enable-nvdec
https://github.com/void-linux/void-packages/pull/38829

ffmpeg: add option --enable-nvdec
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64 (crossbuild)
  - aarch64-musl (crossbuild)
  - armv7l (crossbuild)

This is an update to try fixing issue #38782.

@nvidiaLinuxUser, could you please test this PR for your system?

A patch file from https://github.com/void-linux/void-packages/pull/38829.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ffmpeg-enable-nvdec-38829.patch --]
[-- Type: text/x-diff, Size: 3758 bytes --]

From 7d52f3736f82782d572f066989d5f11309b67d18 Mon Sep 17 00:00:00 2001
From: dataCobra <datacobra@thinkbot.de>
Date: Mon, 22 Aug 2022 14:33:49 +0200
Subject: [PATCH] ffmpeg: add build_option --enable-nvdec

---
 srcpkgs/ffmpeg/template | 25 ++++++++++++++-----------
 1 file changed, 14 insertions(+), 11 deletions(-)

diff --git a/srcpkgs/ffmpeg/template b/srcpkgs/ffmpeg/template
index 63d02eb3af18..289881c886d0 100644
--- a/srcpkgs/ffmpeg/template
+++ b/srcpkgs/ffmpeg/template
@@ -2,7 +2,7 @@
 # audacity also needs to be bumped when a new ffmpeg version bumps libavformat's soname!
 pkgname=ffmpeg
 version=4.4.2
-revision=2
+revision=3
 short_desc="Decoding, encoding and streaming software"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
@@ -18,19 +18,20 @@ makedepends="zlib-devel bzip2-devel freetype-devel alsa-lib-devel libXfixes-deve
  libcdio-paranoia-devel librtmp-devel libmodplug-devel gnutls-devel
  speex-devel celt-devel harfbuzz-devel libass-devel opus-devel ocl-icd-devel
  libbs2b-devel libvidstab-devel $(vopt_if pulseaudio pulseaudio-devel)
- $(vopt_if x265 x265-devel) $(vopt_if vaapi libva-devel) $(vopt_if vdpau libvdpau-devel)
- $(vopt_if v4l2 v4l-utils-devel) $(vopt_if fdk_aac fdk-aac-devel)
- $(vopt_if vpx libvpx-devel) $(vopt_if aom libaom-devel)
- $(vopt_if nvenc nv-codec-headers) $(vopt_if sndio sndio-devel)
+ $(vopt_if vaapi libva-devel) $(vopt_if vdpau libvdpau-devel)
+ $(vopt_if x265 x265-devel) $(vopt_if v4l2 v4l-utils-devel)
+ $(vopt_if fdk_aac fdk-aac-devel) $(vopt_if vpx libvpx-devel)
+ $(vopt_if aom libaom-devel) $(vopt_if sndio sndio-devel)
  $(vopt_if dav1d libdav1d-devel) $(vopt_if zimg zimg-devel)
  $(vopt_if webp libwebp-devel) $(vopt_if sofa libmysofa-devel)
- $(vopt_if vulkan 'vulkan-loader Vulkan-Headers')
  $(vopt_if drm libdrm-devel) $(vopt_if svtav1 libsvt-av1-devel)
- $(vopt_if srt srt-devel) $(vopt_if rist librist-devel)"
+ $(vopt_if srt srt-devel) $(vopt_if rist librist-devel)
+ $(vopt_if vulkan 'vulkan-loader Vulkan-Headers')
+ $(vopt_if nvenc nv-codec-headers) $(vopt_if nvdec nv-codec-headers)"
 depends="ffplay>=${version}_${revision}"
 
 build_options="x265 v4l2 vaapi vdpau vpx fdk_aac aom nvenc sndio pulseaudio
- dav1d zimg webp sofa vulkan drm svtav1 srt rist"
+ dav1d zimg webp sofa vulkan drm svtav1 srt rist nvdec"
 build_options_default="x265 v4l2 vpx aom sndio pulseaudio dav1d webp vulkan drm srt rist"
 desc_option_srt="Enable support for SRT (Secure, Reliable, Transport)"
 desc_option_rist="Enable support for RIST (Reliable Internet Stream Transport)"
@@ -38,7 +39,7 @@ desc_option_sofa="Enable support for AES SOFA"
 desc_option_webp="Enable support for WebP"
 
 case "$XBPS_TARGET_MACHINE" in
-	i686*|x86_64*) build_options_default+=" vaapi vdpau nvenc";;
+	i686*|x86_64*) build_options_default+=" vaapi vdpau nvenc nvdec";;
 	ppc64*) build_options_default+=" vaapi vdpau";;
 	mips*) CFLAGS="-mnan=legacy";;
 esac
@@ -105,7 +106,7 @@ do_configure() {
 		--enable-shared --enable-static --enable-libxcb \
 		$(vopt_enable pulseaudio libpulse) --enable-libfreetype --enable-libmodplug \
 		--enable-libspeex --enable-libcelt --enable-libass \
-		--enable-libopus --enable-librtmp --enable-libjack  $(vopt_enable nvenc) \
+		--enable-libopus --enable-librtmp --enable-libjack \
 		$(vopt_if fdk_aac '--enable-nonfree --enable-libfdk-aac') \
 		--disable-libopencore_amrnb --disable-libopencore_amrwb \
 		--disable-libopenjpeg \
@@ -122,7 +123,9 @@ do_configure() {
 		$(vopt_enable drm libdrm) \
 		$(vopt_enable svtav1 libsvtav1) \
 		$(vopt_enable srt libsrt) \
-		$(vopt_enable rist librist)
+		$(vopt_enable rist librist) \
+		$(vopt_if nvenc '--enable-nvenc') \
+		$(vopt_if nvdec '--enable-nvdec')
 }
 do_build() {
 	make ${makejobs}

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: [PR REVIEW] ffmpeg: add option --enable-nvdec
  2022-08-22  9:20 [PR PATCH] ffmpeg: add option --enable-nvdec dataCobra
                   ` (2 preceding siblings ...)
  2022-08-22 12:34 ` [PR PATCH] [Updated] " dataCobra
@ 2022-08-22 12:37 ` dataCobra
  2022-08-22 12:38 ` dataCobra
                   ` (16 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: dataCobra @ 2022-08-22 12:37 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 280 bytes --]

New review comment by dataCobra on void-packages repository

https://github.com/void-linux/void-packages/pull/38829#discussion_r951387177

Comment:
Hey @sgn,

I've made the changes as requested.
I've also refactored `makedepends=` so the entries are in the correct text width.

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: ffmpeg: add option --enable-nvdec
  2022-08-22  9:20 [PR PATCH] ffmpeg: add option --enable-nvdec dataCobra
                   ` (3 preceding siblings ...)
  2022-08-22 12:37 ` [PR REVIEW] " dataCobra
@ 2022-08-22 12:38 ` dataCobra
  2022-08-22 13:01 ` nvidiaLinuxUser
                   ` (15 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: dataCobra @ 2022-08-22 12:38 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 224 bytes --]

New comment by dataCobra on void-packages repository

https://github.com/void-linux/void-packages/pull/38829#issuecomment-1222301224

Comment:
@nvidiaLinuxUser could you give feedback here as soon as you tested the changes?

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: ffmpeg: add option --enable-nvdec
  2022-08-22  9:20 [PR PATCH] ffmpeg: add option --enable-nvdec dataCobra
                   ` (4 preceding siblings ...)
  2022-08-22 12:38 ` dataCobra
@ 2022-08-22 13:01 ` nvidiaLinuxUser
  2022-08-22 13:01 ` nvidiaLinuxUser
                   ` (14 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: nvidiaLinuxUser @ 2022-08-22 13:01 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 223 bytes --]

New comment by nvidiaLinuxUser on void-packages repository

https://github.com/void-linux/void-packages/pull/38829#issuecomment-1222327649

Comment:
Yes, of course, I'm on Arch Linux now, I'll post as soon as I test it. :)

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: ffmpeg: add option --enable-nvdec
  2022-08-22  9:20 [PR PATCH] ffmpeg: add option --enable-nvdec dataCobra
                   ` (5 preceding siblings ...)
  2022-08-22 13:01 ` nvidiaLinuxUser
@ 2022-08-22 13:01 ` nvidiaLinuxUser
  2022-08-22 13:01 ` nvidiaLinuxUser
                   ` (13 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: nvidiaLinuxUser @ 2022-08-22 13:01 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 200 bytes --]

New comment by nvidiaLinuxUser on void-packages repository

https://github.com/void-linux/void-packages/pull/38829#issuecomment-1222327649

Comment:
Yes, of course, I'll post as soon as I test it. :)

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: ffmpeg: add option --enable-nvdec
  2022-08-22  9:20 [PR PATCH] ffmpeg: add option --enable-nvdec dataCobra
                   ` (6 preceding siblings ...)
  2022-08-22 13:01 ` nvidiaLinuxUser
@ 2022-08-22 13:01 ` nvidiaLinuxUser
  2022-08-22 13:02 ` nvidiaLinuxUser
                   ` (12 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: nvidiaLinuxUser @ 2022-08-22 13:01 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 199 bytes --]

New comment by nvidiaLinuxUser on void-packages repository

https://github.com/void-linux/void-packages/pull/38829#issuecomment-1222327649

Comment:
Yes, of course, I'll post as soon as I test it :)

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: ffmpeg: add option --enable-nvdec
  2022-08-22  9:20 [PR PATCH] ffmpeg: add option --enable-nvdec dataCobra
                   ` (7 preceding siblings ...)
  2022-08-22 13:01 ` nvidiaLinuxUser
@ 2022-08-22 13:02 ` nvidiaLinuxUser
  2022-08-22 14:03 ` nvidiaLinuxUser
                   ` (11 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: nvidiaLinuxUser @ 2022-08-22 13:02 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 210 bytes --]

New comment by nvidiaLinuxUser on void-packages repository

https://github.com/void-linux/void-packages/pull/38829#issuecomment-1222327649

Comment:
@dataCobra Yes, of course, I'll post as soon as I test it :)

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: ffmpeg: add option --enable-nvdec
  2022-08-22  9:20 [PR PATCH] ffmpeg: add option --enable-nvdec dataCobra
                   ` (8 preceding siblings ...)
  2022-08-22 13:02 ` nvidiaLinuxUser
@ 2022-08-22 14:03 ` nvidiaLinuxUser
  2022-08-22 14:04 ` nvidiaLinuxUser
                   ` (10 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: nvidiaLinuxUser @ 2022-08-22 14:03 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 259 bytes --]

New comment by nvidiaLinuxUser on void-packages repository

https://github.com/void-linux/void-packages/pull/38829#issuecomment-1222408875

Comment:
Strange, I still get [errors and black screen](https://github.com/void-linux/void-packages/issues/37469) 🤔

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: ffmpeg: add option --enable-nvdec
  2022-08-22  9:20 [PR PATCH] ffmpeg: add option --enable-nvdec dataCobra
                   ` (9 preceding siblings ...)
  2022-08-22 14:03 ` nvidiaLinuxUser
@ 2022-08-22 14:04 ` nvidiaLinuxUser
  2022-08-22 14:05 ` nvidiaLinuxUser
                   ` (9 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: nvidiaLinuxUser @ 2022-08-22 14:04 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 266 bytes --]

New comment by nvidiaLinuxUser on void-packages repository

https://github.com/void-linux/void-packages/pull/38829#issuecomment-1222408875

Comment:
Strange, I still get [errors and black screen in mpv](https://github.com/void-linux/void-packages/issues/37469) 🤔

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: ffmpeg: add option --enable-nvdec
  2022-08-22  9:20 [PR PATCH] ffmpeg: add option --enable-nvdec dataCobra
                   ` (10 preceding siblings ...)
  2022-08-22 14:04 ` nvidiaLinuxUser
@ 2022-08-22 14:05 ` nvidiaLinuxUser
  2022-08-22 14:07 ` nvidiaLinuxUser
                   ` (8 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: nvidiaLinuxUser @ 2022-08-22 14:05 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 266 bytes --]

New comment by nvidiaLinuxUser on void-packages repository

https://github.com/void-linux/void-packages/pull/38829#issuecomment-1222408875

Comment:
Strange, I still get [errors and black screen](https://github.com/void-linux/void-packages/issues/37469) in mpv 🤔

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: ffmpeg: add option --enable-nvdec
  2022-08-22  9:20 [PR PATCH] ffmpeg: add option --enable-nvdec dataCobra
                   ` (11 preceding siblings ...)
  2022-08-22 14:05 ` nvidiaLinuxUser
@ 2022-08-22 14:07 ` nvidiaLinuxUser
  2022-08-23  0:00 ` sgn
                   ` (7 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: nvidiaLinuxUser @ 2022-08-22 14:07 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 302 bytes --]

New comment by nvidiaLinuxUser on void-packages repository

https://github.com/void-linux/void-packages/pull/38829#issuecomment-1222408875

Comment:
Strange, I compiled ffmpeg from this PR, but I still get [errors and black screen](https://github.com/void-linux/void-packages/issues/37469) in mpv 🤔

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: ffmpeg: add option --enable-nvdec
  2022-08-22  9:20 [PR PATCH] ffmpeg: add option --enable-nvdec dataCobra
                   ` (12 preceding siblings ...)
  2022-08-22 14:07 ` nvidiaLinuxUser
@ 2022-08-23  0:00 ` sgn
  2022-08-23 22:35 ` abenson
                   ` (6 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: sgn @ 2022-08-23  0:00 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 216 bytes --]

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/38829#issuecomment-1223345215

Comment:
Unless you properly figure out what wrong with your system, we can't help you.

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: ffmpeg: add option --enable-nvdec
  2022-08-22  9:20 [PR PATCH] ffmpeg: add option --enable-nvdec dataCobra
                   ` (13 preceding siblings ...)
  2022-08-23  0:00 ` sgn
@ 2022-08-23 22:35 ` abenson
  2022-08-24  5:47 ` dataCobra
                   ` (5 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: abenson @ 2022-08-23 22:35 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 162 bytes --]

New comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/38829#issuecomment-1224958336

Comment:
Working well for me.

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: ffmpeg: add option --enable-nvdec
  2022-08-22  9:20 [PR PATCH] ffmpeg: add option --enable-nvdec dataCobra
                   ` (14 preceding siblings ...)
  2022-08-23 22:35 ` abenson
@ 2022-08-24  5:47 ` dataCobra
  2022-08-24 12:45 ` abenson
                   ` (4 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: dataCobra @ 2022-08-24  5:47 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 315 bytes --]

New comment by dataCobra on void-packages repository

https://github.com/void-linux/void-packages/pull/38829#issuecomment-1225225549

Comment:
Hey @abenson,

> Working well for me.

Did something not work for you before testing this PR?

If so, can you please explain what your problem was and what you used?

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: ffmpeg: add option --enable-nvdec
  2022-08-22  9:20 [PR PATCH] ffmpeg: add option --enable-nvdec dataCobra
                   ` (15 preceding siblings ...)
  2022-08-24  5:47 ` dataCobra
@ 2022-08-24 12:45 ` abenson
  2022-08-24 12:48 ` abenson
                   ` (3 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: abenson @ 2022-08-24 12:45 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 278 bytes --]

New comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/38829#issuecomment-1225673937

Comment:
> Did something not work for you before testing this PR?

No, I just mean with this PR I was able to force decoding on the nVidia GPU.

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: ffmpeg: add option --enable-nvdec
  2022-08-22  9:20 [PR PATCH] ffmpeg: add option --enable-nvdec dataCobra
                   ` (16 preceding siblings ...)
  2022-08-24 12:45 ` abenson
@ 2022-08-24 12:48 ` abenson
  2022-08-24 12:59 ` dataCobra
                   ` (2 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: abenson @ 2022-08-24 12:48 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 318 bytes --]

New comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/38829#issuecomment-1225673937

Comment:
> Did something not work for you before testing this PR?

No, I just mean with this PR I was able to force decoding on the nVidia GPU.

I didn't test before the PR, though.

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: ffmpeg: add option --enable-nvdec
  2022-08-22  9:20 [PR PATCH] ffmpeg: add option --enable-nvdec dataCobra
                   ` (17 preceding siblings ...)
  2022-08-24 12:48 ` abenson
@ 2022-08-24 12:59 ` dataCobra
  2022-08-24 16:02 ` sgn
  2022-08-24 16:53 ` [PR PATCH] [Merged]: " abenson
  20 siblings, 0 replies; 22+ messages in thread
From: dataCobra @ 2022-08-24 12:59 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 276 bytes --]

New comment by dataCobra on void-packages repository

https://github.com/void-linux/void-packages/pull/38829#issuecomment-1225692702

Comment:
@sgn, for me this is also working well. Maybe we could just merge the change? It doesn't have
any down sights as far as I can tell.

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: ffmpeg: add option --enable-nvdec
  2022-08-22  9:20 [PR PATCH] ffmpeg: add option --enable-nvdec dataCobra
                   ` (18 preceding siblings ...)
  2022-08-24 12:59 ` dataCobra
@ 2022-08-24 16:02 ` sgn
  2022-08-24 16:53 ` [PR PATCH] [Merged]: " abenson
  20 siblings, 0 replies; 22+ messages in thread
From: sgn @ 2022-08-24 16:02 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 263 bytes --]

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/38829#issuecomment-1225925727

Comment:
Maybe ask @abenson  He uses NVIDIA, I don't see much value myself, I don't do NVIDIA, the other guy can't fix his problem :-p

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: [PR PATCH] [Merged]: ffmpeg: add option --enable-nvdec
  2022-08-22  9:20 [PR PATCH] ffmpeg: add option --enable-nvdec dataCobra
                   ` (19 preceding siblings ...)
  2022-08-24 16:02 ` sgn
@ 2022-08-24 16:53 ` abenson
  20 siblings, 0 replies; 22+ messages in thread
From: abenson @ 2022-08-24 16:53 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 615 bytes --]

There's a merged pull request on the void-packages repository

ffmpeg: add option --enable-nvdec
https://github.com/void-linux/void-packages/pull/38829

Description:
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64 (crossbuild)
  - aarch64-musl (crossbuild)
  - armv7l (crossbuild)

This is an update to try fixing issue #38782.

@nvidiaLinuxUser, could you please test this PR for your system?

^ permalink raw reply	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2022-08-24 16:53 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-22  9:20 [PR PATCH] ffmpeg: add option --enable-nvdec dataCobra
2022-08-22 11:02 ` [PR REVIEW] " sgn
2022-08-22 11:03 ` sgn
2022-08-22 12:34 ` [PR PATCH] [Updated] " dataCobra
2022-08-22 12:37 ` [PR REVIEW] " dataCobra
2022-08-22 12:38 ` dataCobra
2022-08-22 13:01 ` nvidiaLinuxUser
2022-08-22 13:01 ` nvidiaLinuxUser
2022-08-22 13:01 ` nvidiaLinuxUser
2022-08-22 13:02 ` nvidiaLinuxUser
2022-08-22 14:03 ` nvidiaLinuxUser
2022-08-22 14:04 ` nvidiaLinuxUser
2022-08-22 14:05 ` nvidiaLinuxUser
2022-08-22 14:07 ` nvidiaLinuxUser
2022-08-23  0:00 ` sgn
2022-08-23 22:35 ` abenson
2022-08-24  5:47 ` dataCobra
2022-08-24 12:45 ` abenson
2022-08-24 12:48 ` abenson
2022-08-24 12:59 ` dataCobra
2022-08-24 16:02 ` sgn
2022-08-24 16:53 ` [PR PATCH] [Merged]: " abenson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).