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.
Showing
- libavcodec/Makefile 1 addition, 0 deletionslibavcodec/Makefile
- libavcodec/mpeg4videodec.c 3 additions, 8 deletionslibavcodec/mpeg4videodec.c
- libavcodec/x86/Makefile 3 additions, 2 deletionslibavcodec/x86/Makefile
- libavcodec/x86/dct-test.c 4 additions, 0 deletionslibavcodec/x86/dct-test.c
- libavcodec/x86/idctdsp_init.c 3 additions, 35 deletionslibavcodec/x86/idctdsp_init.c
- libavcodec/x86/xvididct_init.c 63 additions, 0 deletionslibavcodec/x86/xvididct_init.c
- libavcodec/xvididct.c 36 additions, 0 deletionslibavcodec/xvididct.c
- libavcodec/xvididct.h 29 additions, 0 deletionslibavcodec/xvididct.h
Loading
Please register or sign in to comment