Re: [FFmpeg-devel] [PATCH] lavu: add VKAPI hwcontext implementation

2022-02-24 Thread Dennis Mungai
On Wed, 17 Mar 2021 at 00:14, Suji Velupillai wrote: > Thank you Mark for your feedback. Please see inline > > On Fri, Mar 12, 2021 at 1:14 PM Mark Thompson wrote: > > > On 11/03/2021 22:09, suji.velupil...@broadcom.com wrote: > > > From: Suji Velupillai > > > > > > Initial commit to add VKAPI

Re: [FFmpeg-devel] [PATCH] lavu: add VKAPI hwcontext implementation

2021-03-16 Thread Suji Velupillai
Thank you Mark for your feedback. Please see inline On Fri, Mar 12, 2021 at 1:14 PM Mark Thompson wrote: > On 11/03/2021 22:09, suji.velupil...@broadcom.com wrote: > > From: Suji Velupillai > > > > Initial commit to add VKAPI hardware accelerator implementation. > > The depedency component vkil

Re: [FFmpeg-devel] [PATCH] lavu: add VKAPI hwcontext implementation

2021-03-16 Thread Suji Velupillai
On Fri, Mar 12, 2021 at 2:06 PM Mark Thompson wrote: > On 12/03/2021 18:29, Suji Velupillai wrote: > > On Fri, Mar 12, 2021 at 1:12 AM Jean-Baptiste Kempf > wrote: > > > >> On Thu, 11 Mar 2021, at 23:09, suji.velupil...@broadcom.com wrote: > >>> Initial commit to add VKAPI hardware accelerator i

Re: [FFmpeg-devel] [PATCH] lavu: add VKAPI hwcontext implementation

2021-03-12 Thread Suji Velupillai
On Fri, Mar 12, 2021 at 1:12 AM Jean-Baptiste Kempf wrote: > On Thu, 11 Mar 2021, at 23:09, suji.velupil...@broadcom.com wrote: > > Initial commit to add VKAPI hardware accelerator implementation. > > The depedency component vkil source code can be obtained from github > > https://github.com/Broa

Re: [FFmpeg-devel] [PATCH] lavu: add VKAPI hwcontext implementation

2021-03-12 Thread Mark Thompson
On 12/03/2021 18:29, Suji Velupillai wrote: On Fri, Mar 12, 2021 at 1:12 AM Jean-Baptiste Kempf wrote: On Thu, 11 Mar 2021, at 23:09, suji.velupil...@broadcom.com wrote: Initial commit to add VKAPI hardware accelerator implementation. The depedency component vkil source code can be obtained f

Re: [FFmpeg-devel] [PATCH] lavu: add VKAPI hwcontext implementation

2021-03-12 Thread Mark Thompson
On 11/03/2021 22:09, suji.velupil...@broadcom.com wrote: From: Suji Velupillai Initial commit to add VKAPI hardware accelerator implementation. The depedency component vkil source code can be obtained from github https://github.com/Broadcom/vkil Signed-off-by: Suji Velupillai --- configure

Re: [FFmpeg-devel] [PATCH] lavu: add VKAPI hwcontext implementation

2021-03-12 Thread Jean-Baptiste Kempf
On Fri, 12 Mar 2021, at 11:28, Jean-Baptiste Kempf wrote: > On Fri, 12 Mar 2021, at 11:17, Steven Liu wrote: > > > 2021年3月12日 下午5:12,Jean-Baptiste Kempf 写道: > > > > > > On Thu, 11 Mar 2021, at 23:09, suji.velupil...@broadcom.com wrote: > > >> Initial commit to add VKAPI hardware accelerator imple

Re: [FFmpeg-devel] [PATCH] lavu: add VKAPI hwcontext implementation

2021-03-12 Thread Jean-Baptiste Kempf
On Fri, 12 Mar 2021, at 11:17, Steven Liu wrote: > > 2021年3月12日 下午5:12,Jean-Baptiste Kempf 写道: > > > > On Thu, 11 Mar 2021, at 23:09, suji.velupil...@broadcom.com wrote: > >> Initial commit to add VKAPI hardware accelerator implementation. > >> The depedency component vkil source code can be obta

Re: [FFmpeg-devel] [PATCH] lavu: add VKAPI hwcontext implementation

2021-03-12 Thread Steven Liu
> 2021年3月12日 下午5:12,Jean-Baptiste Kempf 写道: > > On Thu, 11 Mar 2021, at 23:09, suji.velupil...@broadcom.com wrote: >> Initial commit to add VKAPI hardware accelerator implementation. >> The depedency component vkil source code can be obtained from github >> https://github.com/Broadcom/vkil > >

Re: [FFmpeg-devel] [PATCH] lavu: add VKAPI hwcontext implementation

2021-03-12 Thread Jean-Baptiste Kempf
On Thu, 11 Mar 2021, at 23:09, suji.velupil...@broadcom.com wrote: > Initial commit to add VKAPI hardware accelerator implementation. > The depedency component vkil source code can be obtained from github > https://github.com/Broadcom/vkil This has no license, no readme, no description. What is t

Re: [FFmpeg-devel] [PATCH] lavu: add VKAPI hwcontext implementation

2021-03-11 Thread Suji Velupillai
Thank you for the review, please see inline. On Thu, Mar 11, 2021 at 2:56 PM Lynne wrote: > Mar 11, 2021, 23:09 by suji.velupil...@broadcom.com: > > > From: Suji Velupillai > > > > Initial commit to add VKAPI hardware accelerator implementation. > > The depedency component vkil source code can

Re: [FFmpeg-devel] [PATCH] lavu: add VKAPI hwcontext implementation

2021-03-11 Thread Lynne
Mar 12, 2021, 02:04 by suji.velupil...@broadcom.com: > Thank you for the review, please see inline. > > On Thu, Mar 11, 2021 at 2:56 PM Lynne wrote: > >> > +/** >> > + * Convert AVPixelFormat to VKAPI equivalent pixel format >> > + */ >> > +int (*av2vk_fmt)(enum AVPixelFormat pixe

[FFmpeg-devel] [PATCH] lavu: add VKAPI hwcontext implementation

2021-03-11 Thread suji . velupillai
From: Suji Velupillai Initial commit to add VKAPI hardware accelerator implementation. The depedency component vkil source code can be obtained from github https://github.com/Broadcom/vkil Signed-off-by: Suji Velupillai --- configure | 8 +- doc/APIchanges

Re: [FFmpeg-devel] [PATCH] lavu: add VKAPI hwcontext implementation

2021-03-11 Thread James Almer
On 3/11/2021 7:09 PM, suji.velupil...@broadcom.com wrote: From: Suji Velupillai Initial commit to add VKAPI hardware accelerator implementation. The depedency component vkil source code can be obtained from github https://github.com/Broadcom/vkil Signed-off-by: Suji Velupillai --- configure

Re: [FFmpeg-devel] [PATCH] lavu: add VKAPI hwcontext implementation

2021-03-11 Thread Lynne
Mar 11, 2021, 23:09 by suji.velupil...@broadcom.com: > From: Suji Velupillai > > Initial commit to add VKAPI hardware accelerator implementation. > The depedency component vkil source code can be obtained from github > https://github.com/Broadcom/vkil > Is this code for hardware that no one will