-
- Downloads
Merge remote-tracking branch 'qatar/master'
* qatar/master:
dca: Switch dca_sample_rates to avpriv_ prefix; it is used across libs
ARM: use =const syntax instead of explicit literal pools
ARM: use standard syntax for all LDRD/STRD instructions
fft: port FFT/IMDCT 3dnow functions to yasm, and disable on x86-64.
dct-test: allow to compile without HAVE_INLINE_ASM.
x86/dsputilenc: bury inline asm under HAVE_INLINE_ASM.
dca: Move tables used outside of dcadec.c to a separate file.
dca: Rename dca.c ---> dcadec.c
x86: h264dsp: Remove unused variable ff_pb_3_1
apetag: change a forgotten return to return 0
Conflicts:
libavcodec/Makefile
libavcodec/dca.c
libavcodec/x86/fft_3dn.c
libavcodec/x86/fft_3dn2.c
libavcodec/x86/fft_mmx.asm
Merged-by:
Michael Niedermayer <michaelni@gmx.at>
No related branches found
No related tags found
Showing
- libavcodec/Makefile 4 additions, 3 deletionslibavcodec/Makefile
- libavcodec/arm/h264cmc_neon.S 2 additions, 2 deletionslibavcodec/arm/h264cmc_neon.S
- libavcodec/arm/h264dsp_neon.S 6 additions, 6 deletionslibavcodec/arm/h264dsp_neon.S
- libavcodec/arm/mpegvideo_armv5te_s.S 3 additions, 3 deletionslibavcodec/arm/mpegvideo_armv5te_s.S
- libavcodec/arm/simple_idct_arm.S 16 additions, 40 deletionslibavcodec/arm/simple_idct_arm.S
- libavcodec/arm/simple_idct_armv5te.S 14 additions, 20 deletionslibavcodec/arm/simple_idct_armv5te.S
- libavcodec/arm/simple_idct_armv6.S 12 additions, 21 deletionslibavcodec/arm/simple_idct_armv6.S
- libavcodec/arm/simple_idct_neon.S 4 additions, 4 deletionslibavcodec/arm/simple_idct_neon.S
- libavcodec/dca.c 5 additions, 2479 deletionslibavcodec/dca.c
- libavcodec/dca.h 4 additions, 0 deletionslibavcodec/dca.h
- libavcodec/dca_parser.c 1 addition, 2 deletionslibavcodec/dca_parser.c
- libavcodec/dcadata.h 0 additions, 6 deletionslibavcodec/dcadata.h
- libavcodec/dcadec.c 2507 additions, 0 deletionslibavcodec/dcadec.c
- libavcodec/dcaenc.c 3 additions, 2 deletionslibavcodec/dcaenc.c
- libavcodec/dct-test.c 1 addition, 1 deletionlibavcodec/dct-test.c
- libavcodec/x86/dsputilenc_mmx.c 47 additions, 33 deletionslibavcodec/x86/dsputilenc_mmx.c
- libavcodec/x86/fdct_mmx.c 4 additions, 0 deletionslibavcodec/x86/fdct_mmx.c
- libavcodec/x86/fft.c 2 additions, 0 deletionslibavcodec/x86/fft.c
- libavcodec/x86/h264dsp_mmx.c 0 additions, 2 deletionslibavcodec/x86/h264dsp_mmx.c
- libavcodec/x86/motion_est_mmx.c 6 additions, 0 deletionslibavcodec/x86/motion_est_mmx.c
Loading
Please register or sign in to comment