[svn] / trunk / xvidcore / changelog.txt Repository:
ViewVC logotype

Diff of /trunk/xvidcore/changelog.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 850, Sat Feb 15 08:39:17 2003 UTC revision 851, Sat Feb 15 15:22:19 2003 UTC
# Line 1  Line 1 
1  # do not edit -- automatically generated by arch changelog  # do not edit -- automatically generated by arch changelog
2  # tag: automatic-ChangeLog--ed.gomez@free.fr--main/xvidcore--stable--0.9  # tag: automatic-ChangeLog--ed.gomez@free.fr--main/xvidcore--stable--1.0
3  #  #
4    
5    2003-02-15 14:48:12 GMT Edouard Gomez <ed.gomez@free.fr>        patch-2
6    
7        Summary:
8          Fixed compilation and moved back to plain GPL.
9        Revision:
10          xvidcore--stable--1.0--patch-2
11    
12        portab.h was missing the DPRINTF_RC flag.
13        I merged the watcom C portab.h part.
14    
15        Back to plain GPL as it is in dev-api-3 branch.
16    
17        modified files:
18         LICENSE src/portab.h
19    
20    
21    2003-02-15 14:05:17 GMT Edouard Gomez <ed.gomez@free.fr>        patch-1
22    
23        Summary:
24          Updated tree to dev-api-3 branch.
25        Revision:
26          xvidcore--stable--1.0--patch-1
27    
28        This patch consists basically of merging things with dev-api-3
29        CVS branch.
30    
31         - All asm, C, h files have been copied from this CVS branch.
32         - Fixed generic sources.inc to take care of changes.
33         - Fixed architecture stuff in sources (ARCH_IS_...).
34         - Updated examples.
35         - Updated libxvidcore.dsp.
36         - Fixed libxvidcore.dsp for ARCH_IS_... constants.
37         - Changed .so and .a naming convention. It is now postfixed
38           with the API version to avoid API incompatibilities with 2.1
39           which had had a postfix.
40         - Fixed configure version 0.9.1 <-> 1.0.0 cvs-snaphot
41    
42        This is the first attempt. I don't even know if it compiles well.
43    
44        new files:
45         src/bitstream/x86_asm/.arch-ids/cbp_3dne.asm.id
46         src/dct/.arch-ids/simple_idct.c.id
47         src/dct/x86_asm/.arch-ids/fdct_xmm.asm.id
48         src/dct/x86_asm/.arch-ids/idct_3dne.asm.id
49         src/dct/x86_asm/.arch-ids/simple_idct_mmx.asm.id
50         src/image/.arch-ids/font.c.id src/image/.arch-ids/font.h.id
51         src/image/.arch-ids/reduced.c.id
52         src/image/.arch-ids/reduced.h.id
53         src/image/x86_asm/.arch-ids/colorspace_mmx.inc.id
54         src/image/x86_asm/.arch-ids/colorspace_rgb_mmx.asm.id
55         src/image/x86_asm/.arch-ids/colorspace_yuv_mmx.asm.id
56         src/image/x86_asm/.arch-ids/colorspace_yuyv_mmx.asm.id
57         src/image/x86_asm/.arch-ids/interpolate8x8_3dne.asm.id
58         src/image/x86_asm/.arch-ids/reduced_mmx.asm.id
59         src/motion/.arch-ids/motion_est.h.id
60         src/motion/.arch-ids/smp_motion_est.c.id
61         src/motion/.arch-ids/smp_motion_est.h.id
62         src/motion/x86_asm/.arch-ids/sad_3dne.asm.id
63         src/quant/x86_asm/.arch-ids/quantize4_xmm.asm.id
64         src/quant/x86_asm/.arch-ids/quantize_3dne.asm.id
65         src/utils/x86_asm/.arch-ids/interlacing_mmx.asm.id
66         src/utils/x86_asm/.arch-ids/mem_transfer_3dne.asm.id
67         src/bitstream/x86_asm/cbp_3dne.asm src/dct/simple_idct.c
68         src/dct/x86_asm/fdct_xmm.asm src/dct/x86_asm/idct_3dne.asm
69         src/dct/x86_asm/simple_idct_mmx.asm src/image/font.c
70         src/image/font.h src/image/reduced.c src/image/reduced.h
71         src/image/x86_asm/colorspace_mmx.inc
72         src/image/x86_asm/colorspace_rgb_mmx.asm
73         src/image/x86_asm/colorspace_yuv_mmx.asm
74         src/image/x86_asm/colorspace_yuyv_mmx.asm
75         src/image/x86_asm/interpolate8x8_3dne.asm
76         src/image/x86_asm/reduced_mmx.asm src/motion/motion_est.h
77         src/motion/smp_motion_est.c src/motion/smp_motion_est.h
78         src/motion/x86_asm/sad_3dne.asm
79         src/quant/x86_asm/quantize4_xmm.asm
80         src/quant/x86_asm/quantize_3dne.asm
81         src/utils/x86_asm/interlacing_mmx.asm
82         src/utils/x86_asm/mem_transfer_3dne.asm
83    
84        modified files:
85         build/generic/Makefile build/generic/configure.in
86         build/generic/sources.inc build/win32/libxvidcore.dsp
87         examples/odivx_enc_dec.c examples/xvid_bench.c
88         examples/xvid_decraw.c examples/xvid_encraw.c
89         examples/xvid_stat.c src/bitstream/bitstream.c
90         src/bitstream/bitstream.h src/bitstream/cbp.c
91         src/bitstream/cbp.h src/bitstream/mbcoding.c
92         src/bitstream/mbcoding.h src/bitstream/ppc_asm/cbp_altivec.s
93         src/bitstream/ppc_asm/cbp_ppc.s src/bitstream/vlc_codes.h
94         src/bitstream/x86_asm/cbp_mmx.asm
95         src/bitstream/x86_asm/cbp_sse2.asm src/bitstream/zigzag.h
96         src/dct/fdct.c src/dct/fdct.h src/dct/ia64_asm/fdct_ia64.s
97         src/dct/idct.c src/dct/idct.h src/dct/ppc_asm/fdct_altivec.s
98         src/dct/ppc_asm/idct_altivec.s src/dct/x86_asm/fdct_mmx.asm
99         src/dct/x86_asm/idct_mmx.asm src/decoder.c src/decoder.h
100         src/divx4.c src/divx4.h src/encoder.c src/encoder.h
101         src/global.h src/image/colorspace.c src/image/colorspace.h
102         src/image/image.c src/image/image.h src/image/interpolate8x8.c
103         src/image/interpolate8x8.h
104         src/image/x86_asm/interpolate8x8_3dn.asm
105         src/image/x86_asm/interpolate8x8_mmx.asm
106         src/image/x86_asm/interpolate8x8_xmm.asm
107         src/image/x86_asm/rgb_to_yv12_mmx.asm
108         src/image/x86_asm/yuv_to_yv12_mmx.asm
109         src/image/x86_asm/yuyv_to_yv12_mmx.asm
110         src/image/x86_asm/yv12_to_rgb24_mmx.asm
111         src/image/x86_asm/yv12_to_rgb32_mmx.asm
112         src/image/x86_asm/yv12_to_yuyv_mmx.asm
113         src/motion/ia64_asm/sad_ia64.s src/motion/motion.h
114         src/motion/motion_comp.c src/motion/motion_est.c
115         src/motion/ppc_asm/sad_altivec.c src/motion/sad.c
116         src/motion/sad.h src/motion/x86_asm/sad_3dn.asm
117         src/motion/x86_asm/sad_mmx.asm src/motion/x86_asm/sad_sse2.asm
118         src/motion/x86_asm/sad_xmm.asm src/portab.h
119         src/prediction/mbprediction.c src/prediction/mbprediction.h
120         src/quant/adapt_quant.c src/quant/adapt_quant.h
121         src/quant/quant_h263.c src/quant/quant_h263.h
122         src/quant/quant_matrix.c src/quant/quant_matrix.h
123         src/quant/quant_mpeg4.c src/quant/quant_mpeg4.h
124         src/quant/x86_asm/quantize4_mmx.asm
125         src/quant/x86_asm/quantize_mmx.asm src/utils/emms.c
126         src/utils/emms.h src/utils/ia64_asm/mem_transfer_ia64.s
127         src/utils/mbfunctions.h src/utils/mbtransquant.c
128         src/utils/mem_align.c src/utils/mem_align.h
129         src/utils/mem_transfer.c src/utils/mem_transfer.h
130         src/utils/ratecontrol.c src/utils/ratecontrol.h
131         src/utils/timer.c src/utils/timer.h
132         src/utils/x86_asm/cpuid.asm
133         src/utils/x86_asm/mem_transfer_mmx.asm src/xvid.c src/xvid.h
134    
135    
136    2003-02-14 23:01:44 GMT Edouard Gomez <ed.gomez@free.fr>        base-0
137    
138        Summary:
139          Upcoming 1.0 version continuation
140        Revision:
141          xvidcore--stable--1.0--base-0
142    
143        Continuation of the xvidcore--stable--0.9 version.
144    
145        new directories:
146         {arch}/xvidcore/xvidcore--stable/xvidcore--stable--1.0
147         {arch}/xvidcore/xvidcore--stable/xvidcore--stable--1.0/ed.gomez@free.fr--main
148         {arch}/xvidcore/xvidcore--stable/xvidcore--stable--1.0/ed.gomez@free.fr--main/patch-log
149    
150    
151  2003-02-11 21:03:19 GMT Edouard Gomez <ed.gomez@free.fr>        patch-20  2003-02-11 21:03:19 GMT Edouard Gomez <ed.gomez@free.fr>        patch-20
152    
153      Summary:      Summary:

Legend:
Removed from v.850  
changed lines
  Added in v.851

No admin address has been configured
ViewVC Help
Powered by ViewVC 1.0.4