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 r

[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

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

Re: [PATCH,v1] media: mtk-vcodec: fix vp9 content playback error with show exist frame

2019-04-16 Thread gtk_ruiwang
Dear Hans, all, Could you please help to review this patch? This is a fix about vp9 show_existing_frames. Sincerely thanks, BR On Mon, 2019-04-01 at 16:18 +0800, maoguang.m...@mediatek.com wrote: > From: Maoguang Meng > > Update referenced frame buffer's reference count when playing vp9 >