Re: [FFmpeg-devel] Access to cuda functions

2018-04-26 Thread Hendrik Leppkes
On Thu, Apr 26, 2018 at 4:12 PM, Daniel Oberhoff wrote: > >> On 26. Apr 2018, at 14:08, Hendrik Leppkes wrote: >> >> On Thu, Apr 26, 2018 at 2:06 PM, Daniel Oberhoff >> wrote: >>> Hello, >>> >>> I just started programming to directly use the cuda decoded frames on the >>> gpu (working off maste

Re: [FFmpeg-devel] Access to cuda functions

2018-04-26 Thread Timo Rothenpieler
I can't think of a situation where there'd possibly be more than one nvidia driver installed on a system. And even if, the same application loading a lib of the same name will internally hit its reference counter and just use the exact same one again. signature.asc Description: OpenPGP digital s

Re: [FFmpeg-devel] Access to cuda functions

2018-04-26 Thread Daniel Oberhoff
> On 26. Apr 2018, at 14:08, Hendrik Leppkes wrote: > > On Thu, Apr 26, 2018 at 2:06 PM, Daniel Oberhoff > wrote: >> Hello, >> >> I just started programming to directly use the cuda decoded frames on the >> gpu (working off master). Would it be possible to publicly expose the loaded >> cuda

Re: [FFmpeg-devel] Access to cuda functions

2018-04-26 Thread Hendrik Leppkes
On Thu, Apr 26, 2018 at 2:06 PM, Daniel Oberhoff wrote: > Hello, > > I just started programming to directly use the cuda decoded frames on the gpu > (working off master). Would it be possible to publicly expose the loaded cuda > functions? This way I can inherit the possibility to build with cud