[FFmpeg-devel] [PATCH v2] lavu: add BCMVK hwcontext implementation

2021-03-26 Thread suji . velupillai
From: Suji Velupillai Initial commit to add BCMVK 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-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. > &

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 c

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-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

[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] avutil/hwcontext: add support to allow hardware to ref/unref frame

2021-03-04 Thread Suji Velupillai
add/remove reference to the > > frame buffer mirroring the ffmpeg. > > > > Signed-off-by: Patrick Rault > > Signed-off-by: Suji Velupillai > > New API additions should include an explanation of which problems this > solves, how it should be used, and why it is n

[FFmpeg-devel] [PATCH] avutil/hwcontext: add support to allow hardware to ref/unref frame

2021-03-04 Thread suji . velupillai
From: Patrick Rault Add support to allow attached hardware to add/remove reference to the frame buffer mirroring the ffmpeg. Signed-off-by: Patrick Rault Signed-off-by: Suji Velupillai --- libavutil/frame.c | 7 ++- libavutil/hwcontext.c | 21