trunk/xvidcore/LICENSE
|
modified
, text changed
|
trunk/xvidcore/build/generic/Makefile
|
modified
, text changed
|
trunk/xvidcore/build/generic/configure.in
|
modified
, text changed
|
trunk/xvidcore/build/generic/sources.inc
|
modified
, text changed
|
trunk/xvidcore/build/win32/libxvidcore.dsp
|
modified
, text changed
|
trunk/xvidcore/changelog.txt
|
modified
, text changed
|
trunk/xvidcore/examples/odivx_enc_dec.c
|
modified
, text changed
|
trunk/xvidcore/examples/xvid_bench.c
|
modified
, text changed
|
trunk/xvidcore/examples/xvid_decraw.c
|
modified
, text changed
|
trunk/xvidcore/examples/xvid_encraw.c
|
modified
, text changed
|
trunk/xvidcore/examples/xvid_stat.c
|
modified
, text changed
|
trunk/xvidcore/src/bitstream/bitstream.c
|
modified
, text changed
|
trunk/xvidcore/src/bitstream/bitstream.h
|
modified
, text changed
|
trunk/xvidcore/src/bitstream/cbp.c
|
modified
, text changed
|
trunk/xvidcore/src/bitstream/cbp.h
|
modified
, text changed
|
trunk/xvidcore/src/bitstream/mbcoding.c
|
modified
, text changed
|
trunk/xvidcore/src/bitstream/mbcoding.h
|
modified
, text changed
|
trunk/xvidcore/src/bitstream/ppc_asm/cbp_altivec.s
|
modified
, text changed
|
trunk/xvidcore/src/bitstream/ppc_asm/cbp_ppc.s
|
modified
, text changed
|
trunk/xvidcore/src/bitstream/vlc_codes.h
|
modified
, text changed
|
trunk/xvidcore/src/bitstream/x86_asm/cbp_3dne.asm
|
added
|
trunk/xvidcore/src/bitstream/x86_asm/cbp_mmx.asm
|
modified
, text changed
|
trunk/xvidcore/src/bitstream/x86_asm/cbp_sse2.asm
|
modified
, text changed
|
trunk/xvidcore/src/bitstream/zigzag.h
|
modified
, text changed
|
trunk/xvidcore/src/dct/fdct.c
|
modified
, text changed
|
trunk/xvidcore/src/dct/fdct.h
|
modified
, text changed
|
trunk/xvidcore/src/dct/ia64_asm/fdct_ia64.s
|
modified
, text changed
|
trunk/xvidcore/src/dct/idct.c
|
modified
, text changed
|
trunk/xvidcore/src/dct/idct.h
|
modified
, text changed
|
trunk/xvidcore/src/dct/ppc_asm/fdct_altivec.s
|
modified
, text changed
|
trunk/xvidcore/src/dct/ppc_asm/idct_altivec.s
|
modified
, text changed
|
trunk/xvidcore/src/dct/simple_idct.c
|
added
|
trunk/xvidcore/src/dct/x86_asm/fdct_mmx.asm
|
modified
, text changed
|
trunk/xvidcore/src/dct/x86_asm/fdct_xmm.asm
|
added
|
trunk/xvidcore/src/dct/x86_asm/idct_3dne.asm
|
added
|
trunk/xvidcore/src/dct/x86_asm/idct_mmx.asm
|
modified
, text changed
|
trunk/xvidcore/src/dct/x86_asm/simple_idct_mmx.asm
|
added
|
trunk/xvidcore/src/decoder.c
|
modified
, text changed
|
trunk/xvidcore/src/decoder.h
|
modified
, text changed
|
trunk/xvidcore/src/divx4.c
|
modified
, text changed
|
trunk/xvidcore/src/divx4.h
|
modified
, text changed
|
trunk/xvidcore/src/encoder.c
|
modified
, text changed
|
trunk/xvidcore/src/encoder.h
|
modified
, text changed
|
trunk/xvidcore/src/global.h
|
modified
, text changed
|
trunk/xvidcore/src/image/colorspace.c
|
modified
, text changed
|
trunk/xvidcore/src/image/colorspace.h
|
modified
, text changed
|
trunk/xvidcore/src/image/font.c
|
added
|
trunk/xvidcore/src/image/font.h
|
added
|
trunk/xvidcore/src/image/image.c
|
modified
, text changed
|
trunk/xvidcore/src/image/image.h
|
modified
, text changed
|
trunk/xvidcore/src/image/interpolate8x8.c
|
modified
, text changed
|
trunk/xvidcore/src/image/interpolate8x8.h
|
modified
, text changed
|
trunk/xvidcore/src/image/reduced.c
|
added
|
trunk/xvidcore/src/image/reduced.h
|
added
|
trunk/xvidcore/src/image/x86_asm/colorspace_mmx.inc
|
added
|
trunk/xvidcore/src/image/x86_asm/colorspace_rgb_mmx.asm
|
added
|
trunk/xvidcore/src/image/x86_asm/colorspace_yuv_mmx.asm
|
added
|
trunk/xvidcore/src/image/x86_asm/colorspace_yuyv_mmx.asm
|
added
|
trunk/xvidcore/src/image/x86_asm/interpolate8x8_3dn.asm
|
modified
, text changed
|
trunk/xvidcore/src/image/x86_asm/interpolate8x8_3dne.asm
|
added
|
trunk/xvidcore/src/image/x86_asm/interpolate8x8_mmx.asm
|
modified
, text changed
|
trunk/xvidcore/src/image/x86_asm/interpolate8x8_xmm.asm
|
modified
, text changed
|
trunk/xvidcore/src/image/x86_asm/reduced_mmx.asm
|
added
|
trunk/xvidcore/src/image/x86_asm/rgb_to_yv12_mmx.asm
|
modified
, text changed
|
trunk/xvidcore/src/image/x86_asm/yuv_to_yv12_mmx.asm
|
modified
, text changed
|
trunk/xvidcore/src/image/x86_asm/yuyv_to_yv12_mmx.asm
|
modified
, text changed
|
trunk/xvidcore/src/image/x86_asm/yv12_to_rgb24_mmx.asm
|
modified
, text changed
|
trunk/xvidcore/src/image/x86_asm/yv12_to_rgb32_mmx.asm
|
modified
, text changed
|
trunk/xvidcore/src/image/x86_asm/yv12_to_yuyv_mmx.asm
|
modified
, text changed
|
trunk/xvidcore/src/motion/ia64_asm/sad_ia64.s
|
modified
, text changed
|
trunk/xvidcore/src/motion/motion.h
|
modified
, text changed
|
trunk/xvidcore/src/motion/motion_comp.c
|
modified
, text changed
|
trunk/xvidcore/src/motion/motion_est.c
|
modified
, text changed
|
trunk/xvidcore/src/motion/motion_est.h
|
added
|
trunk/xvidcore/src/motion/ppc_asm/sad_altivec.c
|
modified
, text changed
|
trunk/xvidcore/src/motion/sad.c
|
modified
, text changed
|
trunk/xvidcore/src/motion/sad.h
|
modified
, text changed
|
trunk/xvidcore/src/motion/smp_motion_est.c
|
added
|
trunk/xvidcore/src/motion/smp_motion_est.h
|
added
|
trunk/xvidcore/src/motion/x86_asm/sad_3dn.asm
|
modified
, text changed
|
trunk/xvidcore/src/motion/x86_asm/sad_3dne.asm
|
added
|
trunk/xvidcore/src/motion/x86_asm/sad_mmx.asm
|
modified
, text changed
|
trunk/xvidcore/src/motion/x86_asm/sad_sse2.asm
|
modified
, text changed
|
trunk/xvidcore/src/motion/x86_asm/sad_xmm.asm
|
modified
, text changed
|
trunk/xvidcore/src/portab.h
|
modified
, text changed
|
trunk/xvidcore/src/prediction/mbprediction.c
|
modified
, text changed
|
trunk/xvidcore/src/prediction/mbprediction.h
|
modified
, text changed
|
trunk/xvidcore/src/quant/adapt_quant.c
|
modified
, text changed
|
trunk/xvidcore/src/quant/adapt_quant.h
|
modified
, text changed
|
trunk/xvidcore/src/quant/quant_h263.c
|
modified
, text changed
|
trunk/xvidcore/src/quant/quant_h263.h
|
modified
, text changed
|
trunk/xvidcore/src/quant/quant_matrix.c
|
modified
, text changed
|
trunk/xvidcore/src/quant/quant_matrix.h
|
modified
, text changed
|
trunk/xvidcore/src/quant/quant_mpeg4.c
|
modified
, text changed
|
trunk/xvidcore/src/quant/quant_mpeg4.h
|
modified
, text changed
|
trunk/xvidcore/src/quant/x86_asm/quantize4_mmx.asm
|
modified
, text changed
|
trunk/xvidcore/src/quant/x86_asm/quantize4_xmm.asm
|
added
|
trunk/xvidcore/src/quant/x86_asm/quantize_3dne.asm
|
added
|
trunk/xvidcore/src/quant/x86_asm/quantize_mmx.asm
|
modified
, text changed
|
trunk/xvidcore/src/utils/emms.c
|
modified
, text changed
|