Re: [FFmpeg-devel] [PATCH v2] avcodec/nvenc: adapt to the new internal encode API

2020-04-19 Thread Timo Rothenpieler
On 09.04.2020 20:27, James Almer wrote: Signed-off-by: James Almer --- Version with the flush() callback left in place. But it will need the changes i originally added to avcodec_flush_buffers() and then removed for the latest iteration of this set, in some form or another.

Re: [FFmpeg-devel] [PATCH v2] avcodec/nvenc: adapt to the new internal encode API

2020-04-09 Thread James Almer
On 4/9/2020 10:25 PM, Fu, Linjie wrote: >> From: ffmpeg-devel On Behalf Of >> James Almer >> Sent: Friday, April 10, 2020 02:27 >> To: ffmpeg-devel@ffmpeg.org >> Subject: [FFmpeg-devel] [PATCH v2] avcodec/nvenc: adapt to the new >> internal encode

Re: [FFmpeg-devel] [PATCH v2] avcodec/nvenc: adapt to the new internal encode API

2020-04-09 Thread Fu, Linjie
> From: ffmpeg-devel On Behalf Of > James Almer > Sent: Friday, April 10, 2020 02:27 > To: ffmpeg-devel@ffmpeg.org > Subject: [FFmpeg-devel] [PATCH v2] avcodec/nvenc: adapt to the new > internal encode API > > Signed-off-by: James Almer > --- > Version with the

Re: [FFmpeg-devel] [PATCH v2] avcodec/nvenc: adapt to the new internal encode API

2020-04-09 Thread James Almer
On 4/9/2020 10:04 PM, Fu, Linjie wrote: >> From: ffmpeg-devel On Behalf Of >> James Almer >> Sent: Friday, April 10, 2020 02:27 >> To: ffmpeg-devel@ffmpeg.org >> Subject: [FFmpeg-devel] [PATCH v2] avcodec/nvenc: adapt to the new >> internal encode

Re: [FFmpeg-devel] [PATCH v2] avcodec/nvenc: adapt to the new internal encode API

2020-04-09 Thread Fu, Linjie
> From: ffmpeg-devel On Behalf Of > James Almer > Sent: Friday, April 10, 2020 02:27 > To: ffmpeg-devel@ffmpeg.org > Subject: [FFmpeg-devel] [PATCH v2] avcodec/nvenc: adapt to the new > internal encode API > > Signed-off-by: James Almer > --- > Version with the

[FFmpeg-devel] [PATCH v2] avcodec/nvenc: adapt to the new internal encode API

2020-04-09 Thread James Almer
Signed-off-by: James Almer --- Version with the flush() callback left in place. But it will need the changes i originally added to avcodec_flush_buffers() and then removed for the latest iteration of this set, in some form or another. libavcodec/nvenc.c | 78