Re: [FFmpeg-devel] [PATCH v1] avcodec/av1dec: Add tile list OBU to decompose list

2023-12-25 Thread Wang, Fei W
On Fri, 2023-12-22 at 08:41 +0100, Andreas Rheinhardt wrote: > Wang, Fei W: > > On Thu, 2023-12-21 at 20:14 +0100, Andreas Rheinhardt wrote: > > > Wang, Fei W: > > > > On Wed, 2023-12-20 at 17:11 +0100, Andreas Rheinhardt wrote: > > > > > fei.w.wang-at-intel@ffmpeg.org: > > > > > > From: Fei

Re: [FFmpeg-devel] [PATCH v1] avcodec/av1dec: Add tile list OBU to decompose list

2023-12-21 Thread Andreas Rheinhardt
Wang, Fei W: > On Thu, 2023-12-21 at 20:14 +0100, Andreas Rheinhardt wrote: >> Wang, Fei W: >>> On Wed, 2023-12-20 at 17:11 +0100, Andreas Rheinhardt wrote: fei.w.wang-at-intel@ffmpeg.org: > From: Fei Wang > > Show the unsupported message and return unsupported for clips

Re: [FFmpeg-devel] [PATCH v1] avcodec/av1dec: Add tile list OBU to decompose list

2023-12-21 Thread Wang, Fei W
On Thu, 2023-12-21 at 20:14 +0100, Andreas Rheinhardt wrote: > Wang, Fei W: > > On Wed, 2023-12-20 at 17:11 +0100, Andreas Rheinhardt wrote: > > > fei.w.wang-at-intel@ffmpeg.org: > > > > From: Fei Wang > > > > > > > > Show the unsupported message and return unsupported for clips > > > >

Re: [FFmpeg-devel] [PATCH v1] avcodec/av1dec: Add tile list OBU to decompose list

2023-12-21 Thread Andreas Rheinhardt
Wang, Fei W: > On Wed, 2023-12-20 at 17:11 +0100, Andreas Rheinhardt wrote: >> fei.w.wang-at-intel@ffmpeg.org: >>> From: Fei Wang >>> >>> Show the unsupported message and return unsupported for clips >>> contain >>> tile list OBU since it hasn't been implemented. Otherwise, decoding >>> maybe

Re: [FFmpeg-devel] [PATCH v1] avcodec/av1dec: Add tile list OBU to decompose list

2023-12-20 Thread Wang, Fei W
On Wed, 2023-12-20 at 17:11 +0100, Andreas Rheinhardt wrote: > fei.w.wang-at-intel@ffmpeg.org: > > From: Fei Wang > > > > Show the unsupported message and return unsupported for clips > > contain > > tile list OBU since it hasn't been implemented. Otherwise, decoding > > maybe successful but

Re: [FFmpeg-devel] [PATCH v1] avcodec/av1dec: Add tile list OBU to decompose list

2023-12-20 Thread Andreas Rheinhardt
fei.w.wang-at-intel@ffmpeg.org: > From: Fei Wang > > Show the unsupported message and return unsupported for clips contain > tile list OBU since it hasn't been implemented. Otherwise, decoding > maybe successful but result is incorrect. > > Signed-off-by: Fei Wang > --- >

[FFmpeg-devel] [PATCH v1] avcodec/av1dec: Add tile list OBU to decompose list

2023-12-20 Thread fei . w . wang-at-intel . com
From: Fei Wang Show the unsupported message and return unsupported for clips contain tile list OBU since it hasn't been implemented. Otherwise, decoding maybe successful but result is incorrect. Signed-off-by: Fei Wang --- libavcodec/av1dec.c | 5 + 1 file changed, 5 insertions(+) diff