Re: [FFmpeg-devel] [PATCH V3 2/2] hwaccel_mpeg: check reference pictures are available

2017-10-23 Thread Li, Zhong
13, 2017 4:34 AM > >> To: FFmpeg development discussions and patches > >> > >> Subject: Re: [FFmpeg-devel] [PATCH V3 2/2] hwaccel_mpeg: check > >> reference pictures are available > >> > >> 2017-10-12 10:20 GMT+02:00 Zhong Li : > >> > some

Re: [FFmpeg-devel] [PATCH V3 2/2] hwaccel_mpeg: check reference pictures are available

2017-10-23 Thread Carl Eugen Hoyos
gt;> Subject: Re: [FFmpeg-devel] [PATCH V3 2/2] hwaccel_mpeg: check reference >> pictures are available >> >> 2017-10-12 10:20 GMT+02:00 Zhong Li : >> > some reference pictures are not existed but valiad surface_ids are >> > set, (for example, the second fi

Re: [FFmpeg-devel] [PATCH V3 2/2] hwaccel_mpeg: check reference pictures are available

2017-10-23 Thread Li, Zhong
> -Original Message- > From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf > Of Carl Eugen Hoyos > Sent: Friday, October 13, 2017 4:34 AM > To: FFmpeg development discussions and patches > > Subject: Re: [FFmpeg-devel] [PATCH V3 2/2] hwaccel_

Re: [FFmpeg-devel] [PATCH V3 2/2] hwaccel_mpeg: check reference pictures are available

2017-10-12 Thread Li, Zhong
> -Original Message- > From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf > Of Michael Niedermayer > Sent: Friday, October 13, 2017 4:21 AM > To: FFmpeg development discussions and patches > > Subject: Re: [FFmpeg-devel] [PATCH V3 2/2] hwaccel_

Re: [FFmpeg-devel] [PATCH V3 2/2] hwaccel_mpeg: check reference pictures are available

2017-10-12 Thread Carl Eugen Hoyos
2017-10-12 10:20 GMT+02:00 Zhong Li : > some reference pictures are not existed but valiad surface_ids are set, > (for example, the second field of the first key frame can be > P_Picture_Type but there is no preivous frame.) > then may cause some driver problems > (e.g, segment fault on mesa/AMD

Re: [FFmpeg-devel] [PATCH V3 2/2] hwaccel_mpeg: check reference pictures are available

2017-10-12 Thread Michael Niedermayer
On Thu, Oct 12, 2017 at 04:20:45PM +0800, Zhong Li wrote: > some reference pictures are not existed but valiad surface_ids are set, > (for example, the second field of the first key frame can be > P_Picture_Type but there is no preivous frame.) > then may cause some driver problems (e.g, segment fa

[FFmpeg-devel] [PATCH V3 2/2] hwaccel_mpeg: check reference pictures are available

2017-10-12 Thread Zhong Li
some reference pictures are not existed but valiad surface_ids are set, (for example, the second field of the first key frame can be P_Picture_Type but there is no preivous frame.) then may cause some driver problems (e.g, segment fault on mesa/AMD driver). Signed-off-by: Zhong Li --- libavcode