[FFmpeg-devel] [PATCH] dca: add new fate tests based on the dcadec-samples test suite
Hendrik Leppkes
h.leppkes at gmail.com
Mon Feb 1 23:03:33 CET 2016
On Mon, Feb 1, 2016 at 11:01 PM, Hendrik Leppkes <h.leppkes at gmail.com> wrote:
> ---
> tests/fate/dca.mak | 72 +++++++++++++++++++++++++++
> tests/ref/fate/dca-xll_51_16_192_768_0 | 1 +
> tests/ref/fate/dca-xll_51_16_192_768_1 | 1 +
> tests/ref/fate/dca-xll_51_16_192_768_1-dmix_2 | 1 +
> tests/ref/fate/dca-xll_51_24_48_768 | 1 +
> tests/ref/fate/dca-xll_51_24_48_none | 1 +
> tests/ref/fate/dca-xll_71_24_48_768_0 | 1 +
> tests/ref/fate/dca-xll_71_24_48_768_0-dmix_2 | 1 +
> tests/ref/fate/dca-xll_71_24_48_768_0-dmix_6 | 1 +
> tests/ref/fate/dca-xll_71_24_48_768_1 | 1 +
> tests/ref/fate/dca-xll_71_24_48_768_1-dmix_2 | 1 +
> tests/ref/fate/dca-xll_71_24_48_768_1-dmix_6 | 1 +
> tests/ref/fate/dca-xll_71_24_96_768 | 1 +
> tests/ref/fate/dca-xll_x96_51_24_96_1509 | 1 +
> tests/ref/fate/dca-xll_xch_61_24_48_768 | 1 +
> 15 files changed, 86 insertions(+)
> create mode 100644 tests/ref/fate/dca-xll_51_16_192_768_0
> create mode 100644 tests/ref/fate/dca-xll_51_16_192_768_1
> create mode 100644 tests/ref/fate/dca-xll_51_16_192_768_1-dmix_2
> create mode 100644 tests/ref/fate/dca-xll_51_24_48_768
> create mode 100644 tests/ref/fate/dca-xll_51_24_48_none
> create mode 100644 tests/ref/fate/dca-xll_71_24_48_768_0
> create mode 100644 tests/ref/fate/dca-xll_71_24_48_768_0-dmix_2
> create mode 100644 tests/ref/fate/dca-xll_71_24_48_768_0-dmix_6
> create mode 100644 tests/ref/fate/dca-xll_71_24_48_768_1
> create mode 100644 tests/ref/fate/dca-xll_71_24_48_768_1-dmix_2
> create mode 100644 tests/ref/fate/dca-xll_71_24_48_768_1-dmix_6
> create mode 100644 tests/ref/fate/dca-xll_71_24_96_768
> create mode 100644 tests/ref/fate/dca-xll_x96_51_24_96_1509
> create mode 100644 tests/ref/fate/dca-xll_xch_61_24_48_768
>
Updated variant with a number of decoder downmix tests (cherry-pickd
from the available samples), in lossless and lossy mode, and to stereo
and 5.1, as well as on samples with built-in coeffs and without.
In theory I could also just make every sample test downmixing, but
that would increase the number of pcm references times 3 for another
MB of data. If people prefer that, I can also do that.
- Hendrik
More information about the ffmpeg-devel
mailing list