Re: [libav-devel] [PATCH 6/7] FATE: add AC-3 and E-AC-3 encode/decode tests with fuzzy comparison

2012-03-15 Thread Måns Rullgård
Justin Ruggles writes: > --- > tests/fate/ac3.mak | 16 > 1 files changed, 16 insertions(+), 0 deletions(-) LGTM -- Måns Rullgård m...@mansr.com ___ libav-devel mailing list libav-devel@libav.org https://lists.libav.org/mailman/li

[libav-devel] [PATCH 6/7] FATE: add AC-3 and E-AC-3 encode/decode tests with fuzzy comparison

2012-03-15 Thread Justin Ruggles
--- tests/fate/ac3.mak | 16 1 files changed, 16 insertions(+), 0 deletions(-) diff --git a/tests/fate/ac3.mak b/tests/fate/ac3.mak index 83b13b6..2e85186 100644 --- a/tests/fate/ac3.mak +++ b/tests/fate/ac3.mak @@ -28,5 +28,21 @@ fate-eac3-4: CMD = pcm -i $(SAMPLES)/eac3/sere

Re: [libav-devel] [PATCH 6/7] FATE: add AC-3 and E-AC-3 encode/decode tests with fuzzy comparison

2012-03-15 Thread Måns Rullgård
Justin Ruggles writes: > --- > tests/fate/ac3.mak | 16 > 1 files changed, 16 insertions(+), 0 deletions(-) > > diff --git a/tests/fate/ac3.mak b/tests/fate/ac3.mak > index 83b13b6..b7ae291 100644 > --- a/tests/fate/ac3.mak > +++ b/tests/fate/ac3.mak > @@ -28,5 +28,21 @@ fate-

[libav-devel] [PATCH 6/7] FATE: add AC-3 and E-AC-3 encode/decode tests with fuzzy comparison

2012-03-15 Thread Justin Ruggles
--- tests/fate/ac3.mak | 16 1 files changed, 16 insertions(+), 0 deletions(-) diff --git a/tests/fate/ac3.mak b/tests/fate/ac3.mak index 83b13b6..b7ae291 100644 --- a/tests/fate/ac3.mak +++ b/tests/fate/ac3.mak @@ -28,5 +28,21 @@ fate-eac3-4: CMD = pcm -i $(SAMPLES)/eac3/sere

[libav-devel] [PATCH 6/7] FATE: add AC-3 and E-AC-3 encode/decode tests with fuzzy comparison

2012-03-11 Thread Justin Ruggles
--- tests/fate/ac3.mak | 16 1 files changed, 16 insertions(+), 0 deletions(-) diff --git a/tests/fate/ac3.mak b/tests/fate/ac3.mak index 83b13b6..6a59b82 100644 --- a/tests/fate/ac3.mak +++ b/tests/fate/ac3.mak @@ -28,5 +28,21 @@ fate-eac3-4: CMD = pcm -i $(SAMPLES)/eac3/sere

Re: [libav-devel] [PATCH 6/7] FATE: add AC-3 and E-AC-3 encode/decode tests with fuzzy comparison

2012-03-11 Thread Derek Buitenhuis
On 11/03/2012 1:22 PM, Justin Ruggles wrote: A previous version of the patch did that, but Mans suggested that we pass the target value directly instead of storing it in a separate file. It does make things simpler in the shell script, and it's just as easy to change the reference value in the Ma

Re: [libav-devel] [PATCH 6/7] FATE: add AC-3 and E-AC-3 encode/decode tests with fuzzy comparison

2012-03-11 Thread Justin Ruggles
On 03/11/2012 12:48 PM, Derek Buitenhuis wrote: > On 10/03/2012 8:02 PM, Justin Ruggles wrote: >> +FATE_AC3 += fate-ac3-encode >> +fate-ac3-encode: REF = $(SAMPLES)/audio-reference/luckynight_2ch_44kHz.sw >> +fate-ac3-encode: CMD = enc_dec_pcm ac3 2 44100 s16le -c:a ac3 -b:a 128k >> +fate-ac3-enco

Re: [libav-devel] [PATCH 6/7] FATE: add AC-3 and E-AC-3 encode/decode tests with fuzzy comparison

2012-03-11 Thread Derek Buitenhuis
On 10/03/2012 8:02 PM, Justin Ruggles wrote: +FATE_AC3 += fate-ac3-encode +fate-ac3-encode: REF = $(SAMPLES)/audio-reference/luckynight_2ch_44kHz.sw +fate-ac3-encode: CMD = enc_dec_pcm ac3 2 44100 s16le -c:a ac3 -b:a 128k +fate-ac3-encode: CMP = stddev +fate-ac3-encode: PSNR_SHIFT = -1024 +fate-a

[libav-devel] [PATCH 6/7] FATE: add AC-3 and E-AC-3 encode/decode tests with fuzzy comparison

2012-03-10 Thread Justin Ruggles
--- tests/fate/ac3.mak | 16 1 files changed, 16 insertions(+), 0 deletions(-) diff --git a/tests/fate/ac3.mak b/tests/fate/ac3.mak index 83b13b6..73e5f67 100644 --- a/tests/fate/ac3.mak +++ b/tests/fate/ac3.mak @@ -28,5 +28,21 @@ fate-eac3-4: CMD = pcm -i $(SAMPLES)/eac3/sere