Re: [FFmpeg-devel] [PATCH v3 2/2] lavc/vulkan_av1: port to the new stable API

2024-03-17 Thread Dave Airlie
> > > -/* Workaround for a spec issue. > > - *Can be removed once no longer needed, and threading can be enabled. > */ > > +/* TODO: investigate if this can be removed to make decoding > completely > > + * independent. */ > > FFVulkanDecodeContext *dec; > > Ca

Re: [FFmpeg-devel] [PATCH] av1dec: handle dimension changes via get_format

2023-06-21 Thread Dave Airlie
On Thu, 22 Jun 2023 at 07:36, James Almer wrote: > > On 6/21/2023 6:15 PM, Dave Airlie wrote: > > On Thu, 22 Jun 2023 at 02:36, James Almer wrote: > >> > >> On 6/20/2023 8:36 PM, airl...@gmail.com wrote: > >>> From: Dave Airlie > >>> >

Re: [FFmpeg-devel] [PATCH] av1dec: handle dimension changes via get_format

2023-06-21 Thread Dave Airlie
On Thu, 22 Jun 2023 at 02:36, James Almer wrote: > > On 6/20/2023 8:36 PM, airl...@gmail.com wrote: > > From: Dave Airlie > > > > av1-1-b8-03-sizeup.ivf on vulkan causes gpu hangs as none of the > > images get resized when dimensions change, this detects th