Re: [FFmpeg-devel] [PATCH V2] avcodec/h264_mp4toannexb_bsf: add No IDR frame situation

2018-08-24 Thread Fu, Linjie
-Original Message- From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf Of Michael Niedermayer Sent: Friday, August 24, 2018 05:30 To: FFmpeg development discussions and patches Subject: Re: [FFmpeg-devel] [PATCH V2] avcodec/h264_mp4toannexb_bsf: add No IDR frame

Re: [FFmpeg-devel] [PATCH V2] avcodec/h264_mp4toannexb_bsf: add No IDR frame situation

2018-08-23 Thread Michael Niedermayer
On Thu, Aug 16, 2018 at 03:07:50PM +0800, Linjie Fu wrote: > Fix the live stream encoding problem using qsv when the first frame > is not an IDR frame. > > Add the extradata information when the IDR frame is missing in the > first GOP. > > Fix the bug reported in ticket #6418. > > [PATCH V2]

Re: [FFmpeg-devel] [PATCH V2] avcodec/h264_mp4toannexb_bsf: add No IDR frame situation

2018-08-23 Thread Fu, Linjie
-Original Message- From: Fu, Linjie Sent: Thursday, August 16, 2018 15:08 To: ffmpeg-devel@ffmpeg.org Cc: Fu, Linjie Subject: [PATCH V2] avcodec/h264_mp4toannexb_bsf: add No IDR frame situation Fix the live stream encoding problem using qsv when the first frame is not an IDR frame.

[FFmpeg-devel] [PATCH V2] avcodec/h264_mp4toannexb_bsf: add No IDR frame situation

2018-08-16 Thread Linjie Fu
Fix the live stream encoding problem using qsv when the first frame is not an IDR frame. Add the extradata information when the IDR frame is missing in the first GOP. Fix the bug reported in ticket #6418. [PATCH V2] Fix the coding style. Signed-off-by: Linjie Fu ---