Re: [FFmpeg-devel] [PATCH] [RFC] libavcodec/hevc_refs: Clear DPB of old frames

2020-08-03 Thread Kieran Kunhya
On Mon, 3 Aug 2020 at 09:18, Anton Khirnov wrote: > Quoting Kieran Kunhya (2020-07-16 21:32:34) > > During glitching or looping streams, old frames remain in the DPB. > > The decoder incorrectly thinks that the DPB contains the right number of > > buffered frames to output and reordering breaks b

Re: [FFmpeg-devel] [PATCH] [RFC] libavcodec/hevc_refs: Clear DPB of old frames

2020-08-03 Thread Anton Khirnov
Quoting Kieran Kunhya (2020-07-16 21:32:34) > During glitching or looping streams, old frames remain in the DPB. > The decoder incorrectly thinks that the DPB contains the right number of > buffered frames to output and reordering breaks badly > > Any non-cosmetic comments welcome. >From 23f027209

[FFmpeg-devel] [PATCH] [RFC] libavcodec/hevc_refs: Clear DPB of old frames

2020-07-16 Thread Kieran Kunhya
During glitching or looping streams, old frames remain in the DPB. The decoder incorrectly thinks that the DPB contains the right number of buffered frames to output and reordering breaks badly Any non-cosmetic comments welcome. Kieran 0001-RFC-libavcodec-hevc_refs-Clear-DPB-of-old-frames.patch