Re: [FFmpeg-devel] [PATCH] area changed: hevc_amf set default gops_per_idr 1

2020-07-01 Thread 2rd bunji
If there is no object , can I submit this code? Sent from Mail<https://go.microsoft.com/fwlink/?LinkId=550986> for Windows 10 From: 2rd bunji<mailto:sourpot...@live.com> Sent: 2020年6月20日 11:18 To: ffmpeg-devel@ffmpeg.org<mailto:ffmpeg-devel@ffmpeg.org> Subject: RE: [PATCH] area

Re: [FFmpeg-devel] [PATCH] area changed: hevc_amf set default gops_per_idr 1

2020-06-19 Thread 2rd bunji
g (that the hevc decoder seeks to non-keyframes) or is it generally desirable? Carl Eugen From: 2rd bunji<mailto:sourpot...@live.com> Sent: 2020年6月18日 12:43 To: ffmpeg-devel@ffmpeg.org<mailto:ffmpeg-devel@ffmpeg.org> Subject: [PATCH] area changed: hevc_amf set default gops_per_idr 1 Sig

[FFmpeg-devel] [PATCH] area changed: hevc_amf set default gops_per_idr 1

2020-06-17 Thread 2rd bunji
Signed-off-by: Lu Jiao --- libavcodec/amfenc_hevc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/amfenc_hevc.c b/libavcodec/amfenc_hevc.c index 77e57d2461..b0cb57cb96 100644 --- a/libavcodec/amfenc_hevc.c +++ b/libavcodec/amfenc_hevc.c @@ -69,7 +69,7 @@ static c

Re: [FFmpeg-devel] [PATCH] area changed: hevc_amf set default gops_per_idr 1

2020-06-16 Thread 2rd bunji
I think it is desirable as AMD HEVC encoder frequency of IDR frames is needed to be 1 to indicate key frames used in seek , and it is not defect in ffmpeg decoder. Jiao lu From: Carl Eugen Hoyos Sent: 2020年6月17日 0:21 To: FFmpeg development discussions and patches