On 2016年03月04日 17:26, ahu wrote:
>
> On 2016年03月04日 17:22, ahu wrote:
>> ---
>> libavcodec/nvenc.c | 27 +++
>> 1 file changed, 23 insertions(+), 4 deletions(-)
>>
>> diff --git a/libavcodec/nvenc.c b/libavcodec/nvenc.c
>> index a
On 2016年03月04日 17:22, ahu wrote:
> ---
> libavcodec/nvenc.c | 27 +++
> 1 file changed, 23 insertions(+), 4 deletions(-)
>
> diff --git a/libavcodec/nvenc.c b/libavcodec/nvenc.c
> index a3b02fa..5d78930 100644
> --- a/libavcodec/nvenc.c
>
---
libavcodec/nvenc.c | 27 +++
1 file changed, 23 insertions(+), 4 deletions(-)
diff --git a/libavcodec/nvenc.c b/libavcodec/nvenc.c
index a3b02fa..5d78930 100644
--- a/libavcodec/nvenc.c
+++ b/libavcodec/nvenc.c
@@ -868,14 +868,19 @@ static av_cold int nvenc_encode_init
From: Agatha Hu
---
libavcodec/nvenc.c | 22 +++---
1 file changed, 15 insertions(+), 7 deletions(-)
diff --git a/libavcodec/nvenc.c b/libavcodec/nvenc.c
index 812b0b4..17d58fc 100644
--- a/libavcodec/nvenc.c
+++ b/libavcodec/nvenc.c
@@ -769,8 +769,11 @@ static av_cold int nven
From: Agatha Hu
---
libavcodec/nvenc.c | 22 +++---
1 file changed, 15 insertions(+), 7 deletions(-)
diff --git a/libavcodec/nvenc.c b/libavcodec/nvenc.c
index 812b0b4..17d58fc 100644
--- a/libavcodec/nvenc.c
+++ b/libavcodec/nvenc.c
@@ -769,8 +769,11 @@ static av_cold int nvenc
On 12/17/2014 10:20 PM, compn wrote:> On Wed, 17 Dec 2014 09:34:56 +
> Agatha Hu wrote:
>> We've almost finished the license part in our patch and plan to
>> commit to ffmpeg community, but we found ffmpeg add Timo's nvenc
>> patch days ago, so our patch is incompatible with the TOT version.