Re: [FFmpeg-devel] [PATCH] hwcontext_cuda: implement frames_get_constraints

2017-01-23 Thread wm4
On Mon, 16 Jan 2017 10:01:41 -0800 Philip Langdale wrote: > On Mon, 16 Jan 2017 18:56:09 +0100 > wm4 wrote: > > > On Mon, 16 Jan 2017 09:31:42 -0800 > > Philip Langdale wrote: > > > > > On Mon, 16 Jan 2017 16:44:16 +0100 > > >

Re: [FFmpeg-devel] [PATCH] hwcontext_cuda: implement frames_get_constraints

2017-01-16 Thread Philip Langdale
On Mon, 16 Jan 2017 18:56:09 +0100 wm4 wrote: > On Mon, 16 Jan 2017 09:31:42 -0800 > Philip Langdale wrote: > > > On Mon, 16 Jan 2017 16:44:16 +0100 > > wm4 wrote: > > > > > Copied and modified from hwcontext_qsv.c. > > > ---

Re: [FFmpeg-devel] [PATCH] hwcontext_cuda: implement frames_get_constraints

2017-01-16 Thread wm4
On Mon, 16 Jan 2017 09:31:42 -0800 Philip Langdale wrote: > On Mon, 16 Jan 2017 16:44:16 +0100 > wm4 wrote: > > > Copied and modified from hwcontext_qsv.c. > > --- > > libavutil/hwcontext_cuda.c | 26 ++ > > 1 file changed, 26

Re: [FFmpeg-devel] [PATCH] hwcontext_cuda: implement frames_get_constraints

2017-01-16 Thread Philip Langdale
On Mon, 16 Jan 2017 16:44:16 +0100 wm4 wrote: > Copied and modified from hwcontext_qsv.c. > --- > libavutil/hwcontext_cuda.c | 26 ++ > 1 file changed, 26 insertions(+) > > diff --git a/libavutil/hwcontext_cuda.c b/libavutil/hwcontext_cuda.c >

[FFmpeg-devel] [PATCH] hwcontext_cuda: implement frames_get_constraints

2017-01-16 Thread wm4
Copied and modified from hwcontext_qsv.c. --- libavutil/hwcontext_cuda.c | 26 ++ 1 file changed, 26 insertions(+) diff --git a/libavutil/hwcontext_cuda.c b/libavutil/hwcontext_cuda.c index 5dd0d99272..ed595c3e0f 100644 --- a/libavutil/hwcontext_cuda.c +++