Re: [FFmpeg-devel] [PATCH] avcodec/nvenc: Add options for level and tier

2015-04-09 Thread Michael Niedermayer
On Sat, Apr 04, 2015 at 01:34:14PM +0200, Timo Rothenpieler wrote: > --- > Changelog | 1 + > libavcodec/nvenc.c | 111 > - > 2 files changed, 111 insertions(+), 1 deletion(-) applied thanks [...] -- Michael GnuPG fingerprint:

[FFmpeg-devel] [PATCH] avcodec/nvenc: Add options for level and tier

2015-04-04 Thread Timo Rothenpieler
--- Changelog | 1 + libavcodec/nvenc.c | 111 - 2 files changed, 111 insertions(+), 1 deletion(-) diff --git a/Changelog b/Changelog index ba0dff5..acced67 100644 --- a/Changelog +++ b/Changelog @@ -13,6 +13,7 @@ version : - Intel Q

Re: [FFmpeg-devel] [PATCH] avcodec/nvenc: Add options for level and tier

2015-04-04 Thread Clément Bœsch
On Sat, Apr 04, 2015 at 01:24:51PM +0200, Timo Rothenpieler wrote: > > You can use AV_OPT_CONST instead of this. > > That doesn't work, as the h264 and h265 encoder share the same options > array, and need diffrent values for the same input. > > Splitting up the options table is something that mo

Re: [FFmpeg-devel] [PATCH] avcodec/nvenc: Add options for level and tier

2015-04-04 Thread Timo Rothenpieler
> You can use AV_OPT_CONST instead of this. That doesn't work, as the h264 and h265 encoder share the same options array, and need diffrent values for the same input. Splitting up the options table is something that most likely will have to happen sooner or later, but even then I'm not sure if ha

Re: [FFmpeg-devel] [PATCH] avcodec/nvenc: Add options for level and tier

2015-04-04 Thread Clément Bœsch
On Fri, Apr 03, 2015 at 06:23:05PM +0200, Timo Rothenpieler wrote: > --- > libavcodec/nvenc.c | 111 > - > 1 file changed, 110 insertions(+), 1 deletion(-) > > diff --git a/libavcodec/nvenc.c b/libavcodec/nvenc.c > index f77a982..d4e0a39 100644

Re: [FFmpeg-devel] [PATCH] avcodec/nvenc: Add options for level and tier

2015-04-03 Thread Philip Langdale
On Fri, 3 Apr 2015 18:23:05 +0200 Timo Rothenpieler wrote: > --- > libavcodec/nvenc.c | 111 > - 1 file changed, > 110 insertions(+), 1 deletion(-) Needs a changelog description but otherwise looks fine. --phil ___

[FFmpeg-devel] [PATCH] avcodec/nvenc: Add options for level and tier

2015-04-03 Thread Timo Rothenpieler
--- libavcodec/nvenc.c | 111 - 1 file changed, 110 insertions(+), 1 deletion(-) diff --git a/libavcodec/nvenc.c b/libavcodec/nvenc.c index f77a982..d4e0a39 100644 --- a/libavcodec/nvenc.c +++ b/libavcodec/nvenc.c @@ -129,6 +129,12 @@ typedef st