Re: [FFmpeg-devel] [PATCH 3/9] avcodec/av1dec: support setup shear process

2021-07-02 Thread Wang, Fei W
On Thu, 2021-07-01 at 09:39 -0300, James Almer wrote: > On 6/17/2021 3:10 AM, Fei Wang wrote: > > Defined in spec 7.11.3.6/7.11.3.7. > > > > Signed-off-by: Fei Wang > > --- > > libavcodec/av1dec.c | 97 > > + > > libavcodec/av1dec.h | 1 + > > 2 fi

Re: [FFmpeg-devel] [PATCH 3/9] avcodec/av1dec: support setup shear process

2021-07-01 Thread James Almer
On 6/17/2021 3:10 AM, Fei Wang wrote: Defined in spec 7.11.3.6/7.11.3.7. Signed-off-by: Fei Wang --- libavcodec/av1dec.c | 97 + libavcodec/av1dec.h | 1 + 2 files changed, 98 insertions(+) diff --git a/libavcodec/av1dec.c b/libavcodec/av1dec.c

[FFmpeg-devel] [PATCH 3/9] avcodec/av1dec: support setup shear process

2021-06-16 Thread Fei Wang
Defined in spec 7.11.3.6/7.11.3.7. Signed-off-by: Fei Wang --- libavcodec/av1dec.c | 97 + libavcodec/av1dec.h | 1 + 2 files changed, 98 insertions(+) diff --git a/libavcodec/av1dec.c b/libavcodec/av1dec.c index 1dda0f9160..3fca17e84b 100644 --- a/l