[FFmpeg-devel] [PATCH] avcodec/cuviddec: Add handling HDR10+ sidedata on cuviddec.
김윤주
yoonjoo.kim at samsung.com
Fri Sep 20 05:08:16 EEST 2024
Does native decoder refer to hevc (hevcdec.c)?
I tried using hevc and in environments with low CPU performance, hevc_cuvid
was much faster.
So, I used hevc_cuvid for decoding but encountered an issue where HDR10+
sidedata did not exist.
That's why I wrote this patch.
I thought that the original content's sidedata should be preserved even
after decoding regardless of which decoder is used.
And I thought hevc_cuvid was the only way to get Nvidia hwaccel support.
If I'm mistaken about anything, please let me know.
Also, is it correct to respond to your comments like this?
It seems quite different from the format you sent.
Apologies, as I'm still relatively new to the FFmpeg community and have a
lot to learn.
Any additional guidance would be greatly appreciated.
-----Original Message-----
From: ffmpeg-devel <ffmpeg-devel-bounces at ffmpeg.org> On Behalf Of Timo
Rothenpieler
Sent: Friday, September 20, 2024 4:48 AM
To: ffmpeg-devel at ffmpeg.org
Subject: Re: [FFmpeg-devel] [PATCH] avcodec/cuviddec: Add handling HDR10+
sidedata on cuviddec.
On 19.09.2024 06:43, yoonjoo wrote:
> Implemented decoding of NAL units and handling HDR10+ sidedata by
> referring to hevcdec.
Why? Can't you just use the native decoder with nvdec hwaccel?
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel at ffmpeg.org
https://protect2.fireeye.com/v1/url?k=c11e9bb6-9e85a2a9-c11f10f9-
000babdfecba-c4d76825032a0b52&q=1&e=342e88a0-295e-4dc1-a57f-
8f5aab974009&u=https%3A%2F%2Fffmpeg.org%2Fmailman%2Flistinfo%2Fffmpeg-devel
To unsubscribe, visit link above, or email ffmpeg-devel-request at ffmpeg.org
with subject "unsubscribe".
More information about the ffmpeg-devel
mailing list