Re: [libav-devel] [PATCH 1/4] libavcodec: Prefer x264 over openh264 if both are available

2015-01-08 Thread Martin Storsjö
On Thu, 8 Jan 2015, Vittorio Giovara wrote: On Thu, Jan 8, 2015 at 12:18 AM, Martin Storsjö wrote: On Thu, 8 Jan 2015, Vittorio Giovara wrote: On Wed, Jan 7, 2015 at 11:41 PM, Luca Barbato wrote: On 07/01/15 23:08, Martin Storsjö wrote: From: Michael Niedermayer --- libavcodec/allcod

Re: [libav-devel] [PATCH 1/4] libavcodec: Prefer x264 over openh264 if both are available

2015-01-07 Thread Timothy Gu
On Wed Jan 07 2015 at 4:42:03 PM Luca Barbato wrote: > On 08/01/15 00:27, Vittorio Giovara wrote: > > Hadn't thought of that, yes twolame should definitely get priority > > > > Twolame fdk-aac and x264 should go in a group with higher priority, then > native, then external lower priority. > I co

Re: [libav-devel] [PATCH 1/4] libavcodec: Prefer x264 over openh264 if both are available

2015-01-07 Thread Luca Barbato
On 08/01/15 00:27, Vittorio Giovara wrote: > Hadn't thought of that, yes twolame should definitely get priority > Twolame fdk-aac and x264 should go in a group with higher priority, then native, then external lower priority. Does it make sense to you? lu ___

Re: [libav-devel] [PATCH 1/4] libavcodec: Prefer x264 over openh264 if both are available

2015-01-07 Thread Vittorio Giovara
On Thu, Jan 8, 2015 at 12:18 AM, Martin Storsjö wrote: > On Thu, 8 Jan 2015, Vittorio Giovara wrote: > >> On Wed, Jan 7, 2015 at 11:41 PM, Luca Barbato wrote: >>> >>> On 07/01/15 23:08, Martin Storsjö wrote: From: Michael Niedermayer --- libavcodec/allcodecs.c | 5 -

Re: [libav-devel] [PATCH 1/4] libavcodec: Prefer x264 over openh264 if both are available

2015-01-07 Thread Martin Storsjö
On Thu, 8 Jan 2015, Vittorio Giovara wrote: On Wed, Jan 7, 2015 at 11:41 PM, Luca Barbato wrote: On 07/01/15 23:08, Martin Storsjö wrote: From: Michael Niedermayer --- libavcodec/allcodecs.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libavcodec/allcodecs.c b/li

Re: [libav-devel] [PATCH 1/4] libavcodec: Prefer x264 over openh264 if both are available

2015-01-07 Thread Vittorio Giovara
On Wed, Jan 7, 2015 at 11:41 PM, Luca Barbato wrote: > On 07/01/15 23:08, Martin Storsjö wrote: >> From: Michael Niedermayer >> >> --- >> libavcodec/allcodecs.c | 5 - >> 1 file changed, 4 insertions(+), 1 deletion(-) >> >> diff --git a/libavcodec/allcodecs.c b/libavcodec/allcodecs.c >> inde

Re: [libav-devel] [PATCH 1/4] libavcodec: Prefer x264 over openh264 if both are available

2015-01-07 Thread Martin Storsjö
On Wed, 7 Jan 2015, Luca Barbato wrote: On 07/01/15 23:08, Martin Storsjö wrote: From: Michael Niedermayer --- libavcodec/allcodecs.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libavcodec/allcodecs.c b/libavcodec/allcodecs.c index 0d46afe..cb5d846 100644 --- a/li

Re: [libav-devel] [PATCH 1/4] libavcodec: Prefer x264 over openh264 if both are available

2015-01-07 Thread Luca Barbato
On 07/01/15 23:08, Martin Storsjö wrote: > From: Michael Niedermayer > > --- > libavcodec/allcodecs.c | 5 - > 1 file changed, 4 insertions(+), 1 deletion(-) > > diff --git a/libavcodec/allcodecs.c b/libavcodec/allcodecs.c > index 0d46afe..cb5d846 100644 > --- a/libavcodec/allcodecs.c > +++

[libav-devel] [PATCH 1/4] libavcodec: Prefer x264 over openh264 if both are available

2015-01-07 Thread Martin Storsjö
From: Michael Niedermayer --- libavcodec/allcodecs.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libavcodec/allcodecs.c b/libavcodec/allcodecs.c index 0d46afe..cb5d846 100644 --- a/libavcodec/allcodecs.c +++ b/libavcodec/allcodecs.c @@ -442,7 +442,6 @@ void avcodec_re