diff options
Diffstat (limited to '3rdparty/libflac/test')
173 files changed, 0 insertions, 9880 deletions
diff --git a/3rdparty/libflac/test/Makefile.am b/3rdparty/libflac/test/Makefile.am deleted file mode 100644 index bf6e4f4c7a1..00000000000 --- a/3rdparty/libflac/test/Makefile.am +++ /dev/null @@ -1,51 +0,0 @@ -# FLAC - Free Lossless Audio Codec -# Copyright (C) 2001,2002,2003,2004,2005,2006,2007 Josh Coalson -# -# This file is part the FLAC project. FLAC is comprised of several -# components distributed under difference licenses. The codec libraries -# are distributed under Xiph.Org's BSD-like license (see the file -# COPYING.Xiph in this distribution). All other programs, libraries, and -# plugins are distributed under the GPL (see COPYING.GPL). The documentation -# is distributed under the Gnu FDL (see COPYING.FDL). Each file in the -# FLAC distribution contains at the top the terms under which it may be -# distributed. -# -# Since this particular file is relevant to all components of FLAC, -# it may be distributed under the Xiph.Org license, which is the least -# restrictive of those mentioned above. See the file COPYING.Xiph in this -# distribution. - -if FLaC__WITH_CPPLIBS -CPPLIBS_TESTS = test_libFLAC++.sh -endif - -TESTS_ENVIRONMENT = FLAC__TEST_LEVEL=@FLAC__TEST_LEVEL@ FLAC__TEST_WITH_VALRGIND=@FLAC__TEST_WITH_VALGRIND@ - -SUBDIRS = cuesheets flac-to-flac-metadata-test-files metaflac-test-files pictures - -TESTS = \ - ./test_libFLAC.sh \ - $(CPPLIBS_TESTS) \ - ./test_grabbag.sh \ - ./test_flac.sh \ - ./test_metaflac.sh \ - ./test_seeking.sh \ - ./test_streams.sh - -EXTRA_DIST = \ - Makefile.lite \ - cuesheet.ok \ - metaflac.flac.in \ - metaflac.flac.ok \ - picture.ok \ - test_libFLAC.sh \ - $(CPPLIBS_TESTS) \ - test_flac.sh \ - test_metaflac.sh \ - test_grabbag.sh \ - test_seeking.sh \ - test_streams.sh \ - test_bins.sh - -clean-local: - -rm -f *.raw *.flac *.oga *.ogg *.cmp *.aiff *.wav *.diff *.log *.cue core diff --git a/3rdparty/libflac/test/Makefile.in b/3rdparty/libflac/test/Makefile.in deleted file mode 100644 index 1ea2c32b07a..00000000000 --- a/3rdparty/libflac/test/Makefile.in +++ /dev/null @@ -1,627 +0,0 @@ -# Makefile.in generated by automake 1.7.9 from Makefile.am. -# @configure_input@ - -# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 -# Free Software Foundation, Inc. -# This Makefile.in is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY, to the extent permitted by law; without -# even the implied warranty of MERCHANTABILITY or FITNESS FOR A -# PARTICULAR PURPOSE. - -@SET_MAKE@ - -# FLAC - Free Lossless Audio Codec -# Copyright (C) 2001,2002,2003,2004,2005,2006,2007 Josh Coalson -# -# This file is part the FLAC project. FLAC is comprised of several -# components distributed under difference licenses. The codec libraries -# are distributed under Xiph.Org's BSD-like license (see the file -# COPYING.Xiph in this distribution). All other programs, libraries, and -# plugins are distributed under the GPL (see COPYING.GPL). The documentation -# is distributed under the Gnu FDL (see COPYING.FDL). Each file in the -# FLAC distribution contains at the top the terms under which it may be -# distributed. -# -# Since this particular file is relevant to all components of FLAC, -# it may be distributed under the Xiph.Org license, which is the least -# restrictive of those mentioned above. See the file COPYING.Xiph in this -# distribution. - -srcdir = @srcdir@ -top_srcdir = @top_srcdir@ -VPATH = @srcdir@ -pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@PACKAGE@ -pkgincludedir = $(includedir)/@PACKAGE@ -top_builddir = .. - -am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -INSTALL = @INSTALL@ -install_sh_DATA = $(install_sh) -c -m 644 -install_sh_PROGRAM = $(install_sh) -c -install_sh_SCRIPT = $(install_sh) -c -INSTALL_HEADER = $(INSTALL_DATA) -transform = $(program_transform_name) -NORMAL_INSTALL = : -PRE_INSTALL = : -POST_INSTALL = : -NORMAL_UNINSTALL = : -PRE_UNINSTALL = : -POST_UNINSTALL = : -host_triplet = @host@ -ACLOCAL = @ACLOCAL@ -ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@ -AMDEP_FALSE = @AMDEP_FALSE@ -AMDEP_TRUE = @AMDEP_TRUE@ -AMTAR = @AMTAR@ -AR = @AR@ -AS = @AS@ -AUTOCONF = @AUTOCONF@ -AUTOHEADER = @AUTOHEADER@ -AUTOMAKE = @AUTOMAKE@ -AWK = @AWK@ -CC = @CC@ -CCAS = @CCAS@ -CCASFLAGS = @CCASFLAGS@ -CCDEPMODE = @CCDEPMODE@ -CFLAGS = @CFLAGS@ -CPP = @CPP@ -CPPFLAGS = @CPPFLAGS@ -CXX = @CXX@ -CXXCPP = @CXXCPP@ -CXXDEPMODE = @CXXDEPMODE@ -CXXFLAGS = @CXXFLAGS@ -CYGPATH_W = @CYGPATH_W@ -DEBUG_FALSE = @DEBUG_FALSE@ -DEBUG_TRUE = @DEBUG_TRUE@ -DEFS = @DEFS@ -DEPDIR = @DEPDIR@ -DOCBOOK_TO_MAN = @DOCBOOK_TO_MAN@ -DOXYGEN = @DOXYGEN@ -ECHO = @ECHO@ -ECHO_C = @ECHO_C@ -ECHO_N = @ECHO_N@ -ECHO_T = @ECHO_T@ -EGREP = @EGREP@ -EXEEXT = @EXEEXT@ -F77 = @F77@ -FFLAGS = @FFLAGS@ -FLAC__TEST_LEVEL = @FLAC__TEST_LEVEL@ -FLAC__TEST_WITH_VALGRIND = @FLAC__TEST_WITH_VALGRIND@ -FLaC__CPU_IA32_FALSE = @FLaC__CPU_IA32_FALSE@ -FLaC__CPU_IA32_TRUE = @FLaC__CPU_IA32_TRUE@ -FLaC__CPU_PPC_FALSE = @FLaC__CPU_PPC_FALSE@ -FLaC__CPU_PPC_TRUE = @FLaC__CPU_PPC_TRUE@ -FLaC__CPU_SPARC_FALSE = @FLaC__CPU_SPARC_FALSE@ -FLaC__CPU_SPARC_TRUE = @FLaC__CPU_SPARC_TRUE@ -FLaC__HAS_AS_FALSE = @FLaC__HAS_AS_FALSE@ -FLaC__HAS_AS_TRUE = @FLaC__HAS_AS_TRUE@ -FLaC__HAS_AS__TEMPORARILY_DISABLED_FALSE = @FLaC__HAS_AS__TEMPORARILY_DISABLED_FALSE@ -FLaC__HAS_AS__TEMPORARILY_DISABLED_TRUE = @FLaC__HAS_AS__TEMPORARILY_DISABLED_TRUE@ -FLaC__HAS_DOCBOOK_TO_MAN_FALSE = @FLaC__HAS_DOCBOOK_TO_MAN_FALSE@ -FLaC__HAS_DOCBOOK_TO_MAN_TRUE = @FLaC__HAS_DOCBOOK_TO_MAN_TRUE@ -FLaC__HAS_DOXYGEN_FALSE = @FLaC__HAS_DOXYGEN_FALSE@ -FLaC__HAS_DOXYGEN_TRUE = @FLaC__HAS_DOXYGEN_TRUE@ -FLaC__HAS_GAS_FALSE = @FLaC__HAS_GAS_FALSE@ -FLaC__HAS_GAS_TRUE = @FLaC__HAS_GAS_TRUE@ -FLaC__HAS_GAS__TEMPORARILY_DISABLED_FALSE = @FLaC__HAS_GAS__TEMPORARILY_DISABLED_FALSE@ -FLaC__HAS_GAS__TEMPORARILY_DISABLED_TRUE = @FLaC__HAS_GAS__TEMPORARILY_DISABLED_TRUE@ -FLaC__HAS_NASM_FALSE = @FLaC__HAS_NASM_FALSE@ -FLaC__HAS_NASM_TRUE = @FLaC__HAS_NASM_TRUE@ -FLaC__HAS_OGG_FALSE = @FLaC__HAS_OGG_FALSE@ -FLaC__HAS_OGG_TRUE = @FLaC__HAS_OGG_TRUE@ -FLaC__HAS_XMMS_FALSE = @FLaC__HAS_XMMS_FALSE@ -FLaC__HAS_XMMS_TRUE = @FLaC__HAS_XMMS_TRUE@ -FLaC__INSTALL_XMMS_PLUGIN_LOCALLY_FALSE = @FLaC__INSTALL_XMMS_PLUGIN_LOCALLY_FALSE@ -FLaC__INSTALL_XMMS_PLUGIN_LOCALLY_TRUE = @FLaC__INSTALL_XMMS_PLUGIN_LOCALLY_TRUE@ -FLaC__NO_ASM_FALSE = @FLaC__NO_ASM_FALSE@ -FLaC__NO_ASM_TRUE = @FLaC__NO_ASM_TRUE@ -FLaC__SSE_OS_FALSE = @FLaC__SSE_OS_FALSE@ -FLaC__SSE_OS_TRUE = @FLaC__SSE_OS_TRUE@ -FLaC__SYS_DARWIN_FALSE = @FLaC__SYS_DARWIN_FALSE@ -FLaC__SYS_DARWIN_TRUE = @FLaC__SYS_DARWIN_TRUE@ -FLaC__SYS_LINUX_FALSE = @FLaC__SYS_LINUX_FALSE@ -FLaC__SYS_LINUX_TRUE = @FLaC__SYS_LINUX_TRUE@ -FLaC__USE_3DNOW_FALSE = @FLaC__USE_3DNOW_FALSE@ -FLaC__USE_3DNOW_TRUE = @FLaC__USE_3DNOW_TRUE@ -FLaC__USE_ALTIVEC_FALSE = @FLaC__USE_ALTIVEC_FALSE@ -FLaC__USE_ALTIVEC_TRUE = @FLaC__USE_ALTIVEC_TRUE@ -FLaC__WITH_CPPLIBS_FALSE = @FLaC__WITH_CPPLIBS_FALSE@ -FLaC__WITH_CPPLIBS_TRUE = @FLaC__WITH_CPPLIBS_TRUE@ -GAS = @GAS@ -INSTALL_DATA = @INSTALL_DATA@ -INSTALL_PROGRAM = @INSTALL_PROGRAM@ -INSTALL_SCRIPT = @INSTALL_SCRIPT@ -INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -LDFLAGS = @LDFLAGS@ -LIBICONV = @LIBICONV@ -LIBOBJS = @LIBOBJS@ -LIBS = @LIBS@ -LIBTOOL = @LIBTOOL@ -LN_S = @LN_S@ -LTLIBICONV = @LTLIBICONV@ -LTLIBOBJS = @LTLIBOBJS@ -MAINT = @MAINT@ -MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@ -MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@ -MAKEINFO = @MAKEINFO@ -MINGW_WINSOCK_LIBS = @MINGW_WINSOCK_LIBS@ -NASM = @NASM@ -OBJEXT = @OBJEXT@ -OBJ_FORMAT = @OBJ_FORMAT@ -OGG_CFLAGS = @OGG_CFLAGS@ -OGG_LIBS = @OGG_LIBS@ -PACKAGE = @PACKAGE@ -PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -PACKAGE_NAME = @PACKAGE_NAME@ -PACKAGE_STRING = @PACKAGE_STRING@ -PACKAGE_TARNAME = @PACKAGE_TARNAME@ -PACKAGE_VERSION = @PACKAGE_VERSION@ -PATH_SEPARATOR = @PATH_SEPARATOR@ -RANLIB = @RANLIB@ -SET_MAKE = @SET_MAKE@ -SHELL = @SHELL@ -STRIP = @STRIP@ -VERSION = @VERSION@ -XMMS_CFLAGS = @XMMS_CFLAGS@ -XMMS_CONFIG = @XMMS_CONFIG@ -XMMS_DATA_DIR = @XMMS_DATA_DIR@ -XMMS_EFFECT_PLUGIN_DIR = @XMMS_EFFECT_PLUGIN_DIR@ -XMMS_GENERAL_PLUGIN_DIR = @XMMS_GENERAL_PLUGIN_DIR@ -XMMS_INPUT_PLUGIN_DIR = @XMMS_INPUT_PLUGIN_DIR@ -XMMS_LIBS = @XMMS_LIBS@ -XMMS_OUTPUT_PLUGIN_DIR = @XMMS_OUTPUT_PLUGIN_DIR@ -XMMS_PLUGIN_DIR = @XMMS_PLUGIN_DIR@ -XMMS_VERSION = @XMMS_VERSION@ -XMMS_VISUALIZATION_PLUGIN_DIR = @XMMS_VISUALIZATION_PLUGIN_DIR@ -ac_ct_AR = @ac_ct_AR@ -ac_ct_CC = @ac_ct_CC@ -ac_ct_CXX = @ac_ct_CXX@ -ac_ct_F77 = @ac_ct_F77@ -ac_ct_RANLIB = @ac_ct_RANLIB@ -ac_ct_STRIP = @ac_ct_STRIP@ -am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ -am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ -am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@ -am__include = @am__include@ -am__leading_dot = @am__leading_dot@ -am__quote = @am__quote@ -bindir = @bindir@ -build = @build@ -build_alias = @build_alias@ -build_cpu = @build_cpu@ -build_os = @build_os@ -build_vendor = @build_vendor@ -datadir = @datadir@ -exec_prefix = @exec_prefix@ -host = @host@ -host_alias = @host_alias@ -host_cpu = @host_cpu@ -host_os = @host_os@ -host_vendor = @host_vendor@ -includedir = @includedir@ -infodir = @infodir@ -install_sh = @install_sh@ -libdir = @libdir@ -libexecdir = @libexecdir@ -localstatedir = @localstatedir@ -mandir = @mandir@ -oldincludedir = @oldincludedir@ -prefix = @prefix@ -program_transform_name = @program_transform_name@ -sbindir = @sbindir@ -sharedstatedir = @sharedstatedir@ -sysconfdir = @sysconfdir@ -target_alias = @target_alias@ - -@FLaC__WITH_CPPLIBS_TRUE@CPPLIBS_TESTS = test_libFLAC++.sh - -TESTS_ENVIRONMENT = FLAC__TEST_LEVEL=@FLAC__TEST_LEVEL@ FLAC__TEST_WITH_VALRGIND=@FLAC__TEST_WITH_VALGRIND@ - -SUBDIRS = cuesheets flac-to-flac-metadata-test-files metaflac-test-files pictures - -TESTS = \ - ./test_libFLAC.sh \ - $(CPPLIBS_TESTS) \ - ./test_grabbag.sh \ - ./test_flac.sh \ - ./test_metaflac.sh \ - ./test_seeking.sh \ - ./test_streams.sh - - -EXTRA_DIST = \ - Makefile.lite \ - cuesheet.ok \ - metaflac.flac.in \ - metaflac.flac.ok \ - picture.ok \ - test_libFLAC.sh \ - $(CPPLIBS_TESTS) \ - test_flac.sh \ - test_metaflac.sh \ - test_grabbag.sh \ - test_seeking.sh \ - test_streams.sh \ - test_bins.sh - -subdir = test -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs -CONFIG_HEADER = $(top_builddir)/config.h -CONFIG_CLEAN_FILES = -DIST_SOURCES = - -RECURSIVE_TARGETS = info-recursive dvi-recursive pdf-recursive \ - ps-recursive install-info-recursive uninstall-info-recursive \ - all-recursive install-data-recursive install-exec-recursive \ - installdirs-recursive install-recursive uninstall-recursive \ - check-recursive installcheck-recursive -DIST_COMMON = $(srcdir)/Makefile.in Makefile.am -DIST_SUBDIRS = $(SUBDIRS) -all: all-recursive - -.SUFFIXES: -$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu test/Makefile -Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe) - -mostlyclean-libtool: - -rm -f *.lo - -clean-libtool: - -rm -rf .libs _libs - -distclean-libtool: - -rm -f libtool -uninstall-info-am: - -# This directory's subdirectories are mostly independent; you can cd -# into them and run `make' without going through this Makefile. -# To change the values of `make' variables: instead of editing Makefiles, -# (1) if the variable is set in `config.status', edit `config.status' -# (which will cause the Makefiles to be regenerated when you run `make'); -# (2) otherwise, pass the desired values on the `make' command line. -$(RECURSIVE_TARGETS): - @set fnord $$MAKEFLAGS; amf=$$2; \ - dot_seen=no; \ - target=`echo $@ | sed s/-recursive//`; \ - list='$(SUBDIRS)'; for subdir in $$list; do \ - echo "Making $$target in $$subdir"; \ - if test "$$subdir" = "."; then \ - dot_seen=yes; \ - local_target="$$target-am"; \ - else \ - local_target="$$target"; \ - fi; \ - (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ - || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ - done; \ - if test "$$dot_seen" = "no"; then \ - $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ - fi; test -z "$$fail" - -mostlyclean-recursive clean-recursive distclean-recursive \ -maintainer-clean-recursive: - @set fnord $$MAKEFLAGS; amf=$$2; \ - dot_seen=no; \ - case "$@" in \ - distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ - *) list='$(SUBDIRS)' ;; \ - esac; \ - rev=''; for subdir in $$list; do \ - if test "$$subdir" = "."; then :; else \ - rev="$$subdir $$rev"; \ - fi; \ - done; \ - rev="$$rev ."; \ - target=`echo $@ | sed s/-recursive//`; \ - for subdir in $$rev; do \ - echo "Making $$target in $$subdir"; \ - if test "$$subdir" = "."; then \ - local_target="$$target-am"; \ - else \ - local_target="$$target"; \ - fi; \ - (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ - || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ - done && test -z "$$fail" -tags-recursive: - list='$(SUBDIRS)'; for subdir in $$list; do \ - test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ - done -ctags-recursive: - list='$(SUBDIRS)'; for subdir in $$list; do \ - test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ - done - -ETAGS = etags -ETAGSFLAGS = - -CTAGS = ctags -CTAGSFLAGS = - -tags: TAGS - -ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) - list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ - unique=`for i in $$list; do \ - if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ - done | \ - $(AWK) ' { files[$$0] = 1; } \ - END { for (i in files) print i; }'`; \ - mkid -fID $$unique - -TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ - $(TAGS_FILES) $(LISP) - tags=; \ - here=`pwd`; \ - if (etags --etags-include --version) >/dev/null 2>&1; then \ - include_option=--etags-include; \ - else \ - include_option=--include; \ - fi; \ - list='$(SUBDIRS)'; for subdir in $$list; do \ - if test "$$subdir" = .; then :; else \ - test -f $$subdir/TAGS && \ - tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \ - fi; \ - done; \ - list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ - unique=`for i in $$list; do \ - if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ - done | \ - $(AWK) ' { files[$$0] = 1; } \ - END { for (i in files) print i; }'`; \ - test -z "$(ETAGS_ARGS)$$tags$$unique" \ - || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ - $$tags $$unique - -ctags: CTAGS -CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ - $(TAGS_FILES) $(LISP) - tags=; \ - here=`pwd`; \ - list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ - unique=`for i in $$list; do \ - if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ - done | \ - $(AWK) ' { files[$$0] = 1; } \ - END { for (i in files) print i; }'`; \ - test -z "$(CTAGS_ARGS)$$tags$$unique" \ - || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ - $$tags $$unique - -GTAGS: - here=`$(am__cd) $(top_builddir) && pwd` \ - && cd $(top_srcdir) \ - && gtags -i $(GTAGS_ARGS) $$here - -distclean-tags: - -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags - -check-TESTS: $(TESTS) - @failed=0; all=0; xfail=0; xpass=0; skip=0; \ - srcdir=$(srcdir); export srcdir; \ - list='$(TESTS)'; \ - if test -n "$$list"; then \ - for tst in $$list; do \ - if test -f ./$$tst; then dir=./; \ - elif test -f $$tst; then dir=; \ - else dir="$(srcdir)/"; fi; \ - if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \ - all=`expr $$all + 1`; \ - case " $(XFAIL_TESTS) " in \ - *" $$tst "*) \ - xpass=`expr $$xpass + 1`; \ - failed=`expr $$failed + 1`; \ - echo "XPASS: $$tst"; \ - ;; \ - *) \ - echo "PASS: $$tst"; \ - ;; \ - esac; \ - elif test $$? -ne 77; then \ - all=`expr $$all + 1`; \ - case " $(XFAIL_TESTS) " in \ - *" $$tst "*) \ - xfail=`expr $$xfail + 1`; \ - echo "XFAIL: $$tst"; \ - ;; \ - *) \ - failed=`expr $$failed + 1`; \ - echo "FAIL: $$tst"; \ - ;; \ - esac; \ - else \ - skip=`expr $$skip + 1`; \ - echo "SKIP: $$tst"; \ - fi; \ - done; \ - if test "$$failed" -eq 0; then \ - if test "$$xfail" -eq 0; then \ - banner="All $$all tests passed"; \ - else \ - banner="All $$all tests behaved as expected ($$xfail expected failures)"; \ - fi; \ - else \ - if test "$$xpass" -eq 0; then \ - banner="$$failed of $$all tests failed"; \ - else \ - banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \ - fi; \ - fi; \ - dashes="$$banner"; \ - skipped=""; \ - if test "$$skip" -ne 0; then \ - skipped="($$skip tests were not run)"; \ - test `echo "$$skipped" | wc -c` -gt `echo "$$banner" | wc -c` && \ - dashes="$$skipped"; \ - fi; \ - report=""; \ - if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \ - report="Please report to $(PACKAGE_BUGREPORT)"; \ - test `echo "$$report" | wc -c` -gt `echo "$$banner" | wc -c` && \ - dashes="$$report"; \ - fi; \ - dashes=`echo "$$dashes" | sed s/./=/g`; \ - echo "$$dashes"; \ - echo "$$banner"; \ - test -n "$$skipped" && echo "$$skipped"; \ - test -n "$$report" && echo "$$report"; \ - echo "$$dashes"; \ - test "$$failed" -eq 0; \ - else :; fi -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) - -top_distdir = .. -distdir = $(top_distdir)/$(PACKAGE)-$(VERSION) - -distdir: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ - list='$(DISTFILES)'; for file in $$list; do \ - case $$file in \ - $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ - $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ - esac; \ - if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ - dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ - if test "$$dir" != "$$file" && test "$$dir" != "."; then \ - dir="/$$dir"; \ - $(mkinstalldirs) "$(distdir)$$dir"; \ - else \ - dir=''; \ - fi; \ - if test -d $$d/$$file; then \ - if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ - fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ - else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ - || exit 1; \ - fi; \ - done - list='$(SUBDIRS)'; for subdir in $$list; do \ - if test "$$subdir" = .; then :; else \ - test -d $(distdir)/$$subdir \ - || mkdir $(distdir)/$$subdir \ - || exit 1; \ - (cd $$subdir && \ - $(MAKE) $(AM_MAKEFLAGS) \ - top_distdir="$(top_distdir)" \ - distdir=../$(distdir)/$$subdir \ - distdir) \ - || exit 1; \ - fi; \ - done -check-am: all-am - $(MAKE) $(AM_MAKEFLAGS) check-TESTS -check: check-recursive -all-am: Makefile -installdirs: installdirs-recursive -installdirs-am: - -install: install-recursive -install-exec: install-exec-recursive -install-data: install-data-recursive -uninstall: uninstall-recursive - -install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - -installcheck: installcheck-recursive -install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install -mostlyclean-generic: - -clean-generic: - -distclean-generic: - -rm -f $(CONFIG_CLEAN_FILES) - -maintainer-clean-generic: - @echo "This command is intended for maintainers to use" - @echo "it deletes files that may require special tools to rebuild." -clean: clean-recursive - -clean-am: clean-generic clean-libtool clean-local mostlyclean-am - -distclean: distclean-recursive - -rm -f Makefile -distclean-am: clean-am distclean-generic distclean-libtool \ - distclean-tags - -dvi: dvi-recursive - -dvi-am: - -info: info-recursive - -info-am: - -install-data-am: - -install-exec-am: - -install-info: install-info-recursive - -install-man: - -installcheck-am: - -maintainer-clean: maintainer-clean-recursive - -rm -f Makefile -maintainer-clean-am: distclean-am maintainer-clean-generic - -mostlyclean: mostlyclean-recursive - -mostlyclean-am: mostlyclean-generic mostlyclean-libtool - -pdf: pdf-recursive - -pdf-am: - -ps: ps-recursive - -ps-am: - -uninstall-am: uninstall-info-am - -uninstall-info: uninstall-info-recursive - -.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-TESTS \ - check-am clean clean-generic clean-libtool clean-local \ - clean-recursive ctags ctags-recursive distclean \ - distclean-generic distclean-libtool distclean-recursive \ - distclean-tags distdir dvi dvi-am dvi-recursive info info-am \ - info-recursive install install-am install-data install-data-am \ - install-data-recursive install-exec install-exec-am \ - install-exec-recursive install-info install-info-am \ - install-info-recursive install-man install-recursive \ - install-strip installcheck installcheck-am installdirs \ - installdirs-am installdirs-recursive maintainer-clean \ - maintainer-clean-generic maintainer-clean-recursive mostlyclean \ - mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \ - pdf pdf-am pdf-recursive ps ps-am ps-recursive tags \ - tags-recursive uninstall uninstall-am uninstall-info-am \ - uninstall-info-recursive uninstall-recursive - - -clean-local: - -rm -f *.raw *.flac *.oga *.ogg *.cmp *.aiff *.wav *.diff *.log *.cue core -# Tell versions [3.59,3.63) of GNU make to not export all variables. -# Otherwise a system limit (for SysV at least) may be exceeded. -.NOEXPORT: diff --git a/3rdparty/libflac/test/Makefile.lite b/3rdparty/libflac/test/Makefile.lite deleted file mode 100644 index 2a05ab767b4..00000000000 --- a/3rdparty/libflac/test/Makefile.lite +++ /dev/null @@ -1,55 +0,0 @@ -# FLAC - Free Lossless Audio Codec -# Copyright (C) 2001,2002,2003,2004,2005,2006,2007 Josh Coalson -# -# This file is part the FLAC project. FLAC is comprised of several -# components distributed under difference licenses. The codec libraries -# are distributed under Xiph.Org's BSD-like license (see the file -# COPYING.Xiph in this distribution). All other programs, libraries, and -# plugins are distributed under the GPL (see COPYING.GPL). The documentation -# is distributed under the Gnu FDL (see COPYING.FDL). Each file in the -# FLAC distribution contains at the top the terms under which it may be -# distributed. -# -# Since this particular file is relevant to all components of FLAC, -# it may be distributed under the Xiph.Org license, which is the least -# restrictive of those mentioned above. See the file COPYING.Xiph in this -# distribution. - -# -# GNU makefile -# - -topdir = .. - -DEFAULT_CONFIG = release - -CONFIG = $(DEFAULT_CONFIG) - -all: clean - $(FLAC__TEST_LEVEL) $(FLAC__TEST_WITH_VALGRIND) ./test_libFLAC.sh $(CONFIG) - $(FLAC__TEST_LEVEL) $(FLAC__TEST_WITH_VALGRIND) ./test_libFLAC++.sh $(CONFIG) - $(FLAC__TEST_LEVEL) $(FLAC__TEST_WITH_VALGRIND) ./test_grabbag.sh $(CONFIG) - $(FLAC__TEST_LEVEL) $(FLAC__TEST_WITH_VALGRIND) ./test_flac.sh $(CONFIG) - $(FLAC__TEST_LEVEL) $(FLAC__TEST_WITH_VALGRIND) ./test_metaflac.sh $(CONFIG) - $(FLAC__TEST_LEVEL) $(FLAC__TEST_WITH_VALGRIND) ./test_seeking.sh $(CONFIG) - $(FLAC__TEST_LEVEL) $(FLAC__TEST_WITH_VALGRIND) ./test_streams.sh $(CONFIG) - $(FLAC__TEST_LEVEL) $(FLAC__TEST_WITH_VALGRIND) ./test_bins.sh $(CONFIG) - -debug : FLAC__TEST_LEVEL=FLAC__TEST_LEVEL=2 -valgrind: FLAC__TEST_LEVEL=FLAC__TEST_LEVEL=1 -release : FLAC__TEST_LEVEL=FLAC__TEST_LEVEL=2 - -debug : FLAC__TEST_WITH_VALGRIND=FLAC__TEST_WITH_VALGRIND=no -valgrind: FLAC__TEST_WITH_VALGRIND=FLAC__TEST_WITH_VALGRIND=yes -release : FLAC__TEST_WITH_VALGRIND=FLAC__TEST_WITH_VALGRIND=no - -debug : CONFIG = debug -valgrind: CONFIG = debug -release : CONFIG = release - -debug : all -valgrind: all -release : all - -clean: - rm -f *.raw *.flac *.oga *.ogg *.cmp *.aiff *.wav *.diff *.log *.cue core flac-to-flac-metadata-test-files/out.* metaflac-test-files/out.* diff --git a/3rdparty/libflac/test/cuesheet.ok b/3rdparty/libflac/test/cuesheet.ok deleted file mode 100644 index c57f833ac59..00000000000 --- a/3rdparty/libflac/test/cuesheet.ok +++ /dev/null @@ -1,93 +0,0 @@ -NEGATIVE cuesheets/bad.000.CATALOG_multiple.cue -pass1: parse error, line 2: "found multiple CATALOG commands" -NEGATIVE cuesheets/bad.001.CATALOG_missing_number.cue -pass1: parse error, line 1: "CATALOG is missing catalog number" -NEGATIVE cuesheets/bad.002.CATALOG_number_too_long.cue -pass1: parse error, line 1: "CATALOG number is too long" -NEGATIVE cuesheets/bad.003.CATALOG_not_13_digits.cue -pass1: parse error, line 1: "CD-DA CATALOG number must be 13 decimal digits" -NEGATIVE cuesheets/bad.030.FLAGS_multiple.cue -pass1: parse error, line 4: "found multiple FLAGS commands" -NEGATIVE cuesheets/bad.031.FLAGS_wrong_place_1.cue -pass1: parse error, line 1: "FLAGS command must come after TRACK but before INDEX" -NEGATIVE cuesheets/bad.032.FLAGS_wrong_place_2.cue -pass1: parse error, line 4: "FLAGS command must come after TRACK but before INDEX" -NEGATIVE cuesheets/bad.060.INDEX_wrong_place.cue -pass1: parse error, line 2: "found INDEX before any TRACK" -NEGATIVE cuesheets/bad.061.INDEX_missing_number.cue -pass1: parse error, line 4: "INDEX is missing index number" -NEGATIVE cuesheets/bad.062.INDEX_invalid_number_1.cue -pass1: parse error, line 4: "INDEX has invalid index number" -NEGATIVE cuesheets/bad.063.first_INDEX_not_0_or_1.cue -pass1: parse error, line 4: "first INDEX number of a TRACK must be 0 or 1" -NEGATIVE cuesheets/bad.064.INDEX_num_non_sequential.cue -pass1: parse error, line 5: "INDEX numbers must be sequential" -NEGATIVE cuesheets/bad.065.INDEX_num_out_of_range.cue -pass1: parse error, line 104: "CD-DA INDEX number must be between 0 and 99, inclusive" -NEGATIVE cuesheets/bad.066.INDEX_missing_offset.cue -pass1: parse error, line 4: "INDEX is missing an offset after the index number" -NEGATIVE cuesheets/bad.067.INDEX_illegal_offset.cue -pass1: parse error, line 4: "illegal INDEX offset (not of the form MM:SS:FF)" -NEGATIVE cuesheets/bad.068.INDEX_cdda_illegal_offset.cue -pass1: parse error, line 4: "illegal INDEX offset (not of the form MM:SS:FF)" -NEGATIVE cuesheets/bad.069.nonzero_first_INDEX.cue -pass1: parse error, line 4: "first INDEX of first TRACK must have an offset of 00:00:00" -NEGATIVE cuesheets/bad.070.INDEX_offset_not_ascending_1.cue -pass1: parse error, line 5: "CD-DA INDEX offsets must increase in time" -NEGATIVE cuesheets/bad.071.INDEX_offset_not_ascending_2.cue -pass1: parse error, line 6: "CD-DA INDEX offsets must increase in time" -NEGATIVE cuesheets/bad.110.ISRC_multiple.cue -pass1: parse error, line 4: "found multiple ISRC commands" -NEGATIVE cuesheets/bad.111.ISRC_wrong_place_1.cue -pass1: parse error, line 2: "ISRC command must come after TRACK but before INDEX" -NEGATIVE cuesheets/bad.112.ISRC_wrong_place_2.cue -pass1: parse error, line 4: "ISRC command must come after TRACK but before INDEX" -NEGATIVE cuesheets/bad.113.ISRC_missing_number.cue -pass1: parse error, line 3: "ISRC is missing ISRC number" -NEGATIVE cuesheets/bad.114.ISRC_invalid_number.cue -pass1: parse error, line 3: "invalid ISRC number" -NEGATIVE cuesheets/bad.130.TRACK_missing_INDEX_01_1.cue -pass1: parse error, line 2: "previous TRACK must specify at least one INDEX 01" -NEGATIVE cuesheets/bad.131.TRACK_missing_INDEX_01_2.cue -pass1: parse error, line 3: "previous TRACK must specify at least one INDEX 01" -NEGATIVE cuesheets/bad.132.TRACK_missing_INDEX_01_3.cue -pass1: parse error, line 3: "previous TRACK must specify at least one INDEX 01" -NEGATIVE cuesheets/bad.133.TRACK_missing_INDEX_01_4.cue -pass1: parse error, line 4: "previous TRACK must specify at least one INDEX 01" -NEGATIVE cuesheets/bad.134.TRACK_missing_number.cue -pass1: parse error, line 2: "TRACK is missing track number" -NEGATIVE cuesheets/bad.135.TRACK_invalid_number_1.cue -pass1: parse error, line 2: "TRACK has invalid track number" -NEGATIVE cuesheets/bad.136.TRACK_invalid_number_2.cue -pass1: parse error, line 2: "TRACK number must be greater than 0" -NEGATIVE cuesheets/bad.137.TRACK_cdda_out_of_range.cue -pass1: parse error, line 2: "CD-DA TRACK number must be between 1 and 99, inclusive" -NEGATIVE cuesheets/bad.138.TRACK_num_non_sequential.cue -pass1: parse error, line 6: "CD-DA TRACK numbers must be sequential" -NEGATIVE cuesheets/bad.139.TRACK_missing_type.cue -pass1: parse error, line 2: "TRACK is missing a track type after the track number" -NEGATIVE cuesheets/bad.140.no_TRACKs.cue -pass1: parse error, line 1: "there must be at least one TRACK command" -NEGATIVE cuesheets/bad.200.FLAC_leadin_missing_offset.cue -pass1: parse error, line 1: "FLAC__lead-in is missing offset" -NEGATIVE cuesheets/bad.201.FLAC_leadin_illegal_offset.cue -pass1: parse error, line 1: "illegal FLAC__lead-in offset" -NEGATIVE cuesheets/bad.202.FLAC_leadin_cdda_illegal_offset.cue -pass1: parse error, line 1: "illegal CD-DA FLAC__lead-in offset, must be even multiple of 588 samples" -NEGATIVE cuesheets/bad.230.FLAC_leadout_multiple.cue -pass1: parse error, line 3: "multiple FLAC__lead-out commands" -NEGATIVE cuesheets/bad.231.FLAC_leadout_missing_track.cue -pass1: parse error, line 1: "FLAC__lead-out is missing track number" -NEGATIVE cuesheets/bad.232.FLAC_leadout_illegal_track.cue -pass1: parse error, line 1: "illegal FLAC__lead-out track number" -NEGATIVE cuesheets/bad.233.FLAC_leadout_missing_offset.cue -pass1: parse error, line 1: "FLAC__lead-out is missing offset" -NEGATIVE cuesheets/bad.234.FLAC_leadout_illegal_offset.cue -pass1: parse error, line 1: "illegal FLAC__lead-out offset" -NEGATIVE cuesheets/bad.235.FLAC_leadout_offset_not_211680000.cue -pass1: parse error, line 1: "FLAC__lead-out offset does not match end-of-stream offset" -POSITIVE cuesheets/good.000.cue -POSITIVE cuesheets/good.001.cue -POSITIVE cuesheets/good.002.dos_format.cue -POSITIVE cuesheets/good.003.missing_final_newline.cue -POSITIVE cuesheets/good.004.dos_format.missing_final_newline.cue diff --git a/3rdparty/libflac/test/cuesheets/Makefile.am b/3rdparty/libflac/test/cuesheets/Makefile.am deleted file mode 100644 index 476ae067def..00000000000 --- a/3rdparty/libflac/test/cuesheets/Makefile.am +++ /dev/null @@ -1,67 +0,0 @@ -# FLAC - Free Lossless Audio Codec -# Copyright (C) 2001,2002,2003,2004,2005,2006,2007 Josh Coalson -# -# This file is part the FLAC project. FLAC is comprised of several -# components distributed under difference licenses. The codec libraries -# are distributed under Xiph.Org's BSD-like license (see the file -# COPYING.Xiph in this distribution). All other programs, libraries, and -# plugins are distributed under the GPL (see COPYING.GPL). The documentation -# is distributed under the Gnu FDL (see COPYING.FDL). Each file in the -# FLAC distribution contains at the top the terms under which it may be -# distributed. -# -# Since this particular file is relevant to all components of FLAC, -# it may be distributed under the Xiph.Org license, which is the least -# restrictive of those mentioned above. See the file COPYING.Xiph in this -# distribution. - -EXTRA_DIST = \ - bad.000.CATALOG_multiple.cue \ - bad.001.CATALOG_missing_number.cue \ - bad.002.CATALOG_number_too_long.cue \ - bad.003.CATALOG_not_13_digits.cue \ - bad.030.FLAGS_multiple.cue \ - bad.031.FLAGS_wrong_place_1.cue \ - bad.032.FLAGS_wrong_place_2.cue \ - bad.060.INDEX_wrong_place.cue \ - bad.061.INDEX_missing_number.cue \ - bad.062.INDEX_invalid_number_1.cue \ - bad.063.first_INDEX_not_0_or_1.cue \ - bad.064.INDEX_num_non_sequential.cue \ - bad.065.INDEX_num_out_of_range.cue \ - bad.066.INDEX_missing_offset.cue \ - bad.067.INDEX_illegal_offset.cue \ - bad.068.INDEX_cdda_illegal_offset.cue \ - bad.069.nonzero_first_INDEX.cue \ - bad.070.INDEX_offset_not_ascending_1.cue \ - bad.071.INDEX_offset_not_ascending_2.cue \ - bad.110.ISRC_multiple.cue \ - bad.111.ISRC_wrong_place_1.cue \ - bad.112.ISRC_wrong_place_2.cue \ - bad.113.ISRC_missing_number.cue \ - bad.114.ISRC_invalid_number.cue \ - bad.130.TRACK_missing_INDEX_01_1.cue \ - bad.131.TRACK_missing_INDEX_01_2.cue \ - bad.132.TRACK_missing_INDEX_01_3.cue \ - bad.133.TRACK_missing_INDEX_01_4.cue \ - bad.134.TRACK_missing_number.cue \ - bad.135.TRACK_invalid_number_1.cue \ - bad.136.TRACK_invalid_number_2.cue \ - bad.137.TRACK_cdda_out_of_range.cue \ - bad.138.TRACK_num_non_sequential.cue \ - bad.139.TRACK_missing_type.cue \ - bad.140.no_TRACKs.cue \ - bad.200.FLAC_leadin_missing_offset.cue \ - bad.201.FLAC_leadin_illegal_offset.cue \ - bad.202.FLAC_leadin_cdda_illegal_offset.cue \ - bad.230.FLAC_leadout_multiple.cue \ - bad.231.FLAC_leadout_missing_track.cue \ - bad.232.FLAC_leadout_illegal_track.cue \ - bad.233.FLAC_leadout_missing_offset.cue \ - bad.234.FLAC_leadout_illegal_offset.cue \ - bad.235.FLAC_leadout_offset_not_211680000.cue \ - good.000.cue \ - good.001.cue \ - good.002.dos_format.cue \ - good.003.missing_final_newline.cue \ - good.004.dos_format.missing_final_newline.cue diff --git a/3rdparty/libflac/test/cuesheets/Makefile.in b/3rdparty/libflac/test/cuesheets/Makefile.in deleted file mode 100644 index 2b88a675442..00000000000 --- a/3rdparty/libflac/test/cuesheets/Makefile.in +++ /dev/null @@ -1,421 +0,0 @@ -# Makefile.in generated by automake 1.7.9 from Makefile.am. -# @configure_input@ - -# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 -# Free Software Foundation, Inc. -# This Makefile.in is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY, to the extent permitted by law; without -# even the implied warranty of MERCHANTABILITY or FITNESS FOR A -# PARTICULAR PURPOSE. - -@SET_MAKE@ - -# FLAC - Free Lossless Audio Codec -# Copyright (C) 2001,2002,2003,2004,2005,2006,2007 Josh Coalson -# -# This file is part the FLAC project. FLAC is comprised of several -# components distributed under difference licenses. The codec libraries -# are distributed under Xiph.Org's BSD-like license (see the file -# COPYING.Xiph in this distribution). All other programs, libraries, and -# plugins are distributed under the GPL (see COPYING.GPL). The documentation -# is distributed under the Gnu FDL (see COPYING.FDL). Each file in the -# FLAC distribution contains at the top the terms under which it may be -# distributed. -# -# Since this particular file is relevant to all components of FLAC, -# it may be distributed under the Xiph.Org license, which is the least -# restrictive of those mentioned above. See the file COPYING.Xiph in this -# distribution. - -srcdir = @srcdir@ -top_srcdir = @top_srcdir@ -VPATH = @srcdir@ -pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@PACKAGE@ -pkgincludedir = $(includedir)/@PACKAGE@ -top_builddir = ../.. - -am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -INSTALL = @INSTALL@ -install_sh_DATA = $(install_sh) -c -m 644 -install_sh_PROGRAM = $(install_sh) -c -install_sh_SCRIPT = $(install_sh) -c -INSTALL_HEADER = $(INSTALL_DATA) -transform = $(program_transform_name) -NORMAL_INSTALL = : -PRE_INSTALL = : -POST_INSTALL = : -NORMAL_UNINSTALL = : -PRE_UNINSTALL = : -POST_UNINSTALL = : -host_triplet = @host@ -ACLOCAL = @ACLOCAL@ -ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@ -AMDEP_FALSE = @AMDEP_FALSE@ -AMDEP_TRUE = @AMDEP_TRUE@ -AMTAR = @AMTAR@ -AR = @AR@ -AS = @AS@ -AUTOCONF = @AUTOCONF@ -AUTOHEADER = @AUTOHEADER@ -AUTOMAKE = @AUTOMAKE@ -AWK = @AWK@ -CC = @CC@ -CCAS = @CCAS@ -CCASFLAGS = @CCASFLAGS@ -CCDEPMODE = @CCDEPMODE@ -CFLAGS = @CFLAGS@ -CPP = @CPP@ -CPPFLAGS = @CPPFLAGS@ -CXX = @CXX@ -CXXCPP = @CXXCPP@ -CXXDEPMODE = @CXXDEPMODE@ -CXXFLAGS = @CXXFLAGS@ -CYGPATH_W = @CYGPATH_W@ -DEBUG_FALSE = @DEBUG_FALSE@ -DEBUG_TRUE = @DEBUG_TRUE@ -DEFS = @DEFS@ -DEPDIR = @DEPDIR@ -DOCBOOK_TO_MAN = @DOCBOOK_TO_MAN@ -DOXYGEN = @DOXYGEN@ -ECHO = @ECHO@ -ECHO_C = @ECHO_C@ -ECHO_N = @ECHO_N@ -ECHO_T = @ECHO_T@ -EGREP = @EGREP@ -EXEEXT = @EXEEXT@ -F77 = @F77@ -FFLAGS = @FFLAGS@ -FLAC__TEST_LEVEL = @FLAC__TEST_LEVEL@ -FLAC__TEST_WITH_VALGRIND = @FLAC__TEST_WITH_VALGRIND@ -FLaC__CPU_IA32_FALSE = @FLaC__CPU_IA32_FALSE@ -FLaC__CPU_IA32_TRUE = @FLaC__CPU_IA32_TRUE@ -FLaC__CPU_PPC_FALSE = @FLaC__CPU_PPC_FALSE@ -FLaC__CPU_PPC_TRUE = @FLaC__CPU_PPC_TRUE@ -FLaC__CPU_SPARC_FALSE = @FLaC__CPU_SPARC_FALSE@ -FLaC__CPU_SPARC_TRUE = @FLaC__CPU_SPARC_TRUE@ -FLaC__HAS_AS_FALSE = @FLaC__HAS_AS_FALSE@ -FLaC__HAS_AS_TRUE = @FLaC__HAS_AS_TRUE@ -FLaC__HAS_AS__TEMPORARILY_DISABLED_FALSE = @FLaC__HAS_AS__TEMPORARILY_DISABLED_FALSE@ -FLaC__HAS_AS__TEMPORARILY_DISABLED_TRUE = @FLaC__HAS_AS__TEMPORARILY_DISABLED_TRUE@ -FLaC__HAS_DOCBOOK_TO_MAN_FALSE = @FLaC__HAS_DOCBOOK_TO_MAN_FALSE@ -FLaC__HAS_DOCBOOK_TO_MAN_TRUE = @FLaC__HAS_DOCBOOK_TO_MAN_TRUE@ -FLaC__HAS_DOXYGEN_FALSE = @FLaC__HAS_DOXYGEN_FALSE@ -FLaC__HAS_DOXYGEN_TRUE = @FLaC__HAS_DOXYGEN_TRUE@ -FLaC__HAS_GAS_FALSE = @FLaC__HAS_GAS_FALSE@ -FLaC__HAS_GAS_TRUE = @FLaC__HAS_GAS_TRUE@ -FLaC__HAS_GAS__TEMPORARILY_DISABLED_FALSE = @FLaC__HAS_GAS__TEMPORARILY_DISABLED_FALSE@ -FLaC__HAS_GAS__TEMPORARILY_DISABLED_TRUE = @FLaC__HAS_GAS__TEMPORARILY_DISABLED_TRUE@ -FLaC__HAS_NASM_FALSE = @FLaC__HAS_NASM_FALSE@ -FLaC__HAS_NASM_TRUE = @FLaC__HAS_NASM_TRUE@ -FLaC__HAS_OGG_FALSE = @FLaC__HAS_OGG_FALSE@ -FLaC__HAS_OGG_TRUE = @FLaC__HAS_OGG_TRUE@ -FLaC__HAS_XMMS_FALSE = @FLaC__HAS_XMMS_FALSE@ -FLaC__HAS_XMMS_TRUE = @FLaC__HAS_XMMS_TRUE@ -FLaC__INSTALL_XMMS_PLUGIN_LOCALLY_FALSE = @FLaC__INSTALL_XMMS_PLUGIN_LOCALLY_FALSE@ -FLaC__INSTALL_XMMS_PLUGIN_LOCALLY_TRUE = @FLaC__INSTALL_XMMS_PLUGIN_LOCALLY_TRUE@ -FLaC__NO_ASM_FALSE = @FLaC__NO_ASM_FALSE@ -FLaC__NO_ASM_TRUE = @FLaC__NO_ASM_TRUE@ -FLaC__SSE_OS_FALSE = @FLaC__SSE_OS_FALSE@ -FLaC__SSE_OS_TRUE = @FLaC__SSE_OS_TRUE@ -FLaC__SYS_DARWIN_FALSE = @FLaC__SYS_DARWIN_FALSE@ -FLaC__SYS_DARWIN_TRUE = @FLaC__SYS_DARWIN_TRUE@ -FLaC__SYS_LINUX_FALSE = @FLaC__SYS_LINUX_FALSE@ -FLaC__SYS_LINUX_TRUE = @FLaC__SYS_LINUX_TRUE@ -FLaC__USE_3DNOW_FALSE = @FLaC__USE_3DNOW_FALSE@ -FLaC__USE_3DNOW_TRUE = @FLaC__USE_3DNOW_TRUE@ -FLaC__USE_ALTIVEC_FALSE = @FLaC__USE_ALTIVEC_FALSE@ -FLaC__USE_ALTIVEC_TRUE = @FLaC__USE_ALTIVEC_TRUE@ -FLaC__WITH_CPPLIBS_FALSE = @FLaC__WITH_CPPLIBS_FALSE@ -FLaC__WITH_CPPLIBS_TRUE = @FLaC__WITH_CPPLIBS_TRUE@ -GAS = @GAS@ -INSTALL_DATA = @INSTALL_DATA@ -INSTALL_PROGRAM = @INSTALL_PROGRAM@ -INSTALL_SCRIPT = @INSTALL_SCRIPT@ -INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -LDFLAGS = @LDFLAGS@ -LIBICONV = @LIBICONV@ -LIBOBJS = @LIBOBJS@ -LIBS = @LIBS@ -LIBTOOL = @LIBTOOL@ -LN_S = @LN_S@ -LTLIBICONV = @LTLIBICONV@ -LTLIBOBJS = @LTLIBOBJS@ -MAINT = @MAINT@ -MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@ -MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@ -MAKEINFO = @MAKEINFO@ -MINGW_WINSOCK_LIBS = @MINGW_WINSOCK_LIBS@ -NASM = @NASM@ -OBJEXT = @OBJEXT@ -OBJ_FORMAT = @OBJ_FORMAT@ -OGG_CFLAGS = @OGG_CFLAGS@ -OGG_LIBS = @OGG_LIBS@ -PACKAGE = @PACKAGE@ -PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -PACKAGE_NAME = @PACKAGE_NAME@ -PACKAGE_STRING = @PACKAGE_STRING@ -PACKAGE_TARNAME = @PACKAGE_TARNAME@ -PACKAGE_VERSION = @PACKAGE_VERSION@ -PATH_SEPARATOR = @PATH_SEPARATOR@ -RANLIB = @RANLIB@ -SET_MAKE = @SET_MAKE@ -SHELL = @SHELL@ -STRIP = @STRIP@ -VERSION = @VERSION@ -XMMS_CFLAGS = @XMMS_CFLAGS@ -XMMS_CONFIG = @XMMS_CONFIG@ -XMMS_DATA_DIR = @XMMS_DATA_DIR@ -XMMS_EFFECT_PLUGIN_DIR = @XMMS_EFFECT_PLUGIN_DIR@ -XMMS_GENERAL_PLUGIN_DIR = @XMMS_GENERAL_PLUGIN_DIR@ -XMMS_INPUT_PLUGIN_DIR = @XMMS_INPUT_PLUGIN_DIR@ -XMMS_LIBS = @XMMS_LIBS@ -XMMS_OUTPUT_PLUGIN_DIR = @XMMS_OUTPUT_PLUGIN_DIR@ -XMMS_PLUGIN_DIR = @XMMS_PLUGIN_DIR@ -XMMS_VERSION = @XMMS_VERSION@ -XMMS_VISUALIZATION_PLUGIN_DIR = @XMMS_VISUALIZATION_PLUGIN_DIR@ -ac_ct_AR = @ac_ct_AR@ -ac_ct_CC = @ac_ct_CC@ -ac_ct_CXX = @ac_ct_CXX@ -ac_ct_F77 = @ac_ct_F77@ -ac_ct_RANLIB = @ac_ct_RANLIB@ -ac_ct_STRIP = @ac_ct_STRIP@ -am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ -am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ -am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@ -am__include = @am__include@ -am__leading_dot = @am__leading_dot@ -am__quote = @am__quote@ -bindir = @bindir@ -build = @build@ -build_alias = @build_alias@ -build_cpu = @build_cpu@ -build_os = @build_os@ -build_vendor = @build_vendor@ -datadir = @datadir@ -exec_prefix = @exec_prefix@ -host = @host@ -host_alias = @host_alias@ -host_cpu = @host_cpu@ -host_os = @host_os@ -host_vendor = @host_vendor@ -includedir = @includedir@ -infodir = @infodir@ -install_sh = @install_sh@ -libdir = @libdir@ -libexecdir = @libexecdir@ -localstatedir = @localstatedir@ -mandir = @mandir@ -oldincludedir = @oldincludedir@ -prefix = @prefix@ -program_transform_name = @program_transform_name@ -sbindir = @sbindir@ -sharedstatedir = @sharedstatedir@ -sysconfdir = @sysconfdir@ -target_alias = @target_alias@ - -EXTRA_DIST = \ - bad.000.CATALOG_multiple.cue \ - bad.001.CATALOG_missing_number.cue \ - bad.002.CATALOG_number_too_long.cue \ - bad.003.CATALOG_not_13_digits.cue \ - bad.030.FLAGS_multiple.cue \ - bad.031.FLAGS_wrong_place_1.cue \ - bad.032.FLAGS_wrong_place_2.cue \ - bad.060.INDEX_wrong_place.cue \ - bad.061.INDEX_missing_number.cue \ - bad.062.INDEX_invalid_number_1.cue \ - bad.063.first_INDEX_not_0_or_1.cue \ - bad.064.INDEX_num_non_sequential.cue \ - bad.065.INDEX_num_out_of_range.cue \ - bad.066.INDEX_missing_offset.cue \ - bad.067.INDEX_illegal_offset.cue \ - bad.068.INDEX_cdda_illegal_offset.cue \ - bad.069.nonzero_first_INDEX.cue \ - bad.070.INDEX_offset_not_ascending_1.cue \ - bad.071.INDEX_offset_not_ascending_2.cue \ - bad.110.ISRC_multiple.cue \ - bad.111.ISRC_wrong_place_1.cue \ - bad.112.ISRC_wrong_place_2.cue \ - bad.113.ISRC_missing_number.cue \ - bad.114.ISRC_invalid_number.cue \ - bad.130.TRACK_missing_INDEX_01_1.cue \ - bad.131.TRACK_missing_INDEX_01_2.cue \ - bad.132.TRACK_missing_INDEX_01_3.cue \ - bad.133.TRACK_missing_INDEX_01_4.cue \ - bad.134.TRACK_missing_number.cue \ - bad.135.TRACK_invalid_number_1.cue \ - bad.136.TRACK_invalid_number_2.cue \ - bad.137.TRACK_cdda_out_of_range.cue \ - bad.138.TRACK_num_non_sequential.cue \ - bad.139.TRACK_missing_type.cue \ - bad.140.no_TRACKs.cue \ - bad.200.FLAC_leadin_missing_offset.cue \ - bad.201.FLAC_leadin_illegal_offset.cue \ - bad.202.FLAC_leadin_cdda_illegal_offset.cue \ - bad.230.FLAC_leadout_multiple.cue \ - bad.231.FLAC_leadout_missing_track.cue \ - bad.232.FLAC_leadout_illegal_track.cue \ - bad.233.FLAC_leadout_missing_offset.cue \ - bad.234.FLAC_leadout_illegal_offset.cue \ - bad.235.FLAC_leadout_offset_not_211680000.cue \ - good.000.cue \ - good.001.cue \ - good.002.dos_format.cue \ - good.003.missing_final_newline.cue \ - good.004.dos_format.missing_final_newline.cue - -subdir = test/cuesheets -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs -CONFIG_HEADER = $(top_builddir)/config.h -CONFIG_CLEAN_FILES = -DIST_SOURCES = -DIST_COMMON = $(srcdir)/Makefile.in Makefile.am -all: all-am - -.SUFFIXES: -$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu test/cuesheets/Makefile -Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe) - -mostlyclean-libtool: - -rm -f *.lo - -clean-libtool: - -rm -rf .libs _libs - -distclean-libtool: - -rm -f libtool -uninstall-info-am: -tags: TAGS -TAGS: - -ctags: CTAGS -CTAGS: - -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) - -top_distdir = ../.. -distdir = $(top_distdir)/$(PACKAGE)-$(VERSION) - -distdir: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ - list='$(DISTFILES)'; for file in $$list; do \ - case $$file in \ - $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ - $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ - esac; \ - if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ - dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ - if test "$$dir" != "$$file" && test "$$dir" != "."; then \ - dir="/$$dir"; \ - $(mkinstalldirs) "$(distdir)$$dir"; \ - else \ - dir=''; \ - fi; \ - if test -d $$d/$$file; then \ - if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ - fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ - else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ - || exit 1; \ - fi; \ - done -check-am: all-am -check: check-am -all-am: Makefile - -installdirs: -install: install-am -install-exec: install-exec-am -install-data: install-data-am -uninstall: uninstall-am - -install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - -installcheck: installcheck-am -install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install -mostlyclean-generic: - -clean-generic: - -distclean-generic: - -rm -f $(CONFIG_CLEAN_FILES) - -maintainer-clean-generic: - @echo "This command is intended for maintainers to use" - @echo "it deletes files that may require special tools to rebuild." -clean: clean-am - -clean-am: clean-generic clean-libtool mostlyclean-am - -distclean: distclean-am - -rm -f Makefile -distclean-am: clean-am distclean-generic distclean-libtool - -dvi: dvi-am - -dvi-am: - -info: info-am - -info-am: - -install-data-am: - -install-exec-am: - -install-info: install-info-am - -install-man: - -installcheck-am: - -maintainer-clean: maintainer-clean-am - -rm -f Makefile -maintainer-clean-am: distclean-am maintainer-clean-generic - -mostlyclean: mostlyclean-am - -mostlyclean-am: mostlyclean-generic mostlyclean-libtool - -pdf: pdf-am - -pdf-am: - -ps: ps-am - -ps-am: - -uninstall-am: uninstall-info-am - -.PHONY: all all-am check check-am clean clean-generic clean-libtool \ - distclean distclean-generic distclean-libtool distdir dvi \ - dvi-am info info-am install install-am install-data \ - install-data-am install-exec install-exec-am install-info \ - install-info-am install-man install-strip installcheck \ - installcheck-am installdirs maintainer-clean \ - maintainer-clean-generic mostlyclean mostlyclean-generic \ - mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \ - uninstall-info-am - -# Tell versions [3.59,3.63) of GNU make to not export all variables. -# Otherwise a system limit (for SysV at least) may be exceeded. -.NOEXPORT: diff --git a/3rdparty/libflac/test/cuesheets/bad.000.CATALOG_multiple.cue b/3rdparty/libflac/test/cuesheets/bad.000.CATALOG_multiple.cue deleted file mode 100644 index ef2769bf68a..00000000000 --- a/3rdparty/libflac/test/cuesheets/bad.000.CATALOG_multiple.cue +++ /dev/null @@ -1,5 +0,0 @@ -CATALOG 1234567890123 -CATALOG 0234567890123 -FILE "z.wav" WAVE - TRACK 01 AUDIO - INDEX 01 00:00:00 diff --git a/3rdparty/libflac/test/cuesheets/bad.001.CATALOG_missing_number.cue b/3rdparty/libflac/test/cuesheets/bad.001.CATALOG_missing_number.cue deleted file mode 100644 index ce2334f1329..00000000000 --- a/3rdparty/libflac/test/cuesheets/bad.001.CATALOG_missing_number.cue +++ /dev/null @@ -1,4 +0,0 @@ -CATALOG -FILE "z.wav" WAVE - TRACK 01 AUDIO - INDEX 01 00:00:00 diff --git a/3rdparty/libflac/test/cuesheets/bad.002.CATALOG_number_too_long.cue b/3rdparty/libflac/test/cuesheets/bad.002.CATALOG_number_too_long.cue deleted file mode 100644 index 8585a0ae0ff..00000000000 --- a/3rdparty/libflac/test/cuesheets/bad.002.CATALOG_number_too_long.cue +++ /dev/null @@ -1,4 +0,0 @@ -CATALOG 1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890 -FILE "z.wav" WAVE - TRACK 01 AUDIO - INDEX 01 00:00:00 diff --git a/3rdparty/libflac/test/cuesheets/bad.003.CATALOG_not_13_digits.cue b/3rdparty/libflac/test/cuesheets/bad.003.CATALOG_not_13_digits.cue deleted file mode 100644 index c75d4c0e351..00000000000 --- a/3rdparty/libflac/test/cuesheets/bad.003.CATALOG_not_13_digits.cue +++ /dev/null @@ -1,4 +0,0 @@ -CATALOG 123456789012z -FILE "z.wav" WAVE - TRACK 01 AUDIO - INDEX 01 00:00:00 diff --git a/3rdparty/libflac/test/cuesheets/bad.030.FLAGS_multiple.cue b/3rdparty/libflac/test/cuesheets/bad.030.FLAGS_multiple.cue deleted file mode 100644 index ee82b137f10..00000000000 --- a/3rdparty/libflac/test/cuesheets/bad.030.FLAGS_multiple.cue +++ /dev/null @@ -1,5 +0,0 @@ -FILE "z.wav" WAVE - TRACK 01 AUDIO - FLAGS PRE - FLAGS 4CH - INDEX 01 00:00:00 diff --git a/3rdparty/libflac/test/cuesheets/bad.031.FLAGS_wrong_place_1.cue b/3rdparty/libflac/test/cuesheets/bad.031.FLAGS_wrong_place_1.cue deleted file mode 100644 index 3b7f018058e..00000000000 --- a/3rdparty/libflac/test/cuesheets/bad.031.FLAGS_wrong_place_1.cue +++ /dev/null @@ -1,4 +0,0 @@ -FLAGS PRE -FILE "z.wav" WAVE - TRACK 01 AUDIO - INDEX 01 00:00:00 diff --git a/3rdparty/libflac/test/cuesheets/bad.032.FLAGS_wrong_place_2.cue b/3rdparty/libflac/test/cuesheets/bad.032.FLAGS_wrong_place_2.cue deleted file mode 100644 index 926cc915565..00000000000 --- a/3rdparty/libflac/test/cuesheets/bad.032.FLAGS_wrong_place_2.cue +++ /dev/null @@ -1,4 +0,0 @@ -FILE "z.wav" WAVE - TRACK 01 AUDIO - INDEX 01 00:00:00 - FLAGS PRE diff --git a/3rdparty/libflac/test/cuesheets/bad.060.INDEX_wrong_place.cue b/3rdparty/libflac/test/cuesheets/bad.060.INDEX_wrong_place.cue deleted file mode 100644 index fb175f273ce..00000000000 --- a/3rdparty/libflac/test/cuesheets/bad.060.INDEX_wrong_place.cue +++ /dev/null @@ -1,5 +0,0 @@ -FILE "z.wav" WAVE -INDEX 00 00:00:00 - TRACK 01 AUDIO - FLAGS PRE - INDEX 01 00:00:00 diff --git a/3rdparty/libflac/test/cuesheets/bad.061.INDEX_missing_number.cue b/3rdparty/libflac/test/cuesheets/bad.061.INDEX_missing_number.cue deleted file mode 100644 index bf72604b0ed..00000000000 --- a/3rdparty/libflac/test/cuesheets/bad.061.INDEX_missing_number.cue +++ /dev/null @@ -1,4 +0,0 @@ -FILE "z.wav" WAVE - TRACK 01 AUDIO - FLAGS PRE - INDEX diff --git a/3rdparty/libflac/test/cuesheets/bad.062.INDEX_invalid_number_1.cue b/3rdparty/libflac/test/cuesheets/bad.062.INDEX_invalid_number_1.cue deleted file mode 100644 index fcb4dd305e4..00000000000 --- a/3rdparty/libflac/test/cuesheets/bad.062.INDEX_invalid_number_1.cue +++ /dev/null @@ -1,4 +0,0 @@ -FILE "z.wav" WAVE - TRACK 01 AUDIO - FLAGS PRE - INDEX thhpt! diff --git a/3rdparty/libflac/test/cuesheets/bad.063.first_INDEX_not_0_or_1.cue b/3rdparty/libflac/test/cuesheets/bad.063.first_INDEX_not_0_or_1.cue deleted file mode 100644 index a136f3f6b9a..00000000000 --- a/3rdparty/libflac/test/cuesheets/bad.063.first_INDEX_not_0_or_1.cue +++ /dev/null @@ -1,4 +0,0 @@ -FILE "z.wav" WAVE - TRACK 01 AUDIO - FLAGS PRE - INDEX 02 00:00:00 diff --git a/3rdparty/libflac/test/cuesheets/bad.064.INDEX_num_non_sequential.cue b/3rdparty/libflac/test/cuesheets/bad.064.INDEX_num_non_sequential.cue deleted file mode 100644 index 9df3b47bbdb..00000000000 --- a/3rdparty/libflac/test/cuesheets/bad.064.INDEX_num_non_sequential.cue +++ /dev/null @@ -1,5 +0,0 @@ -FILE "z.wav" WAVE - TRACK 01 AUDIO - FLAGS PRE - INDEX 01 00:00:00 - INDEX 00 00:00:00 diff --git a/3rdparty/libflac/test/cuesheets/bad.065.INDEX_num_out_of_range.cue b/3rdparty/libflac/test/cuesheets/bad.065.INDEX_num_out_of_range.cue deleted file mode 100644 index a72d7e03d9e..00000000000 --- a/3rdparty/libflac/test/cuesheets/bad.065.INDEX_num_out_of_range.cue +++ /dev/null @@ -1,104 +0,0 @@ -FILE "z.wav" WAVE - TRACK 01 AUDIO - FLAGS PRE - INDEX 00 00:00:00 - INDEX 01 02:10:15 - INDEX 02 02:20:15 - INDEX 03 02:30:15 - INDEX 04 03:30:15 - INDEX 05 03:31:15 - INDEX 06 03:32:06 - INDEX 07 03:32:07 - INDEX 08 03:32:08 - INDEX 09 03:32:09 - INDEX 10 03:32:10 - INDEX 11 03:32:11 - INDEX 12 03:32:12 - INDEX 13 03:32:13 - INDEX 14 03:32:14 - INDEX 15 03:32:15 - INDEX 16 03:32:16 - INDEX 17 03:32:17 - INDEX 18 03:32:18 - INDEX 19 03:32:19 - INDEX 20 03:32:20 - INDEX 21 03:32:21 - INDEX 22 03:32:22 - INDEX 23 03:32:23 - INDEX 24 03:32:24 - INDEX 25 03:32:25 - INDEX 26 03:32:26 - INDEX 27 03:32:27 - INDEX 28 03:32:28 - INDEX 29 03:32:29 - INDEX 30 03:32:30 - INDEX 31 03:32:31 - INDEX 32 03:32:32 - INDEX 33 03:32:33 - INDEX 34 03:32:34 - INDEX 35 03:32:35 - INDEX 36 03:32:36 - INDEX 37 03:32:37 - INDEX 38 03:32:38 - INDEX 39 03:32:39 - INDEX 40 03:32:40 - INDEX 41 03:32:41 - INDEX 42 03:32:42 - INDEX 43 03:32:43 - INDEX 44 03:32:44 - INDEX 45 03:32:45 - INDEX 46 03:32:46 - INDEX 47 03:32:47 - INDEX 48 03:32:48 - INDEX 49 03:32:49 - INDEX 50 03:32:50 - INDEX 51 03:32:51 - INDEX 52 03:32:52 - INDEX 53 03:32:53 - INDEX 54 03:32:54 - INDEX 55 03:32:55 - INDEX 56 03:32:56 - INDEX 57 03:32:57 - INDEX 58 03:32:58 - INDEX 59 03:32:59 - INDEX 60 03:32:60 - INDEX 61 03:32:61 - INDEX 62 03:32:62 - INDEX 63 03:32:63 - INDEX 64 03:32:64 - INDEX 65 03:32:65 - INDEX 66 03:32:66 - INDEX 67 03:32:67 - INDEX 68 03:32:68 - INDEX 69 03:32:69 - INDEX 70 03:40:50 - INDEX 71 03:40:51 - INDEX 72 03:40:52 - INDEX 73 03:40:53 - INDEX 74 03:40:54 - INDEX 75 03:40:55 - INDEX 76 03:40:56 - INDEX 77 03:40:57 - INDEX 78 03:40:58 - INDEX 79 03:40:59 - INDEX 80 03:41:50 - INDEX 81 03:41:51 - INDEX 82 03:41:52 - INDEX 83 03:41:53 - INDEX 84 03:41:54 - INDEX 85 03:41:55 - INDEX 86 03:41:56 - INDEX 87 03:41:57 - INDEX 88 03:41:58 - INDEX 89 03:41:59 - INDEX 90 03:42:50 - INDEX 91 03:42:51 - INDEX 92 03:42:52 - INDEX 93 03:42:53 - INDEX 94 03:42:54 - INDEX 95 03:42:55 - INDEX 96 03:42:56 - INDEX 97 03:42:57 - INDEX 98 03:42:58 - INDEX 99 03:42:59 - INDEX 100 04:00:00 diff --git a/3rdparty/libflac/test/cuesheets/bad.066.INDEX_missing_offset.cue b/3rdparty/libflac/test/cuesheets/bad.066.INDEX_missing_offset.cue deleted file mode 100644 index 1e78bc619a5..00000000000 --- a/3rdparty/libflac/test/cuesheets/bad.066.INDEX_missing_offset.cue +++ /dev/null @@ -1,4 +0,0 @@ -FILE "z.wav" WAVE - TRACK 01 AUDIO - FLAGS PRE - INDEX 01 diff --git a/3rdparty/libflac/test/cuesheets/bad.067.INDEX_illegal_offset.cue b/3rdparty/libflac/test/cuesheets/bad.067.INDEX_illegal_offset.cue deleted file mode 100644 index 8742029695f..00000000000 --- a/3rdparty/libflac/test/cuesheets/bad.067.INDEX_illegal_offset.cue +++ /dev/null @@ -1,4 +0,0 @@ -FILE "z.wav" WAVE - TRACK 01 AUDIO - FLAGS PRE - INDEX 01 00:00.00 diff --git a/3rdparty/libflac/test/cuesheets/bad.068.INDEX_cdda_illegal_offset.cue b/3rdparty/libflac/test/cuesheets/bad.068.INDEX_cdda_illegal_offset.cue deleted file mode 100644 index 6e00fed7f89..00000000000 --- a/3rdparty/libflac/test/cuesheets/bad.068.INDEX_cdda_illegal_offset.cue +++ /dev/null @@ -1,4 +0,0 @@ -FILE "z.wav" WAVE - TRACK 01 AUDIO - FLAGS PRE - INDEX 01 588 diff --git a/3rdparty/libflac/test/cuesheets/bad.069.nonzero_first_INDEX.cue b/3rdparty/libflac/test/cuesheets/bad.069.nonzero_first_INDEX.cue deleted file mode 100644 index 746494978b8..00000000000 --- a/3rdparty/libflac/test/cuesheets/bad.069.nonzero_first_INDEX.cue +++ /dev/null @@ -1,4 +0,0 @@ -FILE "z.wav" WAVE - TRACK 01 AUDIO - FLAGS PRE - INDEX 01 00:02:00 diff --git a/3rdparty/libflac/test/cuesheets/bad.070.INDEX_offset_not_ascending_1.cue b/3rdparty/libflac/test/cuesheets/bad.070.INDEX_offset_not_ascending_1.cue deleted file mode 100644 index a4fe0638e61..00000000000 --- a/3rdparty/libflac/test/cuesheets/bad.070.INDEX_offset_not_ascending_1.cue +++ /dev/null @@ -1,5 +0,0 @@ -FILE "z.wav" WAVE - TRACK 01 AUDIO - INDEX 01 00:00:00 - INDEX 02 00:02:00 - INDEX 03 00:01:74 diff --git a/3rdparty/libflac/test/cuesheets/bad.071.INDEX_offset_not_ascending_2.cue b/3rdparty/libflac/test/cuesheets/bad.071.INDEX_offset_not_ascending_2.cue deleted file mode 100644 index 8983a03c402..00000000000 --- a/3rdparty/libflac/test/cuesheets/bad.071.INDEX_offset_not_ascending_2.cue +++ /dev/null @@ -1,6 +0,0 @@ -FILE "z.wav" WAVE - TRACK 01 AUDIO - INDEX 01 00:00:00 - INDEX 02 00:02:00 - TRACK 02 AUDIO - INDEX 01 00:01:74 diff --git a/3rdparty/libflac/test/cuesheets/bad.110.ISRC_multiple.cue b/3rdparty/libflac/test/cuesheets/bad.110.ISRC_multiple.cue deleted file mode 100644 index 907c1b802e8..00000000000 --- a/3rdparty/libflac/test/cuesheets/bad.110.ISRC_multiple.cue +++ /dev/null @@ -1,5 +0,0 @@ -FILE "z.wav" WAVE - TRACK 01 AUDIO - ISRC ABCDE1234567 - ISRC ABCD01234567 - INDEX 01 00:00:00 diff --git a/3rdparty/libflac/test/cuesheets/bad.111.ISRC_wrong_place_1.cue b/3rdparty/libflac/test/cuesheets/bad.111.ISRC_wrong_place_1.cue deleted file mode 100644 index 86fbe905f37..00000000000 --- a/3rdparty/libflac/test/cuesheets/bad.111.ISRC_wrong_place_1.cue +++ /dev/null @@ -1,4 +0,0 @@ -FILE "z.wav" WAVE -ISRC ABCD01234567 - TRACK 01 AUDIO - INDEX 01 00:00:00 diff --git a/3rdparty/libflac/test/cuesheets/bad.112.ISRC_wrong_place_2.cue b/3rdparty/libflac/test/cuesheets/bad.112.ISRC_wrong_place_2.cue deleted file mode 100644 index e0b4e772d59..00000000000 --- a/3rdparty/libflac/test/cuesheets/bad.112.ISRC_wrong_place_2.cue +++ /dev/null @@ -1,4 +0,0 @@ -FILE "z.wav" WAVE - TRACK 01 AUDIO - INDEX 01 00:00:00 - ISRC ABCD01234567 diff --git a/3rdparty/libflac/test/cuesheets/bad.113.ISRC_missing_number.cue b/3rdparty/libflac/test/cuesheets/bad.113.ISRC_missing_number.cue deleted file mode 100644 index 742e054dcac..00000000000 --- a/3rdparty/libflac/test/cuesheets/bad.113.ISRC_missing_number.cue +++ /dev/null @@ -1,4 +0,0 @@ -FILE "z.wav" WAVE - TRACK 01 AUDIO - ISRC - INDEX 01 00:00:00 diff --git a/3rdparty/libflac/test/cuesheets/bad.114.ISRC_invalid_number.cue b/3rdparty/libflac/test/cuesheets/bad.114.ISRC_invalid_number.cue deleted file mode 100644 index 362130a0188..00000000000 --- a/3rdparty/libflac/test/cuesheets/bad.114.ISRC_invalid_number.cue +++ /dev/null @@ -1,4 +0,0 @@ -FILE "z.wav" WAVE - TRACK 01 AUDIO - ISRC ABCD0123456Z - INDEX 01 00:00:00 diff --git a/3rdparty/libflac/test/cuesheets/bad.130.TRACK_missing_INDEX_01_1.cue b/3rdparty/libflac/test/cuesheets/bad.130.TRACK_missing_INDEX_01_1.cue deleted file mode 100644 index 0697074029b..00000000000 --- a/3rdparty/libflac/test/cuesheets/bad.130.TRACK_missing_INDEX_01_1.cue +++ /dev/null @@ -1,2 +0,0 @@ -FILE "z.wav" WAVE - TRACK 01 AUDIO diff --git a/3rdparty/libflac/test/cuesheets/bad.131.TRACK_missing_INDEX_01_2.cue b/3rdparty/libflac/test/cuesheets/bad.131.TRACK_missing_INDEX_01_2.cue deleted file mode 100644 index 554cf12c729..00000000000 --- a/3rdparty/libflac/test/cuesheets/bad.131.TRACK_missing_INDEX_01_2.cue +++ /dev/null @@ -1,3 +0,0 @@ -FILE "z.wav" WAVE - TRACK 01 AUDIO - INDEX 00 00:00:00 diff --git a/3rdparty/libflac/test/cuesheets/bad.132.TRACK_missing_INDEX_01_3.cue b/3rdparty/libflac/test/cuesheets/bad.132.TRACK_missing_INDEX_01_3.cue deleted file mode 100644 index 5618db897f0..00000000000 --- a/3rdparty/libflac/test/cuesheets/bad.132.TRACK_missing_INDEX_01_3.cue +++ /dev/null @@ -1,4 +0,0 @@ -FILE "z.wav" WAVE - TRACK 01 AUDIO - TRACK 02 AUDIO - INDEX 01 00:02:00 diff --git a/3rdparty/libflac/test/cuesheets/bad.133.TRACK_missing_INDEX_01_4.cue b/3rdparty/libflac/test/cuesheets/bad.133.TRACK_missing_INDEX_01_4.cue deleted file mode 100644 index f74a9e40863..00000000000 --- a/3rdparty/libflac/test/cuesheets/bad.133.TRACK_missing_INDEX_01_4.cue +++ /dev/null @@ -1,5 +0,0 @@ -FILE "z.wav" WAVE - TRACK 01 AUDIO - INDEX 00 00:00:00 - TRACK 02 AUDIO - INDEX 01 00:02:00 diff --git a/3rdparty/libflac/test/cuesheets/bad.134.TRACK_missing_number.cue b/3rdparty/libflac/test/cuesheets/bad.134.TRACK_missing_number.cue deleted file mode 100644 index f95180b8553..00000000000 --- a/3rdparty/libflac/test/cuesheets/bad.134.TRACK_missing_number.cue +++ /dev/null @@ -1,2 +0,0 @@ -FILE "z.wav" WAVE - TRACK diff --git a/3rdparty/libflac/test/cuesheets/bad.135.TRACK_invalid_number_1.cue b/3rdparty/libflac/test/cuesheets/bad.135.TRACK_invalid_number_1.cue deleted file mode 100644 index 9c3c9ea1f2b..00000000000 --- a/3rdparty/libflac/test/cuesheets/bad.135.TRACK_invalid_number_1.cue +++ /dev/null @@ -1,2 +0,0 @@ -FILE "z.wav" WAVE - TRACK thhpt! AUDIO diff --git a/3rdparty/libflac/test/cuesheets/bad.136.TRACK_invalid_number_2.cue b/3rdparty/libflac/test/cuesheets/bad.136.TRACK_invalid_number_2.cue deleted file mode 100644 index 69caafa8be8..00000000000 --- a/3rdparty/libflac/test/cuesheets/bad.136.TRACK_invalid_number_2.cue +++ /dev/null @@ -1,2 +0,0 @@ -FILE "z.wav" WAVE - TRACK 0 AUDIO diff --git a/3rdparty/libflac/test/cuesheets/bad.137.TRACK_cdda_out_of_range.cue b/3rdparty/libflac/test/cuesheets/bad.137.TRACK_cdda_out_of_range.cue deleted file mode 100644 index 8696f520316..00000000000 --- a/3rdparty/libflac/test/cuesheets/bad.137.TRACK_cdda_out_of_range.cue +++ /dev/null @@ -1,2 +0,0 @@ -FILE "z.wav" WAVE - TRACK 100 AUDIO diff --git a/3rdparty/libflac/test/cuesheets/bad.138.TRACK_num_non_sequential.cue b/3rdparty/libflac/test/cuesheets/bad.138.TRACK_num_non_sequential.cue deleted file mode 100644 index 37870c39ea0..00000000000 --- a/3rdparty/libflac/test/cuesheets/bad.138.TRACK_num_non_sequential.cue +++ /dev/null @@ -1,6 +0,0 @@ -FILE "z.wav" WAVE - TRACK 01 AUDIO - INDEX 01 0:0:0 - TRACK 02 AUDIO - INDEX 01 2:0:0 - TRACK 01 AUDIO diff --git a/3rdparty/libflac/test/cuesheets/bad.139.TRACK_missing_type.cue b/3rdparty/libflac/test/cuesheets/bad.139.TRACK_missing_type.cue deleted file mode 100644 index 01fca6a1996..00000000000 --- a/3rdparty/libflac/test/cuesheets/bad.139.TRACK_missing_type.cue +++ /dev/null @@ -1,2 +0,0 @@ -FILE "z.wav" WAVE - TRACK 01 diff --git a/3rdparty/libflac/test/cuesheets/bad.140.no_TRACKs.cue b/3rdparty/libflac/test/cuesheets/bad.140.no_TRACKs.cue deleted file mode 100644 index 73cb8cf5c33..00000000000 --- a/3rdparty/libflac/test/cuesheets/bad.140.no_TRACKs.cue +++ /dev/null @@ -1 +0,0 @@ -FILE "z.wav" WAVE diff --git a/3rdparty/libflac/test/cuesheets/bad.200.FLAC_leadin_missing_offset.cue b/3rdparty/libflac/test/cuesheets/bad.200.FLAC_leadin_missing_offset.cue deleted file mode 100644 index 7441aa53263..00000000000 --- a/3rdparty/libflac/test/cuesheets/bad.200.FLAC_leadin_missing_offset.cue +++ /dev/null @@ -1 +0,0 @@ -REM FLAC__lead-in diff --git a/3rdparty/libflac/test/cuesheets/bad.201.FLAC_leadin_illegal_offset.cue b/3rdparty/libflac/test/cuesheets/bad.201.FLAC_leadin_illegal_offset.cue deleted file mode 100644 index acf69409b9c..00000000000 --- a/3rdparty/libflac/test/cuesheets/bad.201.FLAC_leadin_illegal_offset.cue +++ /dev/null @@ -1 +0,0 @@ -REM FLAC__lead-in thhpt! diff --git a/3rdparty/libflac/test/cuesheets/bad.202.FLAC_leadin_cdda_illegal_offset.cue b/3rdparty/libflac/test/cuesheets/bad.202.FLAC_leadin_cdda_illegal_offset.cue deleted file mode 100644 index 6f2d0f7d8e3..00000000000 --- a/3rdparty/libflac/test/cuesheets/bad.202.FLAC_leadin_cdda_illegal_offset.cue +++ /dev/null @@ -1 +0,0 @@ -REM FLAC__lead-in 123 diff --git a/3rdparty/libflac/test/cuesheets/bad.230.FLAC_leadout_multiple.cue b/3rdparty/libflac/test/cuesheets/bad.230.FLAC_leadout_multiple.cue deleted file mode 100644 index 656fe9d96d2..00000000000 --- a/3rdparty/libflac/test/cuesheets/bad.230.FLAC_leadout_multiple.cue +++ /dev/null @@ -1,3 +0,0 @@ -REM FLAC__lead-in 88200 -REM FLAC__lead-out 170 211680000 -REM FLAC__lead-out 170 211680588 diff --git a/3rdparty/libflac/test/cuesheets/bad.231.FLAC_leadout_missing_track.cue b/3rdparty/libflac/test/cuesheets/bad.231.FLAC_leadout_missing_track.cue deleted file mode 100644 index a723b7a6137..00000000000 --- a/3rdparty/libflac/test/cuesheets/bad.231.FLAC_leadout_missing_track.cue +++ /dev/null @@ -1 +0,0 @@ -REM FLAC__lead-out diff --git a/3rdparty/libflac/test/cuesheets/bad.232.FLAC_leadout_illegal_track.cue b/3rdparty/libflac/test/cuesheets/bad.232.FLAC_leadout_illegal_track.cue deleted file mode 100644 index 6001826b50f..00000000000 --- a/3rdparty/libflac/test/cuesheets/bad.232.FLAC_leadout_illegal_track.cue +++ /dev/null @@ -1 +0,0 @@ -REM FLAC__lead-out thhpt! diff --git a/3rdparty/libflac/test/cuesheets/bad.233.FLAC_leadout_missing_offset.cue b/3rdparty/libflac/test/cuesheets/bad.233.FLAC_leadout_missing_offset.cue deleted file mode 100644 index ef5f1dc3aa9..00000000000 --- a/3rdparty/libflac/test/cuesheets/bad.233.FLAC_leadout_missing_offset.cue +++ /dev/null @@ -1 +0,0 @@ -REM FLAC__lead-out 170 diff --git a/3rdparty/libflac/test/cuesheets/bad.234.FLAC_leadout_illegal_offset.cue b/3rdparty/libflac/test/cuesheets/bad.234.FLAC_leadout_illegal_offset.cue deleted file mode 100644 index 01c69f40de2..00000000000 --- a/3rdparty/libflac/test/cuesheets/bad.234.FLAC_leadout_illegal_offset.cue +++ /dev/null @@ -1 +0,0 @@ -REM FLAC__lead-out 170 thhpt! diff --git a/3rdparty/libflac/test/cuesheets/bad.235.FLAC_leadout_offset_not_211680000.cue b/3rdparty/libflac/test/cuesheets/bad.235.FLAC_leadout_offset_not_211680000.cue deleted file mode 100644 index 8add1d6e309..00000000000 --- a/3rdparty/libflac/test/cuesheets/bad.235.FLAC_leadout_offset_not_211680000.cue +++ /dev/null @@ -1 +0,0 @@ -REM FLAC__lead-out 170 211680588 diff --git a/3rdparty/libflac/test/cuesheets/good.000.cue b/3rdparty/libflac/test/cuesheets/good.000.cue deleted file mode 100644 index bdfbccf9c40..00000000000 --- a/3rdparty/libflac/test/cuesheets/good.000.cue +++ /dev/null @@ -1,4 +0,0 @@ -CATALOG "1234567890123" -FILE "z.wav" WAVE - TRACK 01 AUDIO - INDEX 01 00:00:00 diff --git a/3rdparty/libflac/test/cuesheets/good.001.cue b/3rdparty/libflac/test/cuesheets/good.001.cue deleted file mode 100644 index f9887cfa527..00000000000 --- a/3rdparty/libflac/test/cuesheets/good.001.cue +++ /dev/null @@ -1,184 +0,0 @@ -REM FLAC__lead-in 88200 -REM FLAC__lead-out 170 211680000 -CATALOG 1234567890123 -FILE "z.wav" WAVE - TRACK 01 AUDIO - FLAGS PRE - INDEX 01 00:00:00 - TRACK 02 AUDIO - FLAGS PRE - ISRC ABCDE7654321 - INDEX 00 02:09:12 - INDEX 01 02:10:15 - INDEX 02 02:20:15 - INDEX 03 02:30:15 - INDEX 04 03:30:15 - INDEX 05 03:31:15 - INDEX 06 03:32:06 - INDEX 07 03:32:07 - INDEX 08 03:32:08 - INDEX 09 03:32:09 - INDEX 10 03:32:10 - INDEX 11 03:32:11 - INDEX 12 03:32:12 - INDEX 13 03:32:13 - INDEX 14 03:32:14 - INDEX 15 03:32:15 - INDEX 16 03:32:16 - INDEX 17 03:32:17 - INDEX 18 03:32:18 - INDEX 19 03:32:19 - INDEX 20 03:32:20 - INDEX 21 03:32:21 - INDEX 22 03:32:22 - INDEX 23 03:32:23 - INDEX 24 03:32:24 - INDEX 25 03:32:25 - INDEX 26 03:32:26 - INDEX 27 03:32:27 - INDEX 28 03:32:28 - INDEX 29 03:32:29 - INDEX 30 03:32:30 - INDEX 31 03:32:31 - INDEX 32 03:32:32 - INDEX 33 03:32:33 - INDEX 34 03:32:34 - INDEX 35 03:32:35 - INDEX 36 03:32:36 - INDEX 37 03:32:37 - INDEX 38 03:32:38 - INDEX 39 03:32:39 - INDEX 40 03:32:40 - INDEX 41 03:32:41 - INDEX 42 03:32:42 - INDEX 43 03:32:43 - INDEX 44 03:32:44 - INDEX 45 03:32:45 - INDEX 46 03:32:46 - INDEX 47 03:32:47 - INDEX 48 03:32:48 - INDEX 49 03:32:49 - INDEX 50 03:32:50 - INDEX 51 03:32:51 - INDEX 52 03:32:52 - INDEX 53 03:32:53 - INDEX 54 03:32:54 - INDEX 55 03:32:55 - INDEX 56 03:32:56 - INDEX 57 03:32:57 - INDEX 58 03:32:58 - INDEX 59 03:32:59 - INDEX 60 03:32:60 - INDEX 61 03:32:61 - INDEX 62 03:32:62 - INDEX 63 03:32:63 - INDEX 64 03:32:64 - INDEX 65 03:32:65 - INDEX 66 03:32:66 - INDEX 67 03:32:67 - INDEX 68 03:32:68 - INDEX 69 03:32:69 - INDEX 70 03:40:50 - INDEX 71 03:40:51 - INDEX 72 03:40:52 - INDEX 73 03:40:53 - INDEX 74 03:40:54 - INDEX 75 03:40:55 - INDEX 76 03:40:56 - INDEX 77 03:40:57 - INDEX 78 03:40:58 - INDEX 79 03:40:59 - INDEX 80 03:41:50 - INDEX 81 03:41:51 - INDEX 82 03:41:52 - INDEX 83 03:41:53 - INDEX 84 03:41:54 - INDEX 85 03:41:55 - INDEX 86 03:41:56 - INDEX 87 03:41:57 - INDEX 88 03:41:58 - INDEX 89 03:41:59 - INDEX 90 03:42:50 - INDEX 91 03:42:51 - INDEX 92 03:42:52 - INDEX 93 03:42:53 - INDEX 94 03:42:54 - INDEX 95 03:42:55 - INDEX 96 03:42:56 - INDEX 97 03:42:57 - INDEX 98 03:42:58 - INDEX 99 03:42:59 - TRACK 03 AUDIO - ISRC AB-CD7-65-43210 - INDEX 00 04:50:12 - INDEX 01 04:51:72 - TRACK 04 AUDIO - INDEX 00 06:36:10 - INDEX 01 06:38:47 - TRACK 05 AUDIO - INDEX 00 08:34:45 - INDEX 01 08:36:15 - TRACK 06 AUDIO - INDEX 00 13:20:22 - INDEX 01 13:22:12 - TRACK 07 AUDIO - INDEX 00 16:08:20 - INDEX 01 16:11:17 - TRACK 08 AUDIO - INDEX 01 17:48:37 - TRACK 09 AUDIO - INDEX 00 19:38:17 - INDEX 01 19:39:30 - TRACK 10 AUDIO - INDEX 00 22:07:07 - INDEX 01 22:08:20 - TRACK 11 AUDIO - INDEX 01 24:16:45 - TRACK 12 AUDIO - INDEX 01 26:13:67 - TRACK 13 AUDIO - INDEX 01 28:03:27 - TRACK 14 AUDIO - INDEX 00 30:22:42 - INDEX 01 30:24:45 - TRACK 15 AUDIO - INDEX 00 34:06:22 - INDEX 01 34:07:62 - TRACK 16 AUDIO - INDEX 00 35:54:30 - INDEX 01 35:56:60 - TRACK 17 AUDIO - INDEX 00 38:49:10 - INDEX 01 38:51:22 - TRACK 18 AUDIO - INDEX 00 41:14:15 - INDEX 01 41:17:15 - TRACK 19 AUDIO - INDEX 00 44:27:15 - INDEX 01 44:28:45 - TRACK 20 AUDIO - INDEX 00 48:07:17 - INDEX 01 48:09:72 - TRACK 21 AUDIO - INDEX 00 50:48:05 - INDEX 01 50:49:27 - TRACK 22 AUDIO - INDEX 00 53:29:72 - INDEX 01 53:31:20 - TRACK 23 AUDIO - INDEX 00 57:57:60 - INDEX 01 58:00:40 - TRACK 24 AUDIO - INDEX 00 61:52:65 - INDEX 01 61:55:37 - TRACK 25 AUDIO - INDEX 00 65:07:50 - INDEX 01 65:10:52 - TRACK 26 AUDIO - INDEX 00 68:30:05 - INDEX 01 68:32:45 - TRACK 27 AUDIO - INDEX 01 71:45:17 - TRACK 28 AUDIO - INDEX 00 74:49:07 - INDEX 01 74:51:47 diff --git a/3rdparty/libflac/test/cuesheets/good.002.dos_format.cue b/3rdparty/libflac/test/cuesheets/good.002.dos_format.cue deleted file mode 100644 index bdfbccf9c40..00000000000 --- a/3rdparty/libflac/test/cuesheets/good.002.dos_format.cue +++ /dev/null @@ -1,4 +0,0 @@ -CATALOG "1234567890123" -FILE "z.wav" WAVE - TRACK 01 AUDIO - INDEX 01 00:00:00 diff --git a/3rdparty/libflac/test/cuesheets/good.003.missing_final_newline.cue b/3rdparty/libflac/test/cuesheets/good.003.missing_final_newline.cue deleted file mode 100644 index a4c298f3f9b..00000000000 --- a/3rdparty/libflac/test/cuesheets/good.003.missing_final_newline.cue +++ /dev/null @@ -1,4 +0,0 @@ -CATALOG "1234567890123" -FILE "z.wav" WAVE - TRACK 01 AUDIO - INDEX 01 00:00:00
\ No newline at end of file diff --git a/3rdparty/libflac/test/cuesheets/good.004.dos_format.missing_final_newline.cue b/3rdparty/libflac/test/cuesheets/good.004.dos_format.missing_final_newline.cue deleted file mode 100644 index a4c298f3f9b..00000000000 --- a/3rdparty/libflac/test/cuesheets/good.004.dos_format.missing_final_newline.cue +++ /dev/null @@ -1,4 +0,0 @@ -CATALOG "1234567890123" -FILE "z.wav" WAVE - TRACK 01 AUDIO - INDEX 01 00:00:00
\ No newline at end of file diff --git a/3rdparty/libflac/test/flac-to-flac-metadata-test-files/Makefile.am b/3rdparty/libflac/test/flac-to-flac-metadata-test-files/Makefile.am deleted file mode 100644 index 511a2e22a1d..00000000000 --- a/3rdparty/libflac/test/flac-to-flac-metadata-test-files/Makefile.am +++ /dev/null @@ -1,45 +0,0 @@ -# FLAC - Free Lossless Audio Codec -# Copyright (C) 2006,2007 Josh Coalson -# -# This file is part the FLAC project. FLAC is comprised of several -# components distributed under difference licenses. The codec libraries -# are distributed under Xiph.Org's BSD-like license (see the file -# COPYING.Xiph in this distribution). All other programs, libraries, and -# plugins are distributed under the GPL (see COPYING.GPL). The documentation -# is distributed under the Gnu FDL (see COPYING.FDL). Each file in the -# FLAC distribution contains at the top the terms under which it may be -# distributed. -# -# Since this particular file is relevant to all components of FLAC, -# it may be distributed under the Xiph.Org license, which is the least -# restrictive of those mentioned above. See the file COPYING.Xiph in this -# distribution. - -EXTRA_DIST = \ - case00a-expect.meta \ - case01a-expect.meta \ - case01b-expect.meta \ - case01c-expect.meta \ - case01d-expect.meta \ - case01e-expect.meta \ - case02a-expect.meta \ - case02b-expect.meta \ - case02c-expect.meta \ - case03a-expect.meta \ - case03b-expect.meta \ - case03c-expect.meta \ - case04a-expect.meta \ - case04b-expect.meta \ - case04c-expect.meta \ - case04d-expect.meta \ - case04e-expect.meta \ - input-SCPAP.flac \ - input-SCVA.flac \ - input-SCVAUP.flac \ - input-SCVPAP.flac \ - input-SVAUP.flac \ - input-VA.flac \ - input0.cue - -clean-local: - -rm -f out.* diff --git a/3rdparty/libflac/test/flac-to-flac-metadata-test-files/Makefile.in b/3rdparty/libflac/test/flac-to-flac-metadata-test-files/Makefile.in deleted file mode 100644 index 83060e280dc..00000000000 --- a/3rdparty/libflac/test/flac-to-flac-metadata-test-files/Makefile.in +++ /dev/null @@ -1,399 +0,0 @@ -# Makefile.in generated by automake 1.7.9 from Makefile.am. -# @configure_input@ - -# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 -# Free Software Foundation, Inc. -# This Makefile.in is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY, to the extent permitted by law; without -# even the implied warranty of MERCHANTABILITY or FITNESS FOR A -# PARTICULAR PURPOSE. - -@SET_MAKE@ - -# FLAC - Free Lossless Audio Codec -# Copyright (C) 2006,2007 Josh Coalson -# -# This file is part the FLAC project. FLAC is comprised of several -# components distributed under difference licenses. The codec libraries -# are distributed under Xiph.Org's BSD-like license (see the file -# COPYING.Xiph in this distribution). All other programs, libraries, and -# plugins are distributed under the GPL (see COPYING.GPL). The documentation -# is distributed under the Gnu FDL (see COPYING.FDL). Each file in the -# FLAC distribution contains at the top the terms under which it may be -# distributed. -# -# Since this particular file is relevant to all components of FLAC, -# it may be distributed under the Xiph.Org license, which is the least -# restrictive of those mentioned above. See the file COPYING.Xiph in this -# distribution. - -srcdir = @srcdir@ -top_srcdir = @top_srcdir@ -VPATH = @srcdir@ -pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@PACKAGE@ -pkgincludedir = $(includedir)/@PACKAGE@ -top_builddir = ../.. - -am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -INSTALL = @INSTALL@ -install_sh_DATA = $(install_sh) -c -m 644 -install_sh_PROGRAM = $(install_sh) -c -install_sh_SCRIPT = $(install_sh) -c -INSTALL_HEADER = $(INSTALL_DATA) -transform = $(program_transform_name) -NORMAL_INSTALL = : -PRE_INSTALL = : -POST_INSTALL = : -NORMAL_UNINSTALL = : -PRE_UNINSTALL = : -POST_UNINSTALL = : -host_triplet = @host@ -ACLOCAL = @ACLOCAL@ -ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@ -AMDEP_FALSE = @AMDEP_FALSE@ -AMDEP_TRUE = @AMDEP_TRUE@ -AMTAR = @AMTAR@ -AR = @AR@ -AS = @AS@ -AUTOCONF = @AUTOCONF@ -AUTOHEADER = @AUTOHEADER@ -AUTOMAKE = @AUTOMAKE@ -AWK = @AWK@ -CC = @CC@ -CCAS = @CCAS@ -CCASFLAGS = @CCASFLAGS@ -CCDEPMODE = @CCDEPMODE@ -CFLAGS = @CFLAGS@ -CPP = @CPP@ -CPPFLAGS = @CPPFLAGS@ -CXX = @CXX@ -CXXCPP = @CXXCPP@ -CXXDEPMODE = @CXXDEPMODE@ -CXXFLAGS = @CXXFLAGS@ -CYGPATH_W = @CYGPATH_W@ -DEBUG_FALSE = @DEBUG_FALSE@ -DEBUG_TRUE = @DEBUG_TRUE@ -DEFS = @DEFS@ -DEPDIR = @DEPDIR@ -DOCBOOK_TO_MAN = @DOCBOOK_TO_MAN@ -DOXYGEN = @DOXYGEN@ -ECHO = @ECHO@ -ECHO_C = @ECHO_C@ -ECHO_N = @ECHO_N@ -ECHO_T = @ECHO_T@ -EGREP = @EGREP@ -EXEEXT = @EXEEXT@ -F77 = @F77@ -FFLAGS = @FFLAGS@ -FLAC__TEST_LEVEL = @FLAC__TEST_LEVEL@ -FLAC__TEST_WITH_VALGRIND = @FLAC__TEST_WITH_VALGRIND@ -FLaC__CPU_IA32_FALSE = @FLaC__CPU_IA32_FALSE@ -FLaC__CPU_IA32_TRUE = @FLaC__CPU_IA32_TRUE@ -FLaC__CPU_PPC_FALSE = @FLaC__CPU_PPC_FALSE@ -FLaC__CPU_PPC_TRUE = @FLaC__CPU_PPC_TRUE@ -FLaC__CPU_SPARC_FALSE = @FLaC__CPU_SPARC_FALSE@ -FLaC__CPU_SPARC_TRUE = @FLaC__CPU_SPARC_TRUE@ -FLaC__HAS_AS_FALSE = @FLaC__HAS_AS_FALSE@ -FLaC__HAS_AS_TRUE = @FLaC__HAS_AS_TRUE@ -FLaC__HAS_AS__TEMPORARILY_DISABLED_FALSE = @FLaC__HAS_AS__TEMPORARILY_DISABLED_FALSE@ -FLaC__HAS_AS__TEMPORARILY_DISABLED_TRUE = @FLaC__HAS_AS__TEMPORARILY_DISABLED_TRUE@ -FLaC__HAS_DOCBOOK_TO_MAN_FALSE = @FLaC__HAS_DOCBOOK_TO_MAN_FALSE@ -FLaC__HAS_DOCBOOK_TO_MAN_TRUE = @FLaC__HAS_DOCBOOK_TO_MAN_TRUE@ -FLaC__HAS_DOXYGEN_FALSE = @FLaC__HAS_DOXYGEN_FALSE@ -FLaC__HAS_DOXYGEN_TRUE = @FLaC__HAS_DOXYGEN_TRUE@ -FLaC__HAS_GAS_FALSE = @FLaC__HAS_GAS_FALSE@ -FLaC__HAS_GAS_TRUE = @FLaC__HAS_GAS_TRUE@ -FLaC__HAS_GAS__TEMPORARILY_DISABLED_FALSE = @FLaC__HAS_GAS__TEMPORARILY_DISABLED_FALSE@ -FLaC__HAS_GAS__TEMPORARILY_DISABLED_TRUE = @FLaC__HAS_GAS__TEMPORARILY_DISABLED_TRUE@ -FLaC__HAS_NASM_FALSE = @FLaC__HAS_NASM_FALSE@ -FLaC__HAS_NASM_TRUE = @FLaC__HAS_NASM_TRUE@ -FLaC__HAS_OGG_FALSE = @FLaC__HAS_OGG_FALSE@ -FLaC__HAS_OGG_TRUE = @FLaC__HAS_OGG_TRUE@ -FLaC__HAS_XMMS_FALSE = @FLaC__HAS_XMMS_FALSE@ -FLaC__HAS_XMMS_TRUE = @FLaC__HAS_XMMS_TRUE@ -FLaC__INSTALL_XMMS_PLUGIN_LOCALLY_FALSE = @FLaC__INSTALL_XMMS_PLUGIN_LOCALLY_FALSE@ -FLaC__INSTALL_XMMS_PLUGIN_LOCALLY_TRUE = @FLaC__INSTALL_XMMS_PLUGIN_LOCALLY_TRUE@ -FLaC__NO_ASM_FALSE = @FLaC__NO_ASM_FALSE@ -FLaC__NO_ASM_TRUE = @FLaC__NO_ASM_TRUE@ -FLaC__SSE_OS_FALSE = @FLaC__SSE_OS_FALSE@ -FLaC__SSE_OS_TRUE = @FLaC__SSE_OS_TRUE@ -FLaC__SYS_DARWIN_FALSE = @FLaC__SYS_DARWIN_FALSE@ -FLaC__SYS_DARWIN_TRUE = @FLaC__SYS_DARWIN_TRUE@ -FLaC__SYS_LINUX_FALSE = @FLaC__SYS_LINUX_FALSE@ -FLaC__SYS_LINUX_TRUE = @FLaC__SYS_LINUX_TRUE@ -FLaC__USE_3DNOW_FALSE = @FLaC__USE_3DNOW_FALSE@ -FLaC__USE_3DNOW_TRUE = @FLaC__USE_3DNOW_TRUE@ -FLaC__USE_ALTIVEC_FALSE = @FLaC__USE_ALTIVEC_FALSE@ -FLaC__USE_ALTIVEC_TRUE = @FLaC__USE_ALTIVEC_TRUE@ -FLaC__WITH_CPPLIBS_FALSE = @FLaC__WITH_CPPLIBS_FALSE@ -FLaC__WITH_CPPLIBS_TRUE = @FLaC__WITH_CPPLIBS_TRUE@ -GAS = @GAS@ -INSTALL_DATA = @INSTALL_DATA@ -INSTALL_PROGRAM = @INSTALL_PROGRAM@ -INSTALL_SCRIPT = @INSTALL_SCRIPT@ -INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -LDFLAGS = @LDFLAGS@ -LIBICONV = @LIBICONV@ -LIBOBJS = @LIBOBJS@ -LIBS = @LIBS@ -LIBTOOL = @LIBTOOL@ -LN_S = @LN_S@ -LTLIBICONV = @LTLIBICONV@ -LTLIBOBJS = @LTLIBOBJS@ -MAINT = @MAINT@ -MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@ -MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@ -MAKEINFO = @MAKEINFO@ -MINGW_WINSOCK_LIBS = @MINGW_WINSOCK_LIBS@ -NASM = @NASM@ -OBJEXT = @OBJEXT@ -OBJ_FORMAT = @OBJ_FORMAT@ -OGG_CFLAGS = @OGG_CFLAGS@ -OGG_LIBS = @OGG_LIBS@ -PACKAGE = @PACKAGE@ -PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -PACKAGE_NAME = @PACKAGE_NAME@ -PACKAGE_STRING = @PACKAGE_STRING@ -PACKAGE_TARNAME = @PACKAGE_TARNAME@ -PACKAGE_VERSION = @PACKAGE_VERSION@ -PATH_SEPARATOR = @PATH_SEPARATOR@ -RANLIB = @RANLIB@ -SET_MAKE = @SET_MAKE@ -SHELL = @SHELL@ -STRIP = @STRIP@ -VERSION = @VERSION@ -XMMS_CFLAGS = @XMMS_CFLAGS@ -XMMS_CONFIG = @XMMS_CONFIG@ -XMMS_DATA_DIR = @XMMS_DATA_DIR@ -XMMS_EFFECT_PLUGIN_DIR = @XMMS_EFFECT_PLUGIN_DIR@ -XMMS_GENERAL_PLUGIN_DIR = @XMMS_GENERAL_PLUGIN_DIR@ -XMMS_INPUT_PLUGIN_DIR = @XMMS_INPUT_PLUGIN_DIR@ -XMMS_LIBS = @XMMS_LIBS@ -XMMS_OUTPUT_PLUGIN_DIR = @XMMS_OUTPUT_PLUGIN_DIR@ -XMMS_PLUGIN_DIR = @XMMS_PLUGIN_DIR@ -XMMS_VERSION = @XMMS_VERSION@ -XMMS_VISUALIZATION_PLUGIN_DIR = @XMMS_VISUALIZATION_PLUGIN_DIR@ -ac_ct_AR = @ac_ct_AR@ -ac_ct_CC = @ac_ct_CC@ -ac_ct_CXX = @ac_ct_CXX@ -ac_ct_F77 = @ac_ct_F77@ -ac_ct_RANLIB = @ac_ct_RANLIB@ -ac_ct_STRIP = @ac_ct_STRIP@ -am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ -am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ -am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@ -am__include = @am__include@ -am__leading_dot = @am__leading_dot@ -am__quote = @am__quote@ -bindir = @bindir@ -build = @build@ -build_alias = @build_alias@ -build_cpu = @build_cpu@ -build_os = @build_os@ -build_vendor = @build_vendor@ -datadir = @datadir@ -exec_prefix = @exec_prefix@ -host = @host@ -host_alias = @host_alias@ -host_cpu = @host_cpu@ -host_os = @host_os@ -host_vendor = @host_vendor@ -includedir = @includedir@ -infodir = @infodir@ -install_sh = @install_sh@ -libdir = @libdir@ -libexecdir = @libexecdir@ -localstatedir = @localstatedir@ -mandir = @mandir@ -oldincludedir = @oldincludedir@ -prefix = @prefix@ -program_transform_name = @program_transform_name@ -sbindir = @sbindir@ -sharedstatedir = @sharedstatedir@ -sysconfdir = @sysconfdir@ -target_alias = @target_alias@ - -EXTRA_DIST = \ - case00a-expect.meta \ - case01a-expect.meta \ - case01b-expect.meta \ - case01c-expect.meta \ - case01d-expect.meta \ - case01e-expect.meta \ - case02a-expect.meta \ - case02b-expect.meta \ - case02c-expect.meta \ - case03a-expect.meta \ - case03b-expect.meta \ - case03c-expect.meta \ - case04a-expect.meta \ - case04b-expect.meta \ - case04c-expect.meta \ - case04d-expect.meta \ - case04e-expect.meta \ - input-SCPAP.flac \ - input-SCVA.flac \ - input-SCVAUP.flac \ - input-SCVPAP.flac \ - input-SVAUP.flac \ - input-VA.flac \ - input0.cue - -subdir = test/flac-to-flac-metadata-test-files -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs -CONFIG_HEADER = $(top_builddir)/config.h -CONFIG_CLEAN_FILES = -DIST_SOURCES = -DIST_COMMON = $(srcdir)/Makefile.in Makefile.am -all: all-am - -.SUFFIXES: -$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu test/flac-to-flac-metadata-test-files/Makefile -Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe) - -mostlyclean-libtool: - -rm -f *.lo - -clean-libtool: - -rm -rf .libs _libs - -distclean-libtool: - -rm -f libtool -uninstall-info-am: -tags: TAGS -TAGS: - -ctags: CTAGS -CTAGS: - -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) - -top_distdir = ../.. -distdir = $(top_distdir)/$(PACKAGE)-$(VERSION) - -distdir: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ - list='$(DISTFILES)'; for file in $$list; do \ - case $$file in \ - $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ - $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ - esac; \ - if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ - dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ - if test "$$dir" != "$$file" && test "$$dir" != "."; then \ - dir="/$$dir"; \ - $(mkinstalldirs) "$(distdir)$$dir"; \ - else \ - dir=''; \ - fi; \ - if test -d $$d/$$file; then \ - if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ - fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ - else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ - || exit 1; \ - fi; \ - done -check-am: all-am -check: check-am -all-am: Makefile - -installdirs: -install: install-am -install-exec: install-exec-am -install-data: install-data-am -uninstall: uninstall-am - -install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - -installcheck: installcheck-am -install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install -mostlyclean-generic: - -clean-generic: - -distclean-generic: - -rm -f $(CONFIG_CLEAN_FILES) - -maintainer-clean-generic: - @echo "This command is intended for maintainers to use" - @echo "it deletes files that may require special tools to rebuild." -clean: clean-am - -clean-am: clean-generic clean-libtool clean-local mostlyclean-am - -distclean: distclean-am - -rm -f Makefile -distclean-am: clean-am distclean-generic distclean-libtool - -dvi: dvi-am - -dvi-am: - -info: info-am - -info-am: - -install-data-am: - -install-exec-am: - -install-info: install-info-am - -install-man: - -installcheck-am: - -maintainer-clean: maintainer-clean-am - -rm -f Makefile -maintainer-clean-am: distclean-am maintainer-clean-generic - -mostlyclean: mostlyclean-am - -mostlyclean-am: mostlyclean-generic mostlyclean-libtool - -pdf: pdf-am - -pdf-am: - -ps: ps-am - -ps-am: - -uninstall-am: uninstall-info-am - -.PHONY: all all-am check check-am clean clean-generic clean-libtool \ - clean-local distclean distclean-generic distclean-libtool \ - distdir dvi dvi-am info info-am install install-am install-data \ - install-data-am install-exec install-exec-am install-info \ - install-info-am install-man install-strip installcheck \ - installcheck-am installdirs maintainer-clean \ - maintainer-clean-generic mostlyclean mostlyclean-generic \ - mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \ - uninstall-info-am - - -clean-local: - -rm -f out.* -# Tell versions [3.59,3.63) of GNU make to not export all variables. -# Otherwise a system limit (for SysV at least) may be exceeded. -.NOEXPORT: diff --git a/3rdparty/libflac/test/flac-to-flac-metadata-test-files/case00a-expect.meta b/3rdparty/libflac/test/flac-to-flac-metadata-test-files/case00a-expect.meta deleted file mode 100644 index 58bce546773..00000000000 --- a/3rdparty/libflac/test/flac-to-flac-metadata-test-files/case00a-expect.meta +++ /dev/null @@ -1,84 +0,0 @@ -METADATA block #0 - type: 0 (STREAMINFO) - is last: false - length: 34 - sample_rate: 44100 Hz - channels: 2 - bits-per-sample: 16 - total samples: 5880 - MD5 signature: 74ffd4737eb5488d512be4af58943362 -METADATA block #1 - type: 3 (SEEKTABLE) - is last: false - length: 180 - seek points: 10 - point 0: sample_number=0 - point 1: sample_number=4096 - point 2: PLACEHOLDER - point 3: PLACEHOLDER - point 4: PLACEHOLDER - point 5: PLACEHOLDER - point 6: PLACEHOLDER - point 7: PLACEHOLDER - point 8: PLACEHOLDER - point 9: PLACEHOLDER -METADATA block #2 - type: 5 (CUESHEET) - is last: false - length: 540 - media catalog number: 1234567890123 - lead-in: 88200 - is CD: true - number of tracks: 3 - track[0] - offset: 0 - number: 1 - ISRC: - type: AUDIO - pre-emphasis: false - number of index points: 2 - index[0] - offset: 0 - number: 1 - index[1] - offset: 588 - number: 2 - track[1] - offset: 2940 - number: 2 - ISRC: - type: AUDIO - pre-emphasis: false - number of index points: 1 - index[0] - offset: 0 - number: 1 - track[2] - offset: 5880 - number: 170 (LEAD-OUT) -METADATA block #3 - type: 4 (VORBIS_COMMENT) - is last: false - length: 203 - comments: 6 - comment[0]: REPLAYGAIN_TRACK_PEAK=0.99996948 - comment[1]: REPLAYGAIN_TRACK_GAIN=-7.89 dB - comment[2]: REPLAYGAIN_ALBUM_PEAK=0.99996948 - comment[3]: REPLAYGAIN_ALBUM_GAIN=-7.89 dB - comment[4]: artist=1 - comment[5]: title=2 -METADATA block #4 - type: 2 (APPLICATION) - is last: false - length: 4 - application ID: 66616b65 - data contents: -METADATA block #5 - type: 126 (UNKNOWN) - is last: false - length: 0 - data contents: -METADATA block #6 - type: 1 (PADDING) - is last: true - length: 3201 diff --git a/3rdparty/libflac/test/flac-to-flac-metadata-test-files/case01a-expect.meta b/3rdparty/libflac/test/flac-to-flac-metadata-test-files/case01a-expect.meta deleted file mode 100644 index d82d2776421..00000000000 --- a/3rdparty/libflac/test/flac-to-flac-metadata-test-files/case01a-expect.meta +++ /dev/null @@ -1,79 +0,0 @@ -METADATA block #0 - type: 0 (STREAMINFO) - is last: false - length: 34 - sample_rate: 44100 Hz - channels: 2 - bits-per-sample: 16 - total samples: 5880 - MD5 signature: 74ffd4737eb5488d512be4af58943362 -METADATA block #1 - type: 3 (SEEKTABLE) - is last: false - length: 180 - seek points: 10 - point 0: sample_number=0 - point 1: sample_number=4096 - point 2: PLACEHOLDER - point 3: PLACEHOLDER - point 4: PLACEHOLDER - point 5: PLACEHOLDER - point 6: PLACEHOLDER - point 7: PLACEHOLDER - point 8: PLACEHOLDER - point 9: PLACEHOLDER -METADATA block #2 - type: 5 (CUESHEET) - is last: false - length: 540 - media catalog number: 1234567890123 - lead-in: 88200 - is CD: true - number of tracks: 3 - track[0] - offset: 0 - number: 1 - ISRC: - type: AUDIO - pre-emphasis: false - number of index points: 2 - index[0] - offset: 0 - number: 1 - index[1] - offset: 588 - number: 2 - track[1] - offset: 2940 - number: 2 - ISRC: - type: AUDIO - pre-emphasis: false - number of index points: 1 - index[0] - offset: 0 - number: 1 - track[2] - offset: 5880 - number: 170 (LEAD-OUT) -METADATA block #3 - type: 4 (VORBIS_COMMENT) - is last: false - length: 203 - comments: 6 - comment[0]: REPLAYGAIN_TRACK_PEAK=0.99996948 - comment[1]: REPLAYGAIN_TRACK_GAIN=-7.89 dB - comment[2]: REPLAYGAIN_ALBUM_PEAK=0.99996948 - comment[3]: REPLAYGAIN_ALBUM_GAIN=-7.89 dB - comment[4]: artist=1 - comment[5]: title=2 -METADATA block #4 - type: 2 (APPLICATION) - is last: false - length: 4 - application ID: 66616b65 - data contents: -METADATA block #5 - type: 1 (PADDING) - is last: true - length: 3205 diff --git a/3rdparty/libflac/test/flac-to-flac-metadata-test-files/case01b-expect.meta b/3rdparty/libflac/test/flac-to-flac-metadata-test-files/case01b-expect.meta deleted file mode 100644 index 2a6538d865d..00000000000 --- a/3rdparty/libflac/test/flac-to-flac-metadata-test-files/case01b-expect.meta +++ /dev/null @@ -1,75 +0,0 @@ -METADATA block #0 - type: 0 (STREAMINFO) - is last: false - length: 34 - sample_rate: 44100 Hz - channels: 2 - bits-per-sample: 16 - total samples: 5880 - MD5 signature: 74ffd4737eb5488d512be4af58943362 -METADATA block #1 - type: 3 (SEEKTABLE) - is last: false - length: 180 - seek points: 10 - point 0: sample_number=0 - point 1: sample_number=4096 - point 2: PLACEHOLDER - point 3: PLACEHOLDER - point 4: PLACEHOLDER - point 5: PLACEHOLDER - point 6: PLACEHOLDER - point 7: PLACEHOLDER - point 8: PLACEHOLDER - point 9: PLACEHOLDER -METADATA block #2 - type: 5 (CUESHEET) - is last: false - length: 540 - media catalog number: 1234567890123 - lead-in: 88200 - is CD: true - number of tracks: 3 - track[0] - offset: 0 - number: 1 - ISRC: - type: AUDIO - pre-emphasis: false - number of index points: 2 - index[0] - offset: 0 - number: 1 - index[1] - offset: 588 - number: 2 - track[1] - offset: 2940 - number: 2 - ISRC: - type: AUDIO - pre-emphasis: false - number of index points: 1 - index[0] - offset: 0 - number: 1 - track[2] - offset: 5880 - number: 170 (LEAD-OUT) -METADATA block #3 - type: 4 (VORBIS_COMMENT) - is last: false - length: 203 - comments: 6 - comment[0]: REPLAYGAIN_TRACK_PEAK=0.99996948 - comment[1]: REPLAYGAIN_TRACK_GAIN=-7.89 dB - comment[2]: REPLAYGAIN_ALBUM_PEAK=0.99996948 - comment[3]: REPLAYGAIN_ALBUM_GAIN=-7.89 dB - comment[4]: artist=1 - comment[5]: title=2 -METADATA block #4 - type: 2 (APPLICATION) - is last: true - length: 4 - application ID: 66616b65 - data contents: diff --git a/3rdparty/libflac/test/flac-to-flac-metadata-test-files/case01c-expect.meta b/3rdparty/libflac/test/flac-to-flac-metadata-test-files/case01c-expect.meta deleted file mode 100644 index 0dd5f03238a..00000000000 --- a/3rdparty/libflac/test/flac-to-flac-metadata-test-files/case01c-expect.meta +++ /dev/null @@ -1,79 +0,0 @@ -METADATA block #0 - type: 0 (STREAMINFO) - is last: false - length: 34 - sample_rate: 44100 Hz - channels: 2 - bits-per-sample: 16 - total samples: 5880 - MD5 signature: 74ffd4737eb5488d512be4af58943362 -METADATA block #1 - type: 3 (SEEKTABLE) - is last: false - length: 180 - seek points: 10 - point 0: sample_number=0 - point 1: sample_number=4096 - point 2: PLACEHOLDER - point 3: PLACEHOLDER - point 4: PLACEHOLDER - point 5: PLACEHOLDER - point 6: PLACEHOLDER - point 7: PLACEHOLDER - point 8: PLACEHOLDER - point 9: PLACEHOLDER -METADATA block #2 - type: 5 (CUESHEET) - is last: false - length: 540 - media catalog number: 1234567890123 - lead-in: 88200 - is CD: true - number of tracks: 3 - track[0] - offset: 0 - number: 1 - ISRC: - type: AUDIO - pre-emphasis: false - number of index points: 2 - index[0] - offset: 0 - number: 1 - index[1] - offset: 588 - number: 2 - track[1] - offset: 2940 - number: 2 - ISRC: - type: AUDIO - pre-emphasis: false - number of index points: 1 - index[0] - offset: 0 - number: 1 - track[2] - offset: 5880 - number: 170 (LEAD-OUT) -METADATA block #3 - type: 4 (VORBIS_COMMENT) - is last: false - length: 203 - comments: 6 - comment[0]: REPLAYGAIN_TRACK_PEAK=0.99996948 - comment[1]: REPLAYGAIN_TRACK_GAIN=-7.89 dB - comment[2]: REPLAYGAIN_ALBUM_PEAK=0.99996948 - comment[3]: REPLAYGAIN_ALBUM_GAIN=-7.89 dB - comment[4]: artist=1 - comment[5]: title=2 -METADATA block #4 - type: 2 (APPLICATION) - is last: false - length: 4 - application ID: 66616b65 - data contents: -METADATA block #5 - type: 1 (PADDING) - is last: true - length: 1234 diff --git a/3rdparty/libflac/test/flac-to-flac-metadata-test-files/case01d-expect.meta b/3rdparty/libflac/test/flac-to-flac-metadata-test-files/case01d-expect.meta deleted file mode 100644 index 0dd5f03238a..00000000000 --- a/3rdparty/libflac/test/flac-to-flac-metadata-test-files/case01d-expect.meta +++ /dev/null @@ -1,79 +0,0 @@ -METADATA block #0 - type: 0 (STREAMINFO) - is last: false - length: 34 - sample_rate: 44100 Hz - channels: 2 - bits-per-sample: 16 - total samples: 5880 - MD5 signature: 74ffd4737eb5488d512be4af58943362 -METADATA block #1 - type: 3 (SEEKTABLE) - is last: false - length: 180 - seek points: 10 - point 0: sample_number=0 - point 1: sample_number=4096 - point 2: PLACEHOLDER - point 3: PLACEHOLDER - point 4: PLACEHOLDER - point 5: PLACEHOLDER - point 6: PLACEHOLDER - point 7: PLACEHOLDER - point 8: PLACEHOLDER - point 9: PLACEHOLDER -METADATA block #2 - type: 5 (CUESHEET) - is last: false - length: 540 - media catalog number: 1234567890123 - lead-in: 88200 - is CD: true - number of tracks: 3 - track[0] - offset: 0 - number: 1 - ISRC: - type: AUDIO - pre-emphasis: false - number of index points: 2 - index[0] - offset: 0 - number: 1 - index[1] - offset: 588 - number: 2 - track[1] - offset: 2940 - number: 2 - ISRC: - type: AUDIO - pre-emphasis: false - number of index points: 1 - index[0] - offset: 0 - number: 1 - track[2] - offset: 5880 - number: 170 (LEAD-OUT) -METADATA block #3 - type: 4 (VORBIS_COMMENT) - is last: false - length: 203 - comments: 6 - comment[0]: REPLAYGAIN_TRACK_PEAK=0.99996948 - comment[1]: REPLAYGAIN_TRACK_GAIN=-7.89 dB - comment[2]: REPLAYGAIN_ALBUM_PEAK=0.99996948 - comment[3]: REPLAYGAIN_ALBUM_GAIN=-7.89 dB - comment[4]: artist=1 - comment[5]: title=2 -METADATA block #4 - type: 2 (APPLICATION) - is last: false - length: 4 - application ID: 66616b65 - data contents: -METADATA block #5 - type: 1 (PADDING) - is last: true - length: 1234 diff --git a/3rdparty/libflac/test/flac-to-flac-metadata-test-files/case01e-expect.meta b/3rdparty/libflac/test/flac-to-flac-metadata-test-files/case01e-expect.meta deleted file mode 100644 index 33b7bdfcf71..00000000000 --- a/3rdparty/libflac/test/flac-to-flac-metadata-test-files/case01e-expect.meta +++ /dev/null @@ -1,79 +0,0 @@ -METADATA block #0 - type: 0 (STREAMINFO) - is last: false - length: 34 - sample_rate: 44100 Hz - channels: 2 - bits-per-sample: 16 - total samples: 5880 - MD5 signature: 74ffd4737eb5488d512be4af58943362 -METADATA block #1 - type: 3 (SEEKTABLE) - is last: false - length: 180 - seek points: 10 - point 0: sample_number=0 - point 1: sample_number=4096 - point 2: PLACEHOLDER - point 3: PLACEHOLDER - point 4: PLACEHOLDER - point 5: PLACEHOLDER - point 6: PLACEHOLDER - point 7: PLACEHOLDER - point 8: PLACEHOLDER - point 9: PLACEHOLDER -METADATA block #2 - type: 5 (CUESHEET) - is last: false - length: 540 - media catalog number: 1234567890123 - lead-in: 88200 - is CD: true - number of tracks: 3 - track[0] - offset: 0 - number: 1 - ISRC: - type: AUDIO - pre-emphasis: false - number of index points: 2 - index[0] - offset: 0 - number: 1 - index[1] - offset: 588 - number: 2 - track[1] - offset: 2940 - number: 2 - ISRC: - type: AUDIO - pre-emphasis: false - number of index points: 1 - index[0] - offset: 0 - number: 1 - track[2] - offset: 5880 - number: 170 (LEAD-OUT) -METADATA block #3 - type: 4 (VORBIS_COMMENT) - is last: false - length: 203 - comments: 6 - comment[0]: REPLAYGAIN_TRACK_PEAK=0.99996948 - comment[1]: REPLAYGAIN_TRACK_GAIN=-7.89 dB - comment[2]: REPLAYGAIN_ALBUM_PEAK=0.99996948 - comment[3]: REPLAYGAIN_ALBUM_GAIN=-7.89 dB - comment[4]: artist=1 - comment[5]: title=2 -METADATA block #4 - type: 2 (APPLICATION) - is last: false - length: 4 - application ID: 66616b65 - data contents: -METADATA block #5 - type: 1 (PADDING) - is last: true - length: 8192 diff --git a/3rdparty/libflac/test/flac-to-flac-metadata-test-files/case02a-expect.meta b/3rdparty/libflac/test/flac-to-flac-metadata-test-files/case02a-expect.meta deleted file mode 100644 index ef6cc467352..00000000000 --- a/3rdparty/libflac/test/flac-to-flac-metadata-test-files/case02a-expect.meta +++ /dev/null @@ -1,73 +0,0 @@ -METADATA block #0 - type: 0 (STREAMINFO) - is last: false - length: 34 - sample_rate: 44100 Hz - channels: 2 - bits-per-sample: 16 - total samples: 5880 - MD5 signature: 74ffd4737eb5488d512be4af58943362 -METADATA block #1 - type: 4 (VORBIS_COMMENT) - is last: false - length: 40 - comments: 0 -METADATA block #2 - type: 3 (SEEKTABLE) - is last: false - length: 180 - seek points: 10 - point 0: sample_number=0 - point 1: sample_number=4096 - point 2: PLACEHOLDER - point 3: PLACEHOLDER - point 4: PLACEHOLDER - point 5: PLACEHOLDER - point 6: PLACEHOLDER - point 7: PLACEHOLDER - point 8: PLACEHOLDER - point 9: PLACEHOLDER -METADATA block #3 - type: 5 (CUESHEET) - is last: false - length: 540 - media catalog number: 1234567890123 - lead-in: 88200 - is CD: true - number of tracks: 3 - track[0] - offset: 0 - number: 1 - ISRC: - type: AUDIO - pre-emphasis: false - number of index points: 2 - index[0] - offset: 0 - number: 1 - index[1] - offset: 588 - number: 2 - track[1] - offset: 2940 - number: 2 - ISRC: - type: AUDIO - pre-emphasis: false - number of index points: 1 - index[0] - offset: 0 - number: 1 - track[2] - offset: 5880 - number: 170 (LEAD-OUT) -METADATA block #4 - type: 2 (APPLICATION) - is last: false - length: 4 - application ID: 66616b65 - data contents: -METADATA block #5 - type: 1 (PADDING) - is last: true - length: 3205 diff --git a/3rdparty/libflac/test/flac-to-flac-metadata-test-files/case02b-expect.meta b/3rdparty/libflac/test/flac-to-flac-metadata-test-files/case02b-expect.meta deleted file mode 100644 index 287d5531140..00000000000 --- a/3rdparty/libflac/test/flac-to-flac-metadata-test-files/case02b-expect.meta +++ /dev/null @@ -1,74 +0,0 @@ -METADATA block #0 - type: 0 (STREAMINFO) - is last: false - length: 34 - sample_rate: 44100 Hz - channels: 2 - bits-per-sample: 16 - total samples: 5880 - MD5 signature: 74ffd4737eb5488d512be4af58943362 -METADATA block #1 - type: 4 (VORBIS_COMMENT) - is last: false - length: 52 - comments: 1 - comment[0]: artist=0 -METADATA block #2 - type: 3 (SEEKTABLE) - is last: false - length: 180 - seek points: 10 - point 0: sample_number=0 - point 1: sample_number=4096 - point 2: PLACEHOLDER - point 3: PLACEHOLDER - point 4: PLACEHOLDER - point 5: PLACEHOLDER - point 6: PLACEHOLDER - point 7: PLACEHOLDER - point 8: PLACEHOLDER - point 9: PLACEHOLDER -METADATA block #3 - type: 5 (CUESHEET) - is last: false - length: 540 - media catalog number: 1234567890123 - lead-in: 88200 - is CD: true - number of tracks: 3 - track[0] - offset: 0 - number: 1 - ISRC: - type: AUDIO - pre-emphasis: false - number of index points: 2 - index[0] - offset: 0 - number: 1 - index[1] - offset: 588 - number: 2 - track[1] - offset: 2940 - number: 2 - ISRC: - type: AUDIO - pre-emphasis: false - number of index points: 1 - index[0] - offset: 0 - number: 1 - track[2] - offset: 5880 - number: 170 (LEAD-OUT) -METADATA block #4 - type: 2 (APPLICATION) - is last: false - length: 4 - application ID: 66616b65 - data contents: -METADATA block #5 - type: 1 (PADDING) - is last: true - length: 3205 diff --git a/3rdparty/libflac/test/flac-to-flac-metadata-test-files/case02c-expect.meta b/3rdparty/libflac/test/flac-to-flac-metadata-test-files/case02c-expect.meta deleted file mode 100644 index 14befced68e..00000000000 --- a/3rdparty/libflac/test/flac-to-flac-metadata-test-files/case02c-expect.meta +++ /dev/null @@ -1,79 +0,0 @@ -METADATA block #0 - type: 0 (STREAMINFO) - is last: false - length: 34 - sample_rate: 44100 Hz - channels: 2 - bits-per-sample: 16 - total samples: 5880 - MD5 signature: 74ffd4737eb5488d512be4af58943362 -METADATA block #1 - type: 4 (VORBIS_COMMENT) - is last: false - length: 52 - comments: 1 - comment[0]: artist=0 -METADATA block #2 - type: 3 (SEEKTABLE) - is last: false - length: 180 - seek points: 10 - point 0: sample_number=0 - point 1: sample_number=4096 - point 2: PLACEHOLDER - point 3: PLACEHOLDER - point 4: PLACEHOLDER - point 5: PLACEHOLDER - point 6: PLACEHOLDER - point 7: PLACEHOLDER - point 8: PLACEHOLDER - point 9: PLACEHOLDER -METADATA block #3 - type: 5 (CUESHEET) - is last: false - length: 540 - media catalog number: 1234567890123 - lead-in: 88200 - is CD: true - number of tracks: 3 - track[0] - offset: 0 - number: 1 - ISRC: - type: AUDIO - pre-emphasis: false - number of index points: 2 - index[0] - offset: 0 - number: 1 - index[1] - offset: 588 - number: 2 - track[1] - offset: 2940 - number: 2 - ISRC: - type: AUDIO - pre-emphasis: false - number of index points: 1 - index[0] - offset: 0 - number: 1 - track[2] - offset: 5880 - number: 170 (LEAD-OUT) -METADATA block #4 - type: 2 (APPLICATION) - is last: false - length: 4 - application ID: 66616b65 - data contents: -METADATA block #5 - type: 126 (UNKNOWN) - is last: false - length: 0 - data contents: -METADATA block #6 - type: 1 (PADDING) - is last: true - length: 3201 diff --git a/3rdparty/libflac/test/flac-to-flac-metadata-test-files/case03a-expect.meta b/3rdparty/libflac/test/flac-to-flac-metadata-test-files/case03a-expect.meta deleted file mode 100644 index e04631bdf20..00000000000 --- a/3rdparty/libflac/test/flac-to-flac-metadata-test-files/case03a-expect.meta +++ /dev/null @@ -1,84 +0,0 @@ -METADATA block #0 - type: 0 (STREAMINFO) - is last: false - length: 34 - sample_rate: 44100 Hz - channels: 2 - bits-per-sample: 16 - total samples: 5880 - MD5 signature: 74ffd4737eb5488d512be4af58943362 -METADATA block #1 - type: 5 (CUESHEET) - is last: false - length: 540 - media catalog number: 9294969890929 - lead-in: 88200 - is CD: true - number of tracks: 3 - track[0] - offset: 0 - number: 1 - ISRC: - type: AUDIO - pre-emphasis: false - number of index points: 1 - index[0] - offset: 0 - number: 1 - track[1] - offset: 588 - number: 2 - ISRC: - type: AUDIO - pre-emphasis: false - number of index points: 2 - index[0] - offset: 0 - number: 1 - index[1] - offset: 2352 - number: 2 - track[2] - offset: 5880 - number: 170 (LEAD-OUT) -METADATA block #2 - type: 3 (SEEKTABLE) - is last: false - length: 180 - seek points: 10 - point 0: sample_number=0 - point 1: sample_number=4096 - point 2: PLACEHOLDER - point 3: PLACEHOLDER - point 4: PLACEHOLDER - point 5: PLACEHOLDER - point 6: PLACEHOLDER - point 7: PLACEHOLDER - point 8: PLACEHOLDER - point 9: PLACEHOLDER -METADATA block #3 - type: 4 (VORBIS_COMMENT) - is last: false - length: 203 - comments: 6 - comment[0]: REPLAYGAIN_TRACK_PEAK=0.99996948 - comment[1]: REPLAYGAIN_TRACK_GAIN=-7.89 dB - comment[2]: REPLAYGAIN_ALBUM_PEAK=0.99996948 - comment[3]: REPLAYGAIN_ALBUM_GAIN=-7.89 dB - comment[4]: artist=1 - comment[5]: title=2 -METADATA block #4 - type: 2 (APPLICATION) - is last: false - length: 4 - application ID: 66616b65 - data contents: -METADATA block #5 - type: 126 (UNKNOWN) - is last: false - length: 0 - data contents: -METADATA block #6 - type: 1 (PADDING) - is last: true - length: 3201 diff --git a/3rdparty/libflac/test/flac-to-flac-metadata-test-files/case03b-expect.meta b/3rdparty/libflac/test/flac-to-flac-metadata-test-files/case03b-expect.meta deleted file mode 100644 index e04631bdf20..00000000000 --- a/3rdparty/libflac/test/flac-to-flac-metadata-test-files/case03b-expect.meta +++ /dev/null @@ -1,84 +0,0 @@ -METADATA block #0 - type: 0 (STREAMINFO) - is last: false - length: 34 - sample_rate: 44100 Hz - channels: 2 - bits-per-sample: 16 - total samples: 5880 - MD5 signature: 74ffd4737eb5488d512be4af58943362 -METADATA block #1 - type: 5 (CUESHEET) - is last: false - length: 540 - media catalog number: 9294969890929 - lead-in: 88200 - is CD: true - number of tracks: 3 - track[0] - offset: 0 - number: 1 - ISRC: - type: AUDIO - pre-emphasis: false - number of index points: 1 - index[0] - offset: 0 - number: 1 - track[1] - offset: 588 - number: 2 - ISRC: - type: AUDIO - pre-emphasis: false - number of index points: 2 - index[0] - offset: 0 - number: 1 - index[1] - offset: 2352 - number: 2 - track[2] - offset: 5880 - number: 170 (LEAD-OUT) -METADATA block #2 - type: 3 (SEEKTABLE) - is last: false - length: 180 - seek points: 10 - point 0: sample_number=0 - point 1: sample_number=4096 - point 2: PLACEHOLDER - point 3: PLACEHOLDER - point 4: PLACEHOLDER - point 5: PLACEHOLDER - point 6: PLACEHOLDER - point 7: PLACEHOLDER - point 8: PLACEHOLDER - point 9: PLACEHOLDER -METADATA block #3 - type: 4 (VORBIS_COMMENT) - is last: false - length: 203 - comments: 6 - comment[0]: REPLAYGAIN_TRACK_PEAK=0.99996948 - comment[1]: REPLAYGAIN_TRACK_GAIN=-7.89 dB - comment[2]: REPLAYGAIN_ALBUM_PEAK=0.99996948 - comment[3]: REPLAYGAIN_ALBUM_GAIN=-7.89 dB - comment[4]: artist=1 - comment[5]: title=2 -METADATA block #4 - type: 2 (APPLICATION) - is last: false - length: 4 - application ID: 66616b65 - data contents: -METADATA block #5 - type: 126 (UNKNOWN) - is last: false - length: 0 - data contents: -METADATA block #6 - type: 1 (PADDING) - is last: true - length: 3201 diff --git a/3rdparty/libflac/test/flac-to-flac-metadata-test-files/case03c-expect.meta b/3rdparty/libflac/test/flac-to-flac-metadata-test-files/case03c-expect.meta deleted file mode 100644 index 378907d1e7f..00000000000 --- a/3rdparty/libflac/test/flac-to-flac-metadata-test-files/case03c-expect.meta +++ /dev/null @@ -1,41 +0,0 @@ -METADATA block #0 - type: 0 (STREAMINFO) - is last: false - length: 34 - sample_rate: 44100 Hz - channels: 2 - bits-per-sample: 16 - total samples: 5879 - MD5 signature: 2ea0e6a767b66bf0668523fd77672ce1 -METADATA block #1 - type: 3 (SEEKTABLE) - is last: false - length: 18 - seek points: 1 - point 0: sample_number=0 -METADATA block #2 - type: 4 (VORBIS_COMMENT) - is last: false - length: 203 - comments: 6 - comment[0]: REPLAYGAIN_TRACK_PEAK=0.99996948 - comment[1]: REPLAYGAIN_TRACK_GAIN=-7.89 dB - comment[2]: REPLAYGAIN_ALBUM_PEAK=0.99996948 - comment[3]: REPLAYGAIN_ALBUM_GAIN=-7.89 dB - comment[4]: artist=1 - comment[5]: title=2 -METADATA block #3 - type: 2 (APPLICATION) - is last: false - length: 4 - application ID: 66616b65 - data contents: -METADATA block #4 - type: 126 (UNKNOWN) - is last: false - length: 0 - data contents: -METADATA block #5 - type: 1 (PADDING) - is last: true - length: 3201 diff --git a/3rdparty/libflac/test/flac-to-flac-metadata-test-files/case04a-expect.meta b/3rdparty/libflac/test/flac-to-flac-metadata-test-files/case04a-expect.meta deleted file mode 100644 index ee9583dafae..00000000000 --- a/3rdparty/libflac/test/flac-to-flac-metadata-test-files/case04a-expect.meta +++ /dev/null @@ -1,26 +0,0 @@ -METADATA block #0 - type: 0 (STREAMINFO) - is last: false - length: 34 - sample_rate: 44100 Hz - channels: 2 - bits-per-sample: 16 - total samples: 5880 - MD5 signature: 74ffd4737eb5488d512be4af58943362 -METADATA block #1 - type: 4 (VORBIS_COMMENT) - is last: false - length: 203 - comments: 6 - comment[0]: REPLAYGAIN_TRACK_PEAK=0.99996948 - comment[1]: REPLAYGAIN_TRACK_GAIN=-7.89 dB - comment[2]: REPLAYGAIN_ALBUM_PEAK=0.99996948 - comment[3]: REPLAYGAIN_ALBUM_GAIN=-7.89 dB - comment[4]: artist=1 - comment[5]: title=2 -METADATA block #2 - type: 2 (APPLICATION) - is last: true - length: 4 - application ID: 66616b65 - data contents: diff --git a/3rdparty/libflac/test/flac-to-flac-metadata-test-files/case04b-expect.meta b/3rdparty/libflac/test/flac-to-flac-metadata-test-files/case04b-expect.meta deleted file mode 100644 index 036f42899c1..00000000000 --- a/3rdparty/libflac/test/flac-to-flac-metadata-test-files/case04b-expect.meta +++ /dev/null @@ -1,36 +0,0 @@ -METADATA block #0 - type: 0 (STREAMINFO) - is last: false - length: 34 - sample_rate: 44100 Hz - channels: 2 - bits-per-sample: 16 - total samples: 5880 - MD5 signature: 74ffd4737eb5488d512be4af58943362 -METADATA block #1 - type: 3 (SEEKTABLE) - is last: false - length: 90 - seek points: 5 - point 0: sample_number=0 - point 1: sample_number=4096 - point 2: PLACEHOLDER - point 3: PLACEHOLDER - point 4: PLACEHOLDER -METADATA block #2 - type: 4 (VORBIS_COMMENT) - is last: false - length: 203 - comments: 6 - comment[0]: REPLAYGAIN_TRACK_PEAK=0.99996948 - comment[1]: REPLAYGAIN_TRACK_GAIN=-7.89 dB - comment[2]: REPLAYGAIN_ALBUM_PEAK=0.99996948 - comment[3]: REPLAYGAIN_ALBUM_GAIN=-7.89 dB - comment[4]: artist=1 - comment[5]: title=2 -METADATA block #3 - type: 2 (APPLICATION) - is last: true - length: 4 - application ID: 66616b65 - data contents: diff --git a/3rdparty/libflac/test/flac-to-flac-metadata-test-files/case04c-expect.meta b/3rdparty/libflac/test/flac-to-flac-metadata-test-files/case04c-expect.meta deleted file mode 100644 index 25f859ef11d..00000000000 --- a/3rdparty/libflac/test/flac-to-flac-metadata-test-files/case04c-expect.meta +++ /dev/null @@ -1,32 +0,0 @@ -METADATA block #0 - type: 0 (STREAMINFO) - is last: false - length: 34 - sample_rate: 44100 Hz - channels: 2 - bits-per-sample: 16 - total samples: 5880 - MD5 signature: 74ffd4737eb5488d512be4af58943362 -METADATA block #1 - type: 3 (SEEKTABLE) - is last: false - length: 18 - seek points: 1 - point 0: sample_number=0 -METADATA block #2 - type: 4 (VORBIS_COMMENT) - is last: false - length: 203 - comments: 6 - comment[0]: REPLAYGAIN_TRACK_PEAK=0.99996948 - comment[1]: REPLAYGAIN_TRACK_GAIN=-7.89 dB - comment[2]: REPLAYGAIN_ALBUM_PEAK=0.99996948 - comment[3]: REPLAYGAIN_ALBUM_GAIN=-7.89 dB - comment[4]: artist=1 - comment[5]: title=2 -METADATA block #3 - type: 2 (APPLICATION) - is last: true - length: 4 - application ID: 66616b65 - data contents: diff --git a/3rdparty/libflac/test/flac-to-flac-metadata-test-files/case04d-expect.meta b/3rdparty/libflac/test/flac-to-flac-metadata-test-files/case04d-expect.meta deleted file mode 100644 index 4a7a964fe62..00000000000 --- a/3rdparty/libflac/test/flac-to-flac-metadata-test-files/case04d-expect.meta +++ /dev/null @@ -1,60 +0,0 @@ -METADATA block #0 - type: 0 (STREAMINFO) - is last: false - length: 34 - sample_rate: 44100 Hz - channels: 2 - bits-per-sample: 16 - total samples: 5880 - MD5 signature: 74ffd4737eb5488d512be4af58943362 -METADATA block #1 - type: 5 (CUESHEET) - is last: false - length: 540 - media catalog number: 1234567890123 - lead-in: 88200 - is CD: true - number of tracks: 3 - track[0] - offset: 0 - number: 1 - ISRC: - type: AUDIO - pre-emphasis: false - number of index points: 2 - index[0] - offset: 0 - number: 1 - index[1] - offset: 588 - number: 2 - track[1] - offset: 2940 - number: 2 - ISRC: - type: AUDIO - pre-emphasis: false - number of index points: 1 - index[0] - offset: 0 - number: 1 - track[2] - offset: 5880 - number: 170 (LEAD-OUT) -METADATA block #2 - type: 4 (VORBIS_COMMENT) - is last: false - length: 203 - comments: 6 - comment[0]: REPLAYGAIN_TRACK_PEAK=0.99996948 - comment[1]: REPLAYGAIN_TRACK_GAIN=-7.89 dB - comment[2]: REPLAYGAIN_ALBUM_PEAK=0.99996948 - comment[3]: REPLAYGAIN_ALBUM_GAIN=-7.89 dB - comment[4]: artist=1 - comment[5]: title=2 -METADATA block #3 - type: 2 (APPLICATION) - is last: true - length: 4 - application ID: 66616b65 - data contents: diff --git a/3rdparty/libflac/test/flac-to-flac-metadata-test-files/case04e-expect.meta b/3rdparty/libflac/test/flac-to-flac-metadata-test-files/case04e-expect.meta deleted file mode 100644 index 065204ec242..00000000000 --- a/3rdparty/libflac/test/flac-to-flac-metadata-test-files/case04e-expect.meta +++ /dev/null @@ -1,70 +0,0 @@ -METADATA block #0 - type: 0 (STREAMINFO) - is last: false - length: 34 - sample_rate: 44100 Hz - channels: 2 - bits-per-sample: 16 - total samples: 5880 - MD5 signature: 74ffd4737eb5488d512be4af58943362 -METADATA block #1 - type: 3 (SEEKTABLE) - is last: false - length: 90 - seek points: 5 - point 0: sample_number=0 - point 1: sample_number=4096 - point 2: PLACEHOLDER - point 3: PLACEHOLDER - point 4: PLACEHOLDER -METADATA block #2 - type: 5 (CUESHEET) - is last: false - length: 540 - media catalog number: 1234567890123 - lead-in: 88200 - is CD: true - number of tracks: 3 - track[0] - offset: 0 - number: 1 - ISRC: - type: AUDIO - pre-emphasis: false - number of index points: 2 - index[0] - offset: 0 - number: 1 - index[1] - offset: 588 - number: 2 - track[1] - offset: 2940 - number: 2 - ISRC: - type: AUDIO - pre-emphasis: false - number of index points: 1 - index[0] - offset: 0 - number: 1 - track[2] - offset: 5880 - number: 170 (LEAD-OUT) -METADATA block #3 - type: 4 (VORBIS_COMMENT) - is last: false - length: 203 - comments: 6 - comment[0]: REPLAYGAIN_TRACK_PEAK=0.99996948 - comment[1]: REPLAYGAIN_TRACK_GAIN=-7.89 dB - comment[2]: REPLAYGAIN_ALBUM_PEAK=0.99996948 - comment[3]: REPLAYGAIN_ALBUM_GAIN=-7.89 dB - comment[4]: artist=1 - comment[5]: title=2 -METADATA block #4 - type: 2 (APPLICATION) - is last: true - length: 4 - application ID: 66616b65 - data contents: diff --git a/3rdparty/libflac/test/flac-to-flac-metadata-test-files/input-SCPAP.flac b/3rdparty/libflac/test/flac-to-flac-metadata-test-files/input-SCPAP.flac Binary files differdeleted file mode 100644 index 6fde318d188..00000000000 --- a/3rdparty/libflac/test/flac-to-flac-metadata-test-files/input-SCPAP.flac +++ /dev/null diff --git a/3rdparty/libflac/test/flac-to-flac-metadata-test-files/input-SCVA.flac b/3rdparty/libflac/test/flac-to-flac-metadata-test-files/input-SCVA.flac Binary files differdeleted file mode 100644 index 4bb6926290a..00000000000 --- a/3rdparty/libflac/test/flac-to-flac-metadata-test-files/input-SCVA.flac +++ /dev/null diff --git a/3rdparty/libflac/test/flac-to-flac-metadata-test-files/input-SCVAUP.flac b/3rdparty/libflac/test/flac-to-flac-metadata-test-files/input-SCVAUP.flac Binary files differdeleted file mode 100644 index e4ecc9521b0..00000000000 --- a/3rdparty/libflac/test/flac-to-flac-metadata-test-files/input-SCVAUP.flac +++ /dev/null diff --git a/3rdparty/libflac/test/flac-to-flac-metadata-test-files/input-SCVPAP.flac b/3rdparty/libflac/test/flac-to-flac-metadata-test-files/input-SCVPAP.flac Binary files differdeleted file mode 100644 index 747492880a5..00000000000 --- a/3rdparty/libflac/test/flac-to-flac-metadata-test-files/input-SCVPAP.flac +++ /dev/null diff --git a/3rdparty/libflac/test/flac-to-flac-metadata-test-files/input-SVAUP.flac b/3rdparty/libflac/test/flac-to-flac-metadata-test-files/input-SVAUP.flac Binary files differdeleted file mode 100644 index e3fa5c18f4b..00000000000 --- a/3rdparty/libflac/test/flac-to-flac-metadata-test-files/input-SVAUP.flac +++ /dev/null diff --git a/3rdparty/libflac/test/flac-to-flac-metadata-test-files/input-VA.flac b/3rdparty/libflac/test/flac-to-flac-metadata-test-files/input-VA.flac Binary files differdeleted file mode 100644 index 4fac8781bfb..00000000000 --- a/3rdparty/libflac/test/flac-to-flac-metadata-test-files/input-VA.flac +++ /dev/null diff --git a/3rdparty/libflac/test/flac-to-flac-metadata-test-files/input0.cue b/3rdparty/libflac/test/flac-to-flac-metadata-test-files/input0.cue deleted file mode 100644 index 2894bd06a58..00000000000 --- a/3rdparty/libflac/test/flac-to-flac-metadata-test-files/input0.cue +++ /dev/null @@ -1,7 +0,0 @@ -CATALOG 9294969890929 -FILE "blah" FLAC - TRACK 01 AUDIO - INDEX 01 00:00:00 - TRACK 02 AUDIO - INDEX 01 00:00:01 - INDEX 02 00:00:05 diff --git a/3rdparty/libflac/test/metaflac-test-files/Makefile.am b/3rdparty/libflac/test/metaflac-test-files/Makefile.am deleted file mode 100644 index 03dda7f88fc..00000000000 --- a/3rdparty/libflac/test/metaflac-test-files/Makefile.am +++ /dev/null @@ -1,84 +0,0 @@ -# FLAC - Free Lossless Audio Codec -# Copyright (C) 2006,2007 Josh Coalson -# -# This file is part the FLAC project. FLAC is comprised of several -# components distributed under difference licenses. The codec libraries -# are distributed under Xiph.Org's BSD-like license (see the file -# COPYING.Xiph in this distribution). All other programs, libraries, and -# plugins are distributed under the GPL (see COPYING.GPL). The documentation -# is distributed under the Gnu FDL (see COPYING.FDL). Each file in the -# FLAC distribution contains at the top the terms under which it may be -# distributed. -# -# Since this particular file is relevant to all components of FLAC, -# it may be distributed under the Xiph.Org license, which is the least -# restrictive of those mentioned above. See the file COPYING.Xiph in this -# distribution. - -EXTRA_DIST = \ - case00-expect.meta \ - case01-expect.meta \ - case02-expect.meta \ - case03-expect.meta \ - case04-expect.meta \ - case05-expect.meta \ - case06-expect.meta \ - case07-expect.meta \ - case08-expect.meta \ - case09-expect.meta \ - case10-expect.meta \ - case11-expect.meta \ - case12-expect.meta \ - case13-expect.meta \ - case14-expect.meta \ - case15-expect.meta \ - case16-expect.meta \ - case17-expect.meta \ - case18-expect.meta \ - case19-expect.meta \ - case20-expect.meta \ - case21-expect.meta \ - case22-expect.meta \ - case23-expect.meta \ - case24-expect.meta \ - case25-expect.meta \ - case26-expect.meta \ - case27-expect.meta \ - case28-expect.meta \ - case29-expect.meta \ - case30-expect.meta \ - case31-expect.meta \ - case32-expect.meta \ - case33-expect.meta \ - case34-expect.meta \ - case35-expect.meta \ - case36-expect.meta \ - case37-expect.meta \ - case38-expect.meta \ - case39-expect.meta \ - case40-expect.meta \ - case41-expect.meta \ - case42-expect.meta \ - case43-expect.meta \ - case44-expect.meta \ - case45-expect.meta \ - case46-expect.meta \ - case47-expect.meta \ - case48-expect.meta \ - case49-expect.meta \ - case50-expect.meta \ - case51-expect.meta \ - case52-expect.meta \ - case53-expect.meta \ - case54-expect.meta \ - case55-expect.meta \ - case56-expect.meta \ - case57-expect.meta \ - case58-expect.meta \ - case59-expect.meta \ - case60-expect.meta \ - case61-expect.meta \ - case62-expect.meta - -clean-local: - -rm -f out.* diff --git a/3rdparty/libflac/test/metaflac-test-files/Makefile.in b/3rdparty/libflac/test/metaflac-test-files/Makefile.in deleted file mode 100644 index 6c9089ed28b..00000000000 --- a/3rdparty/libflac/test/metaflac-test-files/Makefile.in +++ /dev/null @@ -1,438 +0,0 @@ -# Makefile.in generated by automake 1.7.9 from Makefile.am. -# @configure_input@ - -# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 -# Free Software Foundation, Inc. -# This Makefile.in is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY, to the extent permitted by law; without -# even the implied warranty of MERCHANTABILITY or FITNESS FOR A -# PARTICULAR PURPOSE. - -@SET_MAKE@ - -# FLAC - Free Lossless Audio Codec -# Copyright (C) 2006,2007 Josh Coalson -# -# This file is part the FLAC project. FLAC is comprised of several -# components distributed under difference licenses. The codec libraries -# are distributed under Xiph.Org's BSD-like license (see the file -# COPYING.Xiph in this distribution). All other programs, libraries, and -# plugins are distributed under the GPL (see COPYING.GPL). The documentation -# is distributed under the Gnu FDL (see COPYING.FDL). Each file in the -# FLAC distribution contains at the top the terms under which it may be -# distributed. -# -# Since this particular file is relevant to all components of FLAC, -# it may be distributed under the Xiph.Org license, which is the least -# restrictive of those mentioned above. See the file COPYING.Xiph in this -# distribution. - -srcdir = @srcdir@ -top_srcdir = @top_srcdir@ -VPATH = @srcdir@ -pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@PACKAGE@ -pkgincludedir = $(includedir)/@PACKAGE@ -top_builddir = ../.. - -am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -INSTALL = @INSTALL@ -install_sh_DATA = $(install_sh) -c -m 644 -install_sh_PROGRAM = $(install_sh) -c -install_sh_SCRIPT = $(install_sh) -c -INSTALL_HEADER = $(INSTALL_DATA) -transform = $(program_transform_name) -NORMAL_INSTALL = : -PRE_INSTALL = : -POST_INSTALL = : -NORMAL_UNINSTALL = : -PRE_UNINSTALL = : -POST_UNINSTALL = : -host_triplet = @host@ -ACLOCAL = @ACLOCAL@ -ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@ -AMDEP_FALSE = @AMDEP_FALSE@ -AMDEP_TRUE = @AMDEP_TRUE@ -AMTAR = @AMTAR@ -AR = @AR@ -AS = @AS@ -AUTOCONF = @AUTOCONF@ -AUTOHEADER = @AUTOHEADER@ -AUTOMAKE = @AUTOMAKE@ -AWK = @AWK@ -CC = @CC@ -CCAS = @CCAS@ -CCASFLAGS = @CCASFLAGS@ -CCDEPMODE = @CCDEPMODE@ -CFLAGS = @CFLAGS@ -CPP = @CPP@ -CPPFLAGS = @CPPFLAGS@ -CXX = @CXX@ -CXXCPP = @CXXCPP@ -CXXDEPMODE = @CXXDEPMODE@ -CXXFLAGS = @CXXFLAGS@ -CYGPATH_W = @CYGPATH_W@ -DEBUG_FALSE = @DEBUG_FALSE@ -DEBUG_TRUE = @DEBUG_TRUE@ -DEFS = @DEFS@ -DEPDIR = @DEPDIR@ -DOCBOOK_TO_MAN = @DOCBOOK_TO_MAN@ -DOXYGEN = @DOXYGEN@ -ECHO = @ECHO@ -ECHO_C = @ECHO_C@ -ECHO_N = @ECHO_N@ -ECHO_T = @ECHO_T@ -EGREP = @EGREP@ -EXEEXT = @EXEEXT@ -F77 = @F77@ -FFLAGS = @FFLAGS@ -FLAC__TEST_LEVEL = @FLAC__TEST_LEVEL@ -FLAC__TEST_WITH_VALGRIND = @FLAC__TEST_WITH_VALGRIND@ -FLaC__CPU_IA32_FALSE = @FLaC__CPU_IA32_FALSE@ -FLaC__CPU_IA32_TRUE = @FLaC__CPU_IA32_TRUE@ -FLaC__CPU_PPC_FALSE = @FLaC__CPU_PPC_FALSE@ -FLaC__CPU_PPC_TRUE = @FLaC__CPU_PPC_TRUE@ -FLaC__CPU_SPARC_FALSE = @FLaC__CPU_SPARC_FALSE@ -FLaC__CPU_SPARC_TRUE = @FLaC__CPU_SPARC_TRUE@ -FLaC__HAS_AS_FALSE = @FLaC__HAS_AS_FALSE@ -FLaC__HAS_AS_TRUE = @FLaC__HAS_AS_TRUE@ -FLaC__HAS_AS__TEMPORARILY_DISABLED_FALSE = @FLaC__HAS_AS__TEMPORARILY_DISABLED_FALSE@ -FLaC__HAS_AS__TEMPORARILY_DISABLED_TRUE = @FLaC__HAS_AS__TEMPORARILY_DISABLED_TRUE@ -FLaC__HAS_DOCBOOK_TO_MAN_FALSE = @FLaC__HAS_DOCBOOK_TO_MAN_FALSE@ -FLaC__HAS_DOCBOOK_TO_MAN_TRUE = @FLaC__HAS_DOCBOOK_TO_MAN_TRUE@ -FLaC__HAS_DOXYGEN_FALSE = @FLaC__HAS_DOXYGEN_FALSE@ -FLaC__HAS_DOXYGEN_TRUE = @FLaC__HAS_DOXYGEN_TRUE@ -FLaC__HAS_GAS_FALSE = @FLaC__HAS_GAS_FALSE@ -FLaC__HAS_GAS_TRUE = @FLaC__HAS_GAS_TRUE@ -FLaC__HAS_GAS__TEMPORARILY_DISABLED_FALSE = @FLaC__HAS_GAS__TEMPORARILY_DISABLED_FALSE@ -FLaC__HAS_GAS__TEMPORARILY_DISABLED_TRUE = @FLaC__HAS_GAS__TEMPORARILY_DISABLED_TRUE@ -FLaC__HAS_NASM_FALSE = @FLaC__HAS_NASM_FALSE@ -FLaC__HAS_NASM_TRUE = @FLaC__HAS_NASM_TRUE@ -FLaC__HAS_OGG_FALSE = @FLaC__HAS_OGG_FALSE@ -FLaC__HAS_OGG_TRUE = @FLaC__HAS_OGG_TRUE@ -FLaC__HAS_XMMS_FALSE = @FLaC__HAS_XMMS_FALSE@ -FLaC__HAS_XMMS_TRUE = @FLaC__HAS_XMMS_TRUE@ -FLaC__INSTALL_XMMS_PLUGIN_LOCALLY_FALSE = @FLaC__INSTALL_XMMS_PLUGIN_LOCALLY_FALSE@ -FLaC__INSTALL_XMMS_PLUGIN_LOCALLY_TRUE = @FLaC__INSTALL_XMMS_PLUGIN_LOCALLY_TRUE@ -FLaC__NO_ASM_FALSE = @FLaC__NO_ASM_FALSE@ -FLaC__NO_ASM_TRUE = @FLaC__NO_ASM_TRUE@ -FLaC__SSE_OS_FALSE = @FLaC__SSE_OS_FALSE@ -FLaC__SSE_OS_TRUE = @FLaC__SSE_OS_TRUE@ -FLaC__SYS_DARWIN_FALSE = @FLaC__SYS_DARWIN_FALSE@ -FLaC__SYS_DARWIN_TRUE = @FLaC__SYS_DARWIN_TRUE@ -FLaC__SYS_LINUX_FALSE = @FLaC__SYS_LINUX_FALSE@ -FLaC__SYS_LINUX_TRUE = @FLaC__SYS_LINUX_TRUE@ -FLaC__USE_3DNOW_FALSE = @FLaC__USE_3DNOW_FALSE@ -FLaC__USE_3DNOW_TRUE = @FLaC__USE_3DNOW_TRUE@ -FLaC__USE_ALTIVEC_FALSE = @FLaC__USE_ALTIVEC_FALSE@ -FLaC__USE_ALTIVEC_TRUE = @FLaC__USE_ALTIVEC_TRUE@ -FLaC__WITH_CPPLIBS_FALSE = @FLaC__WITH_CPPLIBS_FALSE@ -FLaC__WITH_CPPLIBS_TRUE = @FLaC__WITH_CPPLIBS_TRUE@ -GAS = @GAS@ -INSTALL_DATA = @INSTALL_DATA@ -INSTALL_PROGRAM = @INSTALL_PROGRAM@ -INSTALL_SCRIPT = @INSTALL_SCRIPT@ -INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -LDFLAGS = @LDFLAGS@ -LIBICONV = @LIBICONV@ -LIBOBJS = @LIBOBJS@ -LIBS = @LIBS@ -LIBTOOL = @LIBTOOL@ -LN_S = @LN_S@ -LTLIBICONV = @LTLIBICONV@ -LTLIBOBJS = @LTLIBOBJS@ -MAINT = @MAINT@ -MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@ -MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@ -MAKEINFO = @MAKEINFO@ -MINGW_WINSOCK_LIBS = @MINGW_WINSOCK_LIBS@ -NASM = @NASM@ -OBJEXT = @OBJEXT@ -OBJ_FORMAT = @OBJ_FORMAT@ -OGG_CFLAGS = @OGG_CFLAGS@ -OGG_LIBS = @OGG_LIBS@ -PACKAGE = @PACKAGE@ -PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -PACKAGE_NAME = @PACKAGE_NAME@ -PACKAGE_STRING = @PACKAGE_STRING@ -PACKAGE_TARNAME = @PACKAGE_TARNAME@ -PACKAGE_VERSION = @PACKAGE_VERSION@ -PATH_SEPARATOR = @PATH_SEPARATOR@ -RANLIB = @RANLIB@ -SET_MAKE = @SET_MAKE@ -SHELL = @SHELL@ -STRIP = @STRIP@ -VERSION = @VERSION@ -XMMS_CFLAGS = @XMMS_CFLAGS@ -XMMS_CONFIG = @XMMS_CONFIG@ -XMMS_DATA_DIR = @XMMS_DATA_DIR@ -XMMS_EFFECT_PLUGIN_DIR = @XMMS_EFFECT_PLUGIN_DIR@ -XMMS_GENERAL_PLUGIN_DIR = @XMMS_GENERAL_PLUGIN_DIR@ -XMMS_INPUT_PLUGIN_DIR = @XMMS_INPUT_PLUGIN_DIR@ -XMMS_LIBS = @XMMS_LIBS@ -XMMS_OUTPUT_PLUGIN_DIR = @XMMS_OUTPUT_PLUGIN_DIR@ -XMMS_PLUGIN_DIR = @XMMS_PLUGIN_DIR@ -XMMS_VERSION = @XMMS_VERSION@ -XMMS_VISUALIZATION_PLUGIN_DIR = @XMMS_VISUALIZATION_PLUGIN_DIR@ -ac_ct_AR = @ac_ct_AR@ -ac_ct_CC = @ac_ct_CC@ -ac_ct_CXX = @ac_ct_CXX@ -ac_ct_F77 = @ac_ct_F77@ -ac_ct_RANLIB = @ac_ct_RANLIB@ -ac_ct_STRIP = @ac_ct_STRIP@ -am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ -am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ -am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@ -am__include = @am__include@ -am__leading_dot = @am__leading_dot@ -am__quote = @am__quote@ -bindir = @bindir@ -build = @build@ -build_alias = @build_alias@ -build_cpu = @build_cpu@ -build_os = @build_os@ -build_vendor = @build_vendor@ -datadir = @datadir@ -exec_prefix = @exec_prefix@ -host = @host@ -host_alias = @host_alias@ -host_cpu = @host_cpu@ -host_os = @host_os@ -host_vendor = @host_vendor@ -includedir = @includedir@ -infodir = @infodir@ -install_sh = @install_sh@ -libdir = @libdir@ -libexecdir = @libexecdir@ -localstatedir = @localstatedir@ -mandir = @mandir@ -oldincludedir = @oldincludedir@ -prefix = @prefix@ -program_transform_name = @program_transform_name@ -sbindir = @sbindir@ -sharedstatedir = @sharedstatedir@ -sysconfdir = @sysconfdir@ -target_alias = @target_alias@ - -EXTRA_DIST = \ - case00-expect.meta \ - case01-expect.meta \ - case02-expect.meta \ - case03-expect.meta \ - case04-expect.meta \ - case05-expect.meta \ - case06-expect.meta \ - case07-expect.meta \ - case08-expect.meta \ - case09-expect.meta \ - case10-expect.meta \ - case11-expect.meta \ - case12-expect.meta \ - case13-expect.meta \ - case14-expect.meta \ - case15-expect.meta \ - case16-expect.meta \ - case17-expect.meta \ - case18-expect.meta \ - case19-expect.meta \ - case20-expect.meta \ - case21-expect.meta \ - case22-expect.meta \ - case23-expect.meta \ - case24-expect.meta \ - case25-expect.meta \ - case26-expect.meta \ - case27-expect.meta \ - case28-expect.meta \ - case29-expect.meta \ - case30-expect.meta \ - case31-expect.meta \ - case32-expect.meta \ - case33-expect.meta \ - case34-expect.meta \ - case35-expect.meta \ - case36-expect.meta \ - case37-expect.meta \ - case38-expect.meta \ - case39-expect.meta \ - case40-expect.meta \ - case41-expect.meta \ - case42-expect.meta \ - case43-expect.meta \ - case44-expect.meta \ - case45-expect.meta \ - case46-expect.meta \ - case47-expect.meta \ - case48-expect.meta \ - case49-expect.meta \ - case50-expect.meta \ - case51-expect.meta \ - case52-expect.meta \ - case53-expect.meta \ - case54-expect.meta \ - case55-expect.meta \ - case56-expect.meta \ - case57-expect.meta \ - case58-expect.meta \ - case59-expect.meta \ - case60-expect.meta \ - case61-expect.meta \ - case62-expect.meta - -subdir = test/metaflac-test-files -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs -CONFIG_HEADER = $(top_builddir)/config.h -CONFIG_CLEAN_FILES = -DIST_SOURCES = -DIST_COMMON = $(srcdir)/Makefile.in Makefile.am -all: all-am - -.SUFFIXES: -$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu test/metaflac-test-files/Makefile -Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe) - -mostlyclean-libtool: - -rm -f *.lo - -clean-libtool: - -rm -rf .libs _libs - -distclean-libtool: - -rm -f libtool -uninstall-info-am: -tags: TAGS -TAGS: - -ctags: CTAGS -CTAGS: - -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) - -top_distdir = ../.. -distdir = $(top_distdir)/$(PACKAGE)-$(VERSION) - -distdir: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ - list='$(DISTFILES)'; for file in $$list; do \ - case $$file in \ - $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ - $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ - esac; \ - if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ - dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ - if test "$$dir" != "$$file" && test "$$dir" != "."; then \ - dir="/$$dir"; \ - $(mkinstalldirs) "$(distdir)$$dir"; \ - else \ - dir=''; \ - fi; \ - if test -d $$d/$$file; then \ - if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ - fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ - else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ - || exit 1; \ - fi; \ - done -check-am: all-am -check: check-am -all-am: Makefile - -installdirs: -install: install-am -install-exec: install-exec-am -install-data: install-data-am -uninstall: uninstall-am - -install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - -installcheck: installcheck-am -install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install -mostlyclean-generic: - -clean-generic: - -distclean-generic: - -rm -f $(CONFIG_CLEAN_FILES) - -maintainer-clean-generic: - @echo "This command is intended for maintainers to use" - @echo "it deletes files that may require special tools to rebuild." -clean: clean-am - -clean-am: clean-generic clean-libtool clean-local mostlyclean-am - -distclean: distclean-am - -rm -f Makefile -distclean-am: clean-am distclean-generic distclean-libtool - -dvi: dvi-am - -dvi-am: - -info: info-am - -info-am: - -install-data-am: - -install-exec-am: - -install-info: install-info-am - -install-man: - -installcheck-am: - -maintainer-clean: maintainer-clean-am - -rm -f Makefile -maintainer-clean-am: distclean-am maintainer-clean-generic - -mostlyclean: mostlyclean-am - -mostlyclean-am: mostlyclean-generic mostlyclean-libtool - -pdf: pdf-am - -pdf-am: - -ps: ps-am - -ps-am: - -uninstall-am: uninstall-info-am - -.PHONY: all all-am check check-am clean clean-generic clean-libtool \ - clean-local distclean distclean-generic distclean-libtool \ - distdir dvi dvi-am info info-am install install-am install-data \ - install-data-am install-exec install-exec-am install-info \ - install-info-am install-man install-strip installcheck \ - installcheck-am installdirs maintainer-clean \ - maintainer-clean-generic mostlyclean mostlyclean-generic \ - mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \ - uninstall-info-am - - -clean-local: - -rm -f out.* -# Tell versions [3.59,3.63) of GNU make to not export all variables. -# Otherwise a system limit (for SysV at least) may be exceeded. -.NOEXPORT: diff --git a/3rdparty/libflac/test/metaflac-test-files/case00-expect.meta b/3rdparty/libflac/test/metaflac-test-files/case00-expect.meta deleted file mode 100644 index 1799092892c..00000000000 --- a/3rdparty/libflac/test/metaflac-test-files/case00-expect.meta +++ /dev/null @@ -1,24 +0,0 @@ -METADATA block #0 - type: 0 (STREAMINFO) - is last: false - length: 34 - sample_rate: 8000 Hz - channels: 1 - bits-per-sample: 8 - total samples: 80000 - MD5 signature: a042237c5493fdb9656b94a83608d11a -METADATA block #1 - type: 3 (SEEKTABLE) - is last: false - length: 18 - seek points: 1 - point 0: sample_number=0 -METADATA block #2 - type: 4 (VORBIS_COMMENT) - is last: false - length: 40 - comments: 0 -METADATA block #3 - type: 1 (PADDING) - is last: true - length: 8192 diff --git a/3rdparty/libflac/test/metaflac-test-files/case01-expect.meta b/3rdparty/libflac/test/metaflac-test-files/case01-expect.meta deleted file mode 100644 index bae8f49a7a4..00000000000 --- a/3rdparty/libflac/test/metaflac-test-files/case01-expect.meta +++ /dev/null @@ -1,9 +0,0 @@ -a042237c5493fdb9656b94a83608d11a -1152 -1152 -10 -10 -8000 -1 -8 -80000 diff --git a/3rdparty/libflac/test/metaflac-test-files/case02-expect.meta b/3rdparty/libflac/test/metaflac-test-files/case02-expect.meta deleted file mode 100644 index 1b41bc38fea..00000000000 --- a/3rdparty/libflac/test/metaflac-test-files/case02-expect.meta +++ /dev/null @@ -1,28 +0,0 @@ -METADATA block #0 - type: 0 (STREAMINFO) - is last: false - length: 34 - sample_rate: 8000 Hz - channels: 1 - bits-per-sample: 8 - total samples: 80000 - MD5 signature: a042237c5493fdb9656b94a83608d11a -METADATA block #1 - type: 3 (SEEKTABLE) - is last: false - length: 18 - seek points: 1 - point 0: sample_number=0 -METADATA block #2 - type: 4 (VORBIS_COMMENT) - is last: false - length: 40 - comments: 0 -METADATA block #3 - type: 1 (PADDING) - is last: false - length: 8192 -METADATA block #4 - type: 1 (PADDING) - is last: true - length: 12345 diff --git a/3rdparty/libflac/test/metaflac-test-files/case03-expect.meta b/3rdparty/libflac/test/metaflac-test-files/case03-expect.meta deleted file mode 100644 index e1627573f4a..00000000000 --- a/3rdparty/libflac/test/metaflac-test-files/case03-expect.meta +++ /dev/null @@ -1,25 +0,0 @@ -METADATA block #0 - type: 0 (STREAMINFO) - is last: false - length: 34 - sample_rate: 8000 Hz - channels: 1 - bits-per-sample: 8 - total samples: 80000 - MD5 signature: a042237c5493fdb9656b94a83608d11a -METADATA block #1 - type: 3 (SEEKTABLE) - is last: false - length: 18 - seek points: 1 - point 0: sample_number=0 -METADATA block #2 - type: 4 (VORBIS_COMMENT) - is last: false - length: 93 - comments: 1 - comment[0]: ARTIST=The_artist_formerly_known_as_the_artist... -METADATA block #3 - type: 1 (PADDING) - is last: true - length: 20488 diff --git a/3rdparty/libflac/test/metaflac-test-files/case04-expect.meta b/3rdparty/libflac/test/metaflac-test-files/case04-expect.meta deleted file mode 100644 index d8384c8b931..00000000000 --- a/3rdparty/libflac/test/metaflac-test-files/case04-expect.meta +++ /dev/null @@ -1,26 +0,0 @@ -METADATA block #0 - type: 0 (STREAMINFO) - is last: false - length: 34 - sample_rate: 8000 Hz - channels: 1 - bits-per-sample: 8 - total samples: 80000 - MD5 signature: a042237c5493fdb9656b94a83608d11a -METADATA block #1 - type: 3 (SEEKTABLE) - is last: false - length: 18 - seek points: 1 - point 0: sample_number=0 -METADATA block #2 - type: 4 (VORBIS_COMMENT) - is last: false - length: 117 - comments: 2 - comment[0]: ARTIST=The_artist_formerly_known_as_the_artist... - comment[1]: ARTIST=Chuck_Woolery -METADATA block #3 - type: 1 (PADDING) - is last: true - length: 20464 diff --git a/3rdparty/libflac/test/metaflac-test-files/case05-expect.meta b/3rdparty/libflac/test/metaflac-test-files/case05-expect.meta deleted file mode 100644 index 5017faa3914..00000000000 --- a/3rdparty/libflac/test/metaflac-test-files/case05-expect.meta +++ /dev/null @@ -1,27 +0,0 @@ -METADATA block #0 - type: 0 (STREAMINFO) - is last: false - length: 34 - sample_rate: 8000 Hz - channels: 1 - bits-per-sample: 8 - total samples: 80000 - MD5 signature: a042237c5493fdb9656b94a83608d11a -METADATA block #1 - type: 3 (SEEKTABLE) - is last: false - length: 18 - seek points: 1 - point 0: sample_number=0 -METADATA block #2 - type: 4 (VORBIS_COMMENT) - is last: false - length: 132 - comments: 3 - comment[0]: ARTIST=The_artist_formerly_known_as_the_artist... - comment[1]: ARTIST=Chuck_Woolery - comment[2]: ARTIST=Vern -METADATA block #3 - type: 1 (PADDING) - is last: true - length: 20449 diff --git a/3rdparty/libflac/test/metaflac-test-files/case06-expect.meta b/3rdparty/libflac/test/metaflac-test-files/case06-expect.meta deleted file mode 100644 index 7fbbe4b762a..00000000000 --- a/3rdparty/libflac/test/metaflac-test-files/case06-expect.meta +++ /dev/null @@ -1,28 +0,0 @@ -METADATA block #0 - type: 0 (STREAMINFO) - is last: false - length: 34 - sample_rate: 8000 Hz - channels: 1 - bits-per-sample: 8 - total samples: 80000 - MD5 signature: a042237c5493fdb9656b94a83608d11a -METADATA block #1 - type: 3 (SEEKTABLE) - is last: false - length: 18 - seek points: 1 - point 0: sample_number=0 -METADATA block #2 - type: 4 (VORBIS_COMMENT) - is last: false - length: 166 - comments: 4 - comment[0]: ARTIST=The_artist_formerly_known_as_the_artist... - comment[1]: ARTIST=Chuck_Woolery - comment[2]: ARTIST=Vern - comment[3]: TITLE=He_who_smelt_it_dealt_it -METADATA block #3 - type: 1 (PADDING) - is last: true - length: 20415 diff --git a/3rdparty/libflac/test/metaflac-test-files/case07-expect.meta b/3rdparty/libflac/test/metaflac-test-files/case07-expect.meta deleted file mode 100644 index 00160bfdd37..00000000000 --- a/3rdparty/libflac/test/metaflac-test-files/case07-expect.meta +++ /dev/null @@ -1,4 +0,0 @@ -reference libFLAC 1.2.1 20070917 -ARTIST=The_artist_formerly_known_as_the_artist... -ARTIST=Chuck_Woolery -ARTIST=Vern diff --git a/3rdparty/libflac/test/metaflac-test-files/case08-expect.meta b/3rdparty/libflac/test/metaflac-test-files/case08-expect.meta deleted file mode 100644 index e072ef6aed8..00000000000 --- a/3rdparty/libflac/test/metaflac-test-files/case08-expect.meta +++ /dev/null @@ -1,27 +0,0 @@ -METADATA block #0 - type: 0 (STREAMINFO) - is last: false - length: 34 - sample_rate: 8000 Hz - channels: 1 - bits-per-sample: 8 - total samples: 80000 - MD5 signature: a042237c5493fdb9656b94a83608d11a -METADATA block #1 - type: 3 (SEEKTABLE) - is last: false - length: 18 - seek points: 1 - point 0: sample_number=0 -METADATA block #2 - type: 4 (VORBIS_COMMENT) - is last: false - length: 113 - comments: 3 - comment[0]: ARTIST=Chuck_Woolery - comment[1]: ARTIST=Vern - comment[2]: TITLE=He_who_smelt_it_dealt_it -METADATA block #3 - type: 1 (PADDING) - is last: true - length: 20468 diff --git a/3rdparty/libflac/test/metaflac-test-files/case09-expect.meta b/3rdparty/libflac/test/metaflac-test-files/case09-expect.meta deleted file mode 100644 index db4702d66ee..00000000000 --- a/3rdparty/libflac/test/metaflac-test-files/case09-expect.meta +++ /dev/null @@ -1,25 +0,0 @@ -METADATA block #0 - type: 0 (STREAMINFO) - is last: false - length: 34 - sample_rate: 8000 Hz - channels: 1 - bits-per-sample: 8 - total samples: 80000 - MD5 signature: a042237c5493fdb9656b94a83608d11a -METADATA block #1 - type: 3 (SEEKTABLE) - is last: false - length: 18 - seek points: 1 - point 0: sample_number=0 -METADATA block #2 - type: 4 (VORBIS_COMMENT) - is last: false - length: 74 - comments: 1 - comment[0]: TITLE=He_who_smelt_it_dealt_it -METADATA block #3 - type: 1 (PADDING) - is last: true - length: 20507 diff --git a/3rdparty/libflac/test/metaflac-test-files/case10-expect.meta b/3rdparty/libflac/test/metaflac-test-files/case10-expect.meta deleted file mode 100644 index c5986ab9631..00000000000 --- a/3rdparty/libflac/test/metaflac-test-files/case10-expect.meta +++ /dev/null @@ -1,6 +0,0 @@ -METADATA block #2 - type: 4 (VORBIS_COMMENT) - is last: false - length: 74 - comments: 1 - comment[0]: TITLE=He_who_smelt_it_dealt_it diff --git a/3rdparty/libflac/test/metaflac-test-files/case11-expect.meta b/3rdparty/libflac/test/metaflac-test-files/case11-expect.meta deleted file mode 100644 index f42d320f9f1..00000000000 --- a/3rdparty/libflac/test/metaflac-test-files/case11-expect.meta +++ /dev/null @@ -1,9 +0,0 @@ -METADATA block #0 - type: 0 (STREAMINFO) - is last: false - length: 34 - sample_rate: 8000 Hz - channels: 1 - bits-per-sample: 8 - total samples: 80000 - MD5 signature: a042237c5493fdb9656b94a83608d11a diff --git a/3rdparty/libflac/test/metaflac-test-files/case12-expect.meta b/3rdparty/libflac/test/metaflac-test-files/case12-expect.meta deleted file mode 100644 index 19ed454ea70..00000000000 --- a/3rdparty/libflac/test/metaflac-test-files/case12-expect.meta +++ /dev/null @@ -1,12 +0,0 @@ -METADATA block #1 - type: 3 (SEEKTABLE) - is last: false - length: 18 - seek points: 1 - point 0: sample_number=0 -METADATA block #2 - type: 4 (VORBIS_COMMENT) - is last: false - length: 74 - comments: 1 - comment[0]: TITLE=He_who_smelt_it_dealt_it diff --git a/3rdparty/libflac/test/metaflac-test-files/case13-expect.meta b/3rdparty/libflac/test/metaflac-test-files/case13-expect.meta deleted file mode 100644 index 00804e1d2ff..00000000000 --- a/3rdparty/libflac/test/metaflac-test-files/case13-expect.meta +++ /dev/null @@ -1,10 +0,0 @@ -METADATA block #2 - type: 4 (VORBIS_COMMENT) - is last: false - length: 74 - comments: 1 - comment[0]: TITLE=He_who_smelt_it_dealt_it -METADATA block #3 - type: 1 (PADDING) - is last: true - length: 20507 diff --git a/3rdparty/libflac/test/metaflac-test-files/case14-expect.meta b/3rdparty/libflac/test/metaflac-test-files/case14-expect.meta deleted file mode 100644 index 5e829eddc6c..00000000000 --- a/3rdparty/libflac/test/metaflac-test-files/case14-expect.meta +++ /dev/null @@ -1,13 +0,0 @@ -METADATA block #0 - type: 0 (STREAMINFO) - is last: false - length: 34 - sample_rate: 8000 Hz - channels: 1 - bits-per-sample: 8 - total samples: 80000 - MD5 signature: a042237c5493fdb9656b94a83608d11a -METADATA block #3 - type: 1 (PADDING) - is last: true - length: 20507 diff --git a/3rdparty/libflac/test/metaflac-test-files/case15-expect.meta b/3rdparty/libflac/test/metaflac-test-files/case15-expect.meta deleted file mode 100644 index d4be5039b9e..00000000000 --- a/3rdparty/libflac/test/metaflac-test-files/case15-expect.meta +++ /dev/null @@ -1,16 +0,0 @@ -METADATA block #1 - type: 3 (SEEKTABLE) - is last: false - length: 18 - seek points: 1 - point 0: sample_number=0 -METADATA block #2 - type: 4 (VORBIS_COMMENT) - is last: false - length: 74 - comments: 1 - comment[0]: TITLE=He_who_smelt_it_dealt_it -METADATA block #3 - type: 1 (PADDING) - is last: true - length: 20507 diff --git a/3rdparty/libflac/test/metaflac-test-files/case16-expect.meta b/3rdparty/libflac/test/metaflac-test-files/case16-expect.meta deleted file mode 100644 index 481d919a2a4..00000000000 --- a/3rdparty/libflac/test/metaflac-test-files/case16-expect.meta +++ /dev/null @@ -1,33 +0,0 @@ -METADATA block #0 - type: 0 (STREAMINFO) - is last: false - length: 34 - sample_rate: 8000 Hz - channels: 1 - bits-per-sample: 8 - total samples: 80000 - MD5 signature: a042237c5493fdb9656b94a83608d11a -METADATA block #1 - type: 3 (SEEKTABLE) - is last: false - length: 18 - seek points: 1 - point 0: sample_number=0 -METADATA block #2 - type: 4 (VORBIS_COMMENT) - is last: false - length: 74 - comments: 1 - comment[0]: TITLE=He_who_smelt_it_dealt_it -METADATA block #3 - type: 1 (PADDING) - is last: false - length: 20507 -METADATA block #4 - type: 1 (PADDING) - is last: false - length: 4321 -METADATA block #5 - type: 1 (PADDING) - is last: true - length: 4321 diff --git a/3rdparty/libflac/test/metaflac-test-files/case17-expect.meta b/3rdparty/libflac/test/metaflac-test-files/case17-expect.meta deleted file mode 100644 index 49a220d38aa..00000000000 --- a/3rdparty/libflac/test/metaflac-test-files/case17-expect.meta +++ /dev/null @@ -1,25 +0,0 @@ -METADATA block #0 - type: 0 (STREAMINFO) - is last: false - length: 34 - sample_rate: 8000 Hz - channels: 1 - bits-per-sample: 8 - total samples: 80000 - MD5 signature: a042237c5493fdb9656b94a83608d11a -METADATA block #1 - type: 3 (SEEKTABLE) - is last: false - length: 18 - seek points: 1 - point 0: sample_number=0 -METADATA block #2 - type: 4 (VORBIS_COMMENT) - is last: false - length: 74 - comments: 1 - comment[0]: TITLE=He_who_smelt_it_dealt_it -METADATA block #3 - type: 1 (PADDING) - is last: true - length: 29157 diff --git a/3rdparty/libflac/test/metaflac-test-files/case18-expect.meta b/3rdparty/libflac/test/metaflac-test-files/case18-expect.meta deleted file mode 100644 index 963cbdb9a86..00000000000 --- a/3rdparty/libflac/test/metaflac-test-files/case18-expect.meta +++ /dev/null @@ -1,29 +0,0 @@ -METADATA block #0 - type: 0 (STREAMINFO) - is last: false - length: 34 - sample_rate: 8000 Hz - channels: 1 - bits-per-sample: 8 - total samples: 80000 - MD5 signature: a042237c5493fdb9656b94a83608d11a -METADATA block #1 - type: 3 (SEEKTABLE) - is last: false - length: 18 - seek points: 1 - point 0: sample_number=0 -METADATA block #2 - type: 4 (VORBIS_COMMENT) - is last: false - length: 74 - comments: 1 - comment[0]: TITLE=He_who_smelt_it_dealt_it -METADATA block #3 - type: 1 (PADDING) - is last: false - length: 29157 -METADATA block #4 - type: 1 (PADDING) - is last: true - length: 0 diff --git a/3rdparty/libflac/test/metaflac-test-files/case19-expect.meta b/3rdparty/libflac/test/metaflac-test-files/case19-expect.meta deleted file mode 100644 index 0eee4f0ad4a..00000000000 --- a/3rdparty/libflac/test/metaflac-test-files/case19-expect.meta +++ /dev/null @@ -1,25 +0,0 @@ -METADATA block #0 - type: 0 (STREAMINFO) - is last: false - length: 34 - sample_rate: 8000 Hz - channels: 1 - bits-per-sample: 8 - total samples: 80000 - MD5 signature: a042237c5493fdb9656b94a83608d11a -METADATA block #1 - type: 3 (SEEKTABLE) - is last: false - length: 18 - seek points: 1 - point 0: sample_number=0 -METADATA block #2 - type: 4 (VORBIS_COMMENT) - is last: false - length: 74 - comments: 1 - comment[0]: TITLE=He_who_smelt_it_dealt_it -METADATA block #3 - type: 1 (PADDING) - is last: true - length: 29161 diff --git a/3rdparty/libflac/test/metaflac-test-files/case20-expect.meta b/3rdparty/libflac/test/metaflac-test-files/case20-expect.meta deleted file mode 100644 index 201b4034a74..00000000000 --- a/3rdparty/libflac/test/metaflac-test-files/case20-expect.meta +++ /dev/null @@ -1,29 +0,0 @@ -METADATA block #0 - type: 0 (STREAMINFO) - is last: false - length: 34 - sample_rate: 8000 Hz - channels: 1 - bits-per-sample: 8 - total samples: 80000 - MD5 signature: a042237c5493fdb9656b94a83608d11a -METADATA block #1 - type: 3 (SEEKTABLE) - is last: false - length: 18 - seek points: 1 - point 0: sample_number=0 -METADATA block #2 - type: 4 (VORBIS_COMMENT) - is last: false - length: 74 - comments: 1 - comment[0]: TITLE=He_who_smelt_it_dealt_it -METADATA block #3 - type: 1 (PADDING) - is last: false - length: 29161 -METADATA block #4 - type: 1 (PADDING) - is last: true - length: 0 diff --git a/3rdparty/libflac/test/metaflac-test-files/case21-expect.meta b/3rdparty/libflac/test/metaflac-test-files/case21-expect.meta deleted file mode 100644 index dfb94410182..00000000000 --- a/3rdparty/libflac/test/metaflac-test-files/case21-expect.meta +++ /dev/null @@ -1,24 +0,0 @@ -METADATA block #0 - type: 0 (STREAMINFO) - is last: false - length: 34 - sample_rate: 8000 Hz - channels: 1 - bits-per-sample: 8 - total samples: 80000 - MD5 signature: a042237c5493fdb9656b94a83608d11a -METADATA block #1 - type: 3 (SEEKTABLE) - is last: false - length: 18 - seek points: 1 - point 0: sample_number=0 -METADATA block #2 - type: 4 (VORBIS_COMMENT) - is last: false - length: 40 - comments: 0 -METADATA block #3 - type: 1 (PADDING) - is last: true - length: 29199 diff --git a/3rdparty/libflac/test/metaflac-test-files/case22-expect.meta b/3rdparty/libflac/test/metaflac-test-files/case22-expect.meta deleted file mode 100644 index ed4af2949c0..00000000000 --- a/3rdparty/libflac/test/metaflac-test-files/case22-expect.meta +++ /dev/null @@ -1,18 +0,0 @@ -METADATA block #0 - type: 0 (STREAMINFO) - is last: false - length: 34 - sample_rate: 8000 Hz - channels: 1 - bits-per-sample: 8 - total samples: 80000 - MD5 signature: a042237c5493fdb9656b94a83608d11a -METADATA block #1 - type: 4 (VORBIS_COMMENT) - is last: false - length: 40 - comments: 0 -METADATA block #2 - type: 1 (PADDING) - is last: true - length: 29199 diff --git a/3rdparty/libflac/test/metaflac-test-files/case23-expect.meta b/3rdparty/libflac/test/metaflac-test-files/case23-expect.meta deleted file mode 100644 index ed4af2949c0..00000000000 --- a/3rdparty/libflac/test/metaflac-test-files/case23-expect.meta +++ /dev/null @@ -1,18 +0,0 @@ -METADATA block #0 - type: 0 (STREAMINFO) - is last: false - length: 34 - sample_rate: 8000 Hz - channels: 1 - bits-per-sample: 8 - total samples: 80000 - MD5 signature: a042237c5493fdb9656b94a83608d11a -METADATA block #1 - type: 4 (VORBIS_COMMENT) - is last: false - length: 40 - comments: 0 -METADATA block #2 - type: 1 (PADDING) - is last: true - length: 29199 diff --git a/3rdparty/libflac/test/metaflac-test-files/case24-expect.meta b/3rdparty/libflac/test/metaflac-test-files/case24-expect.meta deleted file mode 100644 index ed4af2949c0..00000000000 --- a/3rdparty/libflac/test/metaflac-test-files/case24-expect.meta +++ /dev/null @@ -1,18 +0,0 @@ -METADATA block #0 - type: 0 (STREAMINFO) - is last: false - length: 34 - sample_rate: 8000 Hz - channels: 1 - bits-per-sample: 8 - total samples: 80000 - MD5 signature: a042237c5493fdb9656b94a83608d11a -METADATA block #1 - type: 4 (VORBIS_COMMENT) - is last: false - length: 40 - comments: 0 -METADATA block #2 - type: 1 (PADDING) - is last: true - length: 29199 diff --git a/3rdparty/libflac/test/metaflac-test-files/case25-expect.meta b/3rdparty/libflac/test/metaflac-test-files/case25-expect.meta deleted file mode 100644 index 8986a70544b..00000000000 --- a/3rdparty/libflac/test/metaflac-test-files/case25-expect.meta +++ /dev/null @@ -1,14 +0,0 @@ -METADATA block #0 - type: 0 (STREAMINFO) - is last: false - length: 34 - sample_rate: 8000 Hz - channels: 1 - bits-per-sample: 8 - total samples: 80000 - MD5 signature: a042237c5493fdb9656b94a83608d11a -METADATA block #1 - type: 4 (VORBIS_COMMENT) - is last: true - length: 40 - comments: 0 diff --git a/3rdparty/libflac/test/metaflac-test-files/case26-expect.meta b/3rdparty/libflac/test/metaflac-test-files/case26-expect.meta deleted file mode 100644 index eaf6c27b087..00000000000 --- a/3rdparty/libflac/test/metaflac-test-files/case26-expect.meta +++ /dev/null @@ -1,22 +0,0 @@ -METADATA block #0 - type: 0 (STREAMINFO) - is last: false - length: 34 - sample_rate: 8000 Hz - channels: 1 - bits-per-sample: 8 - total samples: 80000 - MD5 signature: a042237c5493fdb9656b94a83608d11a -METADATA block #1 - type: 4 (VORBIS_COMMENT) - is last: false - length: 40 - comments: 0 -METADATA block #2 - type: 1 (PADDING) - is last: false - length: 0 -METADATA block #3 - type: 1 (PADDING) - is last: true - length: 0 diff --git a/3rdparty/libflac/test/metaflac-test-files/case27-expect.meta b/3rdparty/libflac/test/metaflac-test-files/case27-expect.meta deleted file mode 100644 index eac969c1174..00000000000 --- a/3rdparty/libflac/test/metaflac-test-files/case27-expect.meta +++ /dev/null @@ -1,13 +0,0 @@ -METADATA block #0 - type: 0 (STREAMINFO) - is last: false - length: 34 - sample_rate: 8000 Hz - channels: 1 - bits-per-sample: 8 - total samples: 80000 - MD5 signature: a042237c5493fdb9656b94a83608d11a -METADATA block #1 - type: 1 (PADDING) - is last: true - length: 48 diff --git a/3rdparty/libflac/test/metaflac-test-files/case28-expect.meta b/3rdparty/libflac/test/metaflac-test-files/case28-expect.meta deleted file mode 100644 index eac969c1174..00000000000 --- a/3rdparty/libflac/test/metaflac-test-files/case28-expect.meta +++ /dev/null @@ -1,13 +0,0 @@ -METADATA block #0 - type: 0 (STREAMINFO) - is last: false - length: 34 - sample_rate: 8000 Hz - channels: 1 - bits-per-sample: 8 - total samples: 80000 - MD5 signature: a042237c5493fdb9656b94a83608d11a -METADATA block #1 - type: 1 (PADDING) - is last: true - length: 48 diff --git a/3rdparty/libflac/test/metaflac-test-files/case29-expect.meta b/3rdparty/libflac/test/metaflac-test-files/case29-expect.meta deleted file mode 100644 index cd0ad279bde..00000000000 --- a/3rdparty/libflac/test/metaflac-test-files/case29-expect.meta +++ /dev/null @@ -1,9 +0,0 @@ -METADATA block #0 - type: 0 (STREAMINFO) - is last: true - length: 34 - sample_rate: 8000 Hz - channels: 1 - bits-per-sample: 8 - total samples: 80000 - MD5 signature: a042237c5493fdb9656b94a83608d11a diff --git a/3rdparty/libflac/test/metaflac-test-files/case30-expect.meta b/3rdparty/libflac/test/metaflac-test-files/case30-expect.meta deleted file mode 100644 index cd0ad279bde..00000000000 --- a/3rdparty/libflac/test/metaflac-test-files/case30-expect.meta +++ /dev/null @@ -1,9 +0,0 @@ -METADATA block #0 - type: 0 (STREAMINFO) - is last: true - length: 34 - sample_rate: 8000 Hz - channels: 1 - bits-per-sample: 8 - total samples: 80000 - MD5 signature: a042237c5493fdb9656b94a83608d11a diff --git a/3rdparty/libflac/test/metaflac-test-files/case31-expect.meta b/3rdparty/libflac/test/metaflac-test-files/case31-expect.meta deleted file mode 100644 index a8fb438c46f..00000000000 --- a/3rdparty/libflac/test/metaflac-test-files/case31-expect.meta +++ /dev/null @@ -1,15 +0,0 @@ -METADATA block #0 - type: 0 (STREAMINFO) - is last: false - length: 34 - sample_rate: 8000 Hz - channels: 1 - bits-per-sample: 8 - total samples: 80000 - MD5 signature: a042237c5493fdb9656b94a83608d11a -METADATA block #1 - type: 4 (VORBIS_COMMENT) - is last: true - length: 66 - comments: 1 - comment[0]: f=0123456789abcdefghij diff --git a/3rdparty/libflac/test/metaflac-test-files/case32-expect.meta b/3rdparty/libflac/test/metaflac-test-files/case32-expect.meta deleted file mode 100644 index 9d1a184959a..00000000000 --- a/3rdparty/libflac/test/metaflac-test-files/case32-expect.meta +++ /dev/null @@ -1,15 +0,0 @@ -METADATA block #0 - type: 0 (STREAMINFO) - is last: false - length: 34 - sample_rate: 8000 Hz - channels: 1 - bits-per-sample: 8 - total samples: 80000 - MD5 signature: a042237c5493fdb9656b94a83608d11a -METADATA block #1 - type: 4 (VORBIS_COMMENT) - is last: true - length: 65 - comments: 1 - comment[0]: f=0123456789abcdefghi diff --git a/3rdparty/libflac/test/metaflac-test-files/case33-expect.meta b/3rdparty/libflac/test/metaflac-test-files/case33-expect.meta deleted file mode 100644 index 0c883c36bbb..00000000000 --- a/3rdparty/libflac/test/metaflac-test-files/case33-expect.meta +++ /dev/null @@ -1,19 +0,0 @@ -METADATA block #0 - type: 0 (STREAMINFO) - is last: false - length: 34 - sample_rate: 8000 Hz - channels: 1 - bits-per-sample: 8 - total samples: 80000 - MD5 signature: a042237c5493fdb9656b94a83608d11a -METADATA block #1 - type: 4 (VORBIS_COMMENT) - is last: false - length: 61 - comments: 1 - comment[0]: f=0123456789abcde -METADATA block #2 - type: 1 (PADDING) - is last: true - length: 0 diff --git a/3rdparty/libflac/test/metaflac-test-files/case34-expect.meta b/3rdparty/libflac/test/metaflac-test-files/case34-expect.meta deleted file mode 100644 index b59ccb8aca0..00000000000 --- a/3rdparty/libflac/test/metaflac-test-files/case34-expect.meta +++ /dev/null @@ -1,19 +0,0 @@ -METADATA block #0 - type: 0 (STREAMINFO) - is last: false - length: 34 - sample_rate: 8000 Hz - channels: 1 - bits-per-sample: 8 - total samples: 80000 - MD5 signature: a042237c5493fdb9656b94a83608d11a -METADATA block #1 - type: 4 (VORBIS_COMMENT) - is last: false - length: 47 - comments: 1 - comment[0]: f=0 -METADATA block #2 - type: 1 (PADDING) - is last: true - length: 14 diff --git a/3rdparty/libflac/test/metaflac-test-files/case35-expect.meta b/3rdparty/libflac/test/metaflac-test-files/case35-expect.meta deleted file mode 100644 index 7f484525b2a..00000000000 --- a/3rdparty/libflac/test/metaflac-test-files/case35-expect.meta +++ /dev/null @@ -1,19 +0,0 @@ -METADATA block #0 - type: 0 (STREAMINFO) - is last: false - length: 34 - sample_rate: 8000 Hz - channels: 1 - bits-per-sample: 8 - total samples: 80000 - MD5 signature: a042237c5493fdb9656b94a83608d11a -METADATA block #1 - type: 4 (VORBIS_COMMENT) - is last: false - length: 56 - comments: 1 - comment[0]: f=0123456789 -METADATA block #2 - type: 1 (PADDING) - is last: true - length: 5 diff --git a/3rdparty/libflac/test/metaflac-test-files/case36-expect.meta b/3rdparty/libflac/test/metaflac-test-files/case36-expect.meta deleted file mode 100644 index 9d1a184959a..00000000000 --- a/3rdparty/libflac/test/metaflac-test-files/case36-expect.meta +++ /dev/null @@ -1,15 +0,0 @@ -METADATA block #0 - type: 0 (STREAMINFO) - is last: false - length: 34 - sample_rate: 8000 Hz - channels: 1 - bits-per-sample: 8 - total samples: 80000 - MD5 signature: a042237c5493fdb9656b94a83608d11a -METADATA block #1 - type: 4 (VORBIS_COMMENT) - is last: true - length: 65 - comments: 1 - comment[0]: f=0123456789abcdefghi diff --git a/3rdparty/libflac/test/metaflac-test-files/case37-expect.meta b/3rdparty/libflac/test/metaflac-test-files/case37-expect.meta deleted file mode 100644 index 7f484525b2a..00000000000 --- a/3rdparty/libflac/test/metaflac-test-files/case37-expect.meta +++ /dev/null @@ -1,19 +0,0 @@ -METADATA block #0 - type: 0 (STREAMINFO) - is last: false - length: 34 - sample_rate: 8000 Hz - channels: 1 - bits-per-sample: 8 - total samples: 80000 - MD5 signature: a042237c5493fdb9656b94a83608d11a -METADATA block #1 - type: 4 (VORBIS_COMMENT) - is last: false - length: 56 - comments: 1 - comment[0]: f=0123456789 -METADATA block #2 - type: 1 (PADDING) - is last: true - length: 5 diff --git a/3rdparty/libflac/test/metaflac-test-files/case38-expect.meta b/3rdparty/libflac/test/metaflac-test-files/case38-expect.meta deleted file mode 100644 index 93d1e329f50..00000000000 --- a/3rdparty/libflac/test/metaflac-test-files/case38-expect.meta +++ /dev/null @@ -1,19 +0,0 @@ -METADATA block #0 - type: 0 (STREAMINFO) - is last: false - length: 34 - sample_rate: 8000 Hz - channels: 1 - bits-per-sample: 8 - total samples: 80000 - MD5 signature: a042237c5493fdb9656b94a83608d11a -METADATA block #1 - type: 4 (VORBIS_COMMENT) - is last: false - length: 66 - comments: 1 - comment[0]: f=0123456789abcdefghij -METADATA block #2 - type: 1 (PADDING) - is last: true - length: 5 diff --git a/3rdparty/libflac/test/metaflac-test-files/case39-expect.meta b/3rdparty/libflac/test/metaflac-test-files/case39-expect.meta deleted file mode 100644 index 700caffcb39..00000000000 --- a/3rdparty/libflac/test/metaflac-test-files/case39-expect.meta +++ /dev/null @@ -1,20 +0,0 @@ -METADATA block #0 - type: 0 (STREAMINFO) - is last: false - length: 34 - sample_rate: 8000 Hz - channels: 1 - bits-per-sample: 8 - total samples: 80000 - MD5 signature: a042237c5493fdb9656b94a83608d11a -METADATA block #1 - type: 4 (VORBIS_COMMENT) - is last: false - length: 82 - comments: 2 - comment[0]: f=0123456789abcdefghij - comment[1]: TITLE=Tittle -METADATA block #2 - type: 1 (PADDING) - is last: true - length: 5 diff --git a/3rdparty/libflac/test/metaflac-test-files/case40-expect.meta b/3rdparty/libflac/test/metaflac-test-files/case40-expect.meta deleted file mode 100644 index 125eedc97de..00000000000 --- a/3rdparty/libflac/test/metaflac-test-files/case40-expect.meta +++ /dev/null @@ -1,22 +0,0 @@ -METADATA block #0 - type: 0 (STREAMINFO) - is last: false - length: 34 - sample_rate: 8000 Hz - channels: 1 - bits-per-sample: 8 - total samples: 80000 - MD5 signature: a042237c5493fdb9656b94a83608d11a -METADATA block #1 - type: 4 (VORBIS_COMMENT) - is last: false - length: 117 - comments: 4 - comment[0]: f=0123456789abcdefghij - comment[1]: TITLE=Tittle - comment[2]: artist=Fartist - comment[3]: artist=artits -METADATA block #2 - type: 1 (PADDING) - is last: true - length: 5 diff --git a/3rdparty/libflac/test/metaflac-test-files/case41-expect.meta b/3rdparty/libflac/test/metaflac-test-files/case41-expect.meta deleted file mode 100644 index bf71afc756b..00000000000 --- a/3rdparty/libflac/test/metaflac-test-files/case41-expect.meta +++ /dev/null @@ -1,27 +0,0 @@ -METADATA block #0 - type: 0 (STREAMINFO) - is last: false - length: 34 - sample_rate: 8000 Hz - channels: 1 - bits-per-sample: 8 - total samples: 80000 - MD5 signature: a042237c5493fdb9656b94a83608d11a -METADATA block #1 - type: 4 (VORBIS_COMMENT) - is last: false - length: 300 - comments: 9 - comment[0]: f=0123456789abcdefghij - comment[1]: TITLE=Tittle - comment[2]: artist=Fartist - comment[3]: artist=artits - comment[4]: REPLAYGAIN_REFERENCE_LOUDNESS=89.0 dB - comment[5]: REPLAYGAIN_TRACK_GAIN=+64.82 dB - comment[6]: REPLAYGAIN_TRACK_PEAK=0.00000000 - comment[7]: REPLAYGAIN_ALBUM_GAIN=+64.82 dB - comment[8]: REPLAYGAIN_ALBUM_PEAK=0.00000000 -METADATA block #2 - type: 1 (PADDING) - is last: true - length: 5 diff --git a/3rdparty/libflac/test/metaflac-test-files/case42-expect.meta b/3rdparty/libflac/test/metaflac-test-files/case42-expect.meta deleted file mode 100644 index 897397228c1..00000000000 --- a/3rdparty/libflac/test/metaflac-test-files/case42-expect.meta +++ /dev/null @@ -1,22 +0,0 @@ -METADATA block #0 - type: 0 (STREAMINFO) - is last: false - length: 34 - sample_rate: 8000 Hz - channels: 1 - bits-per-sample: 8 - total samples: 80000 - MD5 signature: a042237c5493fdb9656b94a83608d11a -METADATA block #1 - type: 4 (VORBIS_COMMENT) - is last: false - length: 117 - comments: 4 - comment[0]: f=0123456789abcdefghij - comment[1]: TITLE=Tittle - comment[2]: artist=Fartist - comment[3]: artist=artits -METADATA block #2 - type: 1 (PADDING) - is last: true - length: 188 diff --git a/3rdparty/libflac/test/metaflac-test-files/case43-expect.meta b/3rdparty/libflac/test/metaflac-test-files/case43-expect.meta deleted file mode 100644 index bf9fe5e553c..00000000000 --- a/3rdparty/libflac/test/metaflac-test-files/case43-expect.meta +++ /dev/null @@ -1,49 +0,0 @@ -METADATA block #0 - type: 0 (STREAMINFO) - is last: false - length: 34 - sample_rate: 8000 Hz - channels: 1 - bits-per-sample: 8 - total samples: 80000 - MD5 signature: a042237c5493fdb9656b94a83608d11a -METADATA block #1 - type: 3 (SEEKTABLE) - is last: false - length: 18 - seek points: 1 - point 0: sample_number=0 -METADATA block #2 - type: 4 (VORBIS_COMMENT) - is last: false - length: 117 - comments: 4 - comment[0]: f=0123456789abcdefghij - comment[1]: TITLE=Tittle - comment[2]: artist=Fartist - comment[3]: artist=artits -METADATA block #3 - type: 5 (CUESHEET) - is last: false - length: 480 - media catalog number: 1234567890123 - lead-in: 0 - is CD: false - number of tracks: 2 - track[0] - offset: 0 - number: 1 - ISRC: - type: AUDIO - pre-emphasis: false - number of index points: 1 - index[0] - offset: 0 - number: 1 - track[1] - offset: 80000 - number: 255 (LEAD-OUT) -METADATA block #4 - type: 1 (PADDING) - is last: true - length: 188 diff --git a/3rdparty/libflac/test/metaflac-test-files/case44-expect.meta b/3rdparty/libflac/test/metaflac-test-files/case44-expect.meta deleted file mode 100644 index 229b4353360..00000000000 --- a/3rdparty/libflac/test/metaflac-test-files/case44-expect.meta +++ /dev/null @@ -1,28 +0,0 @@ -METADATA block #0 - type: 0 (STREAMINFO) - is last: false - length: 34 - sample_rate: 8000 Hz - channels: 1 - bits-per-sample: 8 - total samples: 80000 - MD5 signature: a042237c5493fdb9656b94a83608d11a -METADATA block #1 - type: 3 (SEEKTABLE) - is last: false - length: 18 - seek points: 1 - point 0: sample_number=0 -METADATA block #2 - type: 4 (VORBIS_COMMENT) - is last: false - length: 117 - comments: 4 - comment[0]: f=0123456789abcdefghij - comment[1]: TITLE=Tittle - comment[2]: artist=Fartist - comment[3]: artist=artits -METADATA block #3 - type: 1 (PADDING) - is last: true - length: 672 diff --git a/3rdparty/libflac/test/metaflac-test-files/case45-expect.meta b/3rdparty/libflac/test/metaflac-test-files/case45-expect.meta deleted file mode 100644 index bf9fe5e553c..00000000000 --- a/3rdparty/libflac/test/metaflac-test-files/case45-expect.meta +++ /dev/null @@ -1,49 +0,0 @@ -METADATA block #0 - type: 0 (STREAMINFO) - is last: false - length: 34 - sample_rate: 8000 Hz - channels: 1 - bits-per-sample: 8 - total samples: 80000 - MD5 signature: a042237c5493fdb9656b94a83608d11a -METADATA block #1 - type: 3 (SEEKTABLE) - is last: false - length: 18 - seek points: 1 - point 0: sample_number=0 -METADATA block #2 - type: 4 (VORBIS_COMMENT) - is last: false - length: 117 - comments: 4 - comment[0]: f=0123456789abcdefghij - comment[1]: TITLE=Tittle - comment[2]: artist=Fartist - comment[3]: artist=artits -METADATA block #3 - type: 5 (CUESHEET) - is last: false - length: 480 - media catalog number: 1234567890123 - lead-in: 0 - is CD: false - number of tracks: 2 - track[0] - offset: 0 - number: 1 - ISRC: - type: AUDIO - pre-emphasis: false - number of index points: 1 - index[0] - offset: 0 - number: 1 - track[1] - offset: 80000 - number: 255 (LEAD-OUT) -METADATA block #4 - type: 1 (PADDING) - is last: true - length: 188 diff --git a/3rdparty/libflac/test/metaflac-test-files/case46-expect.meta b/3rdparty/libflac/test/metaflac-test-files/case46-expect.meta deleted file mode 100644 index 1d565e173bd..00000000000 --- a/3rdparty/libflac/test/metaflac-test-files/case46-expect.meta +++ /dev/null @@ -1,62 +0,0 @@ -METADATA block #0 - type: 0 (STREAMINFO) - is last: false - length: 34 - sample_rate: 8000 Hz - channels: 1 - bits-per-sample: 8 - total samples: 80000 - MD5 signature: a042237c5493fdb9656b94a83608d11a -METADATA block #1 - type: 3 (SEEKTABLE) - is last: false - length: 18 - seek points: 1 - point 0: sample_number=0 -METADATA block #2 - type: 4 (VORBIS_COMMENT) - is last: false - length: 117 - comments: 4 - comment[0]: f=0123456789abcdefghij - comment[1]: TITLE=Tittle - comment[2]: artist=Fartist - comment[3]: artist=artits -METADATA block #3 - type: 5 (CUESHEET) - is last: false - length: 480 - media catalog number: 1234567890123 - lead-in: 0 - is CD: false - number of tracks: 2 - track[0] - offset: 0 - number: 1 - ISRC: - type: AUDIO - pre-emphasis: false - number of index points: 1 - index[0] - offset: 0 - number: 1 - track[1] - offset: 80000 - number: 255 (LEAD-OUT) -METADATA block #4 - type: 6 (PICTURE) - is last: false - length: 141 - type: 3 (Cover (front)) - MIME type: image/gif - description: 0.gif - width: 24 - height: 24 - depth: 24 - colors: 2 - data length: 95 - data: -METADATA block #5 - type: 1 (PADDING) - is last: true - length: 43 diff --git a/3rdparty/libflac/test/metaflac-test-files/case47-expect.meta b/3rdparty/libflac/test/metaflac-test-files/case47-expect.meta deleted file mode 100644 index e122cf7c32a..00000000000 --- a/3rdparty/libflac/test/metaflac-test-files/case47-expect.meta +++ /dev/null @@ -1,75 +0,0 @@ -METADATA block #0 - type: 0 (STREAMINFO) - is last: false - length: 34 - sample_rate: 8000 Hz - channels: 1 - bits-per-sample: 8 - total samples: 80000 - MD5 signature: a042237c5493fdb9656b94a83608d11a -METADATA block #1 - type: 3 (SEEKTABLE) - is last: false - length: 18 - seek points: 1 - point 0: sample_number=0 -METADATA block #2 - type: 4 (VORBIS_COMMENT) - is last: false - length: 117 - comments: 4 - comment[0]: f=0123456789abcdefghij - comment[1]: TITLE=Tittle - comment[2]: artist=Fartist - comment[3]: artist=artits -METADATA block #3 - type: 5 (CUESHEET) - is last: false - length: 480 - media catalog number: 1234567890123 - lead-in: 0 - is CD: false - number of tracks: 2 - track[0] - offset: 0 - number: 1 - ISRC: - type: AUDIO - pre-emphasis: false - number of index points: 1 - index[0] - offset: 0 - number: 1 - track[1] - offset: 80000 - number: 255 (LEAD-OUT) -METADATA block #4 - type: 6 (PICTURE) - is last: false - length: 141 - type: 3 (Cover (front)) - MIME type: image/gif - description: 0.gif - width: 24 - height: 24 - depth: 24 - colors: 2 - data length: 95 - data: -METADATA block #5 - type: 6 (PICTURE) - is last: false - length: 917 - type: 3 (Cover (front)) - MIME type: image/gif - description: 1.gif - width: 12 - height: 8 - depth: 24 - colors: 256 - data length: 871 - data: -METADATA block #6 - type: 1 (PADDING) - is last: true - length: 43 diff --git a/3rdparty/libflac/test/metaflac-test-files/case48-expect.meta b/3rdparty/libflac/test/metaflac-test-files/case48-expect.meta deleted file mode 100644 index 67687108e80..00000000000 --- a/3rdparty/libflac/test/metaflac-test-files/case48-expect.meta +++ /dev/null @@ -1,88 +0,0 @@ -METADATA block #0 - type: 0 (STREAMINFO) - is last: false - length: 34 - sample_rate: 8000 Hz - channels: 1 - bits-per-sample: 8 - total samples: 80000 - MD5 signature: a042237c5493fdb9656b94a83608d11a -METADATA block #1 - type: 3 (SEEKTABLE) - is last: false - length: 18 - seek points: 1 - point 0: sample_number=0 -METADATA block #2 - type: 4 (VORBIS_COMMENT) - is last: false - length: 117 - comments: 4 - comment[0]: f=0123456789abcdefghij - comment[1]: TITLE=Tittle - comment[2]: artist=Fartist - comment[3]: artist=artits -METADATA block #3 - type: 5 (CUESHEET) - is last: false - length: 480 - media catalog number: 1234567890123 - lead-in: 0 - is CD: false - number of tracks: 2 - track[0] - offset: 0 - number: 1 - ISRC: - type: AUDIO - pre-emphasis: false - number of index points: 1 - index[0] - offset: 0 - number: 1 - track[1] - offset: 80000 - number: 255 (LEAD-OUT) -METADATA block #4 - type: 6 (PICTURE) - is last: false - length: 141 - type: 3 (Cover (front)) - MIME type: image/gif - description: 0.gif - width: 24 - height: 24 - depth: 24 - colors: 2 - data length: 95 - data: -METADATA block #5 - type: 6 (PICTURE) - is last: false - length: 917 - type: 3 (Cover (front)) - MIME type: image/gif - description: 1.gif - width: 12 - height: 8 - depth: 24 - colors: 256 - data length: 871 - data: -METADATA block #6 - type: 6 (PICTURE) - is last: false - length: 578 - type: 3 (Cover (front)) - MIME type: image/gif - description: 2.gif - width: 16 - height: 14 - depth: 24 - colors: 128 - data length: 532 - data: -METADATA block #7 - type: 1 (PADDING) - is last: true - length: 43 diff --git a/3rdparty/libflac/test/metaflac-test-files/case49-expect.meta b/3rdparty/libflac/test/metaflac-test-files/case49-expect.meta deleted file mode 100644 index 9ddfff209d8..00000000000 --- a/3rdparty/libflac/test/metaflac-test-files/case49-expect.meta +++ /dev/null @@ -1,101 +0,0 @@ -METADATA block #0 - type: 0 (STREAMINFO) - is last: false - length: 34 - sample_rate: 8000 Hz - channels: 1 - bits-per-sample: 8 - total samples: 80000 - MD5 signature: a042237c5493fdb9656b94a83608d11a -METADATA block #1 - type: 3 (SEEKTABLE) - is last: false - length: 18 - seek points: 1 - point 0: sample_number=0 -METADATA block #2 - type: 4 (VORBIS_COMMENT) - is last: false - length: 117 - comments: 4 - comment[0]: f=0123456789abcdefghij - comment[1]: TITLE=Tittle - comment[2]: artist=Fartist - comment[3]: artist=artits -METADATA block #3 - type: 5 (CUESHEET) - is last: false - length: 480 - media catalog number: 1234567890123 - lead-in: 0 - is CD: false - number of tracks: 2 - track[0] - offset: 0 - number: 1 - ISRC: - type: AUDIO - pre-emphasis: false - number of index points: 1 - index[0] - offset: 0 - number: 1 - track[1] - offset: 80000 - number: 255 (LEAD-OUT) -METADATA block #4 - type: 6 (PICTURE) - is last: false - length: 141 - type: 3 (Cover (front)) - MIME type: image/gif - description: 0.gif - width: 24 - height: 24 - depth: 24 - colors: 2 - data length: 95 - data: -METADATA block #5 - type: 6 (PICTURE) - is last: false - length: 917 - type: 3 (Cover (front)) - MIME type: image/gif - description: 1.gif - width: 12 - height: 8 - depth: 24 - colors: 256 - data length: 871 - data: -METADATA block #6 - type: 6 (PICTURE) - is last: false - length: 578 - type: 3 (Cover (front)) - MIME type: image/gif - description: 2.gif - width: 16 - height: 14 - depth: 24 - colors: 128 - data length: 532 - data: -METADATA block #7 - type: 6 (PICTURE) - is last: false - length: 377 - type: 4 (Cover (back)) - MIME type: image/jpeg - description: 0.jpg - width: 30 - height: 20 - depth: 8 - colors: 0 (unindexed) - data length: 330 - data: -METADATA block #8 - type: 1 (PADDING) - is last: true - length: 43 diff --git a/3rdparty/libflac/test/metaflac-test-files/case50-expect.meta b/3rdparty/libflac/test/metaflac-test-files/case50-expect.meta deleted file mode 100644 index ea6496450ec..00000000000 --- a/3rdparty/libflac/test/metaflac-test-files/case50-expect.meta +++ /dev/null @@ -1,114 +0,0 @@ -METADATA block #0 - type: 0 (STREAMINFO) - is last: false - length: 34 - sample_rate: 8000 Hz - channels: 1 - bits-per-sample: 8 - total samples: 80000 - MD5 signature: a042237c5493fdb9656b94a83608d11a -METADATA block #1 - type: 3 (SEEKTABLE) - is last: false - length: 18 - seek points: 1 - point 0: sample_number=0 -METADATA block #2 - type: 4 (VORBIS_COMMENT) - is last: false - length: 117 - comments: 4 - comment[0]: f=0123456789abcdefghij - comment[1]: TITLE=Tittle - comment[2]: artist=Fartist - comment[3]: artist=artits -METADATA block #3 - type: 5 (CUESHEET) - is last: false - length: 480 - media catalog number: 1234567890123 - lead-in: 0 - is CD: false - number of tracks: 2 - track[0] - offset: 0 - number: 1 - ISRC: - type: AUDIO - pre-emphasis: false - number of index points: 1 - index[0] - offset: 0 - number: 1 - track[1] - offset: 80000 - number: 255 (LEAD-OUT) -METADATA block #4 - type: 6 (PICTURE) - is last: false - length: 141 - type: 3 (Cover (front)) - MIME type: image/gif - description: 0.gif - width: 24 - height: 24 - depth: 24 - colors: 2 - data length: 95 - data: -METADATA block #5 - type: 6 (PICTURE) - is last: false - length: 917 - type: 3 (Cover (front)) - MIME type: image/gif - description: 1.gif - width: 12 - height: 8 - depth: 24 - colors: 256 - data length: 871 - data: -METADATA block #6 - type: 6 (PICTURE) - is last: false - length: 578 - type: 3 (Cover (front)) - MIME type: image/gif - description: 2.gif - width: 16 - height: 14 - depth: 24 - colors: 128 - data length: 532 - data: -METADATA block #7 - type: 6 (PICTURE) - is last: false - length: 377 - type: 4 (Cover (back)) - MIME type: image/jpeg - description: 0.jpg - width: 30 - height: 20 - depth: 8 - colors: 0 (unindexed) - data length: 330 - data: -METADATA block #8 - type: 6 (PICTURE) - is last: false - length: 614 - type: 4 (Cover (back)) - MIME type: image/jpeg - description: 4.jpg - width: 31 - height: 47 - depth: 24 - colors: 0 (unindexed) - data length: 567 - data: -METADATA block #9 - type: 1 (PADDING) - is last: true - length: 43 diff --git a/3rdparty/libflac/test/metaflac-test-files/case51-expect.meta b/3rdparty/libflac/test/metaflac-test-files/case51-expect.meta deleted file mode 100644 index b73bb68e609..00000000000 --- a/3rdparty/libflac/test/metaflac-test-files/case51-expect.meta +++ /dev/null @@ -1,127 +0,0 @@ -METADATA block #0 - type: 0 (STREAMINFO) - is last: false - length: 34 - sample_rate: 8000 Hz - channels: 1 - bits-per-sample: 8 - total samples: 80000 - MD5 signature: a042237c5493fdb9656b94a83608d11a -METADATA block #1 - type: 3 (SEEKTABLE) - is last: false - length: 18 - seek points: 1 - point 0: sample_number=0 -METADATA block #2 - type: 4 (VORBIS_COMMENT) - is last: false - length: 117 - comments: 4 - comment[0]: f=0123456789abcdefghij - comment[1]: TITLE=Tittle - comment[2]: artist=Fartist - comment[3]: artist=artits -METADATA block #3 - type: 5 (CUESHEET) - is last: false - length: 480 - media catalog number: 1234567890123 - lead-in: 0 - is CD: false - number of tracks: 2 - track[0] - offset: 0 - number: 1 - ISRC: - type: AUDIO - pre-emphasis: false - number of index points: 1 - index[0] - offset: 0 - number: 1 - track[1] - offset: 80000 - number: 255 (LEAD-OUT) -METADATA block #4 - type: 6 (PICTURE) - is last: false - length: 141 - type: 3 (Cover (front)) - MIME type: image/gif - description: 0.gif - width: 24 - height: 24 - depth: 24 - colors: 2 - data length: 95 - data: -METADATA block #5 - type: 6 (PICTURE) - is last: false - length: 917 - type: 3 (Cover (front)) - MIME type: image/gif - description: 1.gif - width: 12 - height: 8 - depth: 24 - colors: 256 - data length: 871 - data: -METADATA block #6 - type: 6 (PICTURE) - is last: false - length: 578 - type: 3 (Cover (front)) - MIME type: image/gif - description: 2.gif - width: 16 - height: 14 - depth: 24 - colors: 128 - data length: 532 - data: -METADATA block #7 - type: 6 (PICTURE) - is last: false - length: 377 - type: 4 (Cover (back)) - MIME type: image/jpeg - description: 0.jpg - width: 30 - height: 20 - depth: 8 - colors: 0 (unindexed) - data length: 330 - data: -METADATA block #8 - type: 6 (PICTURE) - is last: false - length: 614 - type: 4 (Cover (back)) - MIME type: image/jpeg - description: 4.jpg - width: 31 - height: 47 - depth: 24 - colors: 0 (unindexed) - data length: 567 - data: -METADATA block #9 - type: 6 (PICTURE) - is last: false - length: 492 - type: 5 (Leaflet page) - MIME type: image/png - description: 0.png - width: 30 - height: 20 - depth: 8 - colors: 0 (unindexed) - data length: 446 - data: -METADATA block #10 - type: 1 (PADDING) - is last: true - length: 43 diff --git a/3rdparty/libflac/test/metaflac-test-files/case52-expect.meta b/3rdparty/libflac/test/metaflac-test-files/case52-expect.meta deleted file mode 100644 index ee3da3c4056..00000000000 --- a/3rdparty/libflac/test/metaflac-test-files/case52-expect.meta +++ /dev/null @@ -1,140 +0,0 @@ -METADATA block #0 - type: 0 (STREAMINFO) - is last: false - length: 34 - sample_rate: 8000 Hz - channels: 1 - bits-per-sample: 8 - total samples: 80000 - MD5 signature: a042237c5493fdb9656b94a83608d11a -METADATA block #1 - type: 3 (SEEKTABLE) - is last: false - length: 18 - seek points: 1 - point 0: sample_number=0 -METADATA block #2 - type: 4 (VORBIS_COMMENT) - is last: false - length: 117 - comments: 4 - comment[0]: f=0123456789abcdefghij - comment[1]: TITLE=Tittle - comment[2]: artist=Fartist - comment[3]: artist=artits -METADATA block #3 - type: 5 (CUESHEET) - is last: false - length: 480 - media catalog number: 1234567890123 - lead-in: 0 - is CD: false - number of tracks: 2 - track[0] - offset: 0 - number: 1 - ISRC: - type: AUDIO - pre-emphasis: false - number of index points: 1 - index[0] - offset: 0 - number: 1 - track[1] - offset: 80000 - number: 255 (LEAD-OUT) -METADATA block #4 - type: 6 (PICTURE) - is last: false - length: 141 - type: 3 (Cover (front)) - MIME type: image/gif - description: 0.gif - width: 24 - height: 24 - depth: 24 - colors: 2 - data length: 95 - data: -METADATA block #5 - type: 6 (PICTURE) - is last: false - length: 917 - type: 3 (Cover (front)) - MIME type: image/gif - description: 1.gif - width: 12 - height: 8 - depth: 24 - colors: 256 - data length: 871 - data: -METADATA block #6 - type: 6 (PICTURE) - is last: false - length: 578 - type: 3 (Cover (front)) - MIME type: image/gif - description: 2.gif - width: 16 - height: 14 - depth: 24 - colors: 128 - data length: 532 - data: -METADATA block #7 - type: 6 (PICTURE) - is last: false - length: 377 - type: 4 (Cover (back)) - MIME type: image/jpeg - description: 0.jpg - width: 30 - height: 20 - depth: 8 - colors: 0 (unindexed) - data length: 330 - data: -METADATA block #8 - type: 6 (PICTURE) - is last: false - length: 614 - type: 4 (Cover (back)) - MIME type: image/jpeg - description: 4.jpg - width: 31 - height: 47 - depth: 24 - colors: 0 (unindexed) - data length: 567 - data: -METADATA block #9 - type: 6 (PICTURE) - is last: false - length: 492 - type: 5 (Leaflet page) - MIME type: image/png - description: 0.png - width: 30 - height: 20 - depth: 8 - colors: 0 (unindexed) - data length: 446 - data: -METADATA block #10 - type: 6 (PICTURE) - is last: false - length: 508 - type: 5 (Leaflet page) - MIME type: image/png - description: 1.png - width: 30 - height: 20 - depth: 8 - colors: 0 (unindexed) - data length: 462 - data: -METADATA block #11 - type: 1 (PADDING) - is last: true - length: 43 diff --git a/3rdparty/libflac/test/metaflac-test-files/case53-expect.meta b/3rdparty/libflac/test/metaflac-test-files/case53-expect.meta deleted file mode 100644 index 13d9844c0b4..00000000000 --- a/3rdparty/libflac/test/metaflac-test-files/case53-expect.meta +++ /dev/null @@ -1,153 +0,0 @@ -METADATA block #0 - type: 0 (STREAMINFO) - is last: false - length: 34 - sample_rate: 8000 Hz - channels: 1 - bits-per-sample: 8 - total samples: 80000 - MD5 signature: a042237c5493fdb9656b94a83608d11a -METADATA block #1 - type: 3 (SEEKTABLE) - is last: false - length: 18 - seek points: 1 - point 0: sample_number=0 -METADATA block #2 - type: 4 (VORBIS_COMMENT) - is last: false - length: 117 - comments: 4 - comment[0]: f=0123456789abcdefghij - comment[1]: TITLE=Tittle - comment[2]: artist=Fartist - comment[3]: artist=artits -METADATA block #3 - type: 5 (CUESHEET) - is last: false - length: 480 - media catalog number: 1234567890123 - lead-in: 0 - is CD: false - number of tracks: 2 - track[0] - offset: 0 - number: 1 - ISRC: - type: AUDIO - pre-emphasis: false - number of index points: 1 - index[0] - offset: 0 - number: 1 - track[1] - offset: 80000 - number: 255 (LEAD-OUT) -METADATA block #4 - type: 6 (PICTURE) - is last: false - length: 141 - type: 3 (Cover (front)) - MIME type: image/gif - description: 0.gif - width: 24 - height: 24 - depth: 24 - colors: 2 - data length: 95 - data: -METADATA block #5 - type: 6 (PICTURE) - is last: false - length: 917 - type: 3 (Cover (front)) - MIME type: image/gif - description: 1.gif - width: 12 - height: 8 - depth: 24 - colors: 256 - data length: 871 - data: -METADATA block #6 - type: 6 (PICTURE) - is last: false - length: 578 - type: 3 (Cover (front)) - MIME type: image/gif - description: 2.gif - width: 16 - height: 14 - depth: 24 - colors: 128 - data length: 532 - data: -METADATA block #7 - type: 6 (PICTURE) - is last: false - length: 377 - type: 4 (Cover (back)) - MIME type: image/jpeg - description: 0.jpg - width: 30 - height: 20 - depth: 8 - colors: 0 (unindexed) - data length: 330 - data: -METADATA block #8 - type: 6 (PICTURE) - is last: false - length: 614 - type: 4 (Cover (back)) - MIME type: image/jpeg - description: 4.jpg - width: 31 - height: 47 - depth: 24 - colors: 0 (unindexed) - data length: 567 - data: -METADATA block #9 - type: 6 (PICTURE) - is last: false - length: 492 - type: 5 (Leaflet page) - MIME type: image/png - description: 0.png - width: 30 - height: 20 - depth: 8 - colors: 0 (unindexed) - data length: 446 - data: -METADATA block #10 - type: 6 (PICTURE) - is last: false - length: 508 - type: 5 (Leaflet page) - MIME type: image/png - description: 1.png - width: 30 - height: 20 - depth: 8 - colors: 0 (unindexed) - data length: 462 - data: -METADATA block #11 - type: 6 (PICTURE) - is last: false - length: 338 - type: 5 (Leaflet page) - MIME type: image/png - description: 2.png - width: 30 - height: 20 - depth: 24 - colors: 7 - data length: 292 - data: -METADATA block #12 - type: 1 (PADDING) - is last: true - length: 43 diff --git a/3rdparty/libflac/test/metaflac-test-files/case54-expect.meta b/3rdparty/libflac/test/metaflac-test-files/case54-expect.meta deleted file mode 100644 index ff6e4ef7834..00000000000 --- a/3rdparty/libflac/test/metaflac-test-files/case54-expect.meta +++ /dev/null @@ -1,166 +0,0 @@ -METADATA block #0 - type: 0 (STREAMINFO) - is last: false - length: 34 - sample_rate: 8000 Hz - channels: 1 - bits-per-sample: 8 - total samples: 80000 - MD5 signature: a042237c5493fdb9656b94a83608d11a -METADATA block #1 - type: 3 (SEEKTABLE) - is last: false - length: 18 - seek points: 1 - point 0: sample_number=0 -METADATA block #2 - type: 4 (VORBIS_COMMENT) - is last: false - length: 117 - comments: 4 - comment[0]: f=0123456789abcdefghij - comment[1]: TITLE=Tittle - comment[2]: artist=Fartist - comment[3]: artist=artits -METADATA block #3 - type: 5 (CUESHEET) - is last: false - length: 480 - media catalog number: 1234567890123 - lead-in: 0 - is CD: false - number of tracks: 2 - track[0] - offset: 0 - number: 1 - ISRC: - type: AUDIO - pre-emphasis: false - number of index points: 1 - index[0] - offset: 0 - number: 1 - track[1] - offset: 80000 - number: 255 (LEAD-OUT) -METADATA block #4 - type: 6 (PICTURE) - is last: false - length: 141 - type: 3 (Cover (front)) - MIME type: image/gif - description: 0.gif - width: 24 - height: 24 - depth: 24 - colors: 2 - data length: 95 - data: -METADATA block #5 - type: 6 (PICTURE) - is last: false - length: 917 - type: 3 (Cover (front)) - MIME type: image/gif - description: 1.gif - width: 12 - height: 8 - depth: 24 - colors: 256 - data length: 871 - data: -METADATA block #6 - type: 6 (PICTURE) - is last: false - length: 578 - type: 3 (Cover (front)) - MIME type: image/gif - description: 2.gif - width: 16 - height: 14 - depth: 24 - colors: 128 - data length: 532 - data: -METADATA block #7 - type: 6 (PICTURE) - is last: false - length: 377 - type: 4 (Cover (back)) - MIME type: image/jpeg - description: 0.jpg - width: 30 - height: 20 - depth: 8 - colors: 0 (unindexed) - data length: 330 - data: -METADATA block #8 - type: 6 (PICTURE) - is last: false - length: 614 - type: 4 (Cover (back)) - MIME type: image/jpeg - description: 4.jpg - width: 31 - height: 47 - depth: 24 - colors: 0 (unindexed) - data length: 567 - data: -METADATA block #9 - type: 6 (PICTURE) - is last: false - length: 492 - type: 5 (Leaflet page) - MIME type: image/png - description: 0.png - width: 30 - height: 20 - depth: 8 - colors: 0 (unindexed) - data length: 446 - data: -METADATA block #10 - type: 6 (PICTURE) - is last: false - length: 508 - type: 5 (Leaflet page) - MIME type: image/png - description: 1.png - width: 30 - height: 20 - depth: 8 - colors: 0 (unindexed) - data length: 462 - data: -METADATA block #11 - type: 6 (PICTURE) - is last: false - length: 338 - type: 5 (Leaflet page) - MIME type: image/png - description: 2.png - width: 30 - height: 20 - depth: 24 - colors: 7 - data length: 292 - data: -METADATA block #12 - type: 6 (PICTURE) - is last: false - length: 354 - type: 5 (Leaflet page) - MIME type: image/png - description: 3.png - width: 30 - height: 20 - depth: 24 - colors: 7 - data length: 308 - data: -METADATA block #13 - type: 1 (PADDING) - is last: true - length: 43 diff --git a/3rdparty/libflac/test/metaflac-test-files/case55-expect.meta b/3rdparty/libflac/test/metaflac-test-files/case55-expect.meta deleted file mode 100644 index a829c5105e6..00000000000 --- a/3rdparty/libflac/test/metaflac-test-files/case55-expect.meta +++ /dev/null @@ -1,179 +0,0 @@ -METADATA block #0 - type: 0 (STREAMINFO) - is last: false - length: 34 - sample_rate: 8000 Hz - channels: 1 - bits-per-sample: 8 - total samples: 80000 - MD5 signature: a042237c5493fdb9656b94a83608d11a -METADATA block #1 - type: 3 (SEEKTABLE) - is last: false - length: 18 - seek points: 1 - point 0: sample_number=0 -METADATA block #2 - type: 4 (VORBIS_COMMENT) - is last: false - length: 117 - comments: 4 - comment[0]: f=0123456789abcdefghij - comment[1]: TITLE=Tittle - comment[2]: artist=Fartist - comment[3]: artist=artits -METADATA block #3 - type: 5 (CUESHEET) - is last: false - length: 480 - media catalog number: 1234567890123 - lead-in: 0 - is CD: false - number of tracks: 2 - track[0] - offset: 0 - number: 1 - ISRC: - type: AUDIO - pre-emphasis: false - number of index points: 1 - index[0] - offset: 0 - number: 1 - track[1] - offset: 80000 - number: 255 (LEAD-OUT) -METADATA block #4 - type: 6 (PICTURE) - is last: false - length: 141 - type: 3 (Cover (front)) - MIME type: image/gif - description: 0.gif - width: 24 - height: 24 - depth: 24 - colors: 2 - data length: 95 - data: -METADATA block #5 - type: 6 (PICTURE) - is last: false - length: 917 - type: 3 (Cover (front)) - MIME type: image/gif - description: 1.gif - width: 12 - height: 8 - depth: 24 - colors: 256 - data length: 871 - data: -METADATA block #6 - type: 6 (PICTURE) - is last: false - length: 578 - type: 3 (Cover (front)) - MIME type: image/gif - description: 2.gif - width: 16 - height: 14 - depth: 24 - colors: 128 - data length: 532 - data: -METADATA block #7 - type: 6 (PICTURE) - is last: false - length: 377 - type: 4 (Cover (back)) - MIME type: image/jpeg - description: 0.jpg - width: 30 - height: 20 - depth: 8 - colors: 0 (unindexed) - data length: 330 - data: -METADATA block #8 - type: 6 (PICTURE) - is last: false - length: 614 - type: 4 (Cover (back)) - MIME type: image/jpeg - description: 4.jpg - width: 31 - height: 47 - depth: 24 - colors: 0 (unindexed) - data length: 567 - data: -METADATA block #9 - type: 6 (PICTURE) - is last: false - length: 492 - type: 5 (Leaflet page) - MIME type: image/png - description: 0.png - width: 30 - height: 20 - depth: 8 - colors: 0 (unindexed) - data length: 446 - data: -METADATA block #10 - type: 6 (PICTURE) - is last: false - length: 508 - type: 5 (Leaflet page) - MIME type: image/png - description: 1.png - width: 30 - height: 20 - depth: 8 - colors: 0 (unindexed) - data length: 462 - data: -METADATA block #11 - type: 6 (PICTURE) - is last: false - length: 338 - type: 5 (Leaflet page) - MIME type: image/png - description: 2.png - width: 30 - height: 20 - depth: 24 - colors: 7 - data length: 292 - data: -METADATA block #12 - type: 6 (PICTURE) - is last: false - length: 354 - type: 5 (Leaflet page) - MIME type: image/png - description: 3.png - width: 30 - height: 20 - depth: 24 - colors: 7 - data length: 308 - data: -METADATA block #13 - type: 6 (PICTURE) - is last: false - length: 1846 - type: 5 (Leaflet page) - MIME type: image/png - description: 4.png - width: 31 - height: 47 - depth: 24 - colors: 0 (unindexed) - data length: 1800 - data: -METADATA block #14 - type: 1 (PADDING) - is last: true - length: 43 diff --git a/3rdparty/libflac/test/metaflac-test-files/case56-expect.meta b/3rdparty/libflac/test/metaflac-test-files/case56-expect.meta deleted file mode 100644 index 095e1dda0c6..00000000000 --- a/3rdparty/libflac/test/metaflac-test-files/case56-expect.meta +++ /dev/null @@ -1,192 +0,0 @@ -METADATA block #0 - type: 0 (STREAMINFO) - is last: false - length: 34 - sample_rate: 8000 Hz - channels: 1 - bits-per-sample: 8 - total samples: 80000 - MD5 signature: a042237c5493fdb9656b94a83608d11a -METADATA block #1 - type: 3 (SEEKTABLE) - is last: false - length: 18 - seek points: 1 - point 0: sample_number=0 -METADATA block #2 - type: 4 (VORBIS_COMMENT) - is last: false - length: 117 - comments: 4 - comment[0]: f=0123456789abcdefghij - comment[1]: TITLE=Tittle - comment[2]: artist=Fartist - comment[3]: artist=artits -METADATA block #3 - type: 5 (CUESHEET) - is last: false - length: 480 - media catalog number: 1234567890123 - lead-in: 0 - is CD: false - number of tracks: 2 - track[0] - offset: 0 - number: 1 - ISRC: - type: AUDIO - pre-emphasis: false - number of index points: 1 - index[0] - offset: 0 - number: 1 - track[1] - offset: 80000 - number: 255 (LEAD-OUT) -METADATA block #4 - type: 6 (PICTURE) - is last: false - length: 141 - type: 3 (Cover (front)) - MIME type: image/gif - description: 0.gif - width: 24 - height: 24 - depth: 24 - colors: 2 - data length: 95 - data: -METADATA block #5 - type: 6 (PICTURE) - is last: false - length: 917 - type: 3 (Cover (front)) - MIME type: image/gif - description: 1.gif - width: 12 - height: 8 - depth: 24 - colors: 256 - data length: 871 - data: -METADATA block #6 - type: 6 (PICTURE) - is last: false - length: 578 - type: 3 (Cover (front)) - MIME type: image/gif - description: 2.gif - width: 16 - height: 14 - depth: 24 - colors: 128 - data length: 532 - data: -METADATA block #7 - type: 6 (PICTURE) - is last: false - length: 377 - type: 4 (Cover (back)) - MIME type: image/jpeg - description: 0.jpg - width: 30 - height: 20 - depth: 8 - colors: 0 (unindexed) - data length: 330 - data: -METADATA block #8 - type: 6 (PICTURE) - is last: false - length: 614 - type: 4 (Cover (back)) - MIME type: image/jpeg - description: 4.jpg - width: 31 - height: 47 - depth: 24 - colors: 0 (unindexed) - data length: 567 - data: -METADATA block #9 - type: 6 (PICTURE) - is last: false - length: 492 - type: 5 (Leaflet page) - MIME type: image/png - description: 0.png - width: 30 - height: 20 - depth: 8 - colors: 0 (unindexed) - data length: 446 - data: -METADATA block #10 - type: 6 (PICTURE) - is last: false - length: 508 - type: 5 (Leaflet page) - MIME type: image/png - description: 1.png - width: 30 - height: 20 - depth: 8 - colors: 0 (unindexed) - data length: 462 - data: -METADATA block #11 - type: 6 (PICTURE) - is last: false - length: 338 - type: 5 (Leaflet page) - MIME type: image/png - description: 2.png - width: 30 - height: 20 - depth: 24 - colors: 7 - data length: 292 - data: -METADATA block #12 - type: 6 (PICTURE) - is last: false - length: 354 - type: 5 (Leaflet page) - MIME type: image/png - description: 3.png - width: 30 - height: 20 - depth: 24 - colors: 7 - data length: 308 - data: -METADATA block #13 - type: 6 (PICTURE) - is last: false - length: 1846 - type: 5 (Leaflet page) - MIME type: image/png - description: 4.png - width: 31 - height: 47 - depth: 24 - colors: 0 (unindexed) - data length: 1800 - data: -METADATA block #14 - type: 6 (PICTURE) - is last: false - length: 1862 - type: 5 (Leaflet page) - MIME type: image/png - description: 5.png - width: 31 - height: 47 - depth: 24 - colors: 0 (unindexed) - data length: 1816 - data: -METADATA block #15 - type: 1 (PADDING) - is last: true - length: 43 diff --git a/3rdparty/libflac/test/metaflac-test-files/case57-expect.meta b/3rdparty/libflac/test/metaflac-test-files/case57-expect.meta deleted file mode 100644 index 95043e0a261..00000000000 --- a/3rdparty/libflac/test/metaflac-test-files/case57-expect.meta +++ /dev/null @@ -1,205 +0,0 @@ -METADATA block #0 - type: 0 (STREAMINFO) - is last: false - length: 34 - sample_rate: 8000 Hz - channels: 1 - bits-per-sample: 8 - total samples: 80000 - MD5 signature: a042237c5493fdb9656b94a83608d11a -METADATA block #1 - type: 3 (SEEKTABLE) - is last: false - length: 18 - seek points: 1 - point 0: sample_number=0 -METADATA block #2 - type: 4 (VORBIS_COMMENT) - is last: false - length: 117 - comments: 4 - comment[0]: f=0123456789abcdefghij - comment[1]: TITLE=Tittle - comment[2]: artist=Fartist - comment[3]: artist=artits -METADATA block #3 - type: 5 (CUESHEET) - is last: false - length: 480 - media catalog number: 1234567890123 - lead-in: 0 - is CD: false - number of tracks: 2 - track[0] - offset: 0 - number: 1 - ISRC: - type: AUDIO - pre-emphasis: false - number of index points: 1 - index[0] - offset: 0 - number: 1 - track[1] - offset: 80000 - number: 255 (LEAD-OUT) -METADATA block #4 - type: 6 (PICTURE) - is last: false - length: 141 - type: 3 (Cover (front)) - MIME type: image/gif - description: 0.gif - width: 24 - height: 24 - depth: 24 - colors: 2 - data length: 95 - data: -METADATA block #5 - type: 6 (PICTURE) - is last: false - length: 917 - type: 3 (Cover (front)) - MIME type: image/gif - description: 1.gif - width: 12 - height: 8 - depth: 24 - colors: 256 - data length: 871 - data: -METADATA block #6 - type: 6 (PICTURE) - is last: false - length: 578 - type: 3 (Cover (front)) - MIME type: image/gif - description: 2.gif - width: 16 - height: 14 - depth: 24 - colors: 128 - data length: 532 - data: -METADATA block #7 - type: 6 (PICTURE) - is last: false - length: 377 - type: 4 (Cover (back)) - MIME type: image/jpeg - description: 0.jpg - width: 30 - height: 20 - depth: 8 - colors: 0 (unindexed) - data length: 330 - data: -METADATA block #8 - type: 6 (PICTURE) - is last: false - length: 614 - type: 4 (Cover (back)) - MIME type: image/jpeg - description: 4.jpg - width: 31 - height: 47 - depth: 24 - colors: 0 (unindexed) - data length: 567 - data: -METADATA block #9 - type: 6 (PICTURE) - is last: false - length: 492 - type: 5 (Leaflet page) - MIME type: image/png - description: 0.png - width: 30 - height: 20 - depth: 8 - colors: 0 (unindexed) - data length: 446 - data: -METADATA block #10 - type: 6 (PICTURE) - is last: false - length: 508 - type: 5 (Leaflet page) - MIME type: image/png - description: 1.png - width: 30 - height: 20 - depth: 8 - colors: 0 (unindexed) - data length: 462 - data: -METADATA block #11 - type: 6 (PICTURE) - is last: false - length: 338 - type: 5 (Leaflet page) - MIME type: image/png - description: 2.png - width: 30 - height: 20 - depth: 24 - colors: 7 - data length: 292 - data: -METADATA block #12 - type: 6 (PICTURE) - is last: false - length: 354 - type: 5 (Leaflet page) - MIME type: image/png - description: 3.png - width: 30 - height: 20 - depth: 24 - colors: 7 - data length: 308 - data: -METADATA block #13 - type: 6 (PICTURE) - is last: false - length: 1846 - type: 5 (Leaflet page) - MIME type: image/png - description: 4.png - width: 31 - height: 47 - depth: 24 - colors: 0 (unindexed) - data length: 1800 - data: -METADATA block #14 - type: 6 (PICTURE) - is last: false - length: 1862 - type: 5 (Leaflet page) - MIME type: image/png - description: 5.png - width: 31 - height: 47 - depth: 24 - colors: 0 (unindexed) - data length: 1816 - data: -METADATA block #15 - type: 6 (PICTURE) - is last: false - length: 589 - type: 5 (Leaflet page) - MIME type: image/png - description: 6.png - width: 31 - height: 47 - depth: 24 - colors: 23 - data length: 543 - data: -METADATA block #16 - type: 1 (PADDING) - is last: true - length: 43 diff --git a/3rdparty/libflac/test/metaflac-test-files/case58-expect.meta b/3rdparty/libflac/test/metaflac-test-files/case58-expect.meta deleted file mode 100644 index 6f14174d20c..00000000000 --- a/3rdparty/libflac/test/metaflac-test-files/case58-expect.meta +++ /dev/null @@ -1,218 +0,0 @@ -METADATA block #0 - type: 0 (STREAMINFO) - is last: false - length: 34 - sample_rate: 8000 Hz - channels: 1 - bits-per-sample: 8 - total samples: 80000 - MD5 signature: a042237c5493fdb9656b94a83608d11a -METADATA block #1 - type: 3 (SEEKTABLE) - is last: false - length: 18 - seek points: 1 - point 0: sample_number=0 -METADATA block #2 - type: 4 (VORBIS_COMMENT) - is last: false - length: 117 - comments: 4 - comment[0]: f=0123456789abcdefghij - comment[1]: TITLE=Tittle - comment[2]: artist=Fartist - comment[3]: artist=artits -METADATA block #3 - type: 5 (CUESHEET) - is last: false - length: 480 - media catalog number: 1234567890123 - lead-in: 0 - is CD: false - number of tracks: 2 - track[0] - offset: 0 - number: 1 - ISRC: - type: AUDIO - pre-emphasis: false - number of index points: 1 - index[0] - offset: 0 - number: 1 - track[1] - offset: 80000 - number: 255 (LEAD-OUT) -METADATA block #4 - type: 6 (PICTURE) - is last: false - length: 141 - type: 3 (Cover (front)) - MIME type: image/gif - description: 0.gif - width: 24 - height: 24 - depth: 24 - colors: 2 - data length: 95 - data: -METADATA block #5 - type: 6 (PICTURE) - is last: false - length: 917 - type: 3 (Cover (front)) - MIME type: image/gif - description: 1.gif - width: 12 - height: 8 - depth: 24 - colors: 256 - data length: 871 - data: -METADATA block #6 - type: 6 (PICTURE) - is last: false - length: 578 - type: 3 (Cover (front)) - MIME type: image/gif - description: 2.gif - width: 16 - height: 14 - depth: 24 - colors: 128 - data length: 532 - data: -METADATA block #7 - type: 6 (PICTURE) - is last: false - length: 377 - type: 4 (Cover (back)) - MIME type: image/jpeg - description: 0.jpg - width: 30 - height: 20 - depth: 8 - colors: 0 (unindexed) - data length: 330 - data: -METADATA block #8 - type: 6 (PICTURE) - is last: false - length: 614 - type: 4 (Cover (back)) - MIME type: image/jpeg - description: 4.jpg - width: 31 - height: 47 - depth: 24 - colors: 0 (unindexed) - data length: 567 - data: -METADATA block #9 - type: 6 (PICTURE) - is last: false - length: 492 - type: 5 (Leaflet page) - MIME type: image/png - description: 0.png - width: 30 - height: 20 - depth: 8 - colors: 0 (unindexed) - data length: 446 - data: -METADATA block #10 - type: 6 (PICTURE) - is last: false - length: 508 - type: 5 (Leaflet page) - MIME type: image/png - description: 1.png - width: 30 - height: 20 - depth: 8 - colors: 0 (unindexed) - data length: 462 - data: -METADATA block #11 - type: 6 (PICTURE) - is last: false - length: 338 - type: 5 (Leaflet page) - MIME type: image/png - description: 2.png - width: 30 - height: 20 - depth: 24 - colors: 7 - data length: 292 - data: -METADATA block #12 - type: 6 (PICTURE) - is last: false - length: 354 - type: 5 (Leaflet page) - MIME type: image/png - description: 3.png - width: 30 - height: 20 - depth: 24 - colors: 7 - data length: 308 - data: -METADATA block #13 - type: 6 (PICTURE) - is last: false - length: 1846 - type: 5 (Leaflet page) - MIME type: image/png - description: 4.png - width: 31 - height: 47 - depth: 24 - colors: 0 (unindexed) - data length: 1800 - data: -METADATA block #14 - type: 6 (PICTURE) - is last: false - length: 1862 - type: 5 (Leaflet page) - MIME type: image/png - description: 5.png - width: 31 - height: 47 - depth: 24 - colors: 0 (unindexed) - data length: 1816 - data: -METADATA block #15 - type: 6 (PICTURE) - is last: false - length: 589 - type: 5 (Leaflet page) - MIME type: image/png - description: 6.png - width: 31 - height: 47 - depth: 24 - colors: 23 - data length: 543 - data: -METADATA block #16 - type: 6 (PICTURE) - is last: false - length: 605 - type: 5 (Leaflet page) - MIME type: image/png - description: 7.png - width: 31 - height: 47 - depth: 24 - colors: 23 - data length: 559 - data: -METADATA block #17 - type: 1 (PADDING) - is last: true - length: 43 diff --git a/3rdparty/libflac/test/metaflac-test-files/case59-expect.meta b/3rdparty/libflac/test/metaflac-test-files/case59-expect.meta deleted file mode 100644 index f68d011ab48..00000000000 --- a/3rdparty/libflac/test/metaflac-test-files/case59-expect.meta +++ /dev/null @@ -1,231 +0,0 @@ -METADATA block #0 - type: 0 (STREAMINFO) - is last: false - length: 34 - sample_rate: 8000 Hz - channels: 1 - bits-per-sample: 8 - total samples: 80000 - MD5 signature: a042237c5493fdb9656b94a83608d11a -METADATA block #1 - type: 3 (SEEKTABLE) - is last: false - length: 18 - seek points: 1 - point 0: sample_number=0 -METADATA block #2 - type: 4 (VORBIS_COMMENT) - is last: false - length: 117 - comments: 4 - comment[0]: f=0123456789abcdefghij - comment[1]: TITLE=Tittle - comment[2]: artist=Fartist - comment[3]: artist=artits -METADATA block #3 - type: 5 (CUESHEET) - is last: false - length: 480 - media catalog number: 1234567890123 - lead-in: 0 - is CD: false - number of tracks: 2 - track[0] - offset: 0 - number: 1 - ISRC: - type: AUDIO - pre-emphasis: false - number of index points: 1 - index[0] - offset: 0 - number: 1 - track[1] - offset: 80000 - number: 255 (LEAD-OUT) -METADATA block #4 - type: 6 (PICTURE) - is last: false - length: 141 - type: 3 (Cover (front)) - MIME type: image/gif - description: 0.gif - width: 24 - height: 24 - depth: 24 - colors: 2 - data length: 95 - data: -METADATA block #5 - type: 6 (PICTURE) - is last: false - length: 917 - type: 3 (Cover (front)) - MIME type: image/gif - description: 1.gif - width: 12 - height: 8 - depth: 24 - colors: 256 - data length: 871 - data: -METADATA block #6 - type: 6 (PICTURE) - is last: false - length: 578 - type: 3 (Cover (front)) - MIME type: image/gif - description: 2.gif - width: 16 - height: 14 - depth: 24 - colors: 128 - data length: 532 - data: -METADATA block #7 - type: 6 (PICTURE) - is last: false - length: 377 - type: 4 (Cover (back)) - MIME type: image/jpeg - description: 0.jpg - width: 30 - height: 20 - depth: 8 - colors: 0 (unindexed) - data length: 330 - data: -METADATA block #8 - type: 6 (PICTURE) - is last: false - length: 614 - type: 4 (Cover (back)) - MIME type: image/jpeg - description: 4.jpg - width: 31 - height: 47 - depth: 24 - colors: 0 (unindexed) - data length: 567 - data: -METADATA block #9 - type: 6 (PICTURE) - is last: false - length: 492 - type: 5 (Leaflet page) - MIME type: image/png - description: 0.png - width: 30 - height: 20 - depth: 8 - colors: 0 (unindexed) - data length: 446 - data: -METADATA block #10 - type: 6 (PICTURE) - is last: false - length: 508 - type: 5 (Leaflet page) - MIME type: image/png - description: 1.png - width: 30 - height: 20 - depth: 8 - colors: 0 (unindexed) - data length: 462 - data: -METADATA block #11 - type: 6 (PICTURE) - is last: false - length: 338 - type: 5 (Leaflet page) - MIME type: image/png - description: 2.png - width: 30 - height: 20 - depth: 24 - colors: 7 - data length: 292 - data: -METADATA block #12 - type: 6 (PICTURE) - is last: false - length: 354 - type: 5 (Leaflet page) - MIME type: image/png - description: 3.png - width: 30 - height: 20 - depth: 24 - colors: 7 - data length: 308 - data: -METADATA block #13 - type: 6 (PICTURE) - is last: false - length: 1846 - type: 5 (Leaflet page) - MIME type: image/png - description: 4.png - width: 31 - height: 47 - depth: 24 - colors: 0 (unindexed) - data length: 1800 - data: -METADATA block #14 - type: 6 (PICTURE) - is last: false - length: 1862 - type: 5 (Leaflet page) - MIME type: image/png - description: 5.png - width: 31 - height: 47 - depth: 24 - colors: 0 (unindexed) - data length: 1816 - data: -METADATA block #15 - type: 6 (PICTURE) - is last: false - length: 589 - type: 5 (Leaflet page) - MIME type: image/png - description: 6.png - width: 31 - height: 47 - depth: 24 - colors: 23 - data length: 543 - data: -METADATA block #16 - type: 6 (PICTURE) - is last: false - length: 605 - type: 5 (Leaflet page) - MIME type: image/png - description: 7.png - width: 31 - height: 47 - depth: 24 - colors: 23 - data length: 559 - data: -METADATA block #17 - type: 6 (PICTURE) - is last: false - length: 290 - type: 5 (Leaflet page) - MIME type: image/png - description: 8.png - width: 32 - height: 32 - depth: 32 - colors: 0 (unindexed) - data length: 244 - data: -METADATA block #18 - type: 1 (PADDING) - is last: true - length: 43 diff --git a/3rdparty/libflac/test/metaflac-test-files/case60-expect.meta b/3rdparty/libflac/test/metaflac-test-files/case60-expect.meta deleted file mode 100644 index b085aa0f9e8..00000000000 --- a/3rdparty/libflac/test/metaflac-test-files/case60-expect.meta +++ /dev/null @@ -1,49 +0,0 @@ -METADATA block #0 - type: 0 (STREAMINFO) - is last: false - length: 34 - sample_rate: 8000 Hz - channels: 1 - bits-per-sample: 8 - total samples: 80000 - MD5 signature: a042237c5493fdb9656b94a83608d11a -METADATA block #1 - type: 3 (SEEKTABLE) - is last: false - length: 18 - seek points: 1 - point 0: sample_number=0 -METADATA block #2 - type: 4 (VORBIS_COMMENT) - is last: false - length: 117 - comments: 4 - comment[0]: f=0123456789abcdefghij - comment[1]: TITLE=Tittle - comment[2]: artist=Fartist - comment[3]: artist=artits -METADATA block #3 - type: 5 (CUESHEET) - is last: false - length: 480 - media catalog number: 1234567890123 - lead-in: 0 - is CD: false - number of tracks: 2 - track[0] - offset: 0 - number: 1 - ISRC: - type: AUDIO - pre-emphasis: false - number of index points: 1 - index[0] - offset: 0 - number: 1 - track[1] - offset: 80000 - number: 255 (LEAD-OUT) -METADATA block #4 - type: 1 (PADDING) - is last: true - length: 9610 diff --git a/3rdparty/libflac/test/metaflac-test-files/case61-expect.meta b/3rdparty/libflac/test/metaflac-test-files/case61-expect.meta deleted file mode 100644 index 6c315d8253e..00000000000 --- a/3rdparty/libflac/test/metaflac-test-files/case61-expect.meta +++ /dev/null @@ -1,62 +0,0 @@ -METADATA block #0 - type: 0 (STREAMINFO) - is last: false - length: 34 - sample_rate: 8000 Hz - channels: 1 - bits-per-sample: 8 - total samples: 80000 - MD5 signature: a042237c5493fdb9656b94a83608d11a -METADATA block #1 - type: 3 (SEEKTABLE) - is last: false - length: 18 - seek points: 1 - point 0: sample_number=0 -METADATA block #2 - type: 4 (VORBIS_COMMENT) - is last: false - length: 117 - comments: 4 - comment[0]: f=0123456789abcdefghij - comment[1]: TITLE=Tittle - comment[2]: artist=Fartist - comment[3]: artist=artits -METADATA block #3 - type: 5 (CUESHEET) - is last: false - length: 480 - media catalog number: 1234567890123 - lead-in: 0 - is CD: false - number of tracks: 2 - track[0] - offset: 0 - number: 1 - ISRC: - type: AUDIO - pre-emphasis: false - number of index points: 1 - index[0] - offset: 0 - number: 1 - track[1] - offset: 80000 - number: 255 (LEAD-OUT) -METADATA block #4 - type: 6 (PICTURE) - is last: false - length: 500 - type: 1 (32x32 pixels 'file icon' (PNG only)) - MIME type: image/png - description: standard_icon - width: 32 - height: 32 - depth: 24 - colors: 0 (unindexed) - data length: 446 - data: -METADATA block #5 - type: 1 (PADDING) - is last: true - length: 9106 diff --git a/3rdparty/libflac/test/metaflac-test-files/case62-expect.meta b/3rdparty/libflac/test/metaflac-test-files/case62-expect.meta deleted file mode 100644 index 5b64e62fb58..00000000000 --- a/3rdparty/libflac/test/metaflac-test-files/case62-expect.meta +++ /dev/null @@ -1,75 +0,0 @@ -METADATA block #0 - type: 0 (STREAMINFO) - is last: false - length: 34 - sample_rate: 8000 Hz - channels: 1 - bits-per-sample: 8 - total samples: 80000 - MD5 signature: a042237c5493fdb9656b94a83608d11a -METADATA block #1 - type: 3 (SEEKTABLE) - is last: false - length: 18 - seek points: 1 - point 0: sample_number=0 -METADATA block #2 - type: 4 (VORBIS_COMMENT) - is last: false - length: 117 - comments: 4 - comment[0]: f=0123456789abcdefghij - comment[1]: TITLE=Tittle - comment[2]: artist=Fartist - comment[3]: artist=artits -METADATA block #3 - type: 5 (CUESHEET) - is last: false - length: 480 - media catalog number: 1234567890123 - lead-in: 0 - is CD: false - number of tracks: 2 - track[0] - offset: 0 - number: 1 - ISRC: - type: AUDIO - pre-emphasis: false - number of index points: 1 - index[0] - offset: 0 - number: 1 - track[1] - offset: 80000 - number: 255 (LEAD-OUT) -METADATA block #4 - type: 6 (PICTURE) - is last: false - length: 500 - type: 1 (32x32 pixels 'file icon' (PNG only)) - MIME type: image/png - description: standard_icon - width: 32 - height: 32 - depth: 24 - colors: 0 (unindexed) - data length: 446 - data: -METADATA block #5 - type: 6 (PICTURE) - is last: false - length: 507 - type: 2 (Other file icon) - MIME type: image/png - description: icon - width: 64 - height: 64 - depth: 24 - colors: 0 (unindexed) - data length: 462 - data: -METADATA block #6 - type: 1 (PADDING) - is last: true - length: 8595 diff --git a/3rdparty/libflac/test/metaflac.flac.in b/3rdparty/libflac/test/metaflac.flac.in Binary files differdeleted file mode 100644 index 79892630f05..00000000000 --- a/3rdparty/libflac/test/metaflac.flac.in +++ /dev/null diff --git a/3rdparty/libflac/test/metaflac.flac.ok b/3rdparty/libflac/test/metaflac.flac.ok Binary files differdeleted file mode 100644 index 82ad84ccaea..00000000000 --- a/3rdparty/libflac/test/metaflac.flac.ok +++ /dev/null diff --git a/3rdparty/libflac/test/picture.ok b/3rdparty/libflac/test/picture.ok deleted file mode 100644 index 4b7e55d6172..00000000000 --- a/3rdparty/libflac/test/picture.ok +++ /dev/null @@ -1,42 +0,0 @@ - -+++ grabbag unit test: picture - -testing grabbag__picture_parse_specification("")... OK (failed as expected, error: error opening picture file) -testing grabbag__picture_parse_specification("||||")... OK (failed as expected: error opening picture file) -testing grabbag__picture_parse_specification("|image/gif|||")... OK (failed as expected: error opening picture file) -testing grabbag__picture_parse_specification("|image/gif|desc|320|0.gif")... OK (failed as expected: invalid picture specification: can't parse resolution/color part) -testing grabbag__picture_parse_specification("|image/gif|desc|320x240|0.gif")... OK (failed as expected: invalid picture specification: can't parse resolution/color part) -testing grabbag__picture_parse_specification("|image/gif|desc|320x240x9|")... OK (failed as expected: error opening picture file) -testing grabbag__picture_parse_specification("|image/gif|desc|320x240x9/2345|0.gif")... OK (failed as expected: invalid picture specification: can't parse resolution/color part) -testing grabbag__picture_parse_specification("1|-->|desc|32x24x9|0.gif")... OK (failed as expected: type 1 icon must be a 32x32 pixel PNG) -testing grabbag__picture_parse_specification("|-->|desc||http://blah.blah.blah/z.gif")... OK (failed as expected: unable to extract resolution and color info from URL, user must set explicitly) -testing grabbag__picture_parse_specification("|-->|desc|320x240x9|http://blah.blah.blah/z.gif")... OK -testing grabbag__picture_parse_specification("pictures/0.gif")... OK -testing grabbag__picture_parse_specification("pictures/1.gif")... OK -testing grabbag__picture_parse_specification("pictures/2.gif")... OK -testing grabbag__picture_parse_specification("pictures/0.jpg")... OK -testing grabbag__picture_parse_specification("pictures/4.jpg")... OK -testing grabbag__picture_parse_specification("pictures/0.png")... OK -testing grabbag__picture_parse_specification("pictures/1.png")... OK -testing grabbag__picture_parse_specification("pictures/2.png")... OK -testing grabbag__picture_parse_specification("pictures/3.png")... OK -testing grabbag__picture_parse_specification("pictures/4.png")... OK -testing grabbag__picture_parse_specification("pictures/5.png")... OK -testing grabbag__picture_parse_specification("pictures/6.png")... OK -testing grabbag__picture_parse_specification("pictures/7.png")... OK -testing grabbag__picture_parse_specification("pictures/8.png")... OK -testing grabbag__picture_parse_specification("3|image/gif|||pictures/0.gif")... OK -testing grabbag__picture_parse_specification("4|image/gif|||pictures/1.gif")... OK -testing grabbag__picture_parse_specification("0|image/gif|||pictures/2.gif")... OK -testing grabbag__picture_parse_specification("3|image/jpeg|||pictures/0.jpg")... OK -testing grabbag__picture_parse_specification("3|image/jpeg|||pictures/4.jpg")... OK -testing grabbag__picture_parse_specification("3|image/png|||pictures/0.png")... OK -testing grabbag__picture_parse_specification("3|image/png|||pictures/1.png")... OK -testing grabbag__picture_parse_specification("3|image/png|||pictures/2.png")... OK -testing grabbag__picture_parse_specification("3|image/png|||pictures/3.png")... OK -testing grabbag__picture_parse_specification("3|image/png|||pictures/4.png")... OK -testing grabbag__picture_parse_specification("3|image/png|||pictures/5.png")... OK -testing grabbag__picture_parse_specification("3|image/png|||pictures/6.png")... OK -testing grabbag__picture_parse_specification("3|image/png|||pictures/7.png")... OK -testing grabbag__picture_parse_specification("999|image/png|||pictures/8.png")... OK -testing grabbag__picture_parse_specification("3|image/gif||320x240x3/2|pictures/0.gif")... OK diff --git a/3rdparty/libflac/test/pictures/0.gif b/3rdparty/libflac/test/pictures/0.gif Binary files differdeleted file mode 100644 index c9f3d71d243..00000000000 --- a/3rdparty/libflac/test/pictures/0.gif +++ /dev/null diff --git a/3rdparty/libflac/test/pictures/0.jpg b/3rdparty/libflac/test/pictures/0.jpg Binary files differdeleted file mode 100644 index 54b9a7c88f3..00000000000 --- a/3rdparty/libflac/test/pictures/0.jpg +++ /dev/null diff --git a/3rdparty/libflac/test/pictures/0.png b/3rdparty/libflac/test/pictures/0.png Binary files differdeleted file mode 100644 index 2f3ec800081..00000000000 --- a/3rdparty/libflac/test/pictures/0.png +++ /dev/null diff --git a/3rdparty/libflac/test/pictures/1.gif b/3rdparty/libflac/test/pictures/1.gif Binary files differdeleted file mode 100644 index c40eeae83ce..00000000000 --- a/3rdparty/libflac/test/pictures/1.gif +++ /dev/null diff --git a/3rdparty/libflac/test/pictures/1.png b/3rdparty/libflac/test/pictures/1.png Binary files differdeleted file mode 100644 index 2b487c07f87..00000000000 --- a/3rdparty/libflac/test/pictures/1.png +++ /dev/null diff --git a/3rdparty/libflac/test/pictures/2.gif b/3rdparty/libflac/test/pictures/2.gif Binary files differdeleted file mode 100644 index 632098be607..00000000000 --- a/3rdparty/libflac/test/pictures/2.gif +++ /dev/null diff --git a/3rdparty/libflac/test/pictures/2.png b/3rdparty/libflac/test/pictures/2.png Binary files differdeleted file mode 100644 index a7ca42b2073..00000000000 --- a/3rdparty/libflac/test/pictures/2.png +++ /dev/null diff --git a/3rdparty/libflac/test/pictures/3.png b/3rdparty/libflac/test/pictures/3.png Binary files differdeleted file mode 100644 index 9d117b64f43..00000000000 --- a/3rdparty/libflac/test/pictures/3.png +++ /dev/null diff --git a/3rdparty/libflac/test/pictures/4.jpg b/3rdparty/libflac/test/pictures/4.jpg Binary files differdeleted file mode 100644 index da78796c294..00000000000 --- a/3rdparty/libflac/test/pictures/4.jpg +++ /dev/null diff --git a/3rdparty/libflac/test/pictures/4.png b/3rdparty/libflac/test/pictures/4.png Binary files differdeleted file mode 100644 index 72c0a4523d3..00000000000 --- a/3rdparty/libflac/test/pictures/4.png +++ /dev/null diff --git a/3rdparty/libflac/test/pictures/5.png b/3rdparty/libflac/test/pictures/5.png Binary files differdeleted file mode 100644 index abefad59973..00000000000 --- a/3rdparty/libflac/test/pictures/5.png +++ /dev/null diff --git a/3rdparty/libflac/test/pictures/6.png b/3rdparty/libflac/test/pictures/6.png Binary files differdeleted file mode 100644 index 4953ceb6535..00000000000 --- a/3rdparty/libflac/test/pictures/6.png +++ /dev/null diff --git a/3rdparty/libflac/test/pictures/7.png b/3rdparty/libflac/test/pictures/7.png Binary files differdeleted file mode 100644 index c8934c1b033..00000000000 --- a/3rdparty/libflac/test/pictures/7.png +++ /dev/null diff --git a/3rdparty/libflac/test/pictures/8.png b/3rdparty/libflac/test/pictures/8.png Binary files differdeleted file mode 100644 index 01e411840e0..00000000000 --- a/3rdparty/libflac/test/pictures/8.png +++ /dev/null diff --git a/3rdparty/libflac/test/pictures/Makefile.am b/3rdparty/libflac/test/pictures/Makefile.am deleted file mode 100644 index a93bd644093..00000000000 --- a/3rdparty/libflac/test/pictures/Makefile.am +++ /dev/null @@ -1,32 +0,0 @@ -# FLAC - Free Lossless Audio Codec -# Copyright (C) 2006,2007 Josh Coalson -# -# This file is part the FLAC project. FLAC is comprised of several -# components distributed under difference licenses. The codec libraries -# are distributed under Xiph.Org's BSD-like license (see the file -# COPYING.Xiph in this distribution). All other programs, libraries, and -# plugins are distributed under the GPL (see COPYING.GPL). The documentation -# is distributed under the Gnu FDL (see COPYING.FDL). Each file in the -# FLAC distribution contains at the top the terms under which it may be -# distributed. -# -# Since this particular file is relevant to all components of FLAC, -# it may be distributed under the Xiph.Org license, which is the least -# restrictive of those mentioned above. See the file COPYING.Xiph in this -# distribution. - -EXTRA_DIST = \ - 0.gif \ - 0.jpg \ - 0.png \ - 1.gif \ - 1.png \ - 2.gif \ - 2.png \ - 3.png \ - 4.jpg \ - 4.png \ - 5.png \ - 6.png \ - 7.png \ - 8.png diff --git a/3rdparty/libflac/test/pictures/Makefile.in b/3rdparty/libflac/test/pictures/Makefile.in deleted file mode 100644 index ba0b422e6a4..00000000000 --- a/3rdparty/libflac/test/pictures/Makefile.in +++ /dev/null @@ -1,386 +0,0 @@ -# Makefile.in generated by automake 1.7.9 from Makefile.am. -# @configure_input@ - -# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 -# Free Software Foundation, Inc. -# This Makefile.in is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY, to the extent permitted by law; without -# even the implied warranty of MERCHANTABILITY or FITNESS FOR A -# PARTICULAR PURPOSE. - -@SET_MAKE@ - -# FLAC - Free Lossless Audio Codec -# Copyright (C) 2006,2007 Josh Coalson -# -# This file is part the FLAC project. FLAC is comprised of several -# components distributed under difference licenses. The codec libraries -# are distributed under Xiph.Org's BSD-like license (see the file -# COPYING.Xiph in this distribution). All other programs, libraries, and -# plugins are distributed under the GPL (see COPYING.GPL). The documentation -# is distributed under the Gnu FDL (see COPYING.FDL). Each file in the -# FLAC distribution contains at the top the terms under which it may be -# distributed. -# -# Since this particular file is relevant to all components of FLAC, -# it may be distributed under the Xiph.Org license, which is the least -# restrictive of those mentioned above. See the file COPYING.Xiph in this -# distribution. - -srcdir = @srcdir@ -top_srcdir = @top_srcdir@ -VPATH = @srcdir@ -pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@PACKAGE@ -pkgincludedir = $(includedir)/@PACKAGE@ -top_builddir = ../.. - -am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -INSTALL = @INSTALL@ -install_sh_DATA = $(install_sh) -c -m 644 -install_sh_PROGRAM = $(install_sh) -c -install_sh_SCRIPT = $(install_sh) -c -INSTALL_HEADER = $(INSTALL_DATA) -transform = $(program_transform_name) -NORMAL_INSTALL = : -PRE_INSTALL = : -POST_INSTALL = : -NORMAL_UNINSTALL = : -PRE_UNINSTALL = : -POST_UNINSTALL = : -host_triplet = @host@ -ACLOCAL = @ACLOCAL@ -ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@ -AMDEP_FALSE = @AMDEP_FALSE@ -AMDEP_TRUE = @AMDEP_TRUE@ -AMTAR = @AMTAR@ -AR = @AR@ -AS = @AS@ -AUTOCONF = @AUTOCONF@ -AUTOHEADER = @AUTOHEADER@ -AUTOMAKE = @AUTOMAKE@ -AWK = @AWK@ -CC = @CC@ -CCAS = @CCAS@ -CCASFLAGS = @CCASFLAGS@ -CCDEPMODE = @CCDEPMODE@ -CFLAGS = @CFLAGS@ -CPP = @CPP@ -CPPFLAGS = @CPPFLAGS@ -CXX = @CXX@ -CXXCPP = @CXXCPP@ -CXXDEPMODE = @CXXDEPMODE@ -CXXFLAGS = @CXXFLAGS@ -CYGPATH_W = @CYGPATH_W@ -DEBUG_FALSE = @DEBUG_FALSE@ -DEBUG_TRUE = @DEBUG_TRUE@ -DEFS = @DEFS@ -DEPDIR = @DEPDIR@ -DOCBOOK_TO_MAN = @DOCBOOK_TO_MAN@ -DOXYGEN = @DOXYGEN@ -ECHO = @ECHO@ -ECHO_C = @ECHO_C@ -ECHO_N = @ECHO_N@ -ECHO_T = @ECHO_T@ -EGREP = @EGREP@ -EXEEXT = @EXEEXT@ -F77 = @F77@ -FFLAGS = @FFLAGS@ -FLAC__TEST_LEVEL = @FLAC__TEST_LEVEL@ -FLAC__TEST_WITH_VALGRIND = @FLAC__TEST_WITH_VALGRIND@ -FLaC__CPU_IA32_FALSE = @FLaC__CPU_IA32_FALSE@ -FLaC__CPU_IA32_TRUE = @FLaC__CPU_IA32_TRUE@ -FLaC__CPU_PPC_FALSE = @FLaC__CPU_PPC_FALSE@ -FLaC__CPU_PPC_TRUE = @FLaC__CPU_PPC_TRUE@ -FLaC__CPU_SPARC_FALSE = @FLaC__CPU_SPARC_FALSE@ -FLaC__CPU_SPARC_TRUE = @FLaC__CPU_SPARC_TRUE@ -FLaC__HAS_AS_FALSE = @FLaC__HAS_AS_FALSE@ -FLaC__HAS_AS_TRUE = @FLaC__HAS_AS_TRUE@ -FLaC__HAS_AS__TEMPORARILY_DISABLED_FALSE = @FLaC__HAS_AS__TEMPORARILY_DISABLED_FALSE@ -FLaC__HAS_AS__TEMPORARILY_DISABLED_TRUE = @FLaC__HAS_AS__TEMPORARILY_DISABLED_TRUE@ -FLaC__HAS_DOCBOOK_TO_MAN_FALSE = @FLaC__HAS_DOCBOOK_TO_MAN_FALSE@ -FLaC__HAS_DOCBOOK_TO_MAN_TRUE = @FLaC__HAS_DOCBOOK_TO_MAN_TRUE@ -FLaC__HAS_DOXYGEN_FALSE = @FLaC__HAS_DOXYGEN_FALSE@ -FLaC__HAS_DOXYGEN_TRUE = @FLaC__HAS_DOXYGEN_TRUE@ -FLaC__HAS_GAS_FALSE = @FLaC__HAS_GAS_FALSE@ -FLaC__HAS_GAS_TRUE = @FLaC__HAS_GAS_TRUE@ -FLaC__HAS_GAS__TEMPORARILY_DISABLED_FALSE = @FLaC__HAS_GAS__TEMPORARILY_DISABLED_FALSE@ -FLaC__HAS_GAS__TEMPORARILY_DISABLED_TRUE = @FLaC__HAS_GAS__TEMPORARILY_DISABLED_TRUE@ -FLaC__HAS_NASM_FALSE = @FLaC__HAS_NASM_FALSE@ -FLaC__HAS_NASM_TRUE = @FLaC__HAS_NASM_TRUE@ -FLaC__HAS_OGG_FALSE = @FLaC__HAS_OGG_FALSE@ -FLaC__HAS_OGG_TRUE = @FLaC__HAS_OGG_TRUE@ -FLaC__HAS_XMMS_FALSE = @FLaC__HAS_XMMS_FALSE@ -FLaC__HAS_XMMS_TRUE = @FLaC__HAS_XMMS_TRUE@ -FLaC__INSTALL_XMMS_PLUGIN_LOCALLY_FALSE = @FLaC__INSTALL_XMMS_PLUGIN_LOCALLY_FALSE@ -FLaC__INSTALL_XMMS_PLUGIN_LOCALLY_TRUE = @FLaC__INSTALL_XMMS_PLUGIN_LOCALLY_TRUE@ -FLaC__NO_ASM_FALSE = @FLaC__NO_ASM_FALSE@ -FLaC__NO_ASM_TRUE = @FLaC__NO_ASM_TRUE@ -FLaC__SSE_OS_FALSE = @FLaC__SSE_OS_FALSE@ -FLaC__SSE_OS_TRUE = @FLaC__SSE_OS_TRUE@ -FLaC__SYS_DARWIN_FALSE = @FLaC__SYS_DARWIN_FALSE@ -FLaC__SYS_DARWIN_TRUE = @FLaC__SYS_DARWIN_TRUE@ -FLaC__SYS_LINUX_FALSE = @FLaC__SYS_LINUX_FALSE@ -FLaC__SYS_LINUX_TRUE = @FLaC__SYS_LINUX_TRUE@ -FLaC__USE_3DNOW_FALSE = @FLaC__USE_3DNOW_FALSE@ -FLaC__USE_3DNOW_TRUE = @FLaC__USE_3DNOW_TRUE@ -FLaC__USE_ALTIVEC_FALSE = @FLaC__USE_ALTIVEC_FALSE@ -FLaC__USE_ALTIVEC_TRUE = @FLaC__USE_ALTIVEC_TRUE@ -FLaC__WITH_CPPLIBS_FALSE = @FLaC__WITH_CPPLIBS_FALSE@ -FLaC__WITH_CPPLIBS_TRUE = @FLaC__WITH_CPPLIBS_TRUE@ -GAS = @GAS@ -INSTALL_DATA = @INSTALL_DATA@ -INSTALL_PROGRAM = @INSTALL_PROGRAM@ -INSTALL_SCRIPT = @INSTALL_SCRIPT@ -INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -LDFLAGS = @LDFLAGS@ -LIBICONV = @LIBICONV@ -LIBOBJS = @LIBOBJS@ -LIBS = @LIBS@ -LIBTOOL = @LIBTOOL@ -LN_S = @LN_S@ -LTLIBICONV = @LTLIBICONV@ -LTLIBOBJS = @LTLIBOBJS@ -MAINT = @MAINT@ -MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@ -MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@ -MAKEINFO = @MAKEINFO@ -MINGW_WINSOCK_LIBS = @MINGW_WINSOCK_LIBS@ -NASM = @NASM@ -OBJEXT = @OBJEXT@ -OBJ_FORMAT = @OBJ_FORMAT@ -OGG_CFLAGS = @OGG_CFLAGS@ -OGG_LIBS = @OGG_LIBS@ -PACKAGE = @PACKAGE@ -PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -PACKAGE_NAME = @PACKAGE_NAME@ -PACKAGE_STRING = @PACKAGE_STRING@ -PACKAGE_TARNAME = @PACKAGE_TARNAME@ -PACKAGE_VERSION = @PACKAGE_VERSION@ -PATH_SEPARATOR = @PATH_SEPARATOR@ -RANLIB = @RANLIB@ -SET_MAKE = @SET_MAKE@ -SHELL = @SHELL@ -STRIP = @STRIP@ -VERSION = @VERSION@ -XMMS_CFLAGS = @XMMS_CFLAGS@ -XMMS_CONFIG = @XMMS_CONFIG@ -XMMS_DATA_DIR = @XMMS_DATA_DIR@ -XMMS_EFFECT_PLUGIN_DIR = @XMMS_EFFECT_PLUGIN_DIR@ -XMMS_GENERAL_PLUGIN_DIR = @XMMS_GENERAL_PLUGIN_DIR@ -XMMS_INPUT_PLUGIN_DIR = @XMMS_INPUT_PLUGIN_DIR@ -XMMS_LIBS = @XMMS_LIBS@ -XMMS_OUTPUT_PLUGIN_DIR = @XMMS_OUTPUT_PLUGIN_DIR@ -XMMS_PLUGIN_DIR = @XMMS_PLUGIN_DIR@ -XMMS_VERSION = @XMMS_VERSION@ -XMMS_VISUALIZATION_PLUGIN_DIR = @XMMS_VISUALIZATION_PLUGIN_DIR@ -ac_ct_AR = @ac_ct_AR@ -ac_ct_CC = @ac_ct_CC@ -ac_ct_CXX = @ac_ct_CXX@ -ac_ct_F77 = @ac_ct_F77@ -ac_ct_RANLIB = @ac_ct_RANLIB@ -ac_ct_STRIP = @ac_ct_STRIP@ -am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ -am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ -am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@ -am__include = @am__include@ -am__leading_dot = @am__leading_dot@ -am__quote = @am__quote@ -bindir = @bindir@ -build = @build@ -build_alias = @build_alias@ -build_cpu = @build_cpu@ -build_os = @build_os@ -build_vendor = @build_vendor@ -datadir = @datadir@ -exec_prefix = @exec_prefix@ -host = @host@ -host_alias = @host_alias@ -host_cpu = @host_cpu@ -host_os = @host_os@ -host_vendor = @host_vendor@ -includedir = @includedir@ -infodir = @infodir@ -install_sh = @install_sh@ -libdir = @libdir@ -libexecdir = @libexecdir@ -localstatedir = @localstatedir@ -mandir = @mandir@ -oldincludedir = @oldincludedir@ -prefix = @prefix@ -program_transform_name = @program_transform_name@ -sbindir = @sbindir@ -sharedstatedir = @sharedstatedir@ -sysconfdir = @sysconfdir@ -target_alias = @target_alias@ - -EXTRA_DIST = \ - 0.gif \ - 0.jpg \ - 0.png \ - 1.gif \ - 1.png \ - 2.gif \ - 2.png \ - 3.png \ - 4.jpg \ - 4.png \ - 5.png \ - 6.png \ - 7.png \ - 8.png - -subdir = test/pictures -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs -CONFIG_HEADER = $(top_builddir)/config.h -CONFIG_CLEAN_FILES = -DIST_SOURCES = -DIST_COMMON = $(srcdir)/Makefile.in Makefile.am -all: all-am - -.SUFFIXES: -$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu test/pictures/Makefile -Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe) - -mostlyclean-libtool: - -rm -f *.lo - -clean-libtool: - -rm -rf .libs _libs - -distclean-libtool: - -rm -f libtool -uninstall-info-am: -tags: TAGS -TAGS: - -ctags: CTAGS -CTAGS: - -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) - -top_distdir = ../.. -distdir = $(top_distdir)/$(PACKAGE)-$(VERSION) - -distdir: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ - list='$(DISTFILES)'; for file in $$list; do \ - case $$file in \ - $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ - $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ - esac; \ - if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ - dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ - if test "$$dir" != "$$file" && test "$$dir" != "."; then \ - dir="/$$dir"; \ - $(mkinstalldirs) "$(distdir)$$dir"; \ - else \ - dir=''; \ - fi; \ - if test -d $$d/$$file; then \ - if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ - fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ - else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ - || exit 1; \ - fi; \ - done -check-am: all-am -check: check-am -all-am: Makefile - -installdirs: -install: install-am -install-exec: install-exec-am -install-data: install-data-am -uninstall: uninstall-am - -install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - -installcheck: installcheck-am -install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install -mostlyclean-generic: - -clean-generic: - -distclean-generic: - -rm -f $(CONFIG_CLEAN_FILES) - -maintainer-clean-generic: - @echo "This command is intended for maintainers to use" - @echo "it deletes files that may require special tools to rebuild." -clean: clean-am - -clean-am: clean-generic clean-libtool mostlyclean-am - -distclean: distclean-am - -rm -f Makefile -distclean-am: clean-am distclean-generic distclean-libtool - -dvi: dvi-am - -dvi-am: - -info: info-am - -info-am: - -install-data-am: - -install-exec-am: - -install-info: install-info-am - -install-man: - -installcheck-am: - -maintainer-clean: maintainer-clean-am - -rm -f Makefile -maintainer-clean-am: distclean-am maintainer-clean-generic - -mostlyclean: mostlyclean-am - -mostlyclean-am: mostlyclean-generic mostlyclean-libtool - -pdf: pdf-am - -pdf-am: - -ps: ps-am - -ps-am: - -uninstall-am: uninstall-info-am - -.PHONY: all all-am check check-am clean clean-generic clean-libtool \ - distclean distclean-generic distclean-libtool distdir dvi \ - dvi-am info info-am install install-am install-data \ - install-data-am install-exec install-exec-am install-info \ - install-info-am install-man install-strip installcheck \ - installcheck-am installdirs maintainer-clean \ - maintainer-clean-generic mostlyclean mostlyclean-generic \ - mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \ - uninstall-info-am - -# Tell versions [3.59,3.63) of GNU make to not export all variables. -# Otherwise a system limit (for SysV at least) may be exceeded. -.NOEXPORT: diff --git a/3rdparty/libflac/test/test_bins.sh b/3rdparty/libflac/test/test_bins.sh deleted file mode 100644 index dc12890415e..00000000000 --- a/3rdparty/libflac/test/test_bins.sh +++ /dev/null @@ -1,114 +0,0 @@ -#!/bin/sh - -# FLAC - Free Lossless Audio Codec -# Copyright (C) 2001,2002,2003,2004,2005,2006,2007 Josh Coalson -# -# This file is part the FLAC project. FLAC is comprised of several -# components distributed under difference licenses. The codec libraries -# are distributed under Xiph.Org's BSD-like license (see the file -# COPYING.Xiph in this distribution). All other programs, libraries, and -# plugins are distributed under the GPL (see COPYING.GPL). The documentation -# is distributed under the Gnu FDL (see COPYING.FDL). Each file in the -# FLAC distribution contains at the top the terms under which it may be -# distributed. -# -# Since this particular file is relevant to all components of FLAC, -# it may be distributed under the Xiph.Org license, which is the least -# restrictive of those mentioned above. See the file COPYING.Xiph in this -# distribution. - -die () -{ - echo $* 1>&2 - exit 1 -} - -if [ x = x"$1" ] ; then - BUILD=debug -else - BUILD="$1" -fi - -LD_LIBRARY_PATH=../src/libFLAC/.libs:$LD_LIBRARY_PATH -LD_LIBRARY_PATH=../src/share/grabbag/.libs:$LD_LIBRARY_PATH -LD_LIBRARY_PATH=../src/share/getopt/.libs:$LD_LIBRARY_PATH -LD_LIBRARY_PATH=../src/share/replaygain_analysis/.libs:$LD_LIBRARY_PATH -LD_LIBRARY_PATH=../src/share/replaygain_synthesis/.libs:$LD_LIBRARY_PATH -LD_LIBRARY_PATH=../src/share/utf8/.libs:$LD_LIBRARY_PATH -LD_LIBRARY_PATH=../obj/$BUILD/lib:$LD_LIBRARY_PATH -export LD_LIBRARY_PATH -PATH=../src/flac:$PATH -PATH=../obj/$BUILD/bin:$PATH -BINS_PATH=../../test_files/bins - -if [ x"$FLAC__TEST_LEVEL" = x ] ; then - FLAC__TEST_LEVEL=1 -fi - -flac --help 1>/dev/null 2>/dev/null || die "ERROR can't find flac executable" - -run_flac () -{ - if [ x"$FLAC__TEST_WITH_VALGRIND" = xyes ] ; then - echo "valgrind --leak-check=yes --show-reachable=yes --num-callers=100 flac $*" >>test_bins.valgrind.log - valgrind --leak-check=yes --show-reachable=yes --num-callers=100 --log-fd=4 flac $* 4>>test_bins.valgrind.log - else - flac $* - fi -} - -test -d ${BINS_PATH} || exit 77 - -test_file () -{ - name=$1 - channels=$2 - bps=$3 - encode_options="$4" - - echo -n "$name.bin (--channels=$channels --bps=$bps $encode_options): encode..." - cmd="run_flac --verify --silent --force --force-raw-format --endian=big --sign=signed --sample-rate=44100 --bps=$bps --channels=$channels $encode_options --no-padding $name.bin" - echo "### ENCODE $name #######################################################" >> ./streams.log - echo "### cmd=$cmd" >> ./streams.log - $cmd 2>>./streams.log || die "ERROR during encode of $name" - - echo -n "decode..." - cmd="run_flac --silent --force --endian=big --sign=signed --decode --force-raw-format $name.flac"; - echo "### DECODE $name #######################################################" >> ./streams.log - echo "### cmd=$cmd" >> ./streams.log - $cmd 2>>./streams.log || die "ERROR during decode of $name" - - ls -1l $name.bin >> ./streams.log - ls -1l $name.flac >> ./streams.log - ls -1l $name.raw >> ./streams.log - - echo -n "compare..." - cmp $name.bin $name.raw || die "ERROR during compare of $name" - - echo OK -} - -echo "Testing bins..." -for f in b00 b01 b02 b03 b04 ; do - binfile=$BINS_PATH/$f - if [ -f $binfile.bin ] ; then - for disable in '' '--disable-verbatim-subframes --disable-constant-subframes' '--disable-verbatim-subframes --disable-constant-subframes --disable-fixed-subframes' ; do - for channels in 1 2 4 8 ; do - for bps in 8 16 24 ; do - for opt in 0 1 2 4 5 6 8 ; do - for extras in '' '-p' '-e' ; do - for blocksize in '' '--lax -b 32' '--lax -b 32768' '--lax -b 65535' ; do - test_file $binfile $channels $bps "-$opt $extras $blocksize $disable" - done - done - done - if [ "$FLAC__TEST_LEVEL" -gt 1 ] ; then - test_file $binfile $channels $bps "--lax -b 16384 -m -r 8 -l 32 -e -p $disable" - fi - done - done - done - else - echo "$binfile not found, skipping." - fi -done diff --git a/3rdparty/libflac/test/test_flac.sh b/3rdparty/libflac/test/test_flac.sh deleted file mode 100644 index e19cc039a57..00000000000 --- a/3rdparty/libflac/test/test_flac.sh +++ /dev/null @@ -1,1190 +0,0 @@ -#!/bin/sh - -# FLAC - Free Lossless Audio Codec -# Copyright (C) 2001,2002,2003,2004,2005,2006,2007 Josh Coalson -# -# This file is part the FLAC project. FLAC is comprised of several -# components distributed under difference licenses. The codec libraries -# are distributed under Xiph.Org's BSD-like license (see the file -# COPYING.Xiph in this distribution). All other programs, libraries, and -# plugins are distributed under the GPL (see COPYING.GPL). The documentation -# is distributed under the Gnu FDL (see COPYING.FDL). Each file in the -# FLAC distribution contains at the top the terms under which it may be -# distributed. -# -# Since this particular file is relevant to all components of FLAC, -# it may be distributed under the Xiph.Org license, which is the least -# restrictive of those mentioned above. See the file COPYING.Xiph in this -# distribution. - -die () -{ - echo $* 1>&2 - exit 1 -} - -dddie="die ERROR: creating files with dd" - -if [ x = x"$1" ] ; then - BUILD=debug -else - BUILD="$1" -fi - -# change to 'false' to show flac output (useful for debugging) -if true ; then - SILENT='--silent' - TOTALLY_SILENT='--totally-silent' -else - SILENT='' - TOTALLY_SILENT='' -fi - -LD_LIBRARY_PATH=`pwd`/../src/libFLAC/.libs:$LD_LIBRARY_PATH -LD_LIBRARY_PATH=`pwd`/../src/share/grabbag/.libs:$LD_LIBRARY_PATH -LD_LIBRARY_PATH=`pwd`/../src/share/getopt/.libs:$LD_LIBRARY_PATH -LD_LIBRARY_PATH=`pwd`/../src/share/replaygain_analysis/.libs:$LD_LIBRARY_PATH -LD_LIBRARY_PATH=`pwd`/../src/share/replaygain_synthesis/.libs:$LD_LIBRARY_PATH -LD_LIBRARY_PATH=`pwd`/../src/share/utf8/.libs:$LD_LIBRARY_PATH -LD_LIBRARY_PATH=`pwd`/../obj/$BUILD/lib:$LD_LIBRARY_PATH -export LD_LIBRARY_PATH -PATH=`pwd`/../src/flac:$PATH -PATH=`pwd`/../src/metaflac:$PATH -PATH=`pwd`/../src/test_streams:$PATH -PATH=`pwd`/../obj/$BUILD/bin:$PATH - -flac --help 1>/dev/null 2>/dev/null || die "ERROR can't find flac executable" - -run_flac () -{ - if [ x"$FLAC__TEST_WITH_VALGRIND" = xyes ] ; then - echo "valgrind --leak-check=yes --show-reachable=yes --num-callers=100 flac $*" >>test_flac.valgrind.log - valgrind --leak-check=yes --show-reachable=yes --num-callers=100 --log-fd=4 flac $* 4>>test_flac.valgrind.log - else - flac $* - fi -} - -run_metaflac () -{ - if [ x"$FLAC__TEST_WITH_VALGRIND" = xyes ] ; then - echo "valgrind --leak-check=yes --show-reachable=yes --num-callers=100 metaflac $*" >>test_flac.valgrind.log - valgrind --leak-check=yes --show-reachable=yes --num-callers=100 --log-fd=4 metaflac $* 4>>test_flac.valgrind.log - else - metaflac $* - fi -} - -md5cmp () -{ - #n=`( [ -f "$1" ] && [ -f "$2" ] && metaflac --show-md5sum --no-filename "$1" "$2" 2>/dev/null || die "ERROR: comparing FLAC files $1 and $2 by MD5 sum" ) | uniq | wc -l` - n=`( [ -f "$1" ] && [ -f "$2" ] && metaflac --show-md5sum --no-filename "$1" "$2" 2>/dev/null || exit 1 ) | uniq | wc -l` - [ "$n" != "" ] && [ $n = 1 ] -} - -if [ `env | grep -ic '^comspec='` != 0 ] ; then - is_win=yes -else - is_win=no -fi - -echo "Checking for --ogg support in flac..." -if flac --ogg $SILENT --force-raw-format --endian=little --sign=signed --channels=1 --bps=8 --sample-rate=44100 -c $0 1>/dev/null 2>&1 ; then - has_ogg=yes; - echo "flac --ogg works" -else - has_ogg=no; - echo "flac --ogg doesn't work" -fi - -echo "Generating streams..." -if [ ! -f wacky1.wav ] ; then - test_streams || die "ERROR during test_streams" -fi - -############################################################################ -# test that flac doesn't automatically overwrite files unless -f is used -############################################################################ - -echo "Try encoding to a file that exists; should fail" -cp wacky1.wav exist.wav -touch exist.flac -if run_flac $TOTALLY_SILENT -0 exist.wav ; then - die "ERROR: it should have failed but didn't" -else - echo "OK, it failed as it should" -fi - -echo "Try encoding with -f to a file that exists; should succeed" -if run_flac $TOTALLY_SILENT -0 --force exist.wav ; then - echo "OK, it succeeded as it should" -else - die "ERROR: it should have succeeded but didn't" -fi - -echo "Try decoding to a file that exists; should fail" -if run_flac $TOTALLY_SILENT -d exist.flac ; then - die "ERROR: it should have failed but didn't" -else - echo "OK, it failed as it should" -fi - -echo "Try decoding with -f to a file that exists; should succeed" -if run_flac $TOTALLY_SILENT -d -f exist.flac ; then - echo "OK, it succeeded as it should" -else - die "ERROR: it should have succeeded but didn't" -fi - -rm -f exist.wav exist.flac - -############################################################################ -# test fractional block sizes -############################################################################ - -test_fractional () -{ - blocksize=$1 - samples=$2 - dd if=noise.raw ibs=4 count=$samples of=pbs.raw 2>/dev/null || $dddie - echo -n "fractional block size test (blocksize=$blocksize samples=$samples) encode... " - run_flac $SILENT --force --verify --force-raw-format --endian=little --sign=signed --sample-rate=44100 --bps=16 --channels=2 --blocksize=$blocksize --no-padding --lax -o pbs.flac pbs.raw || die "ERROR" - echo -n "decode... " - run_flac $SILENT --force --decode --force-raw-format --endian=little --sign=signed -o pbs.cmp pbs.flac || die "ERROR" - echo -n "compare... " - cmp pbs.raw pbs.cmp || die "ERROR: file mismatch" - echo "OK" - rm -f pbs.raw pbs.flac pbs.cmp -} - -# The special significance of 2048 is it's the # of samples that flac calls -# FLAC__stream_encoder_process() on. -# -# We're trying to make sure the 1-sample overread logic in the stream encoder -# (used for last-block checking) works; these values probe around common -# multiples of the flac sample chunk size (2048) and the blocksize. -for samples in 31 32 33 34 35 2046 2047 2048 2049 2050 ; do - test_fractional 33 $samples -done -for samples in 254 255 256 257 258 510 511 512 513 514 1022 1023 1024 1025 1026 2046 2047 2048 2049 2050 4094 4095 4096 4097 4098 ; do - test_fractional 256 $samples -done -for samples in 1022 1023 1024 1025 1026 2046 2047 2048 2049 2050 4094 4095 4096 4097 4098 ; do - test_fractional 2048 $samples -done -for samples in 1022 1023 1024 1025 1026 2046 2047 2048 2049 2050 4094 4095 4096 4097 4098 4606 4607 4608 4609 4610 8190 8191 8192 8193 8194 16382 16383 16384 16385 16386 ; do - test_fractional 4608 $samples -done - -############################################################################ -# basic 'round-trip' tests of various kinds of streams -############################################################################ - -rt_test_raw () -{ - f="$1" - channels=`echo $f | awk -F- '{print $2}'` - bps=`echo $f | awk -F- '{print $3}'` - echo -n "round-trip test ($f) encode... " - run_flac $SILENT --force --verify --force-raw-format --endian=little --sign=signed --sample-rate=44100 --bps=$bps --channels=$channels --no-padding --lax -o rt.flac $f || die "ERROR" - echo -n "decode... " - run_flac $SILENT --force --decode --force-raw-format --endian=little --sign=signed -o rt.raw rt.flac || die "ERROR" - echo -n "compare... " - cmp $f rt.raw || die "ERROR: file mismatch" - echo "OK" - rm -f rt.flac rt.raw -} - -rt_test_wav () -{ - f="$1" - echo -n "round-trip test ($f) encode... " - run_flac $SILENT --force --verify --channel-map=none --no-padding --lax -o rt.flac $f || die "ERROR" - echo -n "decode... " - run_flac $SILENT --force --decode --channel-map=none -o rt.wav rt.flac || die "ERROR" - echo -n "compare... " - cmp $f rt.wav || die "ERROR: file mismatch" - echo "OK" - rm -f rt.flac rt.wav -} - -rt_test_aiff () -{ - f="$1" - echo -n "round-trip test ($f) encode... " - run_flac $SILENT --force --verify --channel-map=none --no-padding --lax -o rt.flac $f || die "ERROR" - echo -n "decode... " - run_flac $SILENT --force --decode --channel-map=none -o rt.aiff rt.flac || die "ERROR" - echo -n "compare... " - cmp $f rt.aiff || die "ERROR: file mismatch" - echo "OK" - rm -f rt.flac rt.aiff -} - -# assumes input file is WAVE; does not check the metadata-preserving features of flac-to-flac; that is checked later -rt_test_flac () -{ - f="$1" - echo -n "round-trip test ($f->flac->flac->wav) encode... " - run_flac $SILENT --force --verify --channel-map=none --no-padding --lax -o rt.flac $f || die "ERROR" - echo -n "re-encode... " - run_flac $SILENT --force --verify --lax -o rt2.flac rt.flac || die "ERROR" - echo -n "decode... " - run_flac $SILENT --force --decode --channel-map=none -o rt.wav rt2.flac || die "ERROR" - echo -n "compare... " - cmp $f rt.wav || die "ERROR: file mismatch" - echo "OK" - rm -f rt.wav rt.flac rt2.flac -} - -# assumes input file is WAVE; does not check the metadata-preserving features of flac-to-flac; that is checked later -rt_test_ogg_flac () -{ - f="$1" - echo -n "round-trip test ($f->oggflac->oggflac->wav) encode... " - run_flac $SILENT --force --verify --channel-map=none --no-padding --lax -o rt.oga --ogg $f || die "ERROR" - echo -n "re-encode... " - run_flac $SILENT --force --verify --lax -o rt2.oga --ogg rt.oga || die "ERROR" - echo -n "decode... " - run_flac $SILENT --force --decode --channel-map=none -o rt.wav rt2.oga || die "ERROR" - echo -n "compare... " - cmp $f rt.wav || die "ERROR: file mismatch" - echo "OK" - rm -f rt.wav rt.oga rt2.oga -} - -for f in rt-*.raw ; do - rt_test_raw $f -done -for f in rt-*.wav ; do - rt_test_wav $f -done -for f in rt-*.aiff ; do - rt_test_aiff $f -done -for f in rt-*.wav ; do - rt_test_flac $f -done -if [ $has_ogg = yes ] ; then - for f in rt-*.wav ; do - rt_test_ogg_flac $f - done -fi - -############################################################################ -# test --skip and --until -############################################################################ - -# -# first make some chopped-up raw files -# -echo "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMN" > master.raw -dd if=master.raw ibs=1 count=50 of=50c.raw 2>/dev/null || $dddie -dd if=master.raw ibs=1 skip=10 count=40 of=50c.skip10.raw 2>/dev/null || $dddie -dd if=master.raw ibs=1 skip=11 count=39 of=50c.skip11.raw 2>/dev/null || $dddie -dd if=master.raw ibs=1 skip=20 count=30 of=50c.skip20.raw 2>/dev/null || $dddie -dd if=master.raw ibs=1 skip=30 count=20 of=50c.skip30.raw 2>/dev/null || $dddie -dd if=master.raw ibs=1 skip=40 count=10 of=50c.skip40.raw 2>/dev/null || $dddie -dd if=master.raw ibs=1 count=10 of=50c.until10.raw 2>/dev/null || $dddie -dd if=master.raw ibs=1 count=20 of=50c.until20.raw 2>/dev/null || $dddie -dd if=master.raw ibs=1 count=30 of=50c.until30.raw 2>/dev/null || $dddie -dd if=master.raw ibs=1 count=39 of=50c.until39.raw 2>/dev/null || $dddie -dd if=master.raw ibs=1 count=40 of=50c.until40.raw 2>/dev/null || $dddie -dd if=master.raw ibs=1 skip=10 count=20 of=50c.skip10.until30.raw 2>/dev/null || $dddie -dd if=master.raw ibs=1 skip=10 count=29 of=50c.skip10.until39.raw 2>/dev/null || $dddie -dd if=master.raw ibs=1 skip=10 count=30 of=50c.skip10.until40.raw 2>/dev/null || $dddie -dd if=master.raw ibs=1 skip=20 count=10 of=50c.skip20.until30.raw 2>/dev/null || $dddie -dd if=master.raw ibs=1 skip=20 count=20 of=50c.skip20.until40.raw 2>/dev/null || $dddie - -wav_eopt="$SILENT --force --verify --no-padding --lax" -wav_dopt="$SILENT --force --decode" - -raw_eopt="$wav_eopt --force-raw-format --endian=big --sign=signed --sample-rate=10 --bps=8 --channels=1" -raw_dopt="$wav_dopt --force-raw-format --endian=big --sign=signed" - -# -# convert them to WAVE/AIFF/Ogg FLAC files -# -convert_to_wav () -{ - run_flac "$2" $1.raw || die "ERROR converting $1.raw to WAVE" - run_flac "$3" $1.flac || die "ERROR converting $1.raw to WAVE" -} -convert_to_wav 50c "$raw_eopt" "$wav_dopt" -convert_to_wav 50c.skip10 "$raw_eopt" "$wav_dopt" -convert_to_wav 50c.skip11 "$raw_eopt" "$wav_dopt" -convert_to_wav 50c.skip20 "$raw_eopt" "$wav_dopt" -convert_to_wav 50c.skip30 "$raw_eopt" "$wav_dopt" -convert_to_wav 50c.skip40 "$raw_eopt" "$wav_dopt" -convert_to_wav 50c.until10 "$raw_eopt" "$wav_dopt" -convert_to_wav 50c.until20 "$raw_eopt" "$wav_dopt" -convert_to_wav 50c.until30 "$raw_eopt" "$wav_dopt" -convert_to_wav 50c.until39 "$raw_eopt" "$wav_dopt" -convert_to_wav 50c.until40 "$raw_eopt" "$wav_dopt" -convert_to_wav 50c.skip10.until30 "$raw_eopt" "$wav_dopt" -convert_to_wav 50c.skip10.until39 "$raw_eopt" "$wav_dopt" -convert_to_wav 50c.skip10.until40 "$raw_eopt" "$wav_dopt" -convert_to_wav 50c.skip20.until30 "$raw_eopt" "$wav_dopt" -convert_to_wav 50c.skip20.until40 "$raw_eopt" "$wav_dopt" - -convert_to_aiff () -{ - run_flac "$2" $1.raw || die "ERROR converting $1.raw to AIFF" - run_flac "$3" $1.flac -o $1.aiff || die "ERROR converting $1.raw to AIFF" -} -convert_to_aiff 50c "$raw_eopt" "$wav_dopt" -convert_to_aiff 50c.skip10 "$raw_eopt" "$wav_dopt" -convert_to_aiff 50c.skip11 "$raw_eopt" "$wav_dopt" -convert_to_aiff 50c.skip20 "$raw_eopt" "$wav_dopt" -convert_to_aiff 50c.skip30 "$raw_eopt" "$wav_dopt" -convert_to_aiff 50c.skip40 "$raw_eopt" "$wav_dopt" -convert_to_aiff 50c.until10 "$raw_eopt" "$wav_dopt" -convert_to_aiff 50c.until20 "$raw_eopt" "$wav_dopt" -convert_to_aiff 50c.until30 "$raw_eopt" "$wav_dopt" -convert_to_aiff 50c.until39 "$raw_eopt" "$wav_dopt" -convert_to_aiff 50c.until40 "$raw_eopt" "$wav_dopt" -convert_to_aiff 50c.skip10.until30 "$raw_eopt" "$wav_dopt" -convert_to_aiff 50c.skip10.until39 "$raw_eopt" "$wav_dopt" -convert_to_aiff 50c.skip10.until40 "$raw_eopt" "$wav_dopt" -convert_to_aiff 50c.skip20.until30 "$raw_eopt" "$wav_dopt" -convert_to_aiff 50c.skip20.until40 "$raw_eopt" "$wav_dopt" - -convert_to_ogg () -{ - run_flac "$wav_eopt" --ogg $1.wav || die "ERROR converting $1.raw to Ogg FLAC" -} -if [ $has_ogg = yes ] ; then - convert_to_ogg 50c - convert_to_ogg 50c.skip10 - convert_to_ogg 50c.skip11 - convert_to_ogg 50c.skip20 - convert_to_ogg 50c.skip30 - convert_to_ogg 50c.skip40 - convert_to_ogg 50c.until10 - convert_to_ogg 50c.until20 - convert_to_ogg 50c.until30 - convert_to_ogg 50c.until39 - convert_to_ogg 50c.until40 - convert_to_ogg 50c.skip10.until30 - convert_to_ogg 50c.skip10.until39 - convert_to_ogg 50c.skip10.until40 - convert_to_ogg 50c.skip20.until30 - convert_to_ogg 50c.skip20.until40 -fi - -test_skip_until () -{ - in_fmt=$1 - out_fmt=$2 - - [ "$in_fmt" = wav ] || [ "$in_fmt" = aiff ] || [ "$in_fmt" = raw ] || [ "$in_fmt" = flac ] || [ "$in_fmt" = ogg ] || die "ERROR: internal error, bad 'in' format '$in_fmt'" - - [ "$out_fmt" = flac ] || [ "$out_fmt" = ogg ] || die "ERROR: internal error, bad 'out' format '$out_fmt'" - - if [ $in_fmt = raw ] ; then - eopt="$raw_eopt" - dopt="$raw_dopt" - else - eopt="$wav_eopt" - dopt="$wav_dopt" - fi - - if ( [ $in_fmt = flac ] || [ $in_fmt = ogg ] ) && ( [ $out_fmt = flac ] || [ $out_fmt = ogg ] ) ; then - CMP=md5cmp - else - CMP=cmp - fi - - if [ $out_fmt = ogg ] ; then - eopt="--ogg $eopt" - fi - - # - # test --skip when encoding - # - - desc="($in_fmt<->$out_fmt)" - - echo -n "testing --skip=# (encode) $desc... " - run_flac $eopt --skip=10 -o z50c.skip10.$out_fmt 50c.$in_fmt || die "ERROR generating FLAC file $desc" - [ $in_fmt = $out_fmt ] || run_flac $dopt -o z50c.skip10.$in_fmt z50c.skip10.$out_fmt || die "ERROR decoding FLAC file $desc" - $CMP 50c.skip10.$in_fmt z50c.skip10.$in_fmt || die "ERROR: file mismatch for --skip=10 (encode) $desc" - rm -f z50c.skip10.$out_fmt z50c.skip10.$in_fmt - echo OK - - echo -n "testing --skip=mm:ss (encode) $desc... " - run_flac $eopt --skip=0:01 -o z50c.skip0:01.$out_fmt 50c.$in_fmt || die "ERROR generating FLAC file $desc" - [ $in_fmt = $out_fmt ] || run_flac $dopt -o z50c.skip0:01.$in_fmt z50c.skip0:01.$out_fmt || die "ERROR decoding FLAC file $desc" - $CMP 50c.skip10.$in_fmt z50c.skip0:01.$in_fmt || die "ERROR: file mismatch for --skip=0:01 (encode) $desc" - rm -f z50c.skip0:01.$out_fmt z50c.skip0:01.$in_fmt - echo OK - - echo -n "testing --skip=mm:ss.sss (encode) $desc... " - run_flac $eopt --skip=0:01.1001 -o z50c.skip0:01.1001.$out_fmt 50c.$in_fmt || die "ERROR generating FLAC file $desc" - [ $in_fmt = $out_fmt ] || run_flac $dopt -o z50c.skip0:01.1001.$in_fmt z50c.skip0:01.1001.$out_fmt || die "ERROR decoding FLAC file $desc" - $CMP 50c.skip11.$in_fmt z50c.skip0:01.1001.$in_fmt || die "ERROR: file mismatch for --skip=0:01.1001 (encode) $desc" - rm -f z50c.skip0:01.1001.$out_fmt z50c.skip0:01.1001.$in_fmt - echo OK - - # - # test --skip when decoding - # - - if [ $in_fmt != $out_fmt ] ; then run_flac $eopt -o z50c.$out_fmt 50c.$in_fmt ; else cp -f 50c.$in_fmt z50c.$out_fmt ; fi || die "ERROR generating FLAC file $desc" - - echo -n "testing --skip=# (decode) $desc... " - run_flac $dopt --skip=10 -o z50c.skip10.$in_fmt z50c.$out_fmt || die "ERROR decoding FLAC file $desc" - $CMP 50c.skip10.$in_fmt z50c.skip10.$in_fmt || die "ERROR: file mismatch for --skip=10 (decode) $desc" - rm -f z50c.skip10.$in_fmt - echo OK - - echo -n "testing --skip=mm:ss (decode) $desc... " - run_flac $dopt --skip=0:01 -o z50c.skip0:01.$in_fmt z50c.$out_fmt || die "ERROR decoding FLAC file $desc" - $CMP 50c.skip10.$in_fmt z50c.skip0:01.$in_fmt || die "ERROR: file mismatch for --skip=0:01 (decode) $desc" - rm -f z50c.skip0:01.$in_fmt - echo OK - - echo -n "testing --skip=mm:ss.sss (decode) $desc... " - run_flac $dopt --skip=0:01.1001 -o z50c.skip0:01.1001.$in_fmt z50c.$out_fmt || die "ERROR decoding FLAC file $desc" - $CMP 50c.skip11.$in_fmt z50c.skip0:01.1001.$in_fmt || die "ERROR: file mismatch for --skip=0:01.1001 (decode) $desc" - rm -f z50c.skip0:01.1001.$in_fmt - echo OK - - rm -f z50c.$out_fmt - - # - # test --until when encoding - # - - echo -n "testing --until=# (encode) $desc... " - run_flac $eopt --until=40 -o z50c.until40.$out_fmt 50c.$in_fmt || die "ERROR generating FLAC file $desc" - [ $in_fmt = $out_fmt ] || run_flac $dopt -o z50c.until40.$in_fmt z50c.until40.$out_fmt || die "ERROR decoding FLAC file $desc" - $CMP 50c.until40.$in_fmt z50c.until40.$in_fmt || die "ERROR: file mismatch for --until=40 (encode) $desc" - rm -f z50c.until40.$out_fmt z50c.until40.$in_fmt - echo OK - - echo -n "testing --until=mm:ss (encode) $desc... " - run_flac $eopt --until=0:04 -o z50c.until0:04.$out_fmt 50c.$in_fmt || die "ERROR generating FLAC file $desc" - [ $in_fmt = $out_fmt ] || run_flac $dopt -o z50c.until0:04.$in_fmt z50c.until0:04.$out_fmt || die "ERROR decoding FLAC file $desc" - $CMP 50c.until40.$in_fmt z50c.until0:04.$in_fmt || die "ERROR: file mismatch for --until=0:04 (encode) $desc" - rm -f z50c.until0:04.$out_fmt z50c.until0:04.$in_fmt - echo OK - - echo -n "testing --until=mm:ss.sss (encode) $desc... " - run_flac $eopt --until=0:03.9001 -o z50c.until0:03.9001.$out_fmt 50c.$in_fmt || die "ERROR generating FLAC file $desc" - [ $in_fmt = $out_fmt ] || run_flac $dopt -o z50c.until0:03.9001.$in_fmt z50c.until0:03.9001.$out_fmt || die "ERROR decoding FLAC file $desc" - $CMP 50c.until39.$in_fmt z50c.until0:03.9001.$in_fmt || die "ERROR: file mismatch for --until=0:03.9001 (encode) $desc" - rm -f z50c.until0:03.9001.$out_fmt z50c.until0:03.9001.$in_fmt - echo OK - - echo -n "testing --until=-# (encode) $desc... " - run_flac $eopt --until=-10 -o z50c.until-10.$out_fmt 50c.$in_fmt || die "ERROR generating FLAC file $desc" - [ $in_fmt = $out_fmt ] || run_flac $dopt -o z50c.until-10.$in_fmt z50c.until-10.$out_fmt || die "ERROR decoding FLAC file $desc" - $CMP 50c.until40.$in_fmt z50c.until-10.$in_fmt || die "ERROR: file mismatch for --until=-10 (encode) $desc" - rm -f z50c.until-10.$out_fmt z50c.until-10.$in_fmt - echo OK - - echo -n "testing --until=-mm:ss (encode) $desc... " - run_flac $eopt --until=-0:01 -o z50c.until-0:01.$out_fmt 50c.$in_fmt || die "ERROR generating FLAC file $desc" - [ $in_fmt = $out_fmt ] || run_flac $dopt -o z50c.until-0:01.$in_fmt z50c.until-0:01.$out_fmt || die "ERROR decoding FLAC file $desc" - $CMP 50c.until40.$in_fmt z50c.until-0:01.$in_fmt || die "ERROR: file mismatch for --until=-0:01 (encode) $desc" - rm -f z50c.until-0:01.$out_fmt z50c.until-0:01.$in_fmt - echo OK - - echo -n "testing --until=-mm:ss.sss (encode) $desc... " - run_flac $eopt --until=-0:01.1001 -o z50c.until-0:01.1001.$out_fmt 50c.$in_fmt || die "ERROR generating FLAC file $desc" - [ $in_fmt = $out_fmt ] || run_flac $dopt -o z50c.until-0:01.1001.$in_fmt z50c.until-0:01.1001.$out_fmt || die "ERROR decoding FLAC file $desc" - $CMP 50c.until39.$in_fmt z50c.until-0:01.1001.$in_fmt || die "ERROR: file mismatch for --until=-0:01.1001 (encode) $desc" - rm -f z50c.until-0:01.1001.$out_fmt z50c.until-0:01.1001.$in_fmt - echo OK - - # - # test --until when decoding - # - - if [ $in_fmt != $out_fmt ] ; then run_flac $eopt -o z50c.$out_fmt 50c.$in_fmt ; else cp -f 50c.$in_fmt z50c.$out_fmt ; fi || die "ERROR generating FLAC file $desc" - - echo -n "testing --until=# (decode) $desc... " - run_flac $dopt --until=40 -o z50c.until40.$in_fmt z50c.$out_fmt || die "ERROR decoding FLAC file $desc" - $CMP 50c.until40.$in_fmt z50c.until40.$in_fmt || die "ERROR: file mismatch for --until=40 (decode) $desc" - rm -f z50c.until40.$in_fmt - echo OK - - echo -n "testing --until=mm:ss (decode) $desc... " - run_flac $dopt --until=0:04 -o z50c.until0:04.$in_fmt z50c.$out_fmt || die "ERROR decoding FLAC file $desc" - $CMP 50c.until40.$in_fmt z50c.until0:04.$in_fmt || die "ERROR: file mismatch for --until=0:04 (decode) $desc" - rm -f z50c.until0:04.$in_fmt - echo OK - - echo -n "testing --until=mm:ss.sss (decode) $desc... " - run_flac $dopt --until=0:03.9001 -o z50c.until0:03.9001.$in_fmt z50c.$out_fmt || die "ERROR decoding FLAC file $desc" - $CMP 50c.until39.$in_fmt z50c.until0:03.9001.$in_fmt || die "ERROR: file mismatch for --until=0:03.9001 (decode) $desc" - rm -f z50c.until0:03.9001.$in_fmt - echo OK - - echo -n "testing --until=-# (decode) $desc... " - run_flac $dopt --until=-10 -o z50c.until-10.$in_fmt z50c.$out_fmt || die "ERROR decoding FLAC file $desc" - $CMP 50c.until40.$in_fmt z50c.until-10.$in_fmt || die "ERROR: file mismatch for --until=-10 (decode) $desc" - rm -f z50c.until-10.$in_fmt - echo OK - - echo -n "testing --until=-mm:ss (decode) $desc... " - run_flac $dopt --until=-0:01 -o z50c.until-0:01.$in_fmt z50c.$out_fmt || die "ERROR decoding FLAC file $desc" - $CMP 50c.until40.$in_fmt z50c.until-0:01.$in_fmt || die "ERROR: file mismatch for --until=-0:01 (decode) $desc" - rm -f z50c.until-0:01.$in_fmt - echo OK - - echo -n "testing --until=-mm:ss.sss (decode) $desc... " - run_flac $dopt --until=-0:01.1001 -o z50c.until-0:01.1001.$in_fmt z50c.$out_fmt || die "ERROR decoding FLAC file $desc" - $CMP 50c.until39.$in_fmt z50c.until-0:01.1001.$in_fmt || die "ERROR: file mismatch for --until=-0:01.1001 (decode) $desc" - rm -f z50c.until-0:01.1001.$in_fmt - echo OK - - rm -f z50c.$out_fmt - - # - # test --skip and --until when encoding - # - - echo -n "testing --skip=10 --until=# (encode) $desc... " - run_flac $eopt --skip=10 --until=40 -o z50c.skip10.until40.$out_fmt 50c.$in_fmt || die "ERROR generating FLAC file $desc" - [ $in_fmt = $out_fmt ] || run_flac $dopt -o z50c.skip10.until40.$in_fmt z50c.skip10.until40.$out_fmt || die "ERROR decoding FLAC file $desc" - $CMP 50c.skip10.until40.$in_fmt z50c.skip10.until40.$in_fmt || die "ERROR: file mismatch for --skip=10 --until=40 (encode) $desc" - rm -f z50c.skip10.until40.$out_fmt z50c.skip10.until40.$in_fmt - echo OK - - echo -n "testing --skip=10 --until=mm:ss (encode) $desc... " - run_flac $eopt --skip=10 --until=0:04 -o z50c.skip10.until0:04.$out_fmt 50c.$in_fmt || die "ERROR generating FLAC file $desc" - [ $in_fmt = $out_fmt ] || run_flac $dopt -o z50c.skip10.until0:04.$in_fmt z50c.skip10.until0:04.$out_fmt || die "ERROR decoding FLAC file $desc" - $CMP 50c.skip10.until40.$in_fmt z50c.skip10.until0:04.$in_fmt || die "ERROR: file mismatch for --skip=10 --until=0:04 (encode) $desc" - rm -f z50c.skip10.until0:04.$out_fmt z50c.skip10.until0:04.$in_fmt - echo OK - - echo -n "testing --skip=10 --until=mm:ss.sss (encode) $desc... " - run_flac $eopt --skip=10 --until=0:03.9001 -o z50c.skip10.until0:03.9001.$out_fmt 50c.$in_fmt || die "ERROR generating FLAC file $desc" - [ $in_fmt = $out_fmt ] || run_flac $dopt -o z50c.skip10.until0:03.9001.$in_fmt z50c.skip10.until0:03.9001.$out_fmt || die "ERROR decoding FLAC file $desc" - $CMP 50c.skip10.until39.$in_fmt z50c.skip10.until0:03.9001.$in_fmt || die "ERROR: file mismatch for --skip=10 --until=0:03.9001 (encode) $desc" - rm -f z50c.skip10.until0:03.9001.$out_fmt z50c.skip10.until0:03.9001.$in_fmt - echo OK - - echo -n "testing --skip=10 --until=+# (encode) $desc... " - run_flac $eopt --skip=10 --until=+30 -o z50c.skip10.until+30.$out_fmt 50c.$in_fmt || die "ERROR generating FLAC file $desc" - [ $in_fmt = $out_fmt ] || run_flac $dopt -o z50c.skip10.until+30.$in_fmt z50c.skip10.until+30.$out_fmt || die "ERROR decoding FLAC file $desc" - $CMP 50c.skip10.until40.$in_fmt z50c.skip10.until+30.$in_fmt || die "ERROR: file mismatch for --skip=10 --until=+30 (encode) $desc" - rm -f z50c.skip10.until+30.$out_fmt z50c.skip10.until+30.$in_fmt - echo OK - - echo -n "testing --skip=10 --until=+mm:ss (encode) $desc... " - run_flac $eopt --skip=10 --until=+0:03 -o z50c.skip10.until+0:03.$out_fmt 50c.$in_fmt || die "ERROR generating FLAC file $desc" - [ $in_fmt = $out_fmt ] || run_flac $dopt -o z50c.skip10.until+0:03.$in_fmt z50c.skip10.until+0:03.$out_fmt || die "ERROR decoding FLAC file $desc" - $CMP 50c.skip10.until40.$in_fmt z50c.skip10.until+0:03.$in_fmt || die "ERROR: file mismatch for --skip=10 --until=+0:03 (encode) $desc" - rm -f z50c.skip10.until+0:03.$out_fmt z50c.skip10.until+0:03.$in_fmt - echo OK - - echo -n "testing --skip=10 --until=+mm:ss.sss (encode) $desc... " - run_flac $eopt --skip=10 --until=+0:02.9001 -o z50c.skip10.until+0:02.9001.$out_fmt 50c.$in_fmt || die "ERROR generating FLAC file $desc" - [ $in_fmt = $out_fmt ] || run_flac $dopt -o z50c.skip10.until+0:02.9001.$in_fmt z50c.skip10.until+0:02.9001.$out_fmt || die "ERROR decoding FLAC file $desc" - $CMP 50c.skip10.until39.$in_fmt z50c.skip10.until+0:02.9001.$in_fmt || die "ERROR: file mismatch for --skip=10 --until=+0:02.9001 (encode) $desc" - rm -f z50c.skip10.until+0:02.9001.$out_fmt z50c.skip10.until+0:02.9001.$in_fmt - echo OK - - echo -n "testing --skip=10 --until=-# (encode) $desc... " - run_flac $eopt --skip=10 --until=-10 -o z50c.skip10.until-10.$out_fmt 50c.$in_fmt || die "ERROR generating FLAC file $desc" - [ $in_fmt = $out_fmt ] || run_flac $dopt -o z50c.skip10.until-10.$in_fmt z50c.skip10.until-10.$out_fmt || die "ERROR decoding FLAC file $desc" - $CMP 50c.skip10.until40.$in_fmt z50c.skip10.until-10.$in_fmt || die "ERROR: file mismatch for --skip=10 --until=-10 (encode) $desc" - rm -f z50c.skip10.until-10.$out_fmt z50c.skip10.until-10.$in_fmt - echo OK - - echo -n "testing --skip=10 --until=-mm:ss (encode) $desc... " - run_flac $eopt --skip=10 --until=-0:01 -o z50c.skip10.until-0:01.$out_fmt 50c.$in_fmt || die "ERROR generating FLAC file $desc" - [ $in_fmt = $out_fmt ] || run_flac $dopt -o z50c.skip10.until-0:01.$in_fmt z50c.skip10.until-0:01.$out_fmt || die "ERROR decoding FLAC file $desc" - $CMP 50c.skip10.until40.$in_fmt z50c.skip10.until-0:01.$in_fmt || die "ERROR: file mismatch for --skip=10 --until=-0:01 (encode) $desc" - rm -f z50c.skip10.until-0:01.$out_fmt z50c.skip10.until-0:01.$in_fmt - echo OK - - echo -n "testing --skip=10 --until=-mm:ss.sss (encode) $desc... " - run_flac $eopt --skip=10 --until=-0:01.1001 -o z50c.skip10.until-0:01.1001.$out_fmt 50c.$in_fmt || die "ERROR generating FLAC file $desc" - [ $in_fmt = $out_fmt ] || run_flac $dopt -o z50c.skip10.until-0:01.1001.$in_fmt z50c.skip10.until-0:01.1001.$out_fmt || die "ERROR decoding FLAC file $desc" - $CMP 50c.skip10.until39.$in_fmt z50c.skip10.until-0:01.1001.$in_fmt || die "ERROR: file mismatch for --skip=10 --until=-0:01.1001 (encode) $desc" - rm -f z50c.skip10.until-0:01.1001.$out_fmt z50c.skip10.until-0:01.1001.$in_fmt - echo OK - - # - # test --skip and --until when decoding - # - - if [ $in_fmt != $out_fmt ] ; then run_flac $eopt -o z50c.$out_fmt 50c.$in_fmt ; else cp -f 50c.$in_fmt z50c.$out_fmt ; fi || die "ERROR generating FLAC file $desc" - - - echo -n "testing --skip=10 --until=# (decode) $desc... " - run_flac $dopt --skip=10 --until=40 -o z50c.skip10.until40.$in_fmt z50c.$out_fmt || die "ERROR decoding FLAC file $desc" - $CMP 50c.skip10.until40.$in_fmt z50c.skip10.until40.$in_fmt || die "ERROR: file mismatch for --skip=10 --until=40 (decode) $desc" - rm -f z50c.skip10.until40.$in_fmt - echo OK - - echo -n "testing --skip=10 --until=mm:ss (decode) $desc... " - run_flac $dopt --skip=10 --until=0:04 -o z50c.skip10.until0:04.$in_fmt z50c.$out_fmt || die "ERROR decoding FLAC file $desc" - $CMP 50c.skip10.until40.$in_fmt z50c.skip10.until0:04.$in_fmt || die "ERROR: file mismatch for --skip=10 --until=0:04 (decode) $desc" - rm -f z50c.skip10.until0:04.$in_fmt - echo OK - - echo -n "testing --skip=10 --until=mm:ss.sss (decode) $desc... " - run_flac $dopt --skip=10 --until=0:03.9001 -o z50c.skip10.until0:03.9001.$in_fmt z50c.$out_fmt || die "ERROR decoding FLAC file $desc" - $CMP 50c.skip10.until39.$in_fmt z50c.skip10.until0:03.9001.$in_fmt || die "ERROR: file mismatch for --skip=10 --until=0:03.9001 (decode) $desc" - rm -f z50c.skip10.until0:03.9001.$in_fmt - echo OK - - echo -n "testing --skip=10 --until=-# (decode) $desc... " - run_flac $dopt --skip=10 --until=-10 -o z50c.skip10.until-10.$in_fmt z50c.$out_fmt || die "ERROR decoding FLAC file $desc" - $CMP 50c.skip10.until40.$in_fmt z50c.skip10.until-10.$in_fmt || die "ERROR: file mismatch for --skip=10 --until=-10 (decode) $desc" - rm -f z50c.skip10.until-10.$in_fmt - echo OK - - echo -n "testing --skip=10 --until=-mm:ss (decode) $desc... " - run_flac $dopt --skip=10 --until=-0:01 -o z50c.skip10.until-0:01.$in_fmt z50c.$out_fmt || die "ERROR decoding FLAC file $desc" - $CMP 50c.skip10.until40.$in_fmt z50c.skip10.until-0:01.$in_fmt || die "ERROR: file mismatch for --skip=10 --until=-0:01 (decode) $desc" - rm -f z50c.skip10.until-0:01.$in_fmt - echo OK - - echo -n "testing --skip=10 --until=-mm:ss.sss (decode) $desc... " - run_flac $dopt --skip=10 --until=-0:01.1001 -o z50c.skip10.until-0:01.1001.$in_fmt z50c.$out_fmt || die "ERROR decoding FLAC file $desc" - $CMP 50c.skip10.until39.$in_fmt z50c.skip10.until-0:01.1001.$in_fmt || die "ERROR: file mismatch for --skip=10 --until=-0:01.1001 (decode) $desc" - rm -f z50c.skip10.until-0:01.1001.$in_fmt - echo OK - - rm -f z50c.$out_fmt -} - -test_skip_until raw flac -test_skip_until wav flac -test_skip_until aiff flac -test_skip_until flac flac -#@@@if [ $has_ogg = yes ] ; then -#@@@ #@@@ doesn't work yet because md5cmp doesn't work because metaflac doesn't work on ogg flac yet -#@@@ test_skip_until ogg flac -#@@@fi - -if [ $has_ogg = yes ] ; then - test_skip_until raw ogg - test_skip_until wav ogg - test_skip_until aiff ogg - #@@@ doesn't work yet because md5cmp doesn't work because metaflac doesn't work on ogg flac yet - #@@@test_skip_until flac ogg - #@@@test_skip_until ogg ogg -fi - -echo "testing seek extremes:" - -run_flac --verify --force $SILENT --no-padding --force-raw-format --endian=big --sign=signed --sample-rate=44100 --bps=16 --channels=2 --blocksize=576 noise.raw || die "ERROR generating FLAC file" - -if [ $is_win = no ] ; then - total_noise_cdda_samples=`run_metaflac --show-total-samples noise.flac` - [ $? = 0 ] || die "ERROR getting total sample count from noise.flac" -else - # some flavors of cygwin don't seem to treat the \x0d as a word - # separator, so we hard code it. we'll just have to fix it later - # if we change the way noise.flac is made. - total_noise_cdda_samples=393216 -fi - -echo -n "testing --skip=0... " -run_flac $wav_dopt --skip=0 -o z.wav noise.flac || die "ERROR decoding FLAC file noise.flac" -echo OK - -for delta in 2 1 ; do - n=`expr $total_noise_cdda_samples - $delta` - echo -n "testing --skip=$n... " - run_flac $wav_dopt --skip=$n -o z.wav noise.flac || die "ERROR decoding FLAC file noise.flac" - echo OK -done - -rm noise.flac z.wav - - -############################################################################ -# test --input-size -############################################################################ - -#@@@ cat will not work on old cygwin, need to fix -if [ $is_win = no ] ; then - echo -n "testing --input-size=50 --skip=10... " - cat 50c.raw | run_flac $raw_eopt --input-size=50 --skip=10 -o z50c.skip10.flac - || die "ERROR generating FLAC file" - run_flac $raw_dopt -o z50c.skip10.raw z50c.skip10.flac || die "ERROR decoding FLAC file" - cmp 50c.skip10.raw z50c.skip10.raw || die "ERROR: file mismatch for --input-size=50 --skip=10" - rm -f z50c.skip10.raw z50c.skip10.flac - echo OK -fi - - -############################################################################ -# test --cue -############################################################################ - -# -# create the cue sheet -# -cuesheet=cuetest.cue -cat > $cuesheet << EOF -CATALOG 1234567890123 -FILE "blah" WAVE - TRACK 01 AUDIO - INDEX 01 0 - INDEX 02 10 - INDEX 03 20 - TRACK 02 AUDIO - INDEX 01 30 - TRACK 04 AUDIO - INDEX 01 40 -EOF - -test_cue () -{ - in_fmt=$1 - out_fmt=$2 - - [ "$in_fmt" = wav ] || [ "$in_fmt" = aiff ] || [ "$in_fmt" = raw ] || [ "$in_fmt" = flac ] || [ "$in_fmt" = ogg ] || die "ERROR: internal error, bad 'in' format '$in_fmt'" - - [ "$out_fmt" = flac ] || [ "$out_fmt" = ogg ] || die "ERROR: internal error, bad 'out' format '$out_fmt'" - - if [ $in_fmt = raw ] ; then - eopt="$raw_eopt" - dopt="$raw_dopt" - else - eopt="$wav_eopt" - dopt="$wav_dopt" - fi - - if ( [ $in_fmt = flac ] || [ $in_fmt = ogg ] ) && ( [ $out_fmt = flac ] || [ $out_fmt = ogg ] ) ; then - CMP=md5cmp - else - CMP=cmp - fi - - if [ $out_fmt = ogg ] ; then - eopt="--ogg $eopt" - fi - - desc="($in_fmt<->$out_fmt)" - - # - # for this we need just need just one FLAC file; --cue only works while decoding - # - run_flac $eopt --cuesheet=$cuesheet -o z50c.cue.$out_fmt 50c.$in_fmt || die "ERROR generating FLAC file $desc" - - # To make it easy to translate from cue point to sample numbers, the - # file has a sample rate of 10 Hz and a cuesheet like so: - # - # TRACK 01, INDEX 01 : 0:00.00 -> sample 0 - # TRACK 01, INDEX 02 : 0:01.00 -> sample 10 - # TRACK 01, INDEX 03 : 0:02.00 -> sample 20 - # TRACK 02, INDEX 01 : 0:03.00 -> sample 30 - # TRACK 04, INDEX 01 : 0:04.00 -> sample 40 - # - echo -n "testing --cue=- $desc... " - run_flac $dopt -o z50c.cued.$in_fmt --cue=- z50c.cue.$out_fmt || die "ERROR decoding FLAC file $desc" - $CMP 50c.$in_fmt z50c.cued.$in_fmt || die "ERROR: file mismatch for --cue=- $desc" - rm -f z50c.cued.$in_fmt - echo OK - - echo -n "testing --cue=1.0 $desc... " - run_flac $dopt -o z50c.cued.$in_fmt --cue=1.0 z50c.cue.$out_fmt || die "ERROR decoding FLAC file $desc" - $CMP 50c.$in_fmt z50c.cued.$in_fmt || die "ERROR: file mismatch for --cue=1.0 $desc" - rm -f z50c.cued.$in_fmt - echo OK - - echo -n "testing --cue=1.0- $desc... " - run_flac $dopt -o z50c.cued.$in_fmt --cue=1.0- z50c.cue.$out_fmt || die "ERROR decoding FLAC file $desc" - $CMP 50c.$in_fmt z50c.cued.$in_fmt || die "ERROR: file mismatch for --cue=1.0- $desc" - rm -f z50c.cued.$in_fmt - echo OK - - echo -n "testing --cue=1.1 $desc... " - run_flac $dopt -o z50c.cued.$in_fmt --cue=1.1 z50c.cue.$out_fmt || die "ERROR decoding FLAC file $desc" - $CMP 50c.$in_fmt z50c.cued.$in_fmt || die "ERROR: file mismatch for --cue=1.1 $desc" - rm -f z50c.cued.$in_fmt - echo OK - - echo -n "testing --cue=1.1- $desc... " - run_flac $dopt -o z50c.cued.$in_fmt --cue=1.1- z50c.cue.$out_fmt || die "ERROR decoding FLAC file $desc" - $CMP 50c.$in_fmt z50c.cued.$in_fmt || die "ERROR: file mismatch for --cue=1.1- $desc" - rm -f z50c.cued.$in_fmt - echo OK - - echo -n "testing --cue=1.2 $desc... " - run_flac $dopt -o z50c.cued.$in_fmt --cue=1.2 z50c.cue.$out_fmt || die "ERROR decoding FLAC file $desc" - $CMP 50c.skip10.$in_fmt z50c.cued.$in_fmt || die "ERROR: file mismatch for --cue=1.2 $desc" - rm -f z50c.cued.$in_fmt - echo OK - - echo -n "testing --cue=1.2- $desc... " - run_flac $dopt -o z50c.cued.$in_fmt --cue=1.2- z50c.cue.$out_fmt || die "ERROR decoding FLAC file $desc" - $CMP 50c.skip10.$in_fmt z50c.cued.$in_fmt || die "ERROR: file mismatch for --cue=1.2- $desc" - rm -f z50c.cued.$in_fmt - echo OK - - echo -n "testing --cue=1.4 $desc... " - run_flac $dopt -o z50c.cued.$in_fmt --cue=1.4 z50c.cue.$out_fmt || die "ERROR decoding FLAC file $desc" - $CMP 50c.skip20.$in_fmt z50c.cued.$in_fmt || die "ERROR: file mismatch for --cue=1.4 $desc" - rm -f z50c.cued.$in_fmt - echo OK - - echo -n "testing --cue=1.4- $desc... " - run_flac $dopt -o z50c.cued.$in_fmt --cue=1.4- z50c.cue.$out_fmt || die "ERROR decoding FLAC file $desc" - $CMP 50c.skip20.$in_fmt z50c.cued.$in_fmt || die "ERROR: file mismatch for --cue=1.4- $desc" - rm -f z50c.cued.$in_fmt - echo OK - - echo -n "testing --cue=-5.0 $desc... " - run_flac $dopt -o z50c.cued.$in_fmt --cue=-5.0 z50c.cue.$out_fmt || die "ERROR decoding FLAC file $desc" - $CMP 50c.$in_fmt z50c.cued.$in_fmt || die "ERROR: file mismatch for --cue=-5.0 $desc" - rm -f z50c.cued.$in_fmt - echo OK - - echo -n "testing --cue=-4.1 $desc... " - run_flac $dopt -o z50c.cued.$in_fmt --cue=-4.1 z50c.cue.$out_fmt || die "ERROR decoding FLAC file $desc" - $CMP 50c.until40.$in_fmt z50c.cued.$in_fmt || die "ERROR: file mismatch for --cue=-4.1 $desc" - rm -f z50c.cued.$in_fmt - echo OK - - echo -n "testing --cue=-3.1 $desc... " - run_flac $dopt -o z50c.cued.$in_fmt --cue=-3.1 z50c.cue.$out_fmt || die "ERROR decoding FLAC file $desc" - $CMP 50c.until40.$in_fmt z50c.cued.$in_fmt || die "ERROR: file mismatch for --cue=-3.1 $desc" - rm -f z50c.cued.$in_fmt - echo OK - - echo -n "testing --cue=-1.4 $desc... " - run_flac $dopt -o z50c.cued.$in_fmt --cue=-1.4 z50c.cue.$out_fmt || die "ERROR decoding FLAC file $desc" - $CMP 50c.until30.$in_fmt z50c.cued.$in_fmt || die "ERROR: file mismatch for --cue=-1.4 $desc" - rm -f z50c.cued.$in_fmt - echo OK - - echo -n "testing --cue=1.0-5.0 $desc... " - run_flac $dopt -o z50c.cued.$in_fmt --cue=1.0-5.0 z50c.cue.$out_fmt || die "ERROR decoding FLAC file $desc" - $CMP 50c.$in_fmt z50c.cued.$in_fmt || die "ERROR: file mismatch for --cue=1.0-5.0 $desc" - rm -f z50c.cued.$in_fmt - echo OK - - echo -n "testing --cue=1.1-5.0 $desc... " - run_flac $dopt -o z50c.cued.$in_fmt --cue=1.1-5.0 z50c.cue.$out_fmt || die "ERROR decoding FLAC file $desc" - $CMP 50c.$in_fmt z50c.cued.$in_fmt || die "ERROR: file mismatch for --cue=1.1-5.0 $desc" - rm -f z50c.cued.$in_fmt - echo OK - - echo -n "testing --cue=1.2-4.1 $desc... " - run_flac $dopt -o z50c.cued.$in_fmt --cue=1.2-4.1 z50c.cue.$out_fmt || die "ERROR decoding FLAC file $desc" - $CMP 50c.skip10.until40.$in_fmt z50c.cued.$in_fmt || die "ERROR: file mismatch for --cue=1.2-4.1 $desc" - rm -f z50c.cued.$in_fmt - echo OK - - echo -n "testing --cue=1.4-2.0 $desc... " - run_flac $dopt -o z50c.cued.$in_fmt --cue=1.4-2.0 z50c.cue.$out_fmt || die "ERROR decoding FLAC file $desc" - $CMP 50c.skip20.until30.$in_fmt z50c.cued.$in_fmt || die "ERROR: file mismatch for --cue=1.4-2.0 $desc" - rm -f z50c.cued.$in_fmt - echo OK - - rm -f z50c.cue.$out_fmt -} - -test_cue raw flac -test_cue wav flac -test_cue aiff flac -test_cue flac flac -#@@@if [ $has_ogg = yes ] ; then -#@@@ #@@@ doesn't work yet because md5cmp doesn't work because metaflac doesn't work on ogg flac yet -#@@@ test_cue ogg flac -#@@@fi - -if [ $has_ogg = yes ] ; then - test_cue raw ogg - test_cue wav ogg - test_cue aiff ogg - #@@@ doesn't work yet because md5cmp doesn't work because metaflac doesn't work on ogg flac yet - #@@@test_cue flac ogg - #@@@test_cue ogg ogg -fi - -############################################################################ -# test 'fixup' code that happens when a FLAC file with total_samples == 0 -# in the STREAMINFO block is converted to WAVE or AIFF, requiring the -# decoder go back and fix up the chunk headers -############################################################################ - -echo -n "WAVE fixup test... " - -echo -n "prepare... " -convert_to_wav noise "$raw_eopt" "$wav_dopt" || die "ERROR creating reference WAVE" - -echo -n "encode... " -# the pipe from 'cat' to 'flac' does not work on cygwin because of the EOF/ -# binary-mode stdin problem, so we use an undocumented option to metaflac to -# set the total sample count to 0 -if [ $is_win = yes ] ; then - run_flac $raw_eopt noise.raw -o fixup.flac || die "ERROR generating FLAC file" - run_metaflac --set-total-samples=0 fixup.flac 2> /dev/null -else - cat noise.raw | run_flac $raw_eopt - -c > fixup.flac || die "ERROR generating FLAC file" -fi - -echo -n "decode... " -run_flac $wav_dopt fixup.flac -o fixup.wav || die "ERROR decoding FLAC file" - -echo -n "compare... " -cmp noise.wav fixup.wav || die "ERROR: file mismatch" - -echo OK -rm -f noise.wav fixup.wav fixup.flac - -echo -n "AIFF fixup test... " - -echo -n "prepare... " -convert_to_aiff noise "$raw_eopt" "$wav_dopt" || die "ERROR creating reference AIFF" - -echo -n "encode... " -# the pipe from 'cat' to 'flac' does not work on cygwin because of the EOF/ -# binary-mode stdin problem, so we use an undocumented option to metaflac to -# set the total sample count to 0 -if [ $is_win = yes ] ; then - run_flac $raw_eopt noise.raw -o fixup.flac || die "ERROR generating FLAC file" - run_metaflac --set-total-samples=0 fixup.flac 2> /dev/null -else - cat noise.raw | run_flac $raw_eopt - -c > fixup.flac || die "ERROR generating FLAC file" -fi - -echo -n "decode... " -run_flac $wav_dopt fixup.flac -o fixup.aiff || die "ERROR decoding FLAC file" - -echo -n "compare... " -cmp noise.aiff fixup.aiff || die "ERROR: file mismatch" - -echo OK -rm -f noise.aiff fixup.aiff fixup.flac - - -############################################################################ -# multi-file tests -############################################################################ - -echo "Generating multiple input files from noise..." -multifile_format_decode="--endian=big --sign=signed" -multifile_format_encode="$multifile_format_decode --sample-rate=44100 --bps=16 --channels=2 --no-padding" -short_noise_cdda_samples=`expr $total_noise_cdda_samples / 8` -run_flac --verify --force $SILENT --force-raw-format $multifile_format_encode --until=$short_noise_cdda_samples -o shortnoise.flac noise.raw || die "ERROR generating FLAC file" -run_flac --decode --force $SILENT shortnoise.flac -o shortnoise.raw --force-raw-format $multifile_format_decode || die "ERROR generating RAW file" -run_flac --decode --force $SILENT shortnoise.flac || die "ERROR generating WAVE file" -run_flac --decode --force $SILENT shortnoise.flac -o shortnoise.aiff || die "ERROR generating AIFF file" -cp shortnoise.flac file0.flac -cp shortnoise.flac file1.flac -cp shortnoise.flac file2.flac -rm -f shortnoise.flac -cp shortnoise.wav file0.wav -cp shortnoise.wav file1.wav -cp shortnoise.wav file2.wav -rm -f shortnoise.wav -cp shortnoise.aiff file0.aiff -cp shortnoise.aiff file1.aiff -cp shortnoise.aiff file2.aiff -rm -f shortnoise.aiff -cp shortnoise.raw file0.raw -cp shortnoise.raw file1.raw -cp shortnoise.raw file2.raw -rm -f shortnoise.raw -# create authoritative sector-aligned files for comparison -file0_samples=`expr \( $short_noise_cdda_samples / 588 \) \* 588` -file0_remainder=`expr $short_noise_cdda_samples - $file0_samples` -file1_samples=`expr \( \( $file0_remainder + $short_noise_cdda_samples \) / 588 \) \* 588` -file1_remainder=`expr $file0_remainder + $short_noise_cdda_samples - $file1_samples` -file1_samples=`expr $file1_samples - $file0_remainder` -file2_samples=`expr \( \( $file1_remainder + $short_noise_cdda_samples \) / 588 \) \* 588` -file2_remainder=`expr $file1_remainder + $short_noise_cdda_samples - $file2_samples` -file2_samples=`expr $file2_samples - $file1_remainder` -if [ $file2_remainder != '0' ] ; then - file2_samples=`expr $file2_samples + $file2_remainder` - file2_remainder=`expr 588 - $file2_remainder` -fi - -dd if=file0.raw ibs=4 count=$file0_samples of=file0s.raw 2>/dev/null || $dddie -dd if=file0.raw ibs=4 count=$file0_remainder of=file1s.raw skip=$file0_samples 2>/dev/null || $dddie -dd if=file1.raw ibs=4 count=$file1_samples of=z.raw 2>/dev/null || $dddie -cat z.raw >> file1s.raw || die "ERROR: cat-ing sector-aligned files" -dd if=file1.raw ibs=4 count=$file1_remainder of=file2s.raw skip=$file1_samples 2>/dev/null || $dddie -dd if=file2.raw ibs=4 count=$file2_samples of=z.raw 2>/dev/null || $dddie -cat z.raw >> file2s.raw || die "ERROR: cat-ing sector-aligned files" -dd if=/dev/zero ibs=4 count=$file2_remainder of=z.raw 2>/dev/null || $dddie -cat z.raw >> file2s.raw || die "ERROR: cat-ing sector-aligned files" -rm -f z.raw - -convert_to_wav file0s "$multifile_format_encode --force" "$SILENT --force --decode" || die "ERROR creating authoritative sector-aligned WAVE" -convert_to_wav file1s "$multifile_format_encode --force" "$SILENT --force --decode" || die "ERROR creating authoritative sector-aligned WAVE" -convert_to_wav file2s "$multifile_format_encode --force" "$SILENT --force --decode" || die "ERROR creating authoritative sector-aligned WAVE" - -convert_to_aiff file0s "$multifile_format_encode --force" "$SILENT --force --decode" || die "ERROR creating authoritative sector-aligned AIFF" -convert_to_aiff file1s "$multifile_format_encode --force" "$SILENT --force --decode" || die "ERROR creating authoritative sector-aligned AIFF" -convert_to_aiff file2s "$multifile_format_encode --force" "$SILENT --force --decode" || die "ERROR creating authoritative sector-aligned AIFF" - -test_multifile () -{ - input_type=$1 - streamtype=$2 - sector_align=$3 - encode_options="$4" - - extra_encode_options="" - extra_decode_options="" - if [ $input_type = "raw" ] ; then - extra_encode_options="--force-raw-format $multifile_format_encode" - extra_decode_options="--force-raw-format $multifile_format_decode" - else - if [ $input_type = "aiff" ] ; then - extra_decode_options="--force-aiff-format" - fi - fi - - if [ $streamtype = ogg ] ; then - suffix=oga - encode_options="$encode_options --ogg" - else - suffix=flac - fi - - if [ $sector_align = sector_align ] ; then - encode_options="$encode_options --sector-align" - fi - - if [ $input_type = flac ] || [ $input_type = ogg ] ; then - CMP=md5cmp - else - CMP=cmp - fi - - for n in 0 1 2 ; do - cp file$n.$input_type file${n}x.$input_type - done - run_flac --force $encode_options $extra_encode_options file0x.$input_type file1x.$input_type file2x.$input_type || die "ERROR" - run_flac --force --decode $extra_decode_options file0x.$suffix file1x.$suffix file2x.$suffix || die "ERROR" - if [ $sector_align != sector_align ] ; then - for n in 0 1 2 ; do - $CMP file$n.$input_type file${n}x.$input_type || die "ERROR: file mismatch on file #$n" - done - else - for n in 0 1 2 ; do - $CMP file${n}s.$input_type file${n}x.$input_type || die "ERROR: file mismatch on file #$n" - done - fi - for n in 0 1 2 ; do - rm -f file${n}x.$suffix file${n}x.$input_type - done -} - -input_types="raw wav aiff flac" -#@@@ doesn't work yet because md5cmp doesn't work because metaflac doesn't work on ogg flac yet -#@@@if [ $has_ogg = yes ] ; then -#@@@ input_types="$input_types ogg" -#@@@fi -for input_type in $input_types ; do - echo "Testing multiple $input_type files without verify..." - test_multifile $input_type flac no_sector_align "" - - echo "Testing multiple $input_type files with verify..." - test_multifile $input_type flac no_sector_align "--verify" - - if [ $input_type != flac ] && [ $input_type != ogg ] ; then # --sector-align not supported for FLAC input - echo "Testing multiple $input_type files with --sector-align, without verify..." - test_multifile $input_type flac sector_align "" - - echo "Testing multiple $input_type files with --sector-align, with verify..." - test_multifile $input_type flac sector_align "--verify" - fi - - if [ $has_ogg = yes ] ; then - echo "Testing multiple $input_type files with --ogg, without verify..." - test_multifile $input_type ogg no_sector_align "" - - echo "Testing multiple $input_type files with --ogg, with verify..." - test_multifile $input_type ogg no_sector_align "--verify" - - if [ $input_type != flac ] ; then # --sector-align not supported for FLAC input - echo "Testing multiple $input_type files with --ogg and --sector-align, without verify..." - test_multifile $input_type ogg sector_align "" - - echo "Testing multiple $input_type files with --ogg and --sector-align, with verify..." - test_multifile $input_type ogg sector_align "--verify" - fi - - echo "Testing multiple $input_type files with --ogg and --serial-number, with verify..." - test_multifile $input_type ogg no_sector_align "--serial-number=321 --verify" - fi -done - - -############################################################################ -# test the metadata-handling properties of flac-to-flac encoding -############################################################################ - -echo "Testing the metadata-handling properties of flac-to-flac encoding..." - -testdir="flac-to-flac-metadata-test-files" -filter () -{ - # minor danger, changing vendor strings might change the length of the - # VORBIS_COMMENT block, but if we add "^ length: " to the patterns, - # we lose info about PADDING size that we need - grep -Ev '^ vendor string: |^ m..imum .....size: ' | sed -e 's/, stream_offset.*//' -} -flac2flac () -{ - file="$1" - case="$2" - args="$3" - expect="$case-expect.meta" - echo -n "$case... " - run_flac $SILENT -f -o out.flac $args $file || die "ERROR encoding FLAC file" - run_metaflac --list out.flac | filter > out.meta || die "ERROR listing metadata of output FLAC file" - diff -q -w $expect out.meta 2>/dev/null || die "ERROR: metadata does not match expected $expect" - echo OK -} - -#filter=', stream_offset.*|^ vendor string: |^ length: |^ m..imum .....size: ' -cd $testdir || die "ERROR changing to directory $testdir" - -# case 00a: no alterations on a file with all metadata types, keep all metadata, in same order -flac2flac input-SCVAUP.flac case00a "" -# case 01a: on file with multiple PADDING blocks, they should be aggregated into one at the end -flac2flac input-SCVPAP.flac case01a "" -# case 01b: on file with multiple PADDING blocks and --no-padding specified, they should all be deleted -flac2flac input-SCVPAP.flac case01b "--no-padding" -# case 01c: on file with multiple PADDING blocks and -P specified, they should all be overwritten with -P value -flac2flac input-SCVPAP.flac case01c "-P 1234" -# case 01d: on file with no PADDING blocks, use -P setting -flac2flac input-SCVA.flac case01d "-P 1234" -# case 01e: on file with no PADDING blocks and no -P given, use default padding -flac2flac input-SCVA.flac case01e "" -# case 02a: on file with no VORBIS_COMMENT block, add new VORBIS_COMMENT -flac2flac input-SCPAP.flac case02a "" -# case 02b: on file with no VORBIS_COMMENT block and --tag, add new VORBIS_COMMENT with tags -flac2flac input-SCPAP.flac case02b "--tag=artist=0" -# case 02c: on file with VORBIS_COMMENT block and --tag, replace existing VORBIS_COMMENT with new tags -flac2flac input-SCVAUP.flac case02c "$TOTALLY_SILENT --tag=artist=0" -# case 03a: on file with no CUESHEET block and --cuesheet specified, add it -flac2flac input-SVAUP.flac case03a "--cuesheet=input0.cue" -# case 03b: on file with CUESHEET block and --cuesheet specified, overwrite existing CUESHEET -flac2flac input-SCVAUP.flac case03b "$TOTALLY_SILENT --cuesheet=input0.cue" -# case 03c: on file with CUESHEET block and size-changing option specified, drop existing CUESHEET -flac2flac input-SCVAUP.flac case03c "$TOTALLY_SILENT --skip=1" -# case 04a: on file with no SEEKTABLE block and --no-seektable specified, no SEEKTABLE -flac2flac input-VA.flac case04a "--no-padding --no-seektable" -# case 04b: on file with no SEEKTABLE block and -S specified, new SEEKTABLE -flac2flac input-VA.flac case04b "--no-padding -S 5x" -# case 04c: on file with no SEEKTABLE block and no seektable options specified, new SEEKTABLE with default points -flac2flac input-VA.flac case04c "--no-padding" -# case 04d: on file with SEEKTABLE block and --no-seektable specified, drop existing SEEKTABLE -flac2flac input-SCVA.flac case04d "--no-padding --no-seektable" -# case 04e: on file with SEEKTABLE block and -S specified, overwrite existing SEEKTABLE -flac2flac input-SCVA.flac case04e "$TOTALLY_SILENT --no-padding -S 5x" -# case 04f: on file with SEEKTABLE block and size-changing option specified, drop existing SEEKTABLE, new SEEKTABLE with default points -#(already covered by case03c) - -rm -f out.flac out.meta - -#@@@ when metaflac handles ogg flac, duplicate flac2flac tests here - -cd .. diff --git a/3rdparty/libflac/test/test_grabbag.sh b/3rdparty/libflac/test/test_grabbag.sh deleted file mode 100644 index a18a9312a8e..00000000000 --- a/3rdparty/libflac/test/test_grabbag.sh +++ /dev/null @@ -1,148 +0,0 @@ -#!/bin/sh - -# FLAC - Free Lossless Audio Codec -# Copyright (C) 2001,2002,2003,2004,2005,2006,2007 Josh Coalson -# -# This file is part the FLAC project. FLAC is comprised of several -# components distributed under difference licenses. The codec libraries -# are distributed under Xiph.Org's BSD-like license (see the file -# COPYING.Xiph in this distribution). All other programs, libraries, and -# plugins are distributed under the GPL (see COPYING.GPL). The documentation -# is distributed under the Gnu FDL (see COPYING.FDL). Each file in the -# FLAC distribution contains at the top the terms under which it may be -# distributed. -# -# Since this particular file is relevant to all components of FLAC, -# it may be distributed under the Xiph.Org license, which is the least -# restrictive of those mentioned above. See the file COPYING.Xiph in this -# distribution. - -die () -{ - echo $* 1>&2 - exit 1 -} - -if [ x = x"$1" ] ; then - BUILD=debug -else - BUILD="$1" -fi - -LD_LIBRARY_PATH=../src/libFLAC/.libs:$LD_LIBRARY_PATH -LD_LIBRARY_PATH=../src/share/grabbag/.libs:$LD_LIBRARY_PATH -LD_LIBRARY_PATH=../src/share/replaygain_analysis/.libs:$LD_LIBRARY_PATH -LD_LIBRARY_PATH=../obj/$BUILD/lib:$LD_LIBRARY_PATH -export LD_LIBRARY_PATH -PATH=../src/test_grabbag/cuesheet:$PATH -PATH=../src/test_grabbag/picture:$PATH -PATH=../obj/$BUILD/bin:$PATH - -test_cuesheet -h 1>/dev/null 2>/dev/null || die "ERROR can't find test_cuesheet executable" -test_picture -h 1>/dev/null 2>/dev/null || die "ERROR can't find test_picture executable" - -run_test_cuesheet () -{ - if [ x"$FLAC__TEST_WITH_VALGRIND" = xyes ] ; then - echo "valgrind --leak-check=yes --show-reachable=yes --num-callers=100 test_cuesheet $*" >>test_grabbag.valgrind.log - valgrind --leak-check=yes --show-reachable=yes --num-callers=100 --log-fd=4 test_cuesheet $* 4>>test_grabbag.valgrind.log - else - test_cuesheet $* - fi -} - -run_test_picture () -{ - if [ x"$FLAC__TEST_WITH_VALGRIND" = xyes ] ; then - echo "valgrind --leak-check=yes --show-reachable=yes --num-callers=100 test_picture $*" >>test_grabbag.valgrind.log - valgrind --leak-check=yes --show-reachable=yes --num-callers=100 --log-fd=4 test_picture $* 4>>test_grabbag.valgrind.log - else - test_picture $* - fi -} - -if [ `env | grep -ic '^comspec='` != 0 ] ; then - is_win=yes -else - is_win=no -fi - -######################################################################## -# -# test_picture -# -######################################################################## - -log=picture.log -picture_dir=pictures - -echo "Running test_picture..." - -rm -f $log - -run_test_picture $picture_dir >> $log 2>&1 - -if [ $is_win = yes ] ; then - diff -w picture.ok $log > picture.diff || die "Error: .log file does not match .ok file, see picture.diff" -else - diff picture.ok $log > picture.diff || die "Error: .log file does not match .ok file, see picture.diff" -fi - -echo "PASSED (results are in $log)" - -######################################################################## -# -# test_cuesheet -# -######################################################################## - -log=cuesheet.log -bad_cuesheets=cuesheets/bad.*.cue -good_cuesheets=cuesheets/good.*.cue -good_leadout=`expr 80 \* 60 \* 44100` -bad_leadout=`expr $good_leadout + 1` - -echo "Running test_cuesheet..." - -rm -f $log - -# -# negative tests -# -for cuesheet in $bad_cuesheets ; do - echo "NEGATIVE $cuesheet" >> $log 2>&1 - run_test_cuesheet $cuesheet $good_leadout cdda >> $log 2>&1 - exit_code=$? - if [ "$exit_code" = 255 ] ; then - die "Error: test script is broken" - fi - cuesheet_pass1=${cuesheet}.1 - cuesheet_pass2=${cuesheet}.2 - rm -f $cuesheet_pass1 $cuesheet_pass2 -done - -# -# positve tests -# -for cuesheet in $good_cuesheets ; do - echo "POSITIVE $cuesheet" >> $log 2>&1 - run_test_cuesheet $cuesheet $good_leadout cdda >> $log 2>&1 - exit_code=$? - if [ "$exit_code" = 255 ] ; then - die "Error: test script is broken" - elif [ "$exit_code" != 0 ] ; then - die "Error: good cuesheet is broken" - fi - cuesheet_pass1=${cuesheet}.1 - cuesheet_pass2=${cuesheet}.2 - diff $cuesheet_pass1 $cuesheet_pass2 >> $log 2>&1 || die "Error: pass1 and pass2 output differ" - rm -f $cuesheet_pass1 $cuesheet_pass2 -done - -if [ $is_win = yes ] ; then - diff -w cuesheet.ok $log > cuesheet.diff || die "Error: .log file does not match .ok file, see cuesheet.diff" -else - diff cuesheet.ok $log > cuesheet.diff || die "Error: .log file does not match .ok file, see cuesheet.diff" -fi - -echo "PASSED (results are in $log)" diff --git a/3rdparty/libflac/test/test_libFLAC++.sh b/3rdparty/libflac/test/test_libFLAC++.sh deleted file mode 100644 index 550c6bd3efb..00000000000 --- a/3rdparty/libflac/test/test_libFLAC++.sh +++ /dev/null @@ -1,50 +0,0 @@ -#!/bin/sh - -# FLAC - Free Lossless Audio Codec -# Copyright (C) 2002,2003,2004,2005,2006,2007 Josh Coalson -# -# This file is part the FLAC project. FLAC is comprised of several -# components distributed under difference licenses. The codec libraries -# are distributed under Xiph.Org's BSD-like license (see the file -# COPYING.Xiph in this distribution). All other programs, libraries, and -# plugins are distributed under the GPL (see COPYING.GPL). The documentation -# is distributed under the Gnu FDL (see COPYING.FDL). Each file in the -# FLAC distribution contains at the top the terms under which it may be -# distributed. -# -# Since this particular file is relevant to all components of FLAC, -# it may be distributed under the Xiph.Org license, which is the least -# restrictive of those mentioned above. See the file COPYING.Xiph in this -# distribution. - -die () -{ - echo $* 1>&2 - exit 1 -} - -if [ x = x"$1" ] ; then - BUILD=debug -else - BUILD="$1" -fi - -LD_LIBRARY_PATH=../src/libFLAC/.libs:$LD_LIBRARY_PATH -LD_LIBRARY_PATH=../src/libFLAC++/.libs:$LD_LIBRARY_PATH -LD_LIBRARY_PATH=../src/share/grabbag/.libs:$LD_LIBRARY_PATH -LD_LIBRARY_PATH=../src/share/replaygain_analysis/.libs:$LD_LIBRARY_PATH -LD_LIBRARY_PATH=../obj/$BUILD/lib:$LD_LIBRARY_PATH -export LD_LIBRARY_PATH -PATH=../src/test_libFLAC++:$PATH -PATH=../obj/$BUILD/bin:$PATH - -run_test_libFLACpp () -{ - if [ x"$FLAC__TEST_WITH_VALGRIND" = xyes ] ; then - valgrind --leak-check=yes --show-reachable=yes --num-callers=100 --log-fd=4 test_libFLAC++ $* 4>>test_libFLAC++.valgrind.log - else - test_libFLAC++ $* - fi -} - -run_test_libFLACpp || die "ERROR during test_libFLAC++" diff --git a/3rdparty/libflac/test/test_libFLAC.sh b/3rdparty/libflac/test/test_libFLAC.sh deleted file mode 100644 index 5343ef04250..00000000000 --- a/3rdparty/libflac/test/test_libFLAC.sh +++ /dev/null @@ -1,49 +0,0 @@ -#!/bin/sh - -# FLAC - Free Lossless Audio Codec -# Copyright (C) 2001,2002,2003,2004,2005,2006,2007 Josh Coalson -# -# This file is part the FLAC project. FLAC is comprised of several -# components distributed under difference licenses. The codec libraries -# are distributed under Xiph.Org's BSD-like license (see the file -# COPYING.Xiph in this distribution). All other programs, libraries, and -# plugins are distributed under the GPL (see COPYING.GPL). The documentation -# is distributed under the Gnu FDL (see COPYING.FDL). Each file in the -# FLAC distribution contains at the top the terms under which it may be -# distributed. -# -# Since this particular file is relevant to all components of FLAC, -# it may be distributed under the Xiph.Org license, which is the least -# restrictive of those mentioned above. See the file COPYING.Xiph in this -# distribution. - -die () -{ - echo $* 1>&2 - exit 1 -} - -if [ x = x"$1" ] ; then - BUILD=debug -else - BUILD="$1" -fi - -LD_LIBRARY_PATH=../src/libFLAC/.libs:$LD_LIBRARY_PATH -LD_LIBRARY_PATH=../src/share/grabbag/.libs:$LD_LIBRARY_PATH -LD_LIBRARY_PATH=../src/share/replaygain_analysis/.libs:$LD_LIBRARY_PATH -LD_LIBRARY_PATH=../obj/$BUILD/lib:$LD_LIBRARY_PATH -export LD_LIBRARY_PATH -PATH=../src/test_libFLAC:$PATH -PATH=../obj/$BUILD/bin:$PATH - -run_test_libFLAC () -{ - if [ x"$FLAC__TEST_WITH_VALGRIND" = xyes ] ; then - valgrind --leak-check=yes --show-reachable=yes --num-callers=100 --log-fd=4 test_libFLAC $* 4>>test_libFLAC.valgrind.log - else - test_libFLAC $* - fi -} - -run_test_libFLAC || die "ERROR during test_libFLAC" diff --git a/3rdparty/libflac/test/test_metaflac.sh b/3rdparty/libflac/test/test_metaflac.sh deleted file mode 100644 index f7cdedfae4f..00000000000 --- a/3rdparty/libflac/test/test_metaflac.sh +++ /dev/null @@ -1,397 +0,0 @@ -#!/bin/sh - -# FLAC - Free Lossless Audio Codec -# Copyright (C) 2002,2003,2004,2005,2006,2007 Josh Coalson -# -# This file is part the FLAC project. FLAC is comprised of several -# components distributed under difference licenses. The codec libraries -# are distributed under Xiph.Org's BSD-like license (see the file -# COPYING.Xiph in this distribution). All other programs, libraries, and -# plugins are distributed under the GPL (see COPYING.GPL). The documentation -# is distributed under the Gnu FDL (see COPYING.FDL). Each file in the -# FLAC distribution contains at the top the terms under which it may be -# distributed. -# -# Since this particular file is relevant to all components of FLAC, -# it may be distributed under the Xiph.Org license, which is the least -# restrictive of those mentioned above. See the file COPYING.Xiph in this -# distribution. - -die () -{ - echo $* 1>&2 - exit 1 -} - -if [ x = x"$1" ] ; then - BUILD=debug -else - BUILD="$1" -fi - -# change to 'false' to show all flac/metaflac output (useful for debugging) -if true ; then - SILENT='--silent' - TOTALLY_SILENT='--totally-silent' -else - SILENT='' - TOTALLY_SILENT='' -fi - -LD_LIBRARY_PATH=`pwd`/../src/libFLAC/.libs:$LD_LIBRARY_PATH -LD_LIBRARY_PATH=`pwd`/../src/share/grabbag/.libs:$LD_LIBRARY_PATH -LD_LIBRARY_PATH=`pwd`/../src/share/getopt/.libs:$LD_LIBRARY_PATH -LD_LIBRARY_PATH=`pwd`/../src/share/replaygain_analysis/.libs:$LD_LIBRARY_PATH -LD_LIBRARY_PATH=`pwd`/../src/share/replaygain_synthesis/.libs:$LD_LIBRARY_PATH -LD_LIBRARY_PATH=`pwd`/../src/share/utf8/.libs:$LD_LIBRARY_PATH -LD_LIBRARY_PATH=`pwd`/../obj/$BUILD/lib:$LD_LIBRARY_PATH -export LD_LIBRARY_PATH -PATH=`pwd`/../src/flac:$PATH -PATH=`pwd`/../src/metaflac:$PATH -PATH=`pwd`/../obj/$BUILD/bin:$PATH - -if echo a | (grep -E '(a|b)') >/dev/null 2>&1 - then EGREP='grep -E' - else EGREP='egrep' -fi - -testdir="metaflac-test-files" -flacfile="metaflac.flac" - -flac --help 1>/dev/null 2>/dev/null || die "ERROR can't find flac executable" -metaflac --help 1>/dev/null 2>/dev/null || die "ERROR can't find metaflac executable" - -run_flac () -{ - if [ x"$FLAC__TEST_WITH_VALGRIND" = xyes ] ; then - echo "valgrind --leak-check=yes --show-reachable=yes --num-callers=100 flac $*" >>test_metaflac.valgrind.log - valgrind --leak-check=yes --show-reachable=yes --num-callers=100 --log-fd=4 flac $* 4>>test_metaflac.valgrind.log - else - flac $* - fi -} - -run_metaflac () -{ - if [ x"$FLAC__TEST_WITH_VALGRIND" = xyes ] ; then - echo "valgrind --leak-check=yes --show-reachable=yes --num-callers=100 metaflac $*" >>test_metaflac.valgrind.log - valgrind --leak-check=yes --show-reachable=yes --num-callers=100 --log-fd=4 metaflac $* 4>>test_metaflac.valgrind.log - else - metaflac $* - fi -} - -run_metaflac_silent () -{ - if [ -z "$SILENT" ] ; then - run_metaflac $* - else - if [ x"$FLAC__TEST_WITH_VALGRIND" = xyes ] ; then - echo "valgrind --leak-check=yes --show-reachable=yes --num-callers=100 metaflac $*" >>test_metaflac.valgrind.log - valgrind --leak-check=yes --show-reachable=yes --num-callers=100 --log-fd=4 metaflac $* 2>/dev/null 4>>test_metaflac.valgrind.log - else - metaflac $* 2>/dev/null - fi - fi -} - -check_flac () -{ - run_flac --silent --test $flacfile || die "ERROR in $flacfile" 1>&2 -} - -echo "Generating stream..." -bytes=80000 -if dd if=/dev/zero ibs=1 count=$bytes | flac --force --verify -0 --input-size=$bytes --output-name=$flacfile --force-raw-format --endian=big --sign=signed --channels=1 --bps=8 --sample-rate=8000 - ; then - chmod +w $flacfile -else - die "ERROR during generation" -fi - -check_flac - -echo - -filter () -{ - # minor danger, changing vendor strings will change the length of the - # VORBIS_COMMENT block, but if we add "^ length: " to the patterns, - # we lose info about PADDING size that we need - # grep pattern 1: remove vendor string - # grep pattern 2: remove minimum/maximum frame and block size from STREAMINFO - # grep pattern 3: remove hexdump data from PICTURE metadata blocks - # sed pattern 1: remove stream offset values from SEEKTABLE points - $EGREP -v '^ vendor string: |^ m..imum .....size: |^ 0000[0-9a-fA-F][0-9a-fA-F][0-9a-fA-F][0-9a-fA-F]: ' | sed -e 's/, stream_offset.*//' -} -metaflac_test () -{ - case="$1" - desc="$2" - args="$3" - expect="$testdir/$case-expect.meta" - echo -n "test $case: $desc... " - run_metaflac $args $flacfile | filter > $testdir/out.meta || die "ERROR running metaflac" - diff -w $expect $testdir/out.meta > /dev/null 2>&1 || die "ERROR: metadata does not match expected $expect" - echo OK -} - -metaflac_test case00 "--list" "--list" - -metaflac_test case01 "STREAMINFO --show-* shortcuts" " - --show-md5sum - --show-min-blocksize - --show-max-blocksize - --show-min-framesize - --show-max-framesize - --show-sample-rate - --show-channels - --show-bps - --show-total-samples" - -run_metaflac --preserve-modtime --add-padding=12345 $flacfile -check_flac -metaflac_test case02 "--add-padding" "--list" - -# some flavors of /bin/sh (e.g. Darwin's) won't even handle quoted spaces, so we underscore: -run_metaflac --set-tag="ARTIST=The_artist_formerly_known_as_the_artist..." $flacfile -check_flac -metaflac_test case03 "--set-tag=ARTIST" "--list" - -run_metaflac --set-tag="ARTIST=Chuck_Woolery" $flacfile -check_flac -metaflac_test case04 "--set-tag=ARTIST" "--list" - -run_metaflac --set-tag="ARTIST=Vern" $flacfile -check_flac -metaflac_test case05 "--set-tag=ARTIST" "--list" - -run_metaflac --set-tag="TITLE=He_who_smelt_it_dealt_it" $flacfile -check_flac -metaflac_test case06 "--set-tag=TITLE" "--list" - -metaflac_test case07 "--show-vendor-tag --show-tag=ARTIST" "--show-vendor-tag --show-tag=ARTIST" - -run_metaflac --remove-first-tag=ARTIST $flacfile -check_flac -metaflac_test case08 "--remove-first-tag=ARTIST" "--list" - -run_metaflac --remove-tag=ARTIST $flacfile -check_flac -metaflac_test case09 "--remove-tag=ARTIST" "--list" - -metaflac_test case10 "--list --block-type=VORBIS_COMMENT" "--list --block-type=VORBIS_COMMENT" -metaflac_test case11 "--list --block-number=0" "--list --block-number=0" -metaflac_test case12 "--list --block-number=1,2,999" "--list --block-number=1,2,999" -metaflac_test case13 "--list --block-type=VORBIS_COMMENT,PADDING" "--list --block-type=VORBIS_COMMENT,PADDING" -metaflac_test case14 "--list --except-block-type=SEEKTABLE,VORBIS_COMMENT" "--list --except-block-type=SEEKTABLE,VORBIS_COMMENT" -metaflac_test case15 "--list --except-block-type=STREAMINFO" "--list --except-block-type=STREAMINFO" - -run_metaflac --add-padding=4321 $flacfile $flacfile -check_flac -metaflac_test case16 "--add-padding=4321 * 2" "--list" - -run_metaflac --merge-padding $flacfile -check_flac -metaflac_test case17 "--merge-padding" "--list" - -run_metaflac --add-padding=0 $flacfile -check_flac -metaflac_test case18 "--add-padding=0" "--list" - -run_metaflac --sort-padding $flacfile -check_flac -metaflac_test case19 "--sort-padding" "--list" - -run_metaflac --add-padding=0 $flacfile -check_flac -metaflac_test case20 "--add-padding=0" "--list" - -run_metaflac --remove-all-tags $flacfile -check_flac -metaflac_test case21 "--remove-all-tags" "--list" - -run_metaflac --remove --block-number=1,99 --dont-use-padding $flacfile -check_flac -metaflac_test case22 "--remove --block-number=1,99 --dont-use-padding" "--list" - -run_metaflac --remove --block-number=99 --dont-use-padding $flacfile -check_flac -metaflac_test case23 "--remove --block-number=99 --dont-use-padding" "--list" - -run_metaflac --remove --block-type=PADDING $flacfile -check_flac -metaflac_test case24 "--remove --block-type=PADDING" "--list" - -run_metaflac --remove --block-type=PADDING --dont-use-padding $flacfile -check_flac -metaflac_test case25 "--remove --block-type=PADDING --dont-use-padding" "--list" - -run_metaflac --add-padding=0 $flacfile $flacfile -check_flac -metaflac_test case26 "--add-padding=0 * 2" "--list" - -run_metaflac --remove --except-block-type=PADDING $flacfile -check_flac -metaflac_test case27 "--remove --except-block-type=PADDING" "--list" - -run_metaflac --remove-all $flacfile -check_flac -metaflac_test case28 "--remove-all" "--list" - -run_metaflac --remove-all --dont-use-padding $flacfile -check_flac -metaflac_test case29 "--remove-all --dont-use-padding" "--list" - -run_metaflac --remove-all --dont-use-padding $flacfile -check_flac -metaflac_test case30 "--remove-all --dont-use-padding" "--list" - -run_metaflac --set-tag="f=0123456789abcdefghij" $flacfile -check_flac -metaflac_test case31 "--set-tag=..." "--list" - -run_metaflac --remove-all-tags --set-tag="f=0123456789abcdefghi" $flacfile -check_flac -metaflac_test case32 "--remove-all-tags --set-tag=..." "--list" - -run_metaflac --remove-all-tags --set-tag="f=0123456789abcde" $flacfile -check_flac -metaflac_test case33 "--remove-all-tags --set-tag=..." "--list" - -run_metaflac --remove-all-tags --set-tag="f=0" $flacfile -check_flac -metaflac_test case34 "--remove-all-tags --set-tag=..." "--list" - -run_metaflac --remove-all-tags --set-tag="f=0123456789" $flacfile -check_flac -metaflac_test case35 "--remove-all-tags --set-tag=..." "--list" - -run_metaflac --remove-all-tags --set-tag="f=0123456789abcdefghi" $flacfile -check_flac -metaflac_test case36 "--remove-all-tags --set-tag=..." "--list" - -run_metaflac --remove-all-tags --set-tag="f=0123456789" $flacfile -check_flac -metaflac_test case37 "--remove-all-tags --set-tag=..." "--list" - -run_metaflac --remove-all-tags --set-tag="f=0123456789abcdefghij" $flacfile -check_flac -metaflac_test case38 "--remove-all-tags --set-tag=..." "--list" - -echo "TITLE=Tittle" | run_metaflac --import-tags-from=- $flacfile -check_flac -metaflac_test case39 "--import-tags-from=-" "--list" - -cat > vc.txt << EOF -artist=Fartist -artist=artits -EOF -run_metaflac --import-tags-from=vc.txt $flacfile -check_flac -metaflac_test case40 "--import-tags-from=[FILE]" "--list" - -rm vc.txt - -run_metaflac --add-replay-gain $flacfile -check_flac -metaflac_test case41 "--add-replay-gain" "--list" - -run_metaflac --remove-replay-gain $flacfile -check_flac -metaflac_test case42 "--remove-replay-gain" "--list" - -# CUESHEET blocks -cs_in=cuesheets/good.000.cue -cs_out=metaflac.cue -cs_out2=metaflac2.cue -run_metaflac --import-cuesheet-from="$cs_in" $flacfile -check_flac -metaflac_test case43 "--import-cuesheet-from" "--list" -run_metaflac --export-cuesheet-to=$cs_out $flacfile -run_metaflac --remove --block-type=CUESHEET $flacfile -check_flac -metaflac_test case44 "--remove --block-type=CUESHEET" "--list" -run_metaflac --import-cuesheet-from=$cs_out $flacfile -check_flac -metaflac_test case45 "--import-cuesheet-from" "--list" -run_metaflac --export-cuesheet-to=$cs_out2 $flacfile -echo "comparing cuesheets:" -diff $cs_out $cs_out2 || die "ERROR, cuesheets should be identical" -echo identical - -rm -f $cs_out $cs_out2 - -# PICTURE blocks -ncase=46 -for f in \ - 0.gif \ - 1.gif \ - 2.gif \ -; do - run_metaflac --import-picture-from="|image/gif|$f||pictures/$f" $flacfile - check_flac - metaflac_test "case$ncase" "--import-picture-from" "--list" - ncase=`expr $ncase + 1` -done -for f in \ - 0.jpg \ - 4.jpg \ -; do - run_metaflac --import-picture-from="4|image/jpeg|$f||pictures/$f" $flacfile - check_flac - metaflac_test "case$ncase" "--import-picture-from" "--list" - ncase=`expr $ncase + 1` -done -for f in \ - 0.png \ - 1.png \ - 2.png \ - 3.png \ - 4.png \ - 5.png \ - 6.png \ - 7.png \ - 8.png \ -; do - run_metaflac --import-picture-from="5|image/png|$f||pictures/$f" $flacfile - check_flac - metaflac_test "case$ncase" "--import-picture-from" "--list" - ncase=`expr $ncase + 1` -done -[ $ncase = 60 ] || die "expected case# to be 60" - -fn=export-picture-check -echo -n "Testing --export-picture-to... " -run_metaflac --export-picture-to=$fn $flacfile -check_flac -cmp $fn pictures/0.gif || die "ERROR, exported picture file and original differ" -echo OK -rm -f $fn -echo -n "Testing --block-number --export-picture-to... " -run_metaflac --block-number=9 --export-picture-to=$fn $flacfile -check_flac -cmp $fn pictures/0.png || die "ERROR, exported picture file and original differ" -echo OK -rm -f $fn - -run_metaflac --remove --block-type=PICTURE $flacfile -check_flac -metaflac_test case60 "--remove --block-type=PICTURE" "--list" -run_metaflac --import-picture-from="1|image/png|standard_icon|32x32x24|pictures/0.png" $flacfile -check_flac -metaflac_test case61 "--import-picture-from" "--list" -run_metaflac --import-picture-from="2|image/png|icon|64x64x24|pictures/1.png" $flacfile -check_flac -metaflac_test case62 "--import-picture-from" "--list" - -# UNKNOWN blocks -echo -n "Testing FLAC file with unknown metadata... " -cp -p metaflac.flac.in $flacfile -# remove the VORBIS_COMMENT block so vendor string changes don't interfere with the comparison: -run_metaflac --remove --block-type=VORBIS_COMMENT --dont-use-padding $flacfile -cmp $flacfile metaflac.flac.ok || die "ERROR, $flacfile and metaflac.flac.ok differ" -echo OK - -rm -f $testdir/out.flac $testdir/out.meta - -exit 0 diff --git a/3rdparty/libflac/test/test_seeking.sh b/3rdparty/libflac/test/test_seeking.sh deleted file mode 100644 index cf4fff3308e..00000000000 --- a/3rdparty/libflac/test/test_seeking.sh +++ /dev/null @@ -1,155 +0,0 @@ -#!/bin/sh - -# FLAC - Free Lossless Audio Codec -# Copyright (C) 2004,2005,2006,2007 Josh Coalson -# -# This file is part the FLAC project. FLAC is comprised of several -# components distributed under difference licenses. The codec libraries -# are distributed under Xiph.Org's BSD-like license (see the file -# COPYING.Xiph in this distribution). All other programs, libraries, and -# plugins are distributed under the GPL (see COPYING.GPL). The documentation -# is distributed under the Gnu FDL (see COPYING.FDL). Each file in the -# FLAC distribution contains at the top the terms under which it may be -# distributed. -# -# Since this particular file is relevant to all components of FLAC, -# it may be distributed under the Xiph.Org license, which is the least -# restrictive of those mentioned above. See the file COPYING.Xiph in this -# distribution. - -die () -{ - echo $* 1>&2 - exit 1 -} - -if [ x = x"$1" ] ; then - BUILD=debug -else - BUILD="$1" -fi - -LD_LIBRARY_PATH=../src/libFLAC/.libs:$LD_LIBRARY_PATH -LD_LIBRARY_PATH=../obj/$BUILD/lib:$LD_LIBRARY_PATH -export LD_LIBRARY_PATH -PATH=../src/flac:$PATH -PATH=../src/metaflac:$PATH -PATH=../src/test_seeking:$PATH -PATH=../src/test_streams:$PATH -PATH=../obj/$BUILD/bin:$PATH - -if [ x"$FLAC__TEST_LEVEL" = x ] ; then - FLAC__TEST_LEVEL=1 -fi - -flac --help 1>/dev/null 2>/dev/null || die "ERROR can't find flac executable" -metaflac --help 1>/dev/null 2>/dev/null || die "ERROR can't find metaflac executable" - -run_flac () -{ - if [ x"$FLAC__TEST_WITH_VALGRIND" = xyes ] ; then - echo "valgrind --leak-check=yes --show-reachable=yes --num-callers=100 flac $*" >>test_seeking.valgrind.log - valgrind --leak-check=yes --show-reachable=yes --num-callers=100 --log-fd=4 flac $* 4>>test_seeking.valgrind.log - else - flac $* - fi -} - -run_metaflac () -{ - if [ x"$FLAC__TEST_WITH_VALGRIND" = xyes ] ; then - echo "valgrind --leak-check=yes --show-reachable=yes --num-callers=100 metaflac $*" >>test_seeking.valgrind.log - valgrind --leak-check=yes --show-reachable=yes --num-callers=100 --log-fd=4 metaflac $* 4>>test_seeking.valgrind.log - else - metaflac $* - fi -} - -run_test_seeking () -{ - if [ x"$FLAC__TEST_WITH_VALGRIND" = xyes ] ; then - echo "valgrind --leak-check=yes --show-reachable=yes --num-callers=100 test_seeking $*" >>test_seeking.valgrind.log - valgrind --leak-check=yes --show-reachable=yes --num-callers=100 --log-fd=4 test_seeking $* 4>>test_seeking.valgrind.log - else - test_seeking $* - fi -} - -echo "Checking for --ogg support in flac..." -if flac --ogg --silent --force-raw-format --endian=little --sign=signed --channels=1 --bps=8 --sample-rate=44100 -c $0 1>/dev/null 2>&1 ; then - has_ogg=yes; - echo "flac --ogg works" -else - has_ogg=no; - echo "flac --ogg doesn't work" -fi - - -echo "Generating streams..." -if [ ! -f noise.raw ] ; then - test_streams || die "ERROR during test_streams" -fi - -echo "generating FLAC files for seeking:" -run_flac --verify --force --silent --force-raw-format --endian=big --sign=signed --sample-rate=44100 --bps=8 --channels=1 --blocksize=576 -S- --output-name=tiny.flac noise8m32.raw || die "ERROR generating FLAC file" -run_flac --verify --force --silent --force-raw-format --endian=big --sign=signed --sample-rate=44100 --bps=16 --channels=2 --blocksize=576 -S- --output-name=small.flac noise.raw || die "ERROR generating FLAC file" -run_flac --verify --force --silent --force-raw-format --endian=big --sign=signed --sample-rate=44100 --bps=8 --channels=1 --blocksize=576 -S10x --output-name=tiny-s.flac noise8m32.raw || die "ERROR generating FLAC file" -run_flac --verify --force --silent --force-raw-format --endian=big --sign=signed --sample-rate=44100 --bps=16 --channels=2 --blocksize=576 -S10x --output-name=small-s.flac noise.raw || die "ERROR generating FLAC file" - -tiny_samples=`metaflac --show-total-samples tiny.flac` -small_samples=`metaflac --show-total-samples small.flac` - -tiny_seek_count=100 -if [ "$FLAC__TEST_LEVEL" -gt 1 ] ; then - small_seek_count=10000 -else - small_seek_count=100000 -fi - -for suffix in '' '-s' ; do - echo "testing tiny$suffix.flac:" - if run_test_seeking tiny$suffix.flac $tiny_seek_count $tiny_samples noise8m32.raw ; then : ; else - die "ERROR: during test_seeking" - fi - - echo "testing small$suffix.flac:" - if run_test_seeking small$suffix.flac $small_seek_count $small_samples noise.raw ; then : ; else - die "ERROR: during test_seeking" - fi - - echo "removing sample count from tiny$suffix.flac and small$suffix.flac:" - if run_metaflac --no-filename --set-total-samples=0 tiny$suffix.flac small$suffix.flac ; then : ; else - die "ERROR: during metaflac" - fi - - echo "testing tiny$suffix.flac with total_samples=0:" - if run_test_seeking tiny$suffix.flac $tiny_seek_count $tiny_samples noise8m32.raw ; then : ; else - die "ERROR: during test_seeking" - fi - - echo "testing small$suffix.flac with total_samples=0:" - if run_test_seeking small$suffix.flac $small_seek_count $small_samples noise.raw ; then : ; else - die "ERROR: during test_seeking" - fi -done - -if [ $has_ogg = "yes" ] ; then - - echo "generating Ogg FLAC files for seeking:" - run_flac --verify --force --silent --force-raw-format --endian=big --sign=signed --sample-rate=44100 --bps=8 --channels=1 --blocksize=576 --output-name=tiny.oga --ogg noise8m32.raw || die "ERROR generating Ogg FLAC file" - run_flac --verify --force --silent --force-raw-format --endian=big --sign=signed --sample-rate=44100 --bps=16 --channels=2 --blocksize=576 --output-name=small.oga --ogg noise.raw || die "ERROR generating Ogg FLAC file" - # seek tables are not used in Ogg FLAC - - echo "testing tiny.oga:" - if run_test_seeking tiny.oga $tiny_seek_count $tiny_samples noise8m32.raw ; then : ; else - die "ERROR: during test_seeking" - fi - - echo "testing small.oga:" - if run_test_seeking small.oga $small_seek_count $small_samples noise.raw ; then : ; else - die "ERROR: during test_seeking" - fi - -fi - -rm -f tiny.flac tiny.oga small.flac small.oga tiny-s.flac small-s.flac diff --git a/3rdparty/libflac/test/test_streams.sh b/3rdparty/libflac/test/test_streams.sh deleted file mode 100644 index 3b1dc05c2f5..00000000000 --- a/3rdparty/libflac/test/test_streams.sh +++ /dev/null @@ -1,268 +0,0 @@ -#!/bin/sh - -# FLAC - Free Lossless Audio Codec -# Copyright (C) 2001,2002,2003,2004,2005,2006,2007 Josh Coalson -# -# This file is part the FLAC project. FLAC is comprised of several -# components distributed under difference licenses. The codec libraries -# are distributed under Xiph.Org's BSD-like license (see the file -# COPYING.Xiph in this distribution). All other programs, libraries, and -# plugins are distributed under the GPL (see COPYING.GPL). The documentation -# is distributed under the Gnu FDL (see COPYING.FDL). Each file in the -# FLAC distribution contains at the top the terms under which it may be -# distributed. -# -# Since this particular file is relevant to all components of FLAC, -# it may be distributed under the Xiph.Org license, which is the least -# restrictive of those mentioned above. See the file COPYING.Xiph in this -# distribution. - -die () -{ - echo $* 1>&2 - exit 1 -} - -if [ x = x"$1" ] ; then - BUILD=debug -else - BUILD="$1" -fi - -LD_LIBRARY_PATH=../obj/$BUILD/lib:$LD_LIBRARY_PATH -export LD_LIBRARY_PATH -PATH=../src/flac:$PATH -PATH=../src/test_streams:$PATH -PATH=../obj/$BUILD/bin:$PATH - -if [ x"$FLAC__TEST_LEVEL" = x ] ; then - FLAC__TEST_LEVEL=1 -fi - -flac --help 1>/dev/null 2>/dev/null || die "ERROR can't find flac executable" - -run_flac () -{ - if [ x"$FLAC__TEST_WITH_VALGRIND" = xyes ] ; then - echo "valgrind --leak-check=yes --show-reachable=yes --num-callers=100 flac $*" >>test_streams.valgrind.log - valgrind --leak-check=yes --show-reachable=yes --num-callers=100 --log-fd=4 flac $* 4>>test_streams.valgrind.log - else - flac $* - fi -} - -echo "Generating streams..." -if [ ! -f wacky1.wav ] ; then - test_streams || die "ERROR during test_streams" -fi - -# -# single-file test routines -# - -test_file () -{ - name=$1 - channels=$2 - bps=$3 - encode_options="$4" - - echo -n "$name (--channels=$channels --bps=$bps $encode_options): encode..." - cmd="run_flac --verify --silent --force --force-raw-format --endian=little --sign=signed --sample-rate=44100 --bps=$bps --channels=$channels $encode_options --no-padding $name.raw" - echo "### ENCODE $name #######################################################" >> ./streams.log - echo "### cmd=$cmd" >> ./streams.log - $cmd 2>>./streams.log || die "ERROR during encode of $name" - - echo -n "decode..." - cmd="run_flac --silent --force --endian=little --sign=signed --decode --force-raw-format --output-name=$name.cmp $name.flac" - echo "### DECODE $name #######################################################" >> ./streams.log - echo "### cmd=$cmd" >> ./streams.log - $cmd 2>>./streams.log || die "ERROR during decode of $name" - - ls -1l $name.raw >> ./streams.log - ls -1l $name.flac >> ./streams.log - ls -1l $name.cmp >> ./streams.log - - echo -n "compare..." - cmp $name.raw $name.cmp || die "ERROR during compare of $name" - - echo OK -} - -test_file_piped () -{ - name=$1 - channels=$2 - bps=$3 - encode_options="$4" - - if [ `env | grep -ic '^comspec='` != 0 ] ; then - is_win=yes - else - is_win=no - fi - - echo -n "$name: encode via pipes..." - if [ $is_win = yes ] ; then - cmd="run_flac --verify --silent --force --force-raw-format --endian=little --sign=signed --sample-rate=44100 --bps=$bps --channels=$channels $encode_options --no-padding --stdout $name.raw" - echo "### ENCODE $name #######################################################" >> ./streams.log - echo "### cmd=$cmd" >> ./streams.log - $cmd 1>$name.flac 2>>./streams.log || die "ERROR during encode of $name" - else - cmd="run_flac --verify --silent --force --force-raw-format --endian=little --sign=signed --sample-rate=44100 --bps=$bps --channels=$channels $encode_options --no-padding --stdout -" - echo "### ENCODE $name #######################################################" >> ./streams.log - echo "### cmd=$cmd" >> ./streams.log - cat $name.raw | $cmd 1>$name.flac 2>>./streams.log || die "ERROR during encode of $name" - fi - echo -n "decode via pipes..." - if [ $is_win = yes ] ; then - cmd="run_flac --silent --force --endian=little --sign=signed --decode --force-raw-format --stdout $name.flac" - echo "### DECODE $name #######################################################" >> ./streams.log - echo "### cmd=$cmd" >> ./streams.log - $cmd 1>$name.cmp 2>>./streams.log || die "ERROR during decode of $name" - else - cmd="run_flac --silent --force --endian=little --sign=signed --decode --force-raw-format --stdout -" - echo "### DECODE $name #######################################################" >> ./streams.log - echo "### cmd=$cmd" >> ./streams.log - cat $name.flac | $cmd 1>$name.cmp 2>>./streams.log || die "ERROR during decode of $name" - fi - ls -1l $name.raw >> ./streams.log - ls -1l $name.flac >> ./streams.log - ls -1l $name.cmp >> ./streams.log - - echo -n "compare..." - cmp $name.raw $name.cmp || die "ERROR during compare of $name" - - echo OK -} - -if [ "$FLAC__TEST_LEVEL" -gt 1 ] ; then - max_lpc_order=32 -else - max_lpc_order=16 -fi - -echo "Testing noise through pipes..." -test_file_piped noise 1 8 "-0" - -echo "Testing small files..." -test_file test01 1 16 "-0 -l $max_lpc_order --lax -m -e -p" -test_file test02 2 16 "-0 -l $max_lpc_order --lax -m -e -p" -test_file test03 1 16 "-0 -l $max_lpc_order --lax -m -e -p" -test_file test04 2 16 "-0 -l $max_lpc_order --lax -m -e -p" - -for bps in 8 16 24 ; do - echo "Testing $bps-bit full-scale deflection streams..." - for b in 01 02 03 04 05 06 07 ; do - test_file fsd$bps-$b 1 $bps "-0 -l $max_lpc_order --lax -m -e -p" - done -done - -echo "Testing 16-bit wasted-bits-per-sample streams..." -for b in 01 ; do - test_file wbps16-$b 1 16 "-0 -l $max_lpc_order --lax -m -e -p" -done - -for bps in 8 16 24 ; do - echo "Testing $bps-bit sine wave streams..." - for b in 00 ; do - test_file sine${bps}-$b 1 $bps "-0 -l $max_lpc_order --lax -m -e --sample-rate=48000" - done - for b in 01 ; do - test_file sine${bps}-$b 1 $bps "-0 -l $max_lpc_order --lax -m -e --sample-rate=96000" - done - for b in 02 03 04 ; do - test_file sine${bps}-$b 1 $bps "-0 -l $max_lpc_order --lax -m -e" - done - for b in 10 11 ; do - test_file sine${bps}-$b 2 $bps "-0 -l $max_lpc_order --lax -m -e --sample-rate=48000" - done - for b in 12 ; do - test_file sine${bps}-$b 2 $bps "-0 -l $max_lpc_order --lax -m -e --sample-rate=96000" - done - for b in 13 14 15 16 17 18 19 ; do - test_file sine${bps}-$b 2 $bps "-0 -l $max_lpc_order --lax -m -e" - done -done - -echo "Testing blocksize variations..." -for disable in '' '--disable-verbatim-subframes --disable-constant-subframes' '--disable-verbatim-subframes --disable-constant-subframes --disable-fixed-subframes' ; do - for blocksize in 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 ; do - for lpc_order in 0 1 2 3 4 5 7 8 9 15 16 17 31 32 ; do - if [ $lpc_order = 0 ] || [ $lpc_order -le $blocksize ] ; then - test_file noise8m32 1 8 "-8 -p -e -l $lpc_order --lax --blocksize=$blocksize $disable" - fi - done - done -done - -echo "Testing some frame header variations..." -test_file sine16-01 1 16 "-0 -l $max_lpc_order -m -e -p --lax -b $max_lpc_order" -test_file sine16-01 1 16 "-0 -l $max_lpc_order -m -e -p --lax -b 65535" -test_file sine16-01 1 16 "-0 -l $max_lpc_order -m -e -p --lax --sample-rate=9" -test_file sine16-01 1 16 "-0 -l $max_lpc_order -m -e -p --lax --sample-rate=90" -test_file sine16-01 1 16 "-0 -l $max_lpc_order -m -e -p --lax --sample-rate=90000" -test_file sine16-01 1 16 "-0 -l $max_lpc_order -m -e -p --lax --sample-rate=9" -test_file sine16-01 1 16 "-0 -l $max_lpc_order -m -e -p --lax --sample-rate=90" -test_file sine16-01 1 16 "-0 -l $max_lpc_order -m -e -p --lax --sample-rate=90000" - -echo "Testing option variations..." -for f in 00 01 02 03 04 ; do - for disable in '' '--disable-verbatim-subframes --disable-constant-subframes' '--disable-verbatim-subframes --disable-constant-subframes --disable-fixed-subframes' ; do - if [ -z "$disable" ] || [ "$FLAC__TEST_LEVEL" -gt 0 ] ; then - for opt in 0 1 2 4 5 6 8 ; do - for extras in '' '-p' '-e' ; do - if [ -z "$extras" ] || [ "$FLAC__TEST_LEVEL" -gt 0 ] ; then - test_file sine16-$f 1 16 "-$opt $extras $disable" - fi - done - done - if [ "$FLAC__TEST_LEVEL" -gt 1 ] ; then - test_file sine16-$f 1 16 "-b 16384 -m -r 8 -l $max_lpc_order --lax -e -p $disable" - fi - fi - done -done - -for f in 10 11 12 13 14 15 16 17 18 19 ; do - for disable in '' '--disable-verbatim-subframes --disable-constant-subframes' '--disable-verbatim-subframes --disable-constant-subframes --disable-fixed-subframes' ; do - if [ -z "$disable" ] || [ "$FLAC__TEST_LEVEL" -gt 0 ] ; then - for opt in 0 1 2 4 5 6 8 ; do - for extras in '' '-p' '-e' ; do - if [ -z "$extras" ] || [ "$FLAC__TEST_LEVEL" -gt 0 ] ; then - test_file sine16-$f 2 16 "-$opt $extras $disable" - fi - done - done - if [ "$FLAC__TEST_LEVEL" -gt 1 ] ; then - test_file sine16-$f 2 16 "-b 16384 -m -r 8 -l $max_lpc_order --lax -e -p $disable" - fi - fi - done -done - -echo "Testing noise..." -for disable in '' '--disable-verbatim-subframes --disable-constant-subframes' '--disable-verbatim-subframes --disable-constant-subframes --disable-fixed-subframes' ; do - if [ -z "$disable" ] || [ "$FLAC__TEST_LEVEL" -gt 0 ] ; then - for channels in 1 2 4 8 ; do - if [ $channels -le 2 ] || [ "$FLAC__TEST_LEVEL" -gt 0 ] ; then - for bps in 8 16 24 ; do - for opt in 0 1 2 3 4 5 6 7 8 ; do - for extras in '' '-p' '-e' ; do - if [ -z "$extras" ] || [ "$FLAC__TEST_LEVEL" -gt 0 ] ; then - for blocksize in '' '--lax -b 32' '--lax -b 32768' '--lax -b 65535' ; do - if [ -z "$blocksize" ] || [ "$FLAC__TEST_LEVEL" -gt 0 ] ; then - test_file noise $channels $bps "-$opt $extras $blocksize $disable" - fi - done - fi - done - done - if [ "$FLAC__TEST_LEVEL" -gt 1 ] ; then - test_file noise $channels $bps "-b 16384 -m -r 8 -l $max_lpc_order --lax -e -p $disable" - fi - done - fi - done - fi -done |