Re: [FFmpeg-devel] [PATCH] hwcontext: add av_hwdevice_ctx_create_derived2

2020-05-23 Thread Lynne
May 13, 2020, 00:17 by d...@lynne.ee: > May 12, 2020, 23:16 by s...@jkqxz.net: > >> On 12/05/2020 20:16, Lynne wrote: >> >>> From 45ec8f730a183cd98b1d2d705e7a9582ef2f3f28 Mon Sep 17 00:00:00 2001 >>> From: Lynne >>> Date: Mon, 11 May 2020 11:02:19 +0100 >>> Subject: [PATCH] hwcontext: add av_hwde

Re: [FFmpeg-devel] [PATCH] hwcontext: add av_hwdevice_ctx_create_derived2

2020-05-12 Thread Lynne
May 12, 2020, 23:16 by s...@jkqxz.net: > On 12/05/2020 20:16, Lynne wrote: > >> From 45ec8f730a183cd98b1d2d705e7a9582ef2f3f28 Mon Sep 17 00:00:00 2001 >> From: Lynne >> Date: Mon, 11 May 2020 11:02:19 +0100 >> Subject: [PATCH] hwcontext: add av_hwdevice_ctx_create_derived_opts >> > > Can you make

Re: [FFmpeg-devel] [PATCH] hwcontext: add av_hwdevice_ctx_create_derived2

2020-05-12 Thread Lynne
May 11, 2020, 14:09 by d...@lynne.ee: > May 11, 2020, 13:55 by jamr...@gmail.com: > >> On 5/11/2020 7:25 AM, Lynne wrote: >> >>> This allows for users who derive devices to set options for the >>> new device context they derive. >>> The main use case of this is to allow users to enable extensions

Re: [FFmpeg-devel] [PATCH] hwcontext: add av_hwdevice_ctx_create_derived2

2020-05-12 Thread Mark Thompson
On 12/05/2020 20:16, Lynne wrote: > From 45ec8f730a183cd98b1d2d705e7a9582ef2f3f28 Mon Sep 17 00:00:00 2001 > From: Lynne > Date: Mon, 11 May 2020 11:02:19 +0100 > Subject: [PATCH] hwcontext: add av_hwdevice_ctx_create_derived_opts > > This allows for users who derive devices to set options for th

Re: [FFmpeg-devel] [PATCH] hwcontext: add av_hwdevice_ctx_create_derived2

2020-05-11 Thread Lynne
May 11, 2020, 13:55 by jamr...@gmail.com: > On 5/11/2020 7:25 AM, Lynne wrote: > >> This allows for users who derive devices to set options for the >> new device context they derive. >> The main use case of this is to allow users to enable extensions >> (such as surface drawing extensions) in Vul

[FFmpeg-devel] [PATCH] hwcontext: add av_hwdevice_ctx_create_derived2

2020-05-11 Thread Lynne
This allows for users who derive devices to set options for the new device context they derive. The main use case of this is to allow users to enable extensions (such as surface drawing extensions) in Vulkan while deriving from the device their frames are on. That way, users don't need to write an

Re: [FFmpeg-devel] [PATCH] hwcontext: add av_hwdevice_ctx_create_derived2

2020-05-11 Thread James Almer
On 5/11/2020 7:25 AM, Lynne wrote: > This allows for users who derive devices to set options for the > new device context they derive. > The main use case of this is to allow users to enable extensions > (such as surface drawing extensions) in Vulkan while deriving from > the device their frames a