Re: media: mtk-vcodec: Handle H264 error bitstreams

2019-07-30 Thread gtk_ruiwang
Dear Mauro, patch v2 uploaded. Thanks, Best Regards On Tue, 2019-07-30 at 13:15 -0300, Mauro Carvalho Chehab wrote: > Em Fri, 26 Jul 2019 16:54:33 +0800 > escreveu: > > > From: gtk_ruiwang > > ... > > > Signed-off-by: gtk_ruiwang > > Please use your real name on your SOB and at the From:

[v2] media: mtk-vcodec: Handle H264 error bitstreams

2019-07-30 Thread gtk_ruiwang
From: Rui Wang Error h264 bitstreams which picture info are out range of decoder hardware specification, and no nal start code at the beginning of the buffer, stop decoding and exit. Signed-off-by: Rui Wang --- Change note: Updata commint message with Mauro's comment: use real name on SOB and

Re: media: mtk-vcodec: Handle H264 error bitstreams

2019-07-30 Thread Mauro Carvalho Chehab
Em Fri, 26 Jul 2019 16:54:33 +0800 escreveu: > From: gtk_ruiwang ... > Signed-off-by: gtk_ruiwang Please use your real name on your SOB and at the From: line. Thanks, Mauro

media: mtk-vcodec: Handle H264 error bitstreams

2019-07-26 Thread gtk_ruiwang
From: gtk_ruiwang Error h264 bitstreams which picture info are out range of decoder hardware specification, and no nal start code at the beginning of the buffer, stop decoding and exit. Signed-off-by: gtk_ruiwang --- .../platform/mtk-vcodec/vdec/vdec_h264_if.c | 16 ++-- 1