[FFmpeg-devel] A little copy/paste type for you to fix

2014-11-09 Thread JULIAN GARDNER
libavformat:166     if (ctx->pageurl) {         av_strlcat(filename, " pageUrl=", len);         av_strlcat(filename, ctx->pageurl, len);     }     if (ctx->swfurl) {         av_strlcat(filename, " swfUrl=", len);         av_strlcat(filename, ctx->pageurl, len);     } Do you see it?

Re: [FFmpeg-devel] Fwd: [PATCH] lavfi: add xbr filter

2014-11-09 Thread arwa arif
On Sun, Nov 9, 2014 at 7:07 AM, Michael Niedermayer wrote: > On Sun, Nov 09, 2014 at 01:13:18AM +0100, Stefano Sabatini wrote: > > On date Sunday 2014-11-09 00:59:36 +0530, arwa arif encoded: > [...] > > > > > +#define pg_lbmask0x00FEFEFE > > > +#define pg_red_blue_mask 0x00FF00FF > > > +

Re: [FFmpeg-devel] "OPW Qualification Task: Enable daemon mode for FFserver"

2014-11-09 Thread Nicolas George
Le septidi 17 brumaire, an CCXXIII, Binathi Bingi a écrit : > From f06f2b656feb9b01c42533bcdf51fc5190ca6f91 Mon Sep 17 00:00:00 2001 > From: Binathi > Date: Tue, 4 Nov 2014 21:42:07 +0530 > Subject: [PATCH] Restore Daemon mode in FFserver > > Signed-off-by: Binathi Bingi > --- > doc/ffserver.co

[FFmpeg-devel] Deleting unused since 3 years ffmpeg-...@mplayerhq.hu mailing list

2014-11-09 Thread Michael Niedermayer
Hi all ffmpeg-...@mplayerhq.hu is unused since 2011 and the last mails in it are spam. Also future sponsoring programs like SOC will use ffmpeg-devel I thus suggest to delete ffmpeg-soc and will do so in a week or so, unless there are objections Thanks -- Michael GnuPG fingerprint: 9FF2128B

[FFmpeg-devel] [RFC] cinedec: report meaningful gamma value

2014-11-09 Thread Peter Ross
For cehoyos: To apply use: -vf 'lutyuv=gammaval(1.0/GAMMA)' --- libavformat/cinedec.c | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/libavformat/cinedec.c b/libavformat/cinedec.c index 632f46c..5989039 100644 --- a/libavformat/cinedec.c +++ b/libavformat/cinedec.c

Re: [FFmpeg-devel] A little copy/paste type for you to fix

