--- trunk/xvidcore/changelog.txt 2003/02/11 21:56:31 830 +++ trunk/xvidcore/changelog.txt 2003/02/15 15:22:19 851 @@ -1,7 +1,153 @@ # do not edit -- automatically generated by arch changelog -# tag: automatic-ChangeLog--ed.gomez@free.fr--main/xvidcore--stable--0.9 +# tag: automatic-ChangeLog--ed.gomez@free.fr--main/xvidcore--stable--1.0 # +2003-02-15 14:48:12 GMT Edouard Gomez patch-2 + + Summary: + Fixed compilation and moved back to plain GPL. + Revision: + xvidcore--stable--1.0--patch-2 + + portab.h was missing the DPRINTF_RC flag. + I merged the watcom C portab.h part. + + Back to plain GPL as it is in dev-api-3 branch. + + modified files: + LICENSE src/portab.h + + +2003-02-15 14:05:17 GMT Edouard Gomez patch-1 + + Summary: + Updated tree to dev-api-3 branch. + Revision: + xvidcore--stable--1.0--patch-1 + + This patch consists basically of merging things with dev-api-3 + CVS branch. + + - All asm, C, h files have been copied from this CVS branch. + - Fixed generic sources.inc to take care of changes. + - Fixed architecture stuff in sources (ARCH_IS_...). + - Updated examples. + - Updated libxvidcore.dsp. + - Fixed libxvidcore.dsp for ARCH_IS_... constants. + - Changed .so and .a naming convention. It is now postfixed + with the API version to avoid API incompatibilities with 2.1 + which had had a postfix. + - Fixed configure version 0.9.1 <-> 1.0.0 cvs-snaphot + + This is the first attempt. I don't even know if it compiles well. + + new files: + src/bitstream/x86_asm/.arch-ids/cbp_3dne.asm.id + src/dct/.arch-ids/simple_idct.c.id + src/dct/x86_asm/.arch-ids/fdct_xmm.asm.id + src/dct/x86_asm/.arch-ids/idct_3dne.asm.id + src/dct/x86_asm/.arch-ids/simple_idct_mmx.asm.id + src/image/.arch-ids/font.c.id src/image/.arch-ids/font.h.id + src/image/.arch-ids/reduced.c.id + src/image/.arch-ids/reduced.h.id + src/image/x86_asm/.arch-ids/colorspace_mmx.inc.id + src/image/x86_asm/.arch-ids/colorspace_rgb_mmx.asm.id + src/image/x86_asm/.arch-ids/colorspace_yuv_mmx.asm.id + src/image/x86_asm/.arch-ids/colorspace_yuyv_mmx.asm.id + src/image/x86_asm/.arch-ids/interpolate8x8_3dne.asm.id + src/image/x86_asm/.arch-ids/reduced_mmx.asm.id + src/motion/.arch-ids/motion_est.h.id + src/motion/.arch-ids/smp_motion_est.c.id + src/motion/.arch-ids/smp_motion_est.h.id + src/motion/x86_asm/.arch-ids/sad_3dne.asm.id + src/quant/x86_asm/.arch-ids/quantize4_xmm.asm.id + src/quant/x86_asm/.arch-ids/quantize_3dne.asm.id + src/utils/x86_asm/.arch-ids/interlacing_mmx.asm.id + src/utils/x86_asm/.arch-ids/mem_transfer_3dne.asm.id + src/bitstream/x86_asm/cbp_3dne.asm src/dct/simple_idct.c + src/dct/x86_asm/fdct_xmm.asm src/dct/x86_asm/idct_3dne.asm + src/dct/x86_asm/simple_idct_mmx.asm src/image/font.c + src/image/font.h src/image/reduced.c src/image/reduced.h + src/image/x86_asm/colorspace_mmx.inc + src/image/x86_asm/colorspace_rgb_mmx.asm + src/image/x86_asm/colorspace_yuv_mmx.asm + src/image/x86_asm/colorspace_yuyv_mmx.asm + src/image/x86_asm/interpolate8x8_3dne.asm + src/image/x86_asm/reduced_mmx.asm src/motion/motion_est.h + src/motion/smp_motion_est.c src/motion/smp_motion_est.h + src/motion/x86_asm/sad_3dne.asm + src/quant/x86_asm/quantize4_xmm.asm + src/quant/x86_asm/quantize_3dne.asm + src/utils/x86_asm/interlacing_mmx.asm + src/utils/x86_asm/mem_transfer_3dne.asm + + modified files: + build/generic/Makefile build/generic/configure.in + build/generic/sources.inc build/win32/libxvidcore.dsp + examples/odivx_enc_dec.c examples/xvid_bench.c + examples/xvid_decraw.c examples/xvid_encraw.c + examples/xvid_stat.c src/bitstream/bitstream.c + src/bitstream/bitstream.h src/bitstream/cbp.c + src/bitstream/cbp.h src/bitstream/mbcoding.c + src/bitstream/mbcoding.h src/bitstream/ppc_asm/cbp_altivec.s + src/bitstream/ppc_asm/cbp_ppc.s src/bitstream/vlc_codes.h + src/bitstream/x86_asm/cbp_mmx.asm + src/bitstream/x86_asm/cbp_sse2.asm src/bitstream/zigzag.h + src/dct/fdct.c src/dct/fdct.h src/dct/ia64_asm/fdct_ia64.s + src/dct/idct.c src/dct/idct.h src/dct/ppc_asm/fdct_altivec.s + src/dct/ppc_asm/idct_altivec.s src/dct/x86_asm/fdct_mmx.asm + src/dct/x86_asm/idct_mmx.asm src/decoder.c src/decoder.h + src/divx4.c src/divx4.h src/encoder.c src/encoder.h + src/global.h src/image/colorspace.c src/image/colorspace.h + src/image/image.c src/image/image.h src/image/interpolate8x8.c + src/image/interpolate8x8.h + src/image/x86_asm/interpolate8x8_3dn.asm + src/image/x86_asm/interpolate8x8_mmx.asm + src/image/x86_asm/interpolate8x8_xmm.asm + src/image/x86_asm/rgb_to_yv12_mmx.asm + src/image/x86_asm/yuv_to_yv12_mmx.asm + src/image/x86_asm/yuyv_to_yv12_mmx.asm + src/image/x86_asm/yv12_to_rgb24_mmx.asm + src/image/x86_asm/yv12_to_rgb32_mmx.asm + src/image/x86_asm/yv12_to_yuyv_mmx.asm + src/motion/ia64_asm/sad_ia64.s src/motion/motion.h + src/motion/motion_comp.c src/motion/motion_est.c + src/motion/ppc_asm/sad_altivec.c src/motion/sad.c + src/motion/sad.h src/motion/x86_asm/sad_3dn.asm + src/motion/x86_asm/sad_mmx.asm src/motion/x86_asm/sad_sse2.asm + src/motion/x86_asm/sad_xmm.asm src/portab.h + src/prediction/mbprediction.c src/prediction/mbprediction.h + src/quant/adapt_quant.c src/quant/adapt_quant.h + src/quant/quant_h263.c src/quant/quant_h263.h + src/quant/quant_matrix.c src/quant/quant_matrix.h + src/quant/quant_mpeg4.c src/quant/quant_mpeg4.h + src/quant/x86_asm/quantize4_mmx.asm + src/quant/x86_asm/quantize_mmx.asm src/utils/emms.c + src/utils/emms.h src/utils/ia64_asm/mem_transfer_ia64.s + src/utils/mbfunctions.h src/utils/mbtransquant.c + src/utils/mem_align.c src/utils/mem_align.h + src/utils/mem_transfer.c src/utils/mem_transfer.h + src/utils/ratecontrol.c src/utils/ratecontrol.h + src/utils/timer.c src/utils/timer.h + src/utils/x86_asm/cpuid.asm + src/utils/x86_asm/mem_transfer_mmx.asm src/xvid.c src/xvid.h + + +2003-02-14 23:01:44 GMT Edouard Gomez base-0 + + Summary: + Upcoming 1.0 version continuation + Revision: + xvidcore--stable--1.0--base-0 + + Continuation of the xvidcore--stable--0.9 version. + + new directories: + {arch}/xvidcore/xvidcore--stable/xvidcore--stable--1.0 + {arch}/xvidcore/xvidcore--stable/xvidcore--stable--1.0/ed.gomez@free.fr--main + {arch}/xvidcore/xvidcore--stable/xvidcore--stable--1.0/ed.gomez@free.fr--main/patch-log + + 2003-02-11 21:03:19 GMT Edouard Gomez patch-20 Summary: