[svn] / branches / dev-api-4 / xvidcore / changelog.txt Repository:
ViewVC logotype

Diff of /branches/dev-api-4/xvidcore/changelog.txt

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

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

Legend:
Removed from v.830  
changed lines
  Added in v.886

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