Re: [FFmpeg-devel] [PATCH v3 1/4] lavc/hevc_refs: fix dpb logical for IRAP

2022-07-27 Thread Xiang, Haihao
On Mon, 2022-07-25 at 05:22 +, Xiang, Haihao wrote: > On Mon, 2022-07-18 at 09:09 +, Xiang, Haihao wrote: > > On Fri, 2022-07-15 at 13:06 +0800, Fei Wang wrote: > > > From: Xu Guangxin > > > > > > According to C.5.2.2, item 2. When we got an IRAP, and the > > > NoOutputOfPriorPicsFlag = 0

Re: [FFmpeg-devel] [PATCH v3 1/4] lavc/hevc_refs: fix dpb logical for IRAP

2022-07-24 Thread Xiang, Haihao
On Mon, 2022-07-18 at 09:09 +, Xiang, Haihao wrote: > On Fri, 2022-07-15 at 13:06 +0800, Fei Wang wrote: > > From: Xu Guangxin > > > > According to C.5.2.2, item 2. When we got an IRAP, and the > > NoOutputOfPriorPicsFlag = 0, we need bump all outputable frames. > > > > Tested-by: Fei Wang

Re: [FFmpeg-devel] [PATCH v3 1/4] lavc/hevc_refs: fix dpb logical for IRAP

2022-07-18 Thread Xiang, Haihao
On Fri, 2022-07-15 at 13:06 +0800, Fei Wang wrote: > From: Xu Guangxin > > According to C.5.2.2, item 2. When we got an IRAP, and the > NoOutputOfPriorPicsFlag = 0, we need bump all outputable frames. > > Tested-by: Fei Wang > Signed-off-by: Xu Guangxin > --- > update: > 1. clean and replace 0

[FFmpeg-devel] [PATCH v3 1/4] lavc/hevc_refs: fix dpb logical for IRAP

2022-07-14 Thread Fei Wang
From: Xu Guangxin According to C.5.2.2, item 2. When we got an IRAP, and the NoOutputOfPriorPicsFlag = 0, we need bump all outputable frames. Tested-by: Fei Wang Signed-off-by: Xu Guangxin --- update: 1. clean and replace 0xff with HEVC_SEQUENCE_COUNTER_MASK libavcodec/hevc_refs.c | 23 +