[svn] / trunk / xvidcore / ChangeLog Repository:
ViewVC logotype

Diff of /trunk/xvidcore/ChangeLog

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

revision 1595, Sun Jan 16 10:23:53 2005 UTC revision 1596, Sun Jan 16 10:34:52 2005 UTC
# Line 4  Line 4 
4  # relevant.  # relevant.
5    
6    
7    2005-01-09 20:15:14 GMT                                         patch-114
8    
9        Summary:
10          Moved cartoon mode to zones in vfw.
11        Revision:
12          xvidcore--head--0.0--patch-114
13    
14        From sysKin:
15         * Moved cartoon mode to zones in vfw frontend.
16    
17        modified files:
18         vfw/src/codec.c vfw/src/config.c vfw/src/config.h
19         vfw/src/resource.rc
20    
21    
22    2005-01-09 20:09:27 GMT                                         patch-113
23    
24        Summary:
25    
26        Revision:
27          xvidcore--head--0.0--patch-113
28    
29        From algern0n (#xvid@freenode):
30         * Avoid infinite loop when updating audio size.
31    
32        modified files:
33         vfw/src/config.c
34    
35    
36    2005-01-09 11:32:41 GMT                                         patch-112
37    
38        Summary:
39          Long standing bug in 2pass2 code. Double overflow accumulation.
40        Revision:
41          xvidcore--head--0.0--patch-112
42    
43        From pengvado (x264 developer, sorry i don't have your realname):
44         * rc_2pass2_after accumulates overflow twice, once in each I/PB subcase
45           and then in a common code path. The common path was just supposed to
46           store the stat struct entry error for statistics (even if they're unused)
47    
48        modified files:
49         src/plugins/plugin_2pass2.c
50    
51    
52    2005-01-06 23:42:12 GMT                                         patch-111
53    
54        Summary:
55          Merged amd64 branch fix
56        Revision:
57          xvidcore--head--0.0--patch-111
58    
59        Merged amd64 branch fix
60    
61        Patches applied:
62    
63         * ed.gomez@free.fr--amd64/xvidcore--amd64work--0.0--patch-12
64           Merged upstream
65    
66         * ed.gomez@free.fr--amd64/xvidcore--amd64work--0.0--patch-13
67           Bug fix for qpel problem  from Andrew Dunstan
68    
69    
70        modified files:
71         src/image/x86_64_asm/qpel_mmx.asm
72    
73        new patches:
74         ed.gomez@free.fr--amd64/xvidcore--amd64work--0.0--patch-12
75         ed.gomez@free.fr--amd64/xvidcore--amd64work--0.0--patch-13
76    
77    
78    2005-01-05 22:53:12 GMT                                         patch-110
79    
80        Summary:
81          Merged x86_64 Linux port
82        Revision:
83          xvidcore--head--0.0--patch-110
84    
85        Merged x86_64 Linux port
86    
87        Patches applied:
88    
89         * ed.gomez@free.fr--amd64/xvidcore--amd64work--0.0--base-0
90           tag of ed.gomez@free.fr--2004-1/xvidcore--head--0.0--patch-96
91    
92         * ed.gomez@free.fr--amd64/xvidcore--amd64work--0.0--patch-1
93           Merged mainline up to patch-101
94    
95         * ed.gomez@free.fr--amd64/xvidcore--amd64work--0.0--patch-2
96           Merged mainline again for hotfixes
97    
98         * ed.gomez@free.fr--amd64/xvidcore--amd64work--0.0--patch-3
99           Added x86_64 detection in configure system
100    
101         * ed.gomez@free.fr--amd64/xvidcore--amd64work--0.0--patch-4
102           Added src/utils/x86_64_asm files
103    
104         * ed.gomez@free.fr--amd64/xvidcore--amd64work--0.0--patch-5
105           Added /src/quant/x86_64_asm files
106    
107         * ed.gomez@free.fr--amd64/xvidcore--amd64work--0.0--patch-6
108           Added src/motion/x86_64_asm files
109    
110         * ed.gomez@free.fr--amd64/xvidcore--amd64work--0.0--patch-7
111           Added src/dct/x86_64_asm
112    
113         * ed.gomez@free.fr--amd64/xvidcore--amd64work--0.0--patch-8
114           Added halfpel part of src/image/x86_64_asm files
115    
116         * ed.gomez@free.fr--amd64/xvidcore--amd64work--0.0--patch-9
117           Merged mainline
118    
119         * ed.gomez@free.fr--amd64/xvidcore--amd64work--0.0--patch-10
120           Ported the new mem transfer function
121    
122         * ed.gomez@free.fr--amd64/xvidcore--amd64work--0.0--patch-11
123           Added src/image/x86_4 qpel code
124    
125    
126        new files:
127         src/dct/x86_64_asm/.arch-ids/=id
128         src/dct/x86_64_asm/.arch-ids/fdct_mmx_skal.asm.id
129         src/dct/x86_64_asm/.arch-ids/idct_mmx.asm.id
130         src/dct/x86_64_asm/fdct_mmx_skal.asm
131         src/dct/x86_64_asm/idct_mmx.asm
132         src/image/x86_64_asm/.arch-ids/=id
133         src/image/x86_64_asm/.arch-ids/interpolate8x8_mmx.asm.id
134         src/image/x86_64_asm/.arch-ids/interpolate8x8_xmm.asm.id
135         src/image/x86_64_asm/.arch-ids/qpel_mmx.asm.id
136         src/image/x86_64_asm/interpolate8x8_mmx.asm
137         src/image/x86_64_asm/interpolate8x8_xmm.asm
138         src/image/x86_64_asm/qpel_mmx.asm
139         src/motion/x86_64_asm/.arch-ids/=id
140         src/motion/x86_64_asm/.arch-ids/sad_mmx.asm.id
141         src/motion/x86_64_asm/.arch-ids/sad_xmm.asm.id
142         src/motion/x86_64_asm/sad_mmx.asm
143         src/motion/x86_64_asm/sad_xmm.asm
144         src/quant/x86_64_asm/.arch-ids/=id
145         src/quant/x86_64_asm/.arch-ids/quantize_h263_mmx.asm.id
146         src/quant/x86_64_asm/.arch-ids/quantize_mpeg_xmm.asm.id
147         src/quant/x86_64_asm/quantize_h263_mmx.asm
148         src/quant/x86_64_asm/quantize_mpeg_xmm.asm
149         src/utils/x86_64_asm/.arch-ids/=id
150         src/utils/x86_64_asm/.arch-ids/cpuid.asm.id
151         src/utils/x86_64_asm/.arch-ids/interlacing_mmx.asm.id
152         src/utils/x86_64_asm/.arch-ids/mem_transfer_mmx.asm.id
153         src/utils/x86_64_asm/cpuid.asm
154         src/utils/x86_64_asm/interlacing_mmx.asm
155         src/utils/x86_64_asm/mem_transfer_mmx.asm
156    
157        modified files:
158         build/generic/configure.in build/generic/sources.inc
159         examples/xvid_bench.c src/dct/fdct.h src/dct/idct.h
160         src/image/interpolate8x8.h src/image/qpel.c src/image/qpel.h
161         src/motion/sad.h src/portab.h src/quant/quant.h
162         src/utils/emms.h src/utils/mbfunctions.h
163         src/utils/mem_transfer.h src/xvid.c
164    
165        new directories:
166         src/dct/x86_64_asm src/dct/x86_64_asm/.arch-ids
167         src/image/x86_64_asm src/image/x86_64_asm/.arch-ids
168         src/motion/x86_64_asm src/motion/x86_64_asm/.arch-ids
169         src/quant/x86_64_asm src/quant/x86_64_asm/.arch-ids
170         src/utils/x86_64_asm src/utils/x86_64_asm/.arch-ids
171    
172        new patches:
173         ed.gomez@free.fr--amd64/xvidcore--amd64work--0.0--base-0
174         ed.gomez@free.fr--amd64/xvidcore--amd64work--0.0--patch-1
175         ed.gomez@free.fr--amd64/xvidcore--amd64work--0.0--patch-2
176         ed.gomez@free.fr--amd64/xvidcore--amd64work--0.0--patch-3
177         ed.gomez@free.fr--amd64/xvidcore--amd64work--0.0--patch-4
178         ed.gomez@free.fr--amd64/xvidcore--amd64work--0.0--patch-5
179         ed.gomez@free.fr--amd64/xvidcore--amd64work--0.0--patch-6
180         ed.gomez@free.fr--amd64/xvidcore--amd64work--0.0--patch-7
181         ed.gomez@free.fr--amd64/xvidcore--amd64work--0.0--patch-8
182         ed.gomez@free.fr--amd64/xvidcore--amd64work--0.0--patch-9
183         ed.gomez@free.fr--amd64/xvidcore--amd64work--0.0--patch-10
184         ed.gomez@free.fr--amd64/xvidcore--amd64work--0.0--patch-11
185    
186    
187    2004-12-19 16:58:13 GMT                                         patch-109
188    
189        Summary:
190          bvhq speedup.
191        Revision:
192          xvidcore--head--0.0--patch-109
193    
194        From sysKin:
195         * Add cbp cost as soon as possible, so it saves a few candidates
196           testing.
197    
198        modified files:
199         src/motion/estimation_rd_based_bvop.c
200    
201    
202    2004-12-19 16:55:47 GMT                                         patch-108
203    
204        Summary:
205          Added ia32 optimized code for new mem transfer operator.
206        Revision:
207          xvidcore--head--0.0--patch-108
208    
209        From sysKin:
210         * Added ia32 (xmm) optimized code for new mem transfer operator.
211    
212        modified files:
213         src/utils/mem_transfer.c src/utils/mem_transfer.h
214         src/utils/x86_asm/mem_transfer_mmx.asm src/xvid.c
215    
216    
217    2004-12-19 13:39:58 GMT                                         patch-107
218    
219        Summary:
220          Added missing license header
221        Revision:
222          xvidcore--head--0.0--patch-107
223    
224        From ed.gomez:
225         * The GPL header was missing
226    
227    
228    
229        modified files:
230         src/motion/estimation_rd_based_bvop.c
231    
232    
233    2004-12-19 12:41:02 GMT                                         patch-106
234    
235        Summary:
236          Updated ChangeLog
237        Revision:
238          xvidcore--head--0.0--patch-106
239    
240        Updated ChangeLog
241    
242    
243        modified files:
244         ChangeLog
245    
246    
247  2004-12-19 12:38:15 GMT                                         patch-105  2004-12-19 12:38:15 GMT                                         patch-105
248    
249      Summary:      Summary:

Legend:
Removed from v.1595  
changed lines
  Added in v.1596

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