]> git.sesse.net Git - ffmpeg/commit
Add tests for audio encoders: aac, dca, ra144 and nellymoser.
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>
Fri, 6 Apr 2012 13:59:24 +0000 (15:59 +0200)
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>
Sat, 7 Apr 2012 09:50:18 +0000 (11:50 +0200)
commit796097c69666753c9f49de56f1e44c00fd7ca2f9
treef029f474db3b3df0da315eb66c2b1d1ca4fda8f6
parentecd7455e9626cdc38e7471ce938a8640bab688fa
Add tests for audio encoders: aac, dca, ra144 and nellymoser.

The PSNR values are of varying usefulness, though at least
the DTS and AAC ones are useful with the right shift value.
Note: due to usage of floats some of these may fail on other
architectures.
In that case they should be converted into a CMD = stddev
FATE test, but it seems useful to try this way first.

Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
tests/codec-regression.sh
tests/ref/acodec/aac [new file with mode: 0644]
tests/ref/acodec/dca [new file with mode: 0644]
tests/ref/acodec/nellymoser [new file with mode: 0644]
tests/ref/acodec/ra144 [new file with mode: 0644]
tests/regression-funcs.sh