-
- Downloads
Merge commit 'a786c825'
* commit 'a786c825': idct: Split off Xvid IDCT Conflicts: libavcodec/Makefile libavcodec/mpeg4videodec.c libavcodec/x86/Makefile libavcodec/x86/idctdsp_init.c This split is somewhat restructured leaving the xvid IDCT available outside mpeg4 if manually selected. The code also could not be merged unchanged as it conflicted with a bugfix in FFmpeg Merged-by:Michael Niedermayer <michaelni@gmx.at>
Showing
- libavcodec/Makefile 1 addition, 0 deletionslibavcodec/Makefile
- libavcodec/idctdsp.c 4 additions, 0 deletionslibavcodec/idctdsp.c
- libavcodec/mpeg4videodec.c 4 additions, 1 deletionlibavcodec/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 5 additions, 36 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