idct: Split off Xvid IDCT
authorDiego Biurrun <diego@biurrun.de>
Mon, 21 Jul 2014 20:13:21 +0000 (13:13 -0700)
committerDiego Biurrun <diego@biurrun.de>
Fri, 1 Aug 2014 08:25:18 +0000 (01:25 -0700)
commita786c8259dafeca9744252230b5d78f67810770c
treeaade39c2a8bc84ea95306d7a8117d4e05c908139
parent03c9f357a4c2307a7913cea2cbf0ba817e80beb6
idct: Split off Xvid IDCT

The Xvid IDCT is only required to decode some Xvid-encoded MPEG-4 files,
so there is no point in having it as an unconditional part of idctdsp.
libavcodec/Makefile
libavcodec/mpeg4videodec.c
libavcodec/x86/Makefile
libavcodec/x86/dct-test.c
libavcodec/x86/idctdsp_init.c
libavcodec/x86/xvididct_init.c [new file with mode: 0644]
libavcodec/xvididct.c [new file with mode: 0644]
libavcodec/xvididct.h [new file with mode: 0644]