Re: [libav-devel] [PATCH 20/25] lavu: OpenCL hwcontext implementation

2017-03-11 Thread Anton Khirnov
Quoting Mark Thompson (2017-03-07 23:02:26) > On 07/03/17 20:42, Anton Khirnov wrote: > > Quoting Mark Thompson (2017-03-05 00:57:47) > >> --- > >> configure |5 +- > >> doc/APIchanges |4 + > >> libavutil/Makefile |2 + > >> libavutil/h

Re: [libav-devel] [PATCH 20/25] lavu: OpenCL hwcontext implementation

2017-03-09 Thread Mark Thompson
On 09/03/17 19:20, Anton Khirnov wrote: > Quoting Mark Thompson (2017-03-05 00:57:47) >> --- >> configure |5 +- >> doc/APIchanges |4 + >> libavutil/Makefile |2 + >> libavutil/hwcontext.c |4 + >> libavutil/hwcontext.h

Re: [libav-devel] [PATCH 20/25] lavu: OpenCL hwcontext implementation

2017-03-09 Thread Anton Khirnov
Quoting Mark Thompson (2017-03-05 00:57:47) > --- > configure |5 +- > doc/APIchanges |4 + > libavutil/Makefile |2 + > libavutil/hwcontext.c |4 + > libavutil/hwcontext.h |1 + > libavutil/hwcontext_internal.h

Re: [libav-devel] [PATCH 20/25] lavu: OpenCL hwcontext implementation

2017-03-07 Thread Mark Thompson
On 07/03/17 20:42, Anton Khirnov wrote: > Quoting Mark Thompson (2017-03-05 00:57:47) >> --- >> configure |5 +- >> doc/APIchanges |4 + >> libavutil/Makefile |2 + >> libavutil/hwcontext.c |4 + >> libavutil/hwcontext.h

Re: [libav-devel] [PATCH 20/25] lavu: OpenCL hwcontext implementation

2017-03-07 Thread Anton Khirnov
Quoting Mark Thompson (2017-03-05 00:57:47) > --- > configure |5 +- > doc/APIchanges |4 + > libavutil/Makefile |2 + > libavutil/hwcontext.c |4 + > libavutil/hwcontext.h |1 + > libavutil/hwcontext_internal.h

Re: [libav-devel] [PATCH 20/25] lavu: OpenCL hwcontext implementation

2017-03-06 Thread Luca Barbato
On 06/03/2017 10:43, wm4 wrote: > Isn't OpenCL technically provided by the driver, which makes the > licensing questionable, but is usually not an issue because it's > considered a system-provided thing? There are multiple OpenCL implementations, usually they are provided by the driver, platform-s

Re: [libav-devel] [PATCH 20/25] lavu: OpenCL hwcontext implementation

2017-03-06 Thread Mark Thompson
On 06/03/17 09:43, wm4 wrote: > On Mon, 6 Mar 2017 10:38:53 +0100 > Luca Barbato wrote: > >> On 06/03/2017 09:33, Diego Biurrun wrote: >>> On Sat, Mar 04, 2017 at 11:57:47PM +, Mark Thompson wrote: --- a/configure +++ b/configure @@ -1272,6 +1273,7 @@ HWACCEL_LIBRARY_LIST=" >

Re: [libav-devel] [PATCH 20/25] lavu: OpenCL hwcontext implementation

2017-03-06 Thread wm4
On Mon, 6 Mar 2017 10:38:53 +0100 Luca Barbato wrote: > On 06/03/2017 09:33, Diego Biurrun wrote: > > On Sat, Mar 04, 2017 at 11:57:47PM +, Mark Thompson wrote: > >> --- a/configure > >> +++ b/configure > >> @@ -1272,6 +1273,7 @@ HWACCEL_LIBRARY_LIST=" > >> mmal > >> nvenc > >>

Re: [libav-devel] [PATCH 20/25] lavu: OpenCL hwcontext implementation

2017-03-06 Thread Luca Barbato
On 06/03/2017 09:33, Diego Biurrun wrote: > On Sat, Mar 04, 2017 at 11:57:47PM +, Mark Thompson wrote: >> --- a/configure >> +++ b/configure >> @@ -1272,6 +1273,7 @@ HWACCEL_LIBRARY_LIST=" >> mmal >> nvenc >> omx >> +opencl >> vaapi >> vda >> vdpau > > Does op

Re: [libav-devel] [PATCH 20/25] lavu: OpenCL hwcontext implementation

2017-03-06 Thread Diego Biurrun
On Sat, Mar 04, 2017 at 11:57:47PM +, Mark Thompson wrote: > --- a/configure > +++ b/configure > @@ -1272,6 +1273,7 @@ HWACCEL_LIBRARY_LIST=" > mmal > nvenc > omx > +opencl > vaapi > vda > vdpau Does opencl have a compatible license? Which one? Diego

Re: [libav-devel] [PATCH 20/25] lavu: OpenCL hwcontext implementation

2017-03-06 Thread wm4
On Sat, 4 Mar 2017 23:57:47 + Mark Thompson wrote: > --- > configure |5 +- > doc/APIchanges |4 + > libavutil/Makefile |2 + > libavutil/hwcontext.c |4 + > libavutil/hwcontext.h |1 + > libavutil/hwcont

[libav-devel] [PATCH 20/25] lavu: OpenCL hwcontext implementation

2017-03-04 Thread Mark Thompson
--- configure |5 +- doc/APIchanges |4 + libavutil/Makefile |2 + libavutil/hwcontext.c |4 + libavutil/hwcontext.h |1 + libavutil/hwcontext_internal.h |1 + libavutil/hwcontext_opencl.c | 1182 +