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

Diff of /trunk/xvidcore/ChangeLog

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

revision 1582, Sun Dec 19 12:49:05 2004 UTC revision 1606, Fri Mar 18 18:01:34 2005 UTC
# Line 4  Line 4 
4  # relevant.  # relevant.
5    
6    
7    2005-03-18 17:53:24 GMT                                         patch-2
8    
9        Summary:
10          Colorspace code for PPC
11        Revision:
12          xvidcore--head--0.0--patch-2
13    
14        From Christoph Nageli:
15         - Colorspace function fixes for non 16bytes aligned target adresses.
16    
17        modified files:
18         src/image/ppc_asm/colorspace_altivec.c
19    
20    
21    2005-03-18 17:39:00 GMT                                         patch-1
22    
23        Summary:
24          Fix for 64bit interlacing
25        Revision:
26          xvidcore--head--0.0--patch-1
27    
28        From Andrew Dunstan:
29         * Fixed bug where 64bit mov shoud have been 32bit
30    
31        modified files:
32         src/utils/x86_64_asm/interlacing_mmx.asm
33    
34    
35    2005-03-18 17:28:00 GMT                                         base-0
36    
37        Summary:
38          tag of ed.gomez@free.fr--2004-1/xvidcore--head--0.0--patch-121
39        Revision:
40          xvidcore--head--0.0--base-0
41    
42        (automatically generated log message)
43    
44    # Change of arch/tla archive, explains the patch number wraparound
45    
46    2005-03-18 16:58:08 GMT                                         patch-121
47    
48        Summary:
49          ME work
50        Revision:
51          xvidcore--head--0.0--patch-121
52    
53        From Isiibar:
54         - Cartoon mode bugfix
55         - New lambda tables for R-D motion search. The old tables were
56           obviously taken from h.264, which uses a logarithmic quantizer
57           scale. This lead to bad results at very low bit-rates. With this
58           patch, compression efficiency at low bit-rates is greatly improved.
59    
60        modified files:
61         src/motion/estimation.h src/motion/estimation_bvop.c
62         src/motion/estimation_common.c src/motion/estimation_pvop.c
63    
64    
65    2005-03-18 16:56:13 GMT                                         patch-120
66    
67        Summary:
68          Better instruction pairing in sad mmx
69        Revision:
70          xvidcore--head--0.0--patch-120
71    
72        From Dark sylinc (dark_sylinc at yahoo dor com dor ar), commited by Isiibar:
73         * Better instruction pairing in sad_mmx.asm, improves speed.
74    
75        modified files:
76         src/motion/x86_asm/sad_mmx.asm src/utils/emms.c
77    
78    
79    2005-03-18 16:53:00 GMT                                         patch-119
80    
81        Summary:
82          Fixed resource leak in Dshow
83        Revision:
84          xvidcore--head--0.0--patch-119
85    
86        From antonz, commited by Isiibar:
87         * Fixed resource leaking caused by poor xvidcore initialization tracking.
88    
89        modified files:
90         dshow/src/CXvidDecoder.cpp dshow/src/CXvidDecoder.h
91    
92    
93    2005-03-18 16:50:44 GMT                                         patch-118
94    
95        Summary:
96          Debug flag support in vfw
97        Revision:
98          xvidcore--head--0.0--patch-118
99    
100        From pete:
101         * debug flag support for vfw decoder.
102    
103        modified files:
104         vfw/src/codec.c
105    
106    
107    #########################################################################
108    # 1.1.0-beta1 (Bitstream Version 38)
109    #########################################################################
110    
111    
112    2005-01-16 10:27:41 GMT                                         patch-117
113    
114        Summary:
115          License was using wrong linefeeds for vfw
116        Revision:
117          xvidcore--head--0.0--patch-117
118    
119        License was using wrong linefeeds for vfw
120    
121    
122        new files:
123         vfw/.arch-ids/LICENSE.id vfw/LICENSE
124    
125        modified files:
126         vfw/src/resource.rc
127    
128    
129    2005-01-10 22:59:46 GMT                                         patch-116
130    
131        Summary:
132          Last minutes vfw bugfixes/improvements
133        Revision:
134          xvidcore--head--0.0--patch-116
135    
136        From sysKin:
137         * last minute fixes and improvements to vfw frontend.
138    
139        modified files:
140         vfw/src/codec.c vfw/src/config.c vfw/src/config.h
141         vfw/src/resource.rc
142    
143    
144    2005-01-09 20:37:32 GMT                                         patch-115
145    
146        Summary:
147          Marking 1.1.0 beta1
148        Revision:
149          xvidcore--head--0.0--patch-115
150    
151        From ed.gomez:
152         * Marking xvid 1.1.0 beta1 release.
153    
154        modified files:
155         ChangeLog build/generic/configure.in src/xvid.c src/xvid.h
156    
157    
158    2005-01-09 20:15:14 GMT                                         patch-114
159    
160        Summary:
161          Moved cartoon mode to zones in vfw.
162        Revision:
163          xvidcore--head--0.0--patch-114
164    
165        From sysKin:
166         * Moved cartoon mode to zones in vfw frontend.
167    
168        modified files:
169         vfw/src/codec.c vfw/src/config.c vfw/src/config.h
170         vfw/src/resource.rc
171    
172    
173    2005-01-09 20:09:27 GMT                                         patch-113
174    
175        Summary:
176    
177        Revision:
178          xvidcore--head--0.0--patch-113
179    
180        From algern0n (#xvid@freenode):
181         * Avoid infinite loop when updating audio size.
182    
183        modified files:
184         vfw/src/config.c
185    
186    
187    2005-01-09 11:32:41 GMT                                         patch-112
188    
189        Summary:
190          Long standing bug in 2pass2 code. Double overflow accumulation.
191        Revision:
192          xvidcore--head--0.0--patch-112
193    
194        From pengvado (x264 developer, sorry i don't have your realname):
195         * rc_2pass2_after accumulates overflow twice, once in each I/PB subcase
196           and then in a common code path. The common path was just supposed to
197           store the stat struct entry error for statistics (even if they're unused)
198    
199        modified files:
200         src/plugins/plugin_2pass2.c
201    
202    
203    2005-01-06 23:42:12 GMT                                         patch-111
204    
205        Summary:
206          Merged amd64 branch fix
207        Revision:
208          xvidcore--head--0.0--patch-111
209    
210        Merged amd64 branch fix
211    
212        Patches applied:
213    
214         * ed.gomez@free.fr--amd64/xvidcore--amd64work--0.0--patch-12
215           Merged upstream
216    
217         * ed.gomez@free.fr--amd64/xvidcore--amd64work--0.0--patch-13
218           Bug fix for qpel problem  from Andrew Dunstan
219    
220    
221        modified files:
222         src/image/x86_64_asm/qpel_mmx.asm
223    
224        new patches:
225         ed.gomez@free.fr--amd64/xvidcore--amd64work--0.0--patch-12
226         ed.gomez@free.fr--amd64/xvidcore--amd64work--0.0--patch-13
227    
228    
229    2005-01-05 22:53:12 GMT                                         patch-110
230    
231        Summary:
232          Merged x86_64 Linux port
233        Revision:
234          xvidcore--head--0.0--patch-110
235    
236        Merged x86_64 Linux port
237    
238        Patches applied:
239    
240         * ed.gomez@free.fr--amd64/xvidcore--amd64work--0.0--base-0
241           tag of ed.gomez@free.fr--2004-1/xvidcore--head--0.0--patch-96
242    
243         * ed.gomez@free.fr--amd64/xvidcore--amd64work--0.0--patch-1
244           Merged mainline up to patch-101
245    
246         * ed.gomez@free.fr--amd64/xvidcore--amd64work--0.0--patch-2
247           Merged mainline again for hotfixes
248    
249         * ed.gomez@free.fr--amd64/xvidcore--amd64work--0.0--patch-3
250           Added x86_64 detection in configure system
251    
252         * ed.gomez@free.fr--amd64/xvidcore--amd64work--0.0--patch-4
253           Added src/utils/x86_64_asm files
254    
255         * ed.gomez@free.fr--amd64/xvidcore--amd64work--0.0--patch-5
256           Added /src/quant/x86_64_asm files
257    
258         * ed.gomez@free.fr--amd64/xvidcore--amd64work--0.0--patch-6
259           Added src/motion/x86_64_asm files
260    
261         * ed.gomez@free.fr--amd64/xvidcore--amd64work--0.0--patch-7
262           Added src/dct/x86_64_asm
263    
264         * ed.gomez@free.fr--amd64/xvidcore--amd64work--0.0--patch-8
265           Added halfpel part of src/image/x86_64_asm files
266    
267         * ed.gomez@free.fr--amd64/xvidcore--amd64work--0.0--patch-9
268           Merged mainline
269    
270         * ed.gomez@free.fr--amd64/xvidcore--amd64work--0.0--patch-10
271           Ported the new mem transfer function
272    
273         * ed.gomez@free.fr--amd64/xvidcore--amd64work--0.0--patch-11
274           Added src/image/x86_4 qpel code
275    
276    
277        new files:
278         src/dct/x86_64_asm/.arch-ids/=id
279         src/dct/x86_64_asm/.arch-ids/fdct_mmx_skal.asm.id
280         src/dct/x86_64_asm/.arch-ids/idct_mmx.asm.id
281         src/dct/x86_64_asm/fdct_mmx_skal.asm
282         src/dct/x86_64_asm/idct_mmx.asm
283         src/image/x86_64_asm/.arch-ids/=id
284         src/image/x86_64_asm/.arch-ids/interpolate8x8_mmx.asm.id
285         src/image/x86_64_asm/.arch-ids/interpolate8x8_xmm.asm.id
286         src/image/x86_64_asm/.arch-ids/qpel_mmx.asm.id
287         src/image/x86_64_asm/interpolate8x8_mmx.asm
288         src/image/x86_64_asm/interpolate8x8_xmm.asm
289         src/image/x86_64_asm/qpel_mmx.asm
290         src/motion/x86_64_asm/.arch-ids/=id
291         src/motion/x86_64_asm/.arch-ids/sad_mmx.asm.id
292         src/motion/x86_64_asm/.arch-ids/sad_xmm.asm.id
293         src/motion/x86_64_asm/sad_mmx.asm
294         src/motion/x86_64_asm/sad_xmm.asm
295         src/quant/x86_64_asm/.arch-ids/=id
296         src/quant/x86_64_asm/.arch-ids/quantize_h263_mmx.asm.id
297         src/quant/x86_64_asm/.arch-ids/quantize_mpeg_xmm.asm.id
298         src/quant/x86_64_asm/quantize_h263_mmx.asm
299         src/quant/x86_64_asm/quantize_mpeg_xmm.asm
300         src/utils/x86_64_asm/.arch-ids/=id
301         src/utils/x86_64_asm/.arch-ids/cpuid.asm.id
302         src/utils/x86_64_asm/.arch-ids/interlacing_mmx.asm.id
303         src/utils/x86_64_asm/.arch-ids/mem_transfer_mmx.asm.id
304         src/utils/x86_64_asm/cpuid.asm
305         src/utils/x86_64_asm/interlacing_mmx.asm
306         src/utils/x86_64_asm/mem_transfer_mmx.asm
307    
308        modified files:
309         build/generic/configure.in build/generic/sources.inc
310         examples/xvid_bench.c src/dct/fdct.h src/dct/idct.h
311         src/image/interpolate8x8.h src/image/qpel.c src/image/qpel.h
312         src/motion/sad.h src/portab.h src/quant/quant.h
313         src/utils/emms.h src/utils/mbfunctions.h
314         src/utils/mem_transfer.h src/xvid.c
315    
316        new directories:
317         src/dct/x86_64_asm src/dct/x86_64_asm/.arch-ids
318         src/image/x86_64_asm src/image/x86_64_asm/.arch-ids
319         src/motion/x86_64_asm src/motion/x86_64_asm/.arch-ids
320         src/quant/x86_64_asm src/quant/x86_64_asm/.arch-ids
321         src/utils/x86_64_asm src/utils/x86_64_asm/.arch-ids
322    
323        new patches:
324         ed.gomez@free.fr--amd64/xvidcore--amd64work--0.0--base-0
325         ed.gomez@free.fr--amd64/xvidcore--amd64work--0.0--patch-1
326         ed.gomez@free.fr--amd64/xvidcore--amd64work--0.0--patch-2
327         ed.gomez@free.fr--amd64/xvidcore--amd64work--0.0--patch-3
328         ed.gomez@free.fr--amd64/xvidcore--amd64work--0.0--patch-4
329         ed.gomez@free.fr--amd64/xvidcore--amd64work--0.0--patch-5
330         ed.gomez@free.fr--amd64/xvidcore--amd64work--0.0--patch-6
331         ed.gomez@free.fr--amd64/xvidcore--amd64work--0.0--patch-7
332         ed.gomez@free.fr--amd64/xvidcore--amd64work--0.0--patch-8
333         ed.gomez@free.fr--amd64/xvidcore--amd64work--0.0--patch-9
334         ed.gomez@free.fr--amd64/xvidcore--amd64work--0.0--patch-10
335         ed.gomez@free.fr--amd64/xvidcore--amd64work--0.0--patch-11
336    
337    
338    2004-12-19 16:58:13 GMT                                         patch-109
339    
340        Summary:
341          bvhq speedup.
342        Revision:
343          xvidcore--head--0.0--patch-109
344    
345        From sysKin:
346         * Add cbp cost as soon as possible, so it saves a few candidates
347           testing.
348    
349        modified files:
350         src/motion/estimation_rd_based_bvop.c
351    
352    
353    2004-12-19 16:55:47 GMT                                         patch-108
354    
355        Summary:
356          Added ia32 optimized code for new mem transfer operator.
357        Revision:
358          xvidcore--head--0.0--patch-108
359    
360        From sysKin:
361         * Added ia32 (xmm) optimized code for new mem transfer operator.
362    
363        modified files:
364         src/utils/mem_transfer.c src/utils/mem_transfer.h
365         src/utils/x86_asm/mem_transfer_mmx.asm src/xvid.c
366    
367    
368    2004-12-19 13:39:58 GMT                                         patch-107
369    
370        Summary:
371          Added missing license header
372        Revision:
373          xvidcore--head--0.0--patch-107
374    
375        From ed.gomez:
376         * The GPL header was missing
377    
378    
379    
380        modified files:
381         src/motion/estimation_rd_based_bvop.c
382    
383    
384    2004-12-19 12:41:02 GMT                                         patch-106
385    
386        Summary:
387          Updated ChangeLog
388        Revision:
389          xvidcore--head--0.0--patch-106
390    
391        Updated ChangeLog
392    
393    
394        modified files:
395         ChangeLog
396    
397    
398  2004-12-19 12:38:15 GMT                                         patch-105  2004-12-19 12:38:15 GMT                                         patch-105
399    
400      Summary:      Summary:

Legend:
Removed from v.1582  
changed lines
  Added in v.1606

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