------------------------------------------------------------------------ r15762 | pross | 2008-11-01 02:03:42 -0300 (Sat, 01 Nov 2008) | 2 lines Changed paths: M /trunk/libavcodec/audioconvert.c M /trunk/libavcodec/audioconvert.h M /trunk/libavcodec/avcodec.h M /trunk/libavcodec/utils.c Add audio channel layout API to libavcodec. ------------------------------------------------------------------------ r15763 | rathann | 2008-11-01 14:57:43 -0300 (Sat, 01 Nov 2008) | 2 lines Changed paths: M /trunk/configure Enable CMOV usage on x86_64 arch. All x86_64 CPUs have it. ------------------------------------------------------------------------ r15764 | kostya | 2008-11-01 14:57:44 -0300 (Sat, 01 Nov 2008) | 3 lines Changed paths: M /trunk/libavcodec/rv34.c Introduce RV3-specific motion vector prediction. Now B-frames in RV3 look almost correct. ------------------------------------------------------------------------ r15765 | banan | 2008-11-01 17:27:05 -0300 (Sat, 01 Nov 2008) | 2 lines Changed paths: M /trunk/libavcodec/dca.c Add channel layouts for dca. ------------------------------------------------------------------------ r15766 | banan | 2008-11-01 17:49:37 -0300 (Sat, 01 Nov 2008) | 2 lines Changed paths: M /trunk/libavcodec/dca.c Guess channel layout based on the number of channels if a custom layout is specified in amode. ------------------------------------------------------------------------ r15767 | reimar | 2008-11-02 15:59:44 -0300 (Sun, 02 Nov 2008) | 2 lines Changed paths: M /trunk/libpostproc/postprocess_template.c Replace long with x86_reg in postprocess_template.c like in all other x86 assembler code files, just libpostprocess was forgotten. ------------------------------------------------------------------------ r15768 | andoma | 2008-11-02 18:04:28 -0300 (Sun, 02 Nov 2008) | 3 lines Changed paths: M /trunk/libavcodec/audioconvert.c M /trunk/libavcodec/avcodec.h M /trunk/libavcodec/dca.c Change multichannel API define prefix from "CHANNEL_" to "CH_". ------------------------------------------------------------------------ r15769 | banan | 2008-11-02 18:51:27 -0300 (Sun, 02 Nov 2008) | 3 lines Changed paths: M /trunk/libavcodec/dca.c Change the dca channel layout, S -> SIDE not BACK. ------------------------------------------------------------------------ r15770 | rathann | 2008-11-03 15:08:00 -0300 (Mon, 03 Nov 2008) | 4 lines Changed paths: M /trunk/libavcodec/armv4l/dsputil_arm.c M /trunk/libavcodec/armv4l/dsputil_iwmmxt.c M /trunk/libavcodec/armv4l/mpegvideo_iwmmxt.c M /trunk/libavcodec/avcodec.h M /trunk/libavcodec/dct-test.c M /trunk/libavcodec/dsputil.h M /trunk/libavcodec/fft.c M /trunk/libavcodec/h263dec.c M /trunk/libavcodec/i386/dsputil_mmx.c M /trunk/libavcodec/i386/dsputilenc_mmx.c M /trunk/libavcodec/i386/motion_est_mmx.c M /trunk/libavcodec/i386/mpegvideo_mmx.c M /trunk/libavcodec/imgresample.c M /trunk/libavcodec/ppc/dsputil_ppc.c M /trunk/libavcodec/ppc/mpegvideo_altivec.c Remove duplicated MM_* macros for CPU capabilities from dsputil.h. Add missing one for FF_MM_ALTIVEC to avcodec.h. Rename all the occurences of MM_* to the corresponding FF_MM_*. ------------------------------------------------------------------------