Re: [FFmpeg-devel] [PATCH] avcodec/videotoolbox: add AV1 hardware acceleration

2024-09-25 Thread Zhao Zhili
> On Sep 25, 2024, at 20:04, Martin Storsjö wrote: > > On Wed, 25 Sep 2024, Martin Storsjö wrote: > >> On Tue, 24 Sep 2024, Cameron Gutman wrote: >> >>> On Tue, Sep 24, 2024 at 7:16 AM Martin Storsjö wrote: I don't hit any issues with any AV1 samples that I have, I guess I don't ha

Re: [FFmpeg-devel] [PATCH] avcodec/videotoolbox: add AV1 hardware acceleration

2024-09-25 Thread Martin Storsjö
On Wed, 25 Sep 2024, Martin Storsjö wrote: On Tue, 24 Sep 2024, Cameron Gutman wrote: On Tue, Sep 24, 2024 at 7:16 AM Martin Storsjö wrote: I don't hit any issues with any AV1 samples that I have, I guess I don't have any samples with tile groups? Can you or someone else grab and share a s

Re: [FFmpeg-devel] [PATCH] avcodec/videotoolbox: add AV1 hardware acceleration

2024-09-25 Thread Martin Storsjö
On Tue, 24 Sep 2024, Cameron Gutman wrote: On Tue, Sep 24, 2024 at 7:16 AM Martin Storsjö wrote: I don't hit any issues with any AV1 samples that I have, I guess I don't have any samples with tile groups? Can you or someone else grab and share a small sample of a stream that fails to decode

Re: [FFmpeg-devel] [PATCH] avcodec/videotoolbox: add AV1 hardware acceleration

2024-09-24 Thread Cameron Gutman
On Tue, Sep 24, 2024 at 7:16 AM Martin Storsjö wrote: > > On Mon, 23 Sep 2024, Cameron Gutman wrote: > > > On Mon, Sep 23, 2024 at 12:43 PM Zhao Zhili wrote: > >> > >> > >> > >> > On Sep 24, 2024, at 01:24, Cameron Gutman wrote: > >> > > >> > On Mon, Sep 23, 2024 at 6:07 AM Zhao Zhili > >> > w

Re: [FFmpeg-devel] [PATCH] avcodec/videotoolbox: add AV1 hardware acceleration

2024-09-24 Thread Martin Storsjö
On Mon, 23 Sep 2024, Cameron Gutman wrote: On Mon, Sep 23, 2024 at 12:43 PM Zhao Zhili wrote: > On Sep 24, 2024, at 01:24, Cameron Gutman wrote: > > On Mon, Sep 23, 2024 at 6:07 AM Zhao Zhili wrote: >> >> >> >>> On Sep 21, 2024, at 05:39, Martin Storsjö wrote: >>> >>> From: Jan Ekström

Re: [FFmpeg-devel] [PATCH] avcodec/videotoolbox: add AV1 hardware acceleration

2024-09-23 Thread Cameron Gutman
On Mon, Sep 23, 2024 at 12:43 PM Zhao Zhili wrote: > > > > > On Sep 24, 2024, at 01:24, Cameron Gutman wrote: > > > > On Mon, Sep 23, 2024 at 6:07 AM Zhao Zhili wrote: > >> > >> > >> > >>> On Sep 21, 2024, at 05:39, Martin Storsjö wrote: > >>> > >>> From: Jan Ekström > >>> > >>> Co-authored-by

Re: [FFmpeg-devel] [PATCH] avcodec/videotoolbox: add AV1 hardware acceleration

2024-09-23 Thread Zhao Zhili
> On Sep 24, 2024, at 01:24, Cameron Gutman wrote: > > On Mon, Sep 23, 2024 at 6:07 AM Zhao Zhili wrote: >> >> >> >>> On Sep 21, 2024, at 05:39, Martin Storsjö wrote: >>> >>> From: Jan Ekström >>> >>> Co-authored-by: Ruslan Chernenko >>> Co-authored-by: Martin Storsjö >>> --- >>> This

Re: [FFmpeg-devel] [PATCH] avcodec/videotoolbox: add AV1 hardware acceleration

2024-09-23 Thread Cameron Gutman
On Mon, Sep 23, 2024 at 6:07 AM Zhao Zhili wrote: > > > > > On Sep 21, 2024, at 05:39, Martin Storsjö wrote: > > > > From: Jan Ekström > > > > Co-authored-by: Ruslan Chernenko > > Co-authored-by: Martin Storsjö > > --- > > This is a touched up version of Jan and Ruslan's patches for > > AV1 hw

Re: [FFmpeg-devel] [PATCH] avcodec/videotoolbox: add AV1 hardware acceleration

2024-09-23 Thread Zhao Zhili
> On Sep 21, 2024, at 05:39, Martin Storsjö wrote: > > From: Jan Ekström > > Co-authored-by: Ruslan Chernenko > Co-authored-by: Martin Storsjö > --- > This is a touched up version of Jan and Ruslan's patches for > AV1 hwaccel via videotoolbox; I tried to polish the code a little > by not ov

[FFmpeg-devel] [PATCH] avcodec/videotoolbox: add AV1 hardware acceleration

2024-09-20 Thread Martin Storsjö
From: Jan Ekström Co-authored-by: Ruslan Chernenko Co-authored-by: Martin Storsjö --- This is a touched up version of Jan and Ruslan's patches for AV1 hwaccel via videotoolbox; I tried to polish the code a little by not overwriting avctx->extradata in ff_videotoolbox_av1c_extradata_create, and