avcodec/dca: remove old decoder

Multimedia / FFmpeg - foo86 [gmail.com] - 31 January 2016 10:09 UTC

Remove all files and functions which are not going to be reused, and disable all functions and FATE tests temporarily which will be.

4608996 avcodec/dca: remove old decoder
configure | 1 -
libavcodec/Makefile | 3 -
libavcodec/aarch64/Makefile | 6 +-
libavcodec/aarch64/dcadsp_init.c | 39 -
libavcodec/aarch64/dcadsp_neon.S | 109 --
libavcodec/allcodecs.c | 2 +-
libavcodec/arm/Makefile | 9 +-
libavcodec/arm/dca.h | 1 -
libavcodec/arm/dcadsp_init_arm.c | 53 -
libavcodec/arm/dcadsp_neon.S | 64 --
libavcodec/arm/dcadsp_vfp.S | 476 ---------
libavcodec/dca.h | 287 +-----
libavcodec/dca_exss.c | 373 -------
libavcodec/dca_xll.c | 747 --------------
libavcodec/dcadata.c | 318 ------
libavcodec/dcadata.h | 10 -
libavcodec/dcadec.c | 2067 --------------------------------------
libavcodec/dcadsp.c | 134 ---
libavcodec/dcadsp.h | 51 -
libavcodec/dcamath.h | 47 -
libavcodec/x86/Makefile | 6 +-
libavcodec/x86/dcadsp.asm | 123 ---
libavcodec/x86/dcadsp_init.c | 42 -
tests/checkasm/Makefile | 2 +-
tests/checkasm/checkasm.c | 5 +-
tests/checkasm/checkasm.h | 1 -
tests/checkasm/dcadsp.c | 92 --
tests/fate/acodec.mak | 4 +-
tests/fate/audio.mak | 9 +-
29 files changed, 17 insertions(+), 5064 deletions(-)

  • Share