Re: [FFmpeg-devel] [PATCH 1/7] lavu: add ecinfo sidedata

2023-07-25 Thread Michael Niedermayer
On Tue, Jul 25, 2023 at 02:05:43PM +0200, J. Dekker wrote: > > Hi Devin, > > Devin Heitmueller writes: > > On Fri, Jul 21, 2023 at 9:38 AM J. Dekker wrote: > > > > I appreciate the value of stats so I can tell that the stream had > > errors, but how is this side data "helpful to a renderer atte

Re: [FFmpeg-devel] [PATCH 1/7] lavu: add ecinfo sidedata

2023-07-25 Thread J. Dekker
Hi Devin, Devin Heitmueller writes: > On Fri, Jul 21, 2023 at 9:38 AM J. Dekker wrote: > > I appreciate the value of stats so I can tell that the stream had > errors, but how is this side data "helpful to a renderer attempting to > filter or conceal video decoding errors and artifacts" if there

Re: [FFmpeg-devel] [PATCH 1/7] lavu: add ecinfo sidedata

2023-07-21 Thread Lynne
Jul 21, 2023, 15:38 by j...@itanimul.li: > Add sidedata for passing basic Error Concealment information helpful to > a renderer or end user attempting to filter or conceal video decoding > errors and artifacts. > > Co-Authored-By: Thomas Guillem > Signed-off-by: J. Dekker > --- > libavutil/Make

Re: [FFmpeg-devel] [PATCH 1/7] lavu: add ecinfo sidedata

2023-07-21 Thread Michael Niedermayer
On Fri, Jul 21, 2023 at 03:37:40PM +0200, J. Dekker wrote: > Add sidedata for passing basic Error Concealment information helpful to > a renderer or end user attempting to filter or conceal video decoding > errors and artifacts. The exported information seems too basic to perform error concealment

Re: [FFmpeg-devel] [PATCH 1/7] lavu: add ecinfo sidedata

2023-07-21 Thread Devin Heitmueller
On Fri, Jul 21, 2023 at 9:38 AM J. Dekker wrote: > > Add sidedata for passing basic Error Concealment information helpful to > a renderer or end user attempting to filter or conceal video decoding > errors and artifacts. > > Co-Authored-By: Thomas Guillem > Signed-off-by: J. Dekker > --- > liba