Re: [FFmpeg-devel] [PATCH v2] lavc/hevc: Don't parse NAL unit for a dummy buffer

2018-09-29 Thread Michael Niedermayer
gt; > Cc: l...@chinaffmpeg.org; s...@jkqxz.net > > Subject: Re: [FFmpeg-devel] [PATCH v2] lavc/hevc: Don't parse NAL unit for a > > dummy buffer > > > > On Fri, Apr 13, 2018 at 9:04 AM Xiang, Haihao > > wrote: > > > > > > > > > Thank Stev

Re: [FFmpeg-devel] [PATCH v2] lavc/hevc: Don't parse NAL unit for a dummy buffer

2018-09-28 Thread Li, Zhong
> From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf > Of myp...@gmail.com > Sent: Friday, September 28, 2018 9:51 AM > To: FFmpeg development discussions and patches > > Cc: l...@chinaffmpeg.org; s...@jkqxz.net > Subject: Re: [FFmpeg-devel] [PATCH v2] l

Re: [FFmpeg-devel] [PATCH v2] lavc/hevc: Don't parse NAL unit for a dummy buffer

2018-09-27 Thread myp...@gmail.com
On Fri, Apr 13, 2018 at 9:04 AM Xiang, Haihao wrote: > > > Thank Steven for reviewing the patch, could anyone help to push the patch? > > Best Regards > Haihao > > > > On 8 Apr 2018, at 12:53, Xiang, Haihao wrote: > > > > > > > > > > > > Hi Steven, > > > > > > Are there more comments on this

Re: [FFmpeg-devel] [PATCH v2] lavc/hevc: Don't parse NAL unit for a dummy buffer

2018-04-12 Thread Xiang, Haihao
Thank Steven for reviewing the patch, could anyone help to push the patch? Best Regards Haihao > > On 8 Apr 2018, at 12:53, Xiang, Haihao wrote: > > > > > > > > Hi Steven, > > > > Are there more comments on this patch? > > > > Thanks > > Haihao > > > > > > >

Re: [FFmpeg-devel] [PATCH v2] lavc/hevc: Don't parse NAL unit for a dummy buffer

2018-04-08 Thread Steven Liu
> On 8 Apr 2018, at 12:53, Xiang, Haihao wrote: > > > > Hi Steven, > > Are there more comments on this patch? > > Thanks > Haihao > > >> hevc parser mistakenly reports the following message if a dummy buffer >> is padded for EOF >> >> [hevc @ 0x559b63848610]

Re: [FFmpeg-devel] [PATCH v2] lavc/hevc: Don't parse NAL unit for a dummy buffer

2018-04-07 Thread Xiang, Haihao
Hi Steven, Are there more comments on this patch? Thanks Haihao > hevc parser mistakenly reports the following message if a dummy buffer > is padded for EOF > >[hevc @ 0x559b63848610] missing picture in access unit > > v2: use the preferred code style and rebase the patch > >