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:
---
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
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
> 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
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
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
___
---
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