[FFmpeg-devel] [PATCH]: reset resample-sample_fmt in the input stream after decode initialization

2016-12-16 Thread Sumit Agarwal
h264_cuvid (without hwaccel) + hwupload_cuda filter is currently broken. The resample_sample_fmt in the input stream is not updated after h264_cuvid decoder is initialized, due to this reconfiguration of the filter graph is triggered after the decode. During reconfiguration, Scale filter is inse

[FFmpeg-devel] Add 10-bit transcode support for hwaccel cuvid

2017-01-31 Thread Sumit Agarwal
Hi, Please review the attached patch which adds 420 10-bit transcode support for hwaccel cuvid. Sample Command: ffmpeg -hwaccel cuvid -c:v hevc_cuvid -i input.265 -c:v hevc_nvenc output.265 Thanks, Sumit --- This

Re: [FFmpeg-devel] Add 10-bit transcode support for hwaccel cuvid

2017-01-31 Thread Sumit Agarwal
Sorry, by mistake attached the wrong patch earlier. Please find attached the correct patch now. Regards, Sumit -Original Message- From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf Of Timo Rothenpieler Sent: Tuesday, January 31, 2017 8:30 PM To: ffmpeg-devel@ffmpeg.or