Re: [FFmpeg-devel] [PATCH 2/5] avutil/hwcontext_cuda: add CUstream in cuda hwctx

2018-06-09 Thread Timo Rothenpieler
Am 09.06.2018 um 03:25 schrieb James Almer: On 5/9/2018 5:49 AM, Timo Rothenpieler wrote: On 08.05.2018 23:00, James Almer wrote: On 5/8/2018 3:36 PM, Timo Rothenpieler wrote: --- configure | 6 -- doc/APIchanges | 3 +++ libavutil/hwcontext_cuda.c | 3 +++

Re: [FFmpeg-devel] [PATCH 2/5] avutil/hwcontext_cuda: add CUstream in cuda hwctx

2018-06-08 Thread James Almer
On 5/9/2018 5:49 AM, Timo Rothenpieler wrote: > On 08.05.2018 23:00, James Almer wrote: >> On 5/8/2018 3:36 PM, Timo Rothenpieler wrote: >>> --- >>> configure | 6 -- >>> doc/APIchanges | 3 +++ >>> libavutil/hwcontext_cuda.c | 3 +++ >>> libavutil/hwcontext_cuda.h

Re: [FFmpeg-devel] [PATCH 2/5] avutil/hwcontext_cuda: add CUstream in cuda hwctx

2018-05-09 Thread Timo Rothenpieler
Am 09.05.2018 um 10:49 schrieb Timo Rothenpieler: On 08.05.2018 23:00, James Almer wrote: On 5/8/2018 3:36 PM, Timo Rothenpieler wrote: --- configure | 6 -- doc/APIchanges | 3 +++ libavutil/hwcontext_cuda.c | 3 +++ libavutil/hwcontext_cuda.h | 1 + liba

Re: [FFmpeg-devel] [PATCH 2/5] avutil/hwcontext_cuda: add CUstream in cuda hwctx

2018-05-09 Thread Timo Rothenpieler
On 08.05.2018 23:00, James Almer wrote: > On 5/8/2018 3:36 PM, Timo Rothenpieler wrote: >> --- >> configure | 6 -- >> doc/APIchanges | 3 +++ >> libavutil/hwcontext_cuda.c | 3 +++ >> libavutil/hwcontext_cuda.h | 1 + >> libavutil/version.h| 2 +- >> 5 fil

Re: [FFmpeg-devel] [PATCH 2/5] avutil/hwcontext_cuda: add CUstream in cuda hwctx

2018-05-08 Thread James Almer
On 5/8/2018 3:36 PM, Timo Rothenpieler wrote: > --- > configure | 6 -- > doc/APIchanges | 3 +++ > libavutil/hwcontext_cuda.c | 3 +++ > libavutil/hwcontext_cuda.h | 1 + > libavutil/version.h| 2 +- > 5 files changed, 12 insertions(+), 3 deletions(-) > >

[FFmpeg-devel] [PATCH 2/5] avutil/hwcontext_cuda: add CUstream in cuda hwctx

2018-05-08 Thread Timo Rothenpieler
--- configure | 6 -- doc/APIchanges | 3 +++ libavutil/hwcontext_cuda.c | 3 +++ libavutil/hwcontext_cuda.h | 1 + libavutil/version.h| 2 +- 5 files changed, 12 insertions(+), 3 deletions(-) diff --git a/configure b/configure index 6626111ff2..9743de05d0