2014-11-09 Thread Michael Niedermayer
On Sun, Nov 09, 2014 at 09:35:08AM +, JULIAN GARDNER wrote: > libavformat:166 > > >     if (ctx->pageurl) { >         av_strlcat(filename, " pageUrl=", len); >         av_strlcat(filename, ctx->pageurl, len); >     } >     if (ctx->swfurl) { >         av_strlcat(filename, " swfUrl=", len

Re: [FFmpeg-devel] [PATCH]Set -scan_all_pmts 1 in ffmpeg, ffplay and ffprobe

2014-11-09 Thread Michael Niedermayer
On Sun, Nov 09, 2014 at 12:30:34AM +0100, Carl Eugen Hoyos wrote: > On Saturday 08 November 2014 11:35:04 pm Carl Eugen Hoyos wrote: > > Hi! > > > > Attached patch fixes ticket #3762 for me. > > Working version attached. LGTM maybe the code surrounding the chnages could be factored out into cmdu

Re: [FFmpeg-devel] [PATCH 1/3] ffplay: implement separete audio decoder thread

2014-11-09 Thread Marton Balint
On Fri, 31 Oct 2014, Marton Balint wrote: On Thu, 30 Oct 2014, wm4 wrote: On Thu, 30 Oct 2014 00:31:25 +0100 Marton Balint wrote: Signed-off-by: Marton Balint --- ffplay.c | 265 --- 1 file changed, 153 insertions(+), 112 del

[FFmpeg-devel] [PATCH] avfilter/avf_showwaves: fix off by one error in loop condition

2014-11-09 Thread Marton Balint
It caused segfaults. Signed-off-by: Marton Balint --- libavfilter/avf_showwaves.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavfilter/avf_showwaves.c b/libavfilter/avf_showwaves.c index 4cd225a..fa34a52 100644 --- a/libavfilter/avf_showwaves.c +++ b/libavfilter/avf_sh

Re: [FFmpeg-devel] [PATCH] avfilter/avf_showwaves: fix off by one error in loop condition

2014-11-09 Thread Paul B Mahol
On 11/9/14, Marton Balint wrote: > It caused segfaults. > > Signed-off-by: Marton Balint > --- > libavfilter/avf_showwaves.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libavfilter/avf_showwaves.c b/libavfilter/avf_showwaves.c > index 4cd225a..fa34a52 100644 > --- a/

Re: [FFmpeg-devel] [PATCH 1/3] ffplay: implement separete audio decoder thread

2014-11-09 Thread Michael Niedermayer
On Sun, Nov 09, 2014 at 02:11:37PM +0100, Marton Balint wrote: > > On Fri, 31 Oct 2014, Marton Balint wrote: > > > > >On Thu, 30 Oct 2014, wm4 wrote: > > > >>On Thu, 30 Oct 2014 00:31:25 +0100 > >>Marton Balint wrote: > >> > >>>Signed-off-by: Marton Balint > >>>--- > >>> ffplay.c | 265 > >>>+++

Re: [FFmpeg-devel] [PATCH] avfilter/avf_showwaves: fix off by one error in loop condition

2014-11-09 Thread Michael Niedermayer
On Sun, Nov 09, 2014 at 01:37:03PM +, Paul B Mahol wrote: > On 11/9/14, Marton Balint wrote: > > It caused segfaults. > > > > Signed-off-by: Marton Balint > > --- > > libavfilter/avf_showwaves.c | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/libavfilter/avf_sh

Re: [FFmpeg-devel] [PATCH 2/4] lavu/opt: document av_opt_copy function

2014-11-09 Thread Lukasz Marek
On 09.11.2014 07:15, wm4 wrote: On Sat, 8 Nov 2014 18:13:51 +0100 Lukasz Marek wrote: --- libavutil/opt.h | 10 ++ 1 file changed, 10 insertions(+) diff --git a/libavutil/opt.h b/libavutil/opt.h index b9ac932..b78810c 100644 --- a/libavutil/opt.h +++ b/libavutil/opt.h @@ -815,6 +8

Re: [FFmpeg-devel] [PATCH 04/15] libavcodec/libavutil: Implementation of AAC_fixed_decoder (LC-module) [4/5]

2014-11-09 Thread Michael Niedermayer
On Fri, Nov 07, 2014 at 04:08:08PM +0100, Nedeljko Babic wrote: > From: Djordje Pesut > > Add fixed point implementation [...] > diff --git a/libavutil/fixed_dsp.h b/libavutil/fixed_dsp.h > index ff6f365..3035d19 100644 > --- a/libavutil/fixed_dsp.h > +++ b/libavutil/fixed_dsp.h > @@ -54,6 +54,2

Re: [FFmpeg-devel] [PATCH 2/4] lavu/opt: document av_opt_copy function

2014-11-09 Thread wm4
On Sun, 09 Nov 2014 17:10:10 +0100 Lukasz Marek wrote: > On 09.11.2014 07:15, wm4 wrote: > > On Sat, 8 Nov 2014 18:13:51 +0100 > > Lukasz Marek wrote: > > > >> --- > >> libavutil/opt.h | 10 ++ > >> 1 file changed, 10 insertions(+) > >> > >> diff --git a/libavutil/opt.h b/libavutil/o

Re: [FFmpeg-devel] [PATCH 1/3] ffplay: implement separete audio decoder thread

2014-11-09 Thread Carl Eugen Hoyos
Marton Balint passwd.hu> writes: > 631ac65 ffplay: implement separete audio decoder thread This introduced a regression when trying to quit FFplay: If I play the sample from ticket #2441 (and #3762) for more than five seconds and press "q" ffplay hangs (and does not quit). Carl Eugen ___

Re: [FFmpeg-devel] Fwd: [PATCH] lavfi: add xbr filter

2014-11-09 Thread arwa arif
On Sun, Nov 9, 2014 at 3:36 PM, arwa arif wrote: > > > On Sun, Nov 9, 2014 at 7:07 AM, Michael Niedermayer > wrote: > >> On Sun, Nov 09, 2014 at 01:13:18AM +0100, Stefano Sabatini wrote: >> > On date Sunday 2014-11-09 00:59:36 +0530, arwa arif encoded: >> [...] >> > >> > > +#define pg_lbmask

[FFmpeg-devel] [PATCH] swscale: fix yuv2yuvX_8 assembly on x86

2014-11-09 Thread Kieran Kunhya
--- libswscale/x86/swscale.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libswscale/x86/swscale.c b/libswscale/x86/swscale.c index 8ce87b3..c9f3b1a 100644 --- a/libswscale/x86/swscale.c +++ b/libswscale/x86/swscale.c @@ -430,7 +430,7 @@ switch(c->dstBpc){ \ case 16:

Re: [FFmpeg-devel] [PATCH] swscale: fix yuv2yuvX_8 assembly on x86

2014-11-09 Thread Michael Niedermayer
On Sun, Nov 09, 2014 at 08:39:35PM +0100, Kieran Kunhya wrote: > --- > libswscale/x86/swscale.c |2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libswscale/x86/swscale.c b/libswscale/x86/swscale.c > index 8ce87b3..c9f3b1a 100644 > --- a/libswscale/x86/swscale.c > +++ b/

Re: [FFmpeg-devel] [PATCH] swscale: fix yuv2yuvX_8 assembly on x86

2014-11-09 Thread James Almer
On 09/11/14 5:28 PM, Michael Niedermayer wrote: > On Sun, Nov 09, 2014 at 08:39:35PM +0100, Kieran Kunhya wrote: >> --- >> libswscale/x86/swscale.c |2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/libswscale/x86/swscale.c b/libswscale/x86/swscale.c >> index 8ce87b3..c

Re: [FFmpeg-devel] [PATCH] swscale: fix yuv2yuvX_8 assembly on x86

2014-11-09 Thread Michael Niedermayer
On Sun, Nov 09, 2014 at 05:38:34PM -0300, James Almer wrote: > On 09/11/14 5:28 PM, Michael Niedermayer wrote: > > On Sun, Nov 09, 2014 at 08:39:35PM +0100, Kieran Kunhya wrote: > >> --- > >> libswscale/x86/swscale.c |2 +- > >> 1 file changed, 1 insertion(+), 1 deletion(-) > >> > >> diff --gi

Re: [FFmpeg-devel] [PATCH] swscale: fix yuv2yuvX_8 assembly on x86

2014-11-09 Thread Michael Niedermayer
On Sun, Nov 09, 2014 at 09:50:01PM +0100, Michael Niedermayer wrote: > On Sun, Nov 09, 2014 at 05:38:34PM -0300, James Almer wrote: > > On 09/11/14 5:28 PM, Michael Niedermayer wrote: > > > On Sun, Nov 09, 2014 at 08:39:35PM +0100, Kieran Kunhya wrote: > > >> --- > > >> libswscale/x86/swscale.c |

Re: [FFmpeg-devel] [PATCH] swscale: fix yuv2yuvX_8 assembly on x86

2014-11-09 Thread Michael Niedermayer
On Sun, Nov 09, 2014 at 09:55:03PM +0100, Michael Niedermayer wrote: > On Sun, Nov 09, 2014 at 09:50:01PM +0100, Michael Niedermayer wrote: > > On Sun, Nov 09, 2014 at 05:38:34PM -0300, James Almer wrote: > > > On 09/11/14 5:28 PM, Michael Niedermayer wrote: > > > > On Sun, Nov 09, 2014 at 08:39:35

[FFmpeg-devel] [PATCH 3/4] lavu/opt: update tests

2014-11-09 Thread Lukasz Marek
Signed-off-by: Lukasz Marek --- libavutil/opt.c | 81 - 1 file changed, 68 insertions(+), 13 deletions(-) diff --git a/libavutil/opt.c b/libavutil/opt.c index f0798a1..58f745a 100644 --- a/libavutil/opt.c +++ b/libavutil/opt.c @@ -1744,6 +1

[FFmpeg-devel] [PATCH 4/4] fate: add opt-test

2014-11-09 Thread Lukasz Marek
--- tests/fate/libavutil.mak | 4 +++ tests/ref/fate/opt | 90 2 files changed, 94 insertions(+) diff --git a/tests/fate/libavutil.mak b/tests/fate/libavutil.mak index 63a4dd6..eadebdb 100644 --- a/tests/fate/libavutil.mak +++ b/tests/fate/l

[FFmpeg-devel] [PATCH 1/4] lavu/opt: check for NULL before parsing

2014-11-09 Thread Lukasz Marek
set_string_binary crashes with called with val=NULL Signed-off-by: Lukasz Marek --- libavutil/opt.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libavutil/opt.c b/libavutil/opt.c index fca5354..bc62044 100644 --- a/libavutil/opt.c +++ b/libavutil/opt.c @@ -126,11 +126

[FFmpeg-devel] [PATCH 2/4] lavu/opt: add support for binary defaults

2014-11-09 Thread Lukasz Marek
Signed-off-by: Lukasz Marek --- libavutil/opt.c| 2 ++ tests/ref/fate/opt | 0 2 files changed, 2 insertions(+) create mode 100644 tests/ref/fate/opt diff --git a/libavutil/opt.c b/libavutil/opt.c index bc62044..f0798a1 100644 --- a/libavutil/opt.c +++ b/libavutil/opt.c @@ -1226,6 +1226,8 @

Re: [FFmpeg-devel] [PATCH 4/4] fate: add opt-test

2014-11-09 Thread Lukasz Marek
On 09.11.2014 23:22, Lukasz Marek wrote: --- tests/fate/libavutil.mak | 4 +++ tests/ref/fate/opt | 90 2 files changed, 94 insertions(+) diff --git a/tests/fate/libavutil.mak b/tests/fate/libavutil.mak index 63a4dd6..eadebdb 100644 ---

[FFmpeg-devel] [fdk-aac] AAC_PCM_OUTPUT_CHANNEL_MAPPINGS undeclared

2014-11-09 Thread Jan Ehrhardt
Using FFmpeg and fdk-aac from git I am getting the error that AAC_PCM_OUTPUT_CHANNEL_MAPPINGS is undefined. I would have expected a define for AAC_PCM_OUTPUT_CHANNEL_MAPPINGS in https://github.com/mstorsjo/fdk-aac/blob/master/libAACdec/include/aacdecoder_lib.h#L452 but it is not there. AAC_PCM_OUT

Re: [FFmpeg-devel] [fdk-aac] AAC_PCM_OUTPUT_CHANNEL_MAPPINGS undeclared

2014-11-09 Thread Jan Ehrhardt
Oops. Sorry for the top-post, but you should read AAC_PCM_OUTPUT_CHANNELS everywhere I wrote AAC_PCM_OUTPUT_CHANNEL_MAPPINGS in my previous message. Jan Ehrhardt in gmane.comp.video.ffmpeg.devel (Mon, 10 Nov 2014 00:04:53 +0100): >Using FFmpeg and fdk-aac from git I am getting the error that >AAC_

Re: [FFmpeg-devel] [fdk-aac] AAC_PCM_OUTPUT_CHANNEL_MAPPINGS undeclared

2014-11-09 Thread Derek Buitenhuis
On 11/9/2014 11:04 PM, Jan Ehrhardt wrote: > I am using these sources for fdk-aac: > https://github.com/mstorsjo/fdk-aac.git This is not the repo for fdk-aac and you should not be using it. FDK-AAC is from: Releases: http://sourceforge.net/projects/opencore-amr/files/fdk-aac/ Git: git://git.code.

Re: [FFmpeg-devel] [fdk-aac] AAC_PCM_OUTPUT_CHANNEL_MAPPINGS undeclared

2014-11-09 Thread Michael Niedermayer
On Mon, Nov 10, 2014 at 12:16:05AM +, Derek Buitenhuis wrote: > On 11/9/2014 11:04 PM, Jan Ehrhardt wrote: > > I am using these sources for fdk-aac: > > https://github.com/mstorsjo/fdk-aac.git > > This is not the repo for fdk-aac and you should not be using it. > > FDK-AAC is from: > Releases

Re: [FFmpeg-devel] [fdk-aac] AAC_PCM_OUTPUT_CHANNEL_MAPPINGS undeclared

2014-11-09 Thread James Almer
On 09/11/14 8:04 PM, Jan Ehrhardt wrote: > Using FFmpeg and fdk-aac from git I am getting the error that > AAC_PCM_OUTPUT_CHANNEL_MAPPINGS is undefined. I would have expected a > define for AAC_PCM_OUTPUT_CHANNEL_MAPPINGS in > https://github.com/mstorsjo/fdk-aac/blob/master/libAACdec/include/aacdec

Re: [FFmpeg-devel] [fdk-aac] AAC_PCM_OUTPUT_CHANNEL_MAPPINGS undeclared

2014-11-09 Thread Michael Niedermayer
On Sun, Nov 09, 2014 at 10:37:35PM -0300, James Almer wrote: > On 09/11/14 8:04 PM, Jan Ehrhardt wrote: > > Using FFmpeg and fdk-aac from git I am getting the error that > > AAC_PCM_OUTPUT_CHANNEL_MAPPINGS is undefined. I would have expected a > > define for AAC_PCM_OUTPUT_CHANNEL_MAPPINGS in > > h

Re: [FFmpeg-devel] [PATCH 1/4] lavu/opt: check for NULL before parsing

2014-11-09 Thread Michael Niedermayer
On Sun, Nov 09, 2014 at 11:22:46PM +0100, Lukasz Marek wrote: > set_string_binary crashes with called with val=NULL > > Signed-off-by: Lukasz Marek > --- > libavutil/opt.c | 6 +- > 1 file changed, 5 insertions(+), 1 deletion(-) > > diff --git a/libavutil/opt.c b/libavutil/opt.c > index fca

Re: [FFmpeg-devel] [PATCH 2/4] lavu/opt: add support for binary defaults

2014-11-09 Thread Michael Niedermayer
On Sun, Nov 09, 2014 at 11:22:47PM +0100, Lukasz Marek wrote: > Signed-off-by: Lukasz Marek > --- > libavutil/opt.c| 2 ++ > tests/ref/fate/opt | 0 > 2 files changed, 2 insertions(+) > create mode 100644 tests/ref/fate/opt LGTM [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BAD

Re: [FFmpeg-devel] [PATCH 3/4] lavu/opt: update tests

2014-11-09 Thread Michael Niedermayer
On Sun, Nov 09, 2014 at 11:22:48PM +0100, Lukasz Marek wrote: > Signed-off-by: Lukasz Marek > --- > libavutil/opt.c | 81 > - > 1 file changed, 68 insertions(+), 13 deletions(-) i think its ok but the commit message should be more verbose

Re: [FFmpeg-devel] [fdk-aac] AAC_PCM_OUTPUT_CHANNEL_MAPPINGS undeclared

2014-11-09 Thread Jan Ehrhardt
Michael Niedermayer in gmane.comp.video.ffmpeg.devel (Mon, 10 Nov 2014 02:47:32 +0100): >On Sun, Nov 09, 2014 at 10:37:35PM -0300, James Almer wrote: >> There's a patch pending in libav mailing list posted by one of fdk-aac devs >> that >> probably deals with this. >> You can try to apply it (It

Re: [FFmpeg-devel] Fwd: [PATCH] lavfi: add xbr filter

2014-11-09 Thread Michael Niedermayer
On Sun, Nov 09, 2014 at 11:06:17PM +0530, arwa arif wrote: > On Sun, Nov 9, 2014 at 3:36 PM, arwa arif wrote: > > > > > > > On Sun, Nov 9, 2014 at 7:07 AM, Michael Niedermayer > > wrote: > > > >> On Sun, Nov 09, 2014 at 01:13:18AM +0100, Stefano Sabatini wrote: > >> > On date Sunday 2014-11-09 0

[FFmpeg-devel] Mysterious `yuv444p` etc. tests in fate

2014-11-09 Thread Timothy Gu
Hi all, While hacking my Node.js fateserver I found out that there are some odd tests called `yuv444p` and `yuyv422`. Upon further inspection one can see that the tests are actually something else: http://fate.ffmpeg.org/report.cgi?time=20141110002508&slot=arm7-cubox-gcc4.1 In this case the `yuvj

Re: [FFmpeg-devel] [PATCH 1/4] lavu/opt: check for NULL before parsing

2014-11-09 Thread Lukasz Marek
On 10.11.2014 03:21, Michael Niedermayer wrote: On Sun, Nov 09, 2014 at 11:22:46PM +0100, Lukasz Marek wrote: set_string_binary crashes with called with val=NULL Signed-off-by: Lukasz Marek --- libavutil/opt.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libavuti

[FFmpeg-devel] [PATCH] fate: add xBR filter tests

2014-11-09 Thread Clément Bœsch
--- If anyone can fix that, that would be great: remote: -Info- Update is fast-forward remote: -Deny- In f079201a6ddab1a3e1dd0018990e3f7c6a11361b: remote: -Deny- Tabs found in tests/fate/filter-video.mak. remote: -Deny- Commit aborted, fix the issue and try agai

[FFmpeg-devel] [PATCH] tests: Fix test name for pixfmts tests

2014-11-09 Thread Timothy Gu
Hi, On Sunday, November 9, 2014, Timothy Gu wrote: > Hi all, > > While hacking my Node.js fateserver I found out that there are some > odd tests called `yuv444p` and `yuyv422`. Upon further inspection one > can see that the tests are actually something else: > > http://fate.ffmpeg.org/report.cgi

Re: [FFmpeg-devel] "OPW Qualification Task: Enable daemon mode for FFserver"

2014-11-09 Thread Binathi Bingi
Hi there, I use nano editor. I tried to remove trailing whitespace in git patch using "git format-patch -b -w -1" Please find the attached patch. Regards, Binathi On Sun, Nov 9, 2014 at 3:40 PM, Nicolas George wrote: > Le septidi 17 brumaire, an CCXXIII, Binathi Bingi a écrit : > > From f06f2