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

2024-02-10 Thread Lynne
Most of this patch was written by Dave Airlie , with some additions by me. >From be1b73147c92a8f74e5cdf30e5325382a6f77799 Mon Sep 17 00:00:00 2001 From: Lynne Date: Fri, 19 Jan 2024 10:49:02 +1000 Subject: [PATCH v3 2/2] lavc/vulkan_av1: port to the new stable API Most of this patch was written

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

2024-03-13 Thread Lynne
Tested by multiple users on multiple operating systems, driver implementations and test samples to work. Co-Authored-by: Dave Airlie >From e2d31951f46fcc10e1263b8603e486e111e9578c Mon Sep 17 00:00:00 2001 From: Lynne Date: Fri, 19 Jan 2024 10:49:02 +1000 Subject: [PATCH v3 2/2] lavc/vulkan_av1:

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

2024-02-11 Thread Mark Thompson
On 10/02/2024 22:39, Lynne wrote: Most of this patch was written by Dave Airlie , with some additions by me. > From be1b73147c92a8f74e5cdf30e5325382a6f77799 Mon Sep 17 00:00:00 2001 > From: Lynne > Date: Fri, 19 Jan 2024 10:49:02 +1000 > Subject: [PATCH v3 2/2] lavc/vulkan_av1: port to the new

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

2024-02-11 Thread Lynne
Feb 11, 2024, 12:58 by s...@jkqxz.net: > On 10/02/2024 22:39, Lynne wrote: > >> 11 files changed, 303 insertions(+), 669 deletions(-) >> delete mode 100644 libavcodec/vulkan_video_codec_av1std.h >> delete mode 100644 libavcodec/vulkan_video_codec_av1std_decode.h >> > > You need something in con

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

2024-03-17 Thread Mark Thompson
On 13/03/2024 16:38, Lynne wrote: Tested by multiple users on multiple operating systems, driver implementations and test samples to work. Co-Authored-by: Dave Airlie > From e2d31951f46fcc10e1263b8603e486e111e9578c Mon Sep 17 00:00:00 2001 > From: Lynne > Date: Fri, 19 Jan 2024 10:49:02 +100

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

2024-03-17 Thread Lynne
Mar 17, 2024, 16:36 by s...@jkqxz.net: > On 13/03/2024 16:38, Lynne wrote: > >> Tested by multiple users on multiple operating systems, >> driver implementations and test samples to work. >> >> Co-Authored-by: Dave Airlie >> >> From e2d31951f46fcc10e1263b8603e486e111e9578c Mon Sep 17 00:00:00 200

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

2024-03-17 Thread Lynne
Mar 17, 2024, 16:36 by s...@jkqxz.net: > On 13/03/2024 16:38, Lynne wrote: > >> Tested by multiple users on multiple operating systems, >> driver implementations and test samples to work. >> >> Co-Authored-by: Dave Airlie >> >> From e2d31951f46fcc10e1263b8603e486e111e9578c Mon Sep 17 00:00:00 200

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 v3 2/2] lavc/vulkan_av1: port to the new stable API

2024-03-19 Thread Mark Thompson
On 18/03/2024 05:33, Lynne wrote: Mar 17, 2024, 16:36 by s...@jkqxz.net: On 13/03/2024 16:38, Lynne wrote: Tested by multiple users on multiple operating systems, driver implementations and test samples to work. Co-Authored-by: Dave Airlie From e2d31951f46fcc10e1263b8603e486e111e9578c Mon

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

2024-03-25 Thread Lynne
Mar 20, 2024, 00:33 by s...@jkqxz.net: > On 18/03/2024 05:33, Lynne wrote: > >> Mar 17, 2024, 16:36 by s...@jkqxz.net: >> >>> On 13/03/2024 16:38, Lynne wrote: >>> Tested by multiple users on multiple operating systems, driver implementations and test samples to work. Co-Author