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

Annotation of /trunk/xvidcore/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1606 - (view) (download)

1 : edgomez 1484 # Ed.Gomez: This ChangeLog is generated from a personal tree maintained
2 :     # under the arch revision control tool. That's why dates may be skewed. I
3 :     # also removed all my email adresses from the output because they are not
4 :     # relevant.
5 :    
6 :    
7 : edgomez 1606 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 : edgomez 1596 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 : edgomez 1582 2004-12-19 12:38:15 GMT patch-105
399 :    
400 :     Summary:
401 :     Merged stable 1.0.3 release patches
402 :     Revision:
403 :     xvidcore--head--0.0--patch-105
404 :    
405 :     Merged stable 1.0.3 release patches
406 :    
407 :     Patches applied:
408 :    
409 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-63
410 :     Trellis overflow for quant<=2
411 :    
412 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-64
413 :     Marking 1.0.3 release
414 :    
415 :    
416 :     modified files:
417 :     ChangeLog-1.0 src/utils/mbtransquant.c src/xvid.h
418 :    
419 :     new patches:
420 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-63
421 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-64
422 :    
423 :    
424 :     2004-12-19 11:15:53 GMT patch-104
425 :    
426 :     Summary:
427 :     Faster bvhq
428 :     Revision:
429 :     xvidcore--head--0.0--patch-104
430 :    
431 :     From sysKin:
432 :     * Faster bvhq skipping Intra test if the rd optimized rate
433 :     is already < 24bits... some other things too
434 :    
435 :     modified files:
436 :     src/motion/estimation.h src/motion/estimation_bvop.c
437 :     src/motion/estimation_rd_based.c
438 :     src/motion/estimation_rd_based_bvop.c
439 :    
440 :    
441 :     2004-12-10 20:51:56 GMT patch-103
442 :    
443 :     Summary:
444 :     Encoder cleanups.
445 :     Revision:
446 :     xvidcore--head--0.0--patch-103
447 :    
448 :     From sysKin:
449 :     * Moved greyscale code to mbcoding.
450 :     * Moved the fcode code to its own function.
451 :     * Some other minor cleanups.
452 :    
453 :    
454 :     modified files:
455 :     src/bitstream/mbcoding.c src/encoder.c
456 :    
457 :    
458 :     2004-12-10 20:39:23 GMT patch-102
459 :    
460 :     Summary:
461 :     Fixed patch-101
462 :     Revision:
463 :     xvidcore--head--0.0--patch-102
464 :    
465 :     From sysKin:
466 :     * Add a cbp assigment that should not have disapeared in patch-101.
467 :    
468 :     modified files:
469 :     src/encoder.c
470 :    
471 :    
472 :     2004-12-09 22:53:20 GMT patch-101
473 :    
474 :     Summary:
475 :     Speedup using RD results
476 :     Revision:
477 :     xvidcore--head--0.0--patch-101
478 :    
479 :     From sysKin:
480 :     * Use cbp from RD to speedup things a bit.
481 :    
482 :     modified files:
483 :     src/encoder.c
484 :    
485 :    
486 :     2004-12-09 22:51:02 GMT patch-100
487 :    
488 :     Summary:
489 :     Speedup RD a bit
490 :     Revision:
491 :     xvidcore--head--0.0--patch-100
492 :    
493 :     From sysKin:
494 :     * Saves a few multiplies in RD code saving the quant*quant value
495 :     into the SearchData struct.
496 :    
497 :     modified files:
498 :     src/motion/estimation.h src/motion/estimation_bvop.c
499 :     src/motion/estimation_rd_based.c
500 :    
501 :    
502 :     2004-12-09 22:48:06 GMT patch-99
503 :    
504 :     Summary:
505 :     Smarter fcode code
506 :     Revision:
507 :     xvidcore--head--0.0--patch-99
508 :    
509 :     From sysKin:
510 :     * Replaced old fcode code with smarter one.
511 :    
512 :     modified files:
513 :     src/bitstream/mbcoding.c src/encoder.c src/motion/estimation.h
514 :     src/motion/estimation_bvop.c src/motion/estimation_common.c
515 :     src/motion/estimation_pvop.c src/motion/motion_inlines.h
516 :    
517 :    
518 :     2004-12-09 22:00:49 GMT patch-98
519 :    
520 :     Summary:
521 :     Removed Reduced Resolution Vops support
522 :     Revision:
523 :     xvidcore--head--0.0--patch-98
524 :    
525 :     From sysKin:
526 :     * it's now a long time we planned removing support for RRV as it
527 :     adds complexity to the ME, to the decoder and this feature fits
528 :     nowhere in any MPEG4 profile we plan to support.
529 :    
530 :     modified files:
531 :     src/bitstream/bitstream.c src/bitstream/bitstream.h
532 :     src/decoder.c src/encoder.c src/image/image.c
533 :     src/motion/estimation.h src/motion/estimation_bvop.c
534 :     src/motion/estimation_gmc.c src/motion/estimation_pvop.c
535 :     src/motion/estimation_rd_based.c
536 :     src/motion/estimation_rd_based_bvop.c src/motion/motion.h
537 :     src/motion/motion_comp.c src/motion/motion_inlines.h
538 :     src/motion/vop_type_decision.c src/utils/mbtransquant.c
539 :     src/xvid.c
540 :    
541 :    
542 :     2004-12-07 23:58:12 GMT patch-97
543 :    
544 :     Summary:
545 :     Merged PowerPC fixes from christoph naegeli's branch
546 :     Revision:
547 :     xvidcore--head--0.0--patch-97
548 :    
549 :     Merged PowerPC fixes from christoph naegeli's branch
550 :    
551 :     Patches applied:
552 :    
553 :     * chn@kbw.ch--2004-1/xvidcore--naegeli-head--0.0--patch-11
554 :     Star-merge with Edouards Branch
555 :    
556 :     * chn@kbw.ch--2004-1/xvidcore--naegeli-head--0.0--patch-12
557 :     debug alignment bugfixes
558 :    
559 :     * chn@kbw.ch--2004-1/xvidcore--naegeli-head--0.0--patch-13
560 :     bugfixes in altivec alignment assumptions
561 :    
562 :     * chn@kbw.ch--2004-1/xvidcore--naegeli-head--0.0--patch-14
563 :     linux gcc fixes
564 :    
565 :     * chn@kbw.ch--2004-1/xvidcore--naegeli-head--0.0--patch-15
566 :     linux ppc long fixes
567 :    
568 :     * chn@kbw.ch--2004-1/xvidcore--naegeli-head--0.0--patch-16
569 :     minor ppc linux enhancements...
570 :    
571 :    
572 :     modified files:
573 :     src/image/ppc_asm/colorspace_altivec.c
574 :     src/image/ppc_asm/interpolate8x8_altivec.c
575 :     src/image/ppc_asm/qpel_altivec.c
576 :     src/motion/ppc_asm/sad_altivec.c
577 :     src/quant/ppc_asm/quant_h263_altivec.c
578 :     src/utils/ppc_asm/mem_transfer_altivec.c src/xvid.c
579 :    
580 :     new patches:
581 :     chn@kbw.ch--2004-1/xvidcore--naegeli-head--0.0--patch-11
582 :     chn@kbw.ch--2004-1/xvidcore--naegeli-head--0.0--patch-12
583 :     chn@kbw.ch--2004-1/xvidcore--naegeli-head--0.0--patch-13
584 :     chn@kbw.ch--2004-1/xvidcore--naegeli-head--0.0--patch-14
585 :     chn@kbw.ch--2004-1/xvidcore--naegeli-head--0.0--patch-15
586 :     chn@kbw.ch--2004-1/xvidcore--naegeli-head--0.0--patch-16
587 :    
588 :    
589 :     2004-11-24 22:10:17 GMT patch-96
590 :    
591 :     Summary:
592 :     Forgotten bit of patch-94 (vbv code in vfw)
593 :     Revision:
594 :     xvidcore--head--0.0--patch-96
595 :    
596 :     Forgotten bit of patch-94 (vbv code in vfw)
597 :    
598 :    
599 :     modified files:
600 :     vfw/src/codec.c
601 :    
602 :    
603 :     2004-11-24 21:50:45 GMT patch-95
604 :    
605 :     Summary:
606 :     Changed default Brightness value in DShow frontend
607 :     Revision:
608 :     xvidcore--head--0.0--patch-95
609 :    
610 :     Changed default Brightness value in DShow frontend
611 :    
612 :    
613 :     modified files:
614 :     dshow/src/config.c
615 :    
616 :    
617 :     2004-11-24 21:50:14 GMT patch-94
618 :    
619 :     Summary:
620 :     Added support for VBV in frontend.
621 :     Revision:
622 :     xvidcore--head--0.0--patch-94
623 :    
624 :     From sysKin:
625 :     * Added support code for VBV in VFW frontend.
626 :    
627 :     modified files:
628 :     vfw/src/config.c vfw/src/resource.rc
629 :    
630 :    
631 :     2004-11-24 21:48:35 GMT patch-93
632 :    
633 :     Summary:
634 :     Added interlaced option parsing in xvid_encraw.
635 :     Revision:
636 :     xvidcore--head--0.0--patch-93
637 :    
638 :     From christoph:
639 :     * Added support for interlaced option in xvid_encraw.
640 :    
641 :     modified files:
642 :     examples/xvid_encraw.c
643 :    
644 :    
645 :     2004-11-24 21:45:47 GMT patch-92
646 :    
647 :     Summary:
648 :     Synced with stable tree
649 :     Revision:
650 :     xvidcore--head--0.0--patch-92
651 :    
652 :     Synced with stable tree
653 :    
654 :     Patches applied:
655 :    
656 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-60
657 :     Fixed DiamondSearch
658 :    
659 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-61
660 :     Fixed stride in DShow decoder.
661 :    
662 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-62
663 :     Fixed stride in vfw frontend.
664 :    
665 :    
666 :     modified files:
667 :     dshow/src/CXvidDecoder.cpp src/motion/estimation_common.c
668 :     vfw/src/codec.c
669 :    
670 :     new patches:
671 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-60
672 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-61
673 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-62
674 :    
675 :    
676 :     2004-10-17 10:13:02 GMT patch-91
677 :    
678 :     Summary:
679 :     Syncing with Christoph Nageli branch
680 :     Revision:
681 :     xvidcore--head--0.0--patch-91
682 :    
683 :     Syncing with Christoph Nageli branch
684 :    
685 :     Patches applied:
686 :    
687 :     * chn@kbw.ch--2004-1/xvidcore--naegeli-head--0.0--base-0
688 :     tag of ed.gomez@free.fr--2004-1/xvidcore--head--0.0--patch-68
689 :    
690 :     * chn@kbw.ch--2004-1/xvidcore--naegeli-head--0.0--patch-1
691 :     interpolate8x8_haflpel add functions
692 :    
693 :     * chn@kbw.ch--2004-1/xvidcore--naegeli-head--0.0--patch-2
694 :     little enhancement
695 :    
696 :     * chn@kbw.ch--2004-1/xvidcore--naegeli-head--0.0--patch-3
697 :     Basic QPel pass_16 routines altivec codec
698 :    
699 :     * chn@kbw.ch--2004-1/xvidcore--naegeli-head--0.0--patch-4
700 :     Basic QPel pass_8 routines altivec code
701 :    
702 :     * chn@kbw.ch--2004-1/xvidcore--naegeli-head--0.0--patch-5
703 :     packed pass_16 routines in a macro
704 :    
705 :     * chn@kbw.ch--2004-1/xvidcore--naegeli-head--0.0--patch-6
706 :     packed pass_8 routines in a macro
707 :    
708 :     * chn@kbw.ch--2004-1/xvidcore--naegeli-head--0.0--patch-7
709 :     Enhancement of the qpel functions for P-frames
710 :    
711 :     * chn@kbw.ch--2004-1/xvidcore--naegeli-head--0.0--patch-8
712 :     QPel Pass_16 Add Functions
713 :    
714 :     * chn@kbw.ch--2004-1/xvidcore--naegeli-head--0.0--patch-9
715 :     Pass_8_Add Altivec functions
716 :    
717 :     * chn@kbw.ch--2004-1/xvidcore--naegeli-head--0.0--patch-10
718 :     Bugfix for Pass_8 Add routines
719 :    
720 :    
721 :     new files:
722 :     src/image/ppc_asm/.arch-ids/qpel_altivec.c.id
723 :     src/image/ppc_asm/qpel_altivec.c
724 :    
725 :     modified files:
726 :     build/generic/sources.inc src/image/interpolate8x8.h
727 :     src/image/ppc_asm/colorspace_altivec.c
728 :     src/image/ppc_asm/interpolate8x8_altivec.c src/image/qpel.c
729 :     src/image/qpel.h src/xvid.c
730 :    
731 :     new patches:
732 :     chn@kbw.ch--2004-1/xvidcore--naegeli-head--0.0--base-0
733 :     chn@kbw.ch--2004-1/xvidcore--naegeli-head--0.0--patch-1
734 :     chn@kbw.ch--2004-1/xvidcore--naegeli-head--0.0--patch-2
735 :     chn@kbw.ch--2004-1/xvidcore--naegeli-head--0.0--patch-3
736 :     chn@kbw.ch--2004-1/xvidcore--naegeli-head--0.0--patch-4
737 :     chn@kbw.ch--2004-1/xvidcore--naegeli-head--0.0--patch-5
738 :     chn@kbw.ch--2004-1/xvidcore--naegeli-head--0.0--patch-6
739 :     chn@kbw.ch--2004-1/xvidcore--naegeli-head--0.0--patch-7
740 :     chn@kbw.ch--2004-1/xvidcore--naegeli-head--0.0--patch-8
741 :     chn@kbw.ch--2004-1/xvidcore--naegeli-head--0.0--patch-9
742 :     chn@kbw.ch--2004-1/xvidcore--naegeli-head--0.0--patch-10
743 :    
744 :    
745 :     2004-10-12 21:00:08 GMT patch-90
746 :    
747 :     Summary:
748 :     Resynced with 1.0 tree
749 :     Revision:
750 :     xvidcore--head--0.0--patch-90
751 :    
752 :     Resynced with 1.0 tree
753 :    
754 :     Patches applied:
755 :    
756 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-59
757 :     Don't read too short streams.
758 :    
759 :    
760 :     modified files:
761 :     src/bitstream/bitstream.c
762 :    
763 :     new patches:
764 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-59
765 :    
766 :    
767 :     2004-10-12 20:54:47 GMT patch-89
768 :    
769 :     Summary:
770 :     Credits to Christoph Nageli for his work on PPC port
771 :     Revision:
772 :     xvidcore--head--0.0--patch-89
773 :    
774 :     Credits to Christoph Nageli for his work on PPC port
775 :    
776 :    
777 :     modified files:
778 :     AUTHORS
779 :    
780 :    
781 :     2004-10-12 20:51:24 GMT patch-88
782 :    
783 :     Summary:
784 :    
785 :     Revision:
786 :     xvidcore--head--0.0--patch-88
787 :    
788 :     Patches applied:
789 :    
790 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-57
791 :     ME fix.
792 :    
793 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-58
794 :     64bit fixes
795 :    
796 :     From ed.gomez:
797 :     * Resolved conflicts caused by the 64bit fixes, extended it for qpel.h
798 :     Note that 1.1 tree needs a new review for 64bit problems as lot
799 :     of ME code has changed.
800 :    
801 :     modified files:
802 :     src/image/qpel.h src/motion/estimation_bvop.c
803 :     src/motion/estimation_common.c src/motion/motion_comp.c
804 :    
805 :     new patches:
806 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-57
807 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-58
808 :    
809 :    
810 :     2004-09-22 22:42:16 GMT patch-87
811 :    
812 :     Summary:
813 :     DESTDIR support in Makefile
814 :     Revision:
815 :     xvidcore--head--0.0--patch-87
816 :    
817 :     From Thomas Galliano (Gentoo bug #62190):
818 :     * Added DESTDIR prefix variable to all install commands destination
819 :     (ed.gomez: i think it's for packaging issues, so the install
820 :     process installs all files as if they were going to the real
821 :     location, as xvid doesn't use any path, i always thought this
822 :     was not required)
823 :    
824 :     modified files:
825 :     build/generic/Makefile build/generic/platform.inc.in
826 :    
827 :    
828 :     2004-09-04 15:10:33 GMT patch-86
829 :    
830 :     Summary:
831 :     First bvop search must initalize best_sad
832 :     Revision:
833 :     xvidcore--head--0.0--patch-86
834 :    
835 :     From sysKin:
836 :     * First bvop search must initalize best_sad
837 :    
838 :     modified files:
839 :     src/motion/estimation_bvop.c
840 :    
841 :    
842 :     2004-09-04 14:11:43 GMT patch-85
843 :    
844 :     Summary:
845 :     Fixed function prototype/definition mismatch
846 :     Revision:
847 :     xvidcore--head--0.0--patch-85
848 :    
849 :     From sysKin:
850 :     * Fixed function prototype/definition mismatch for some
851 :     interpolation C functions.
852 :    
853 :     modified files:
854 :     src/image/interpolate8x8.c
855 :    
856 :    
857 :     2004-09-04 14:08:13 GMT patch-84
858 :    
859 :     Summary:
860 :     Fixed buffer termination logic in xvid_decraw.
861 :     Revision:
862 :     xvidcore--head--0.0--patch-84
863 :    
864 :     From ed.gomez:
865 :     * Fixed main decoding loop condition to really match
866 :     the empty buffer and end of stream condition.
867 :     * Removed the unwanted frame number limitation
868 :    
869 :     modified files:
870 :     examples/xvid_decraw.c
871 :    
872 :    
873 :     2004-09-04 14:04:48 GMT patch-83
874 :    
875 :     Summary:
876 :     Uninitialized user data usage.
877 :     Revision:
878 :     xvidcore--head--0.0--patch-83
879 :    
880 :     From ed.gomez:
881 :     - Fixed user data parsing uninitialized data.
882 :    
883 :     modified files:
884 :     src/bitstream/bitstream.c
885 :    
886 :    
887 :     2004-09-04 13:59:26 GMT patch-82
888 :    
889 :     Summary:
890 :     Unitialized data in bvop ME
891 :     Revision:
892 :     xvidcore--head--0.0--patch-82
893 :    
894 :     From ed.gomez:
895 :     * Fixed unitialized data usage during bvop ME.
896 :    
897 :     modified files:
898 :     src/motion/estimation_bvop.c
899 :    
900 :    
901 :     2004-09-03 00:13:31 GMT patch-81
902 :    
903 :     Summary:
904 :     Add VOL header saving in xvid_decraw
905 :     Revision:
906 :     xvidcore--head--0.0--patch-81
907 :    
908 :     From ed.gomez:
909 :     * Added VOL header saving in xvid_decraw
910 :    
911 :     The little story:
912 :     I was trying to cut some frames off of a big stream (150MB)
913 :     with "xvid_decraw -m", and cat'ing the single frame stream
914 :     files together. The reconstructed stream was rejected by all
915 :     mpeg4 decoders because the vol header wasn't present. Thus
916 :     the fix.
917 :    
918 :     modified files:
919 :     examples/xvid_decraw.c
920 :    
921 :    
922 :     2004-08-30 23:22:35 GMT patch-80
923 :    
924 :     Summary:
925 :     Complete previous API numbering change
926 :     Revision:
927 :     xvidcore--head--0.0--patch-80
928 :    
929 :     Complete previous API numbering change
930 :    
931 :    
932 :     modified files:
933 :     src/xvid.h
934 :    
935 :    
936 :     2004-08-29 11:53:05 GMT patch-79
937 :    
938 :     Summary:
939 :     Merged stable tree
940 :     Revision:
941 :     xvidcore--head--0.0--patch-79
942 :    
943 :     Merged stable tree
944 :    
945 :     Patches applied:
946 :    
947 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-54
948 :     Marking 1.0.2
949 :    
950 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-55
951 :     Merged one important forgotten bugfix from head
952 :    
953 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-56
954 :     ChangeLog update
955 :    
956 :    
957 :     modified files:
958 :     ChangeLog-1.0 src/xvid.h
959 :    
960 :     new patches:
961 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-54
962 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-55
963 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-56
964 :    
965 :    
966 :     2004-08-29 09:56:34 GMT patch-78
967 :    
968 :     Summary:
969 :     Write ia32 symbols' size to elf output.
970 :     Revision:
971 :     xvidcore--head--0.0--patch-78
972 :    
973 :     From ed.gomez:
974 :     - write symbols size to elf output, so the asm objects look
975 :     really like any usual object file.
976 :    
977 :     modified files:
978 :     src/bitstream/x86_asm/cbp_3dne.asm
979 :     src/bitstream/x86_asm/cbp_mmx.asm
980 :     src/bitstream/x86_asm/cbp_sse2.asm
981 :     src/dct/x86_asm/fdct_mmx_ffmpeg.asm
982 :     src/dct/x86_asm/fdct_mmx_skal.asm
983 :     src/dct/x86_asm/fdct_sse2_skal.asm
984 :     src/dct/x86_asm/idct_3dne.asm src/dct/x86_asm/idct_mmx.asm
985 :     src/dct/x86_asm/idct_sse2_dmitry.asm
986 :     src/dct/x86_asm/simple_idct_mmx.asm
987 :     src/image/x86_asm/colorspace_mmx.inc
988 :     src/image/x86_asm/colorspace_rgb_mmx.asm
989 :     src/image/x86_asm/colorspace_yuv_mmx.asm
990 :     src/image/x86_asm/colorspace_yuyv_mmx.asm
991 :     src/image/x86_asm/interpolate8x8_3dn.asm
992 :     src/image/x86_asm/interpolate8x8_3dne.asm
993 :     src/image/x86_asm/interpolate8x8_mmx.asm
994 :     src/image/x86_asm/interpolate8x8_xmm.asm
995 :     src/image/x86_asm/postprocessing_mmx.asm
996 :     src/image/x86_asm/postprocessing_sse2.asm
997 :     src/image/x86_asm/qpel_mmx.asm
998 :     src/image/x86_asm/reduced_mmx.asm
999 :     src/motion/x86_asm/sad_3dn.asm src/motion/x86_asm/sad_3dne.asm
1000 :     src/motion/x86_asm/sad_mmx.asm src/motion/x86_asm/sad_sse2.asm
1001 :     src/motion/x86_asm/sad_xmm.asm
1002 :     src/quant/x86_asm/quantize_h263_3dne.asm
1003 :     src/quant/x86_asm/quantize_h263_mmx.asm
1004 :     src/quant/x86_asm/quantize_mpeg_mmx.asm
1005 :     src/quant/x86_asm/quantize_mpeg_xmm.asm
1006 :     src/utils/x86_asm/cpuid.asm
1007 :     src/utils/x86_asm/interlacing_mmx.asm
1008 :     src/utils/x86_asm/mem_transfer_3dne.asm
1009 :     src/utils/x86_asm/mem_transfer_mmx.asm
1010 :    
1011 :    
1012 :     2004-08-28 13:00:56 GMT patch-77
1013 :    
1014 :     Summary:
1015 :     Thread safety problem in sse2 brightness control
1016 :     Revision:
1017 :     xvidcore--head--0.0--patch-77
1018 :    
1019 :     From ed.gomez:
1020 :     * CodingStyle for the sse2 image brightness file
1021 :     * Fixed thread safety problem/big error. Writing to a RO
1022 :     data segment is a no go ! and using global data segment
1023 :     is a no go either (use stack instead) !
1024 :    
1025 :     modified files:
1026 :     src/image/x86_asm/postprocessing_sse2.asm
1027 :    
1028 :    
1029 :     2004-08-22 13:11:23 GMT patch-76
1030 :    
1031 :     Summary:
1032 :     Stable merge
1033 :     Revision:
1034 :     xvidcore--head--0.0--patch-76
1035 :    
1036 :     Stable merge
1037 :    
1038 :     Patches applied:
1039 :    
1040 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-53
1041 :     Thread safety problem in idct C version
1042 :    
1043 :    
1044 :     modified files:
1045 :     src/bitstream/mbcoding.c src/dct/idct.c
1046 :    
1047 :     new patches:
1048 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-53
1049 :    
1050 :    
1051 :     2004-08-22 11:48:23 GMT patch-75
1052 :    
1053 :     Summary:
1054 :     This tree isn't API 4.0 anymore, mark it as 4.1
1055 :     Revision:
1056 :     xvidcore--head--0.0--patch-75
1057 :    
1058 :     From ed.gomez:
1059 :     * The fields added to some structs make this lib isn't
1060 :     API 4.0 anymore, mark it as 4.1 because ABI compatibility
1061 :     is conserved.
1062 :    
1063 :     modified files:
1064 :     build/generic/configure.in
1065 :    
1066 :    
1067 :     2004-08-22 11:41:22 GMT patch-74
1068 :    
1069 :     Summary:
1070 :     Functions qualified as such for elf format.
1071 :     Revision:
1072 :     xvidcore--head--0.0--patch-74
1073 :    
1074 :     From ed.gomez:
1075 :     * Functions weren't marked as functions in ia32 asm files.
1076 :     Added support for the function qualifier for elf.
1077 :    
1078 :     modified files:
1079 :     build/generic/configure.in src/bitstream/x86_asm/cbp_3dne.asm
1080 :     src/bitstream/x86_asm/cbp_mmx.asm
1081 :     src/bitstream/x86_asm/cbp_sse2.asm
1082 :     src/dct/x86_asm/fdct_mmx_ffmpeg.asm
1083 :     src/dct/x86_asm/fdct_mmx_skal.asm
1084 :     src/dct/x86_asm/fdct_sse2_skal.asm
1085 :     src/dct/x86_asm/idct_3dne.asm src/dct/x86_asm/idct_mmx.asm
1086 :     src/dct/x86_asm/idct_sse2_dmitry.asm
1087 :     src/dct/x86_asm/simple_idct_mmx.asm
1088 :     src/image/x86_asm/colorspace_rgb_mmx.asm
1089 :     src/image/x86_asm/colorspace_yuv_mmx.asm
1090 :     src/image/x86_asm/colorspace_yuyv_mmx.asm
1091 :     src/image/x86_asm/interpolate8x8_3dn.asm
1092 :     src/image/x86_asm/interpolate8x8_3dne.asm
1093 :     src/image/x86_asm/interpolate8x8_mmx.asm
1094 :     src/image/x86_asm/interpolate8x8_xmm.asm
1095 :     src/image/x86_asm/postprocessing_mmx.asm
1096 :     src/image/x86_asm/postprocessing_sse2.asm
1097 :     src/image/x86_asm/qpel_mmx.asm
1098 :     src/image/x86_asm/reduced_mmx.asm
1099 :     src/motion/x86_asm/sad_3dn.asm src/motion/x86_asm/sad_3dne.asm
1100 :     src/motion/x86_asm/sad_mmx.asm src/motion/x86_asm/sad_sse2.asm
1101 :     src/motion/x86_asm/sad_xmm.asm
1102 :     src/quant/x86_asm/quantize_h263_3dne.asm
1103 :     src/quant/x86_asm/quantize_h263_mmx.asm
1104 :     src/quant/x86_asm/quantize_mpeg_mmx.asm
1105 :     src/quant/x86_asm/quantize_mpeg_xmm.asm
1106 :     src/utils/x86_asm/cpuid.asm
1107 :     src/utils/x86_asm/interlacing_mmx.asm
1108 :     src/utils/x86_asm/mem_transfer_3dne.asm
1109 :     src/utils/x86_asm/mem_transfer_mmx.asm
1110 :    
1111 :    
1112 :     2004-08-21 17:04:57 GMT patch-73
1113 :    
1114 :     Summary:
1115 :     Added yasm support in configure.in
1116 :     Revision:
1117 :     xvidcore--head--0.0--patch-73
1118 :    
1119 :     From ed.gomez:
1120 :     * Added yasm configure.in support. It's my preferred ia32 assembly
1121 :     because it allows debugging/profiling of assembly code with oprofile.
1122 :    
1123 :     modified files:
1124 :     build/generic/configure.in
1125 :    
1126 :    
1127 :     2004-08-21 11:47:31 GMT patch-72
1128 :    
1129 :     Summary:
1130 :     Merged fix from stable
1131 :     Revision:
1132 :     xvidcore--head--0.0--patch-72
1133 :    
1134 :     Merged fix from stable
1135 :    
1136 :     Patches applied:
1137 :    
1138 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-52
1139 :     Stupid typo+error in fdct_xxx_skal macro generator.
1140 :    
1141 :    
1142 :     modified files:
1143 :     src/dct/x86_asm/fdct_mmx_skal.asm
1144 :    
1145 :     new patches:
1146 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-52
1147 :    
1148 :    
1149 :     2004-08-16 22:32:46 GMT patch-71
1150 :    
1151 :     Summary:
1152 :     Decoder optimization (fixing regression)
1153 :     Revision:
1154 :     xvidcore--head--0.0--patch-71
1155 :    
1156 :     From ed.gomez:
1157 :     * With newly introduced vector checking, decoder became noticeably
1158 :     slower. This was caused by poorly written code (sorry sysKin :P)
1159 :     + unrolled loop
1160 :     + removed duplicated border computings
1161 :     + marks the function as __inline
1162 :    
1163 :     modified files:
1164 :     src/decoder.c
1165 :    
1166 :    
1167 :     2004-08-15 11:42:20 GMT patch-70
1168 :    
1169 :     Summary:
1170 :     Out of bounds MVs clipping
1171 :     Revision:
1172 :     xvidcore--head--0.0--patch-70
1173 :    
1174 :     From sysKin:
1175 :     * Clip vectors that end up out of bounds.
1176 :    
1177 :     modified files:
1178 :     src/decoder.c
1179 :    
1180 :    
1181 :     2004-08-10 22:30:09 GMT patch-69
1182 :    
1183 :     Summary:
1184 :     Fixed CBR plugin.
1185 :     Revision:
1186 :     xvidcore--head--0.0--patch-69
1187 :    
1188 :     From Foxer:
1189 :     * Do not set the return quantizer to the frame's quantizer
1190 :     (caused the crazy quant choices)
1191 :     * Allow quant1 to influence the sequence quality
1192 :     * Allow more than +- 1 quantizer variation if the desired
1193 :     quantizer is much higher than the previous.
1194 :     * Clamp the overflow influence to 1 unit of buffer, that
1195 :     should help cases where still motion scenes are followed
1196 :     by normal motion scenes... old code was reaching amazing
1197 :     high bitrate, with this modification it should keep
1198 :     smaller bitrate.
1199 :    
1200 :     modified files:
1201 :     src/plugins/plugin_single.c
1202 :    
1203 :    
1204 :     2004-08-01 15:23:49 GMT patch-68
1205 :    
1206 :     Summary:
1207 :     error in dshow par array indexing
1208 :     Revision:
1209 :     xvidcore--head--0.0--patch-68
1210 :    
1211 :     error in dshow par array indexing
1212 :    
1213 :    
1214 :     modified files:
1215 :     dshow/src/CXvidDecoder.cpp
1216 :    
1217 :    
1218 :     2004-08-01 13:38:36 GMT patch-67
1219 :    
1220 :     Summary:
1221 :     Faster bframe decoding (qpel this time)
1222 :     Revision:
1223 :     xvidcore--head--0.0--patch-67
1224 :    
1225 :     From ed.gomez:
1226 :     * Used the same trick as for halfpel bvops, merge backward
1227 :     interpolation and dst averaging steps.
1228 :    
1229 :     NB: i'm currently not able to say if it's a real speedup or not
1230 :     because my linux kernel uses a process scheduler gives great
1231 :     variance to results... so far i'm sure this isn't a slowdown
1232 :     neither for C nor ia32 SIMD.
1233 :    
1234 :     modified files:
1235 :     src/decoder.c src/image/qpel.c src/image/qpel.h
1236 :    
1237 :    
1238 :     2004-08-01 11:24:07 GMT patch-66
1239 :    
1240 :     Summary:
1241 :     Unified qpel code path for all platforms
1242 :     Revision:
1243 :     xvidcore--head--0.0--patch-66
1244 :    
1245 :     From ed.gomez and skal:
1246 :     * Unified qpel code path for all platforms. Next step is
1247 :     to fully exploit this code path to speedup qpel bframe
1248 :     decoding
1249 :    
1250 :     NB: this makes also ports life easier as they would not port
1251 :     obsoleted function sets...
1252 :    
1253 :     modified files:
1254 :     src/decoder.c src/image/interpolate8x8.h src/image/qpel.c
1255 :     src/image/qpel.h src/motion/motion_comp.c
1256 :    
1257 :    
1258 :     2004-07-31 15:08:19 GMT patch-65
1259 :    
1260 :     Summary:
1261 :     Faster bframe decoding.
1262 :     Revision:
1263 :     xvidcore--head--0.0--patch-65
1264 :    
1265 :     From ed.gomez and skal:
1266 :     * Faster direct/interpolated bvop blocks decoding for halfpel
1267 :     sequences. The trick is to compute and average directly with
1268 :     destination during one of the forward/backward interpolations.
1269 :     At this moment, this patch covers only halfpel decoding, the
1270 :     same trick is expected to be hacked for qpel.
1271 :    
1272 :     modified files:
1273 :     src/decoder.c src/image/interpolate8x8.c
1274 :     src/image/interpolate8x8.h
1275 :     src/image/x86_asm/interpolate8x8_mmx.asm
1276 :     src/image/x86_asm/interpolate8x8_xmm.asm src/xvid.c
1277 :    
1278 :    
1279 :     2004-07-31 09:13:23 GMT patch-64
1280 :    
1281 :     Summary:
1282 :     Last bit for dshow gcc support
1283 :     Revision:
1284 :     xvidcore--head--0.0--patch-64
1285 :    
1286 :     From pete:
1287 :     * Last bits concerning gcc build support for dshow.
1288 :    
1289 :     removed files:
1290 :     dshow/dxpatch/.arch-ids/DXVCSDK-9.0-gcc.patch.id
1291 :     dshow/dxpatch/.arch-ids/DXVCSDK-9.0-gcc.txt.id
1292 :     dshow/dxpatch/DXVCSDK-9.0-gcc.patch
1293 :     dshow/dxpatch/DXVCSDK-9.0-gcc.txt
1294 :    
1295 :     modified files:
1296 :     dshow/src/Configure.cpp
1297 :    
1298 :    
1299 :     2004-07-27 21:10:02 GMT patch-63
1300 :    
1301 :     Summary:
1302 :     Better cross compilation support for dshow.
1303 :     Revision:
1304 :     xvidcore--head--0.0--patch-63
1305 :    
1306 :     From pete and ed.gomez:
1307 :     * gcc 3.4.1 is even more pedantic, ::GUID was breaking it, use
1308 :     struct _GUID instead.
1309 :     * Some uppercase/lowercase mixing in MS headers.
1310 :     * More documentation footage for the braves !
1311 :    
1312 :     NB: with all this, dshow should compile, but it is not guaranted
1313 :     to work ! There's even a patch for Configure.cpp that could be
1314 :     required... postponed to a later patch.
1315 :    
1316 :     modified files:
1317 :     dshow/dxpatch/dx90sdk-update-gcc.patch
1318 :     dshow/dxpatch/dx90sdk-update-gcc.txt
1319 :    
1320 :    
1321 :     2004-07-26 20:25:52 GMT patch-62
1322 :    
1323 :     Summary:
1324 :     ChangeLog 1.1 update
1325 :     Revision:
1326 :     xvidcore--head--0.0--patch-62
1327 :    
1328 :     ChangeLog 1.1 update
1329 :    
1330 :    
1331 :     modified files:
1332 :     ChangeLog
1333 :    
1334 :    
1335 : edgomez 1525 2004-07-26 20:22:38 GMT patch-61
1336 :    
1337 :     Summary:
1338 :     Update from stable
1339 :     Revision:
1340 :     xvidcore--head--0.0--patch-61
1341 :    
1342 :     Update from stable
1343 :    
1344 :     Patches applied:
1345 :    
1346 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-51
1347 :     ChangeLog Update
1348 :    
1349 :    
1350 :     modified files:
1351 :     ChangeLog-1.0
1352 :    
1353 :     new patches:
1354 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-51
1355 :    
1356 :    
1357 :     2004-07-26 19:26:24 GMT patch-60
1358 :    
1359 :     Summary:
1360 :     Another missing memset in xvid_decraw
1361 :     Revision:
1362 :     xvidcore--head--0.0--patch-60
1363 :    
1364 :     Another missing memset in xvid_decraw
1365 :    
1366 :    
1367 :     modified files:
1368 :     examples/xvid_decraw.c
1369 :    
1370 :    
1371 :     2004-07-26 19:14:45 GMT patch-59
1372 :    
1373 :     Summary:
1374 :     DShow updates for gcc toolchain.
1375 :     Revision:
1376 :     xvidcore--head--0.0--patch-59
1377 :    
1378 :     From pete:
1379 :     * More work on the gcc toolchain.
1380 :    
1381 :     new files:
1382 :     dshow/dxpatch/.arch-ids/dx90sdk-update-gcc.patch.id
1383 :     dshow/dxpatch/.arch-ids/dx90sdk-update-gcc.txt.id
1384 :     dshow/dxpatch/dx90sdk-update-gcc.patch
1385 :     dshow/dxpatch/dx90sdk-update-gcc.txt
1386 :    
1387 :     modified files:
1388 :     dshow/Makefile dshow/dshow.dsp dshow/src/CXvidDecoder.cpp
1389 :    
1390 :    
1391 :     2004-07-25 21:31:41 GMT patch-58
1392 :    
1393 :     Summary:
1394 :     Added GPL to vfw frontend
1395 :     Revision:
1396 :     xvidcore--head--0.0--patch-58
1397 :    
1398 :     From pete:
1399 :     * Added GPL to VFW ressources.
1400 :    
1401 :     modified files:
1402 :     vfw/src/config.c vfw/src/driverproc.c vfw/src/resource.h
1403 :     vfw/src/resource.rc
1404 :    
1405 :    
1406 :     2004-07-25 19:31:32 GMT patch-57
1407 :    
1408 :     Summary:
1409 :     decoder_mb_decode cleanup
1410 :     Revision:
1411 :     xvidcore--head--0.0--patch-57
1412 :    
1413 :     From ed.gomez:
1414 :     * Try to cleanup the decoder_mb_decode function. A bit more
1415 :     computing required, less branches, more readable code.
1416 :    
1417 :     modified files:
1418 :     src/decoder.c
1419 :    
1420 :    
1421 :     2004-07-24 11:39:57 GMT patch-56
1422 :    
1423 :     Summary:
1424 :     Important bugfix from stable
1425 :     Revision:
1426 :     xvidcore--head--0.0--patch-56
1427 :    
1428 :     Important bugfix from stable
1429 :    
1430 :     Patches applied:
1431 :    
1432 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-50
1433 :     BVOP direct/interpolated ref block rounding fix.
1434 :    
1435 :    
1436 :     modified files:
1437 :     src/decoder.c
1438 :    
1439 :     new patches:
1440 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-50
1441 :    
1442 :    
1443 :     2004-07-23 20:40:08 GMT patch-55
1444 :    
1445 :     Summary:
1446 :    
1447 :     Revision:
1448 :     xvidcore--head--0.0--patch-55
1449 :    
1450 :     From ed.gomez:
1451 :     * Extended stable patch pplying same change to new nasm files
1452 :    
1453 :     Patches applied:
1454 :    
1455 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-49
1456 :     Removed data qualifer in .rodata
1457 :    
1458 :    
1459 :     modified files:
1460 :     src/bitstream/x86_asm/cbp_mmx.asm
1461 :     src/bitstream/x86_asm/cbp_sse2.asm
1462 :     src/dct/x86_asm/fdct_mmx_ffmpeg.asm
1463 :     src/dct/x86_asm/fdct_mmx_skal.asm
1464 :     src/dct/x86_asm/fdct_sse2_skal.asm
1465 :     src/dct/x86_asm/idct_3dne.asm src/dct/x86_asm/idct_mmx.asm
1466 :     src/dct/x86_asm/idct_sse2_dmitry.asm
1467 :     src/dct/x86_asm/simple_idct_mmx.asm
1468 :     src/image/x86_asm/colorspace_rgb_mmx.asm
1469 :     src/image/x86_asm/colorspace_yuyv_mmx.asm
1470 :     src/image/x86_asm/interpolate8x8_3dn.asm
1471 :     src/image/x86_asm/interpolate8x8_3dne.asm
1472 :     src/image/x86_asm/interpolate8x8_mmx.asm
1473 :     src/image/x86_asm/interpolate8x8_xmm.asm
1474 :     src/image/x86_asm/postprocessing_mmx.asm
1475 :     src/image/x86_asm/postprocessing_sse2.asm
1476 :     src/image/x86_asm/qpel_mmx.asm
1477 :     src/image/x86_asm/reduced_mmx.asm
1478 :     src/motion/x86_asm/sad_3dn.asm src/motion/x86_asm/sad_3dne.asm
1479 :     src/motion/x86_asm/sad_mmx.asm src/motion/x86_asm/sad_sse2.asm
1480 :     src/motion/x86_asm/sad_xmm.asm
1481 :     src/quant/x86_asm/quantize_h263_3dne.asm
1482 :     src/quant/x86_asm/quantize_h263_mmx.asm
1483 :     src/quant/x86_asm/quantize_mpeg_mmx.asm
1484 :     src/quant/x86_asm/quantize_mpeg_xmm.asm
1485 :     src/utils/x86_asm/cpuid.asm
1486 :     src/utils/x86_asm/interlacing_mmx.asm
1487 :     src/utils/x86_asm/mem_transfer_3dne.asm
1488 :     src/utils/x86_asm/mem_transfer_mmx.asm
1489 :    
1490 :     new patches:
1491 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-49
1492 :    
1493 :    
1494 :     2004-07-21 19:36:46 GMT patch-54
1495 :    
1496 :     Summary:
1497 :     Bframe fixes, still not back to 1.0.1 level
1498 :     Revision:
1499 :     xvidcore--head--0.0--patch-54
1500 :    
1501 :     Bframe fixes, still not back to 1.0.1 level
1502 :    
1503 :    
1504 :     modified files:
1505 :     src/motion/estimation_bvop.c
1506 :     src/motion/estimation_rd_based_bvop.c
1507 :    
1508 :    
1509 :     2004-07-19 18:46:09 GMT patch-53
1510 :    
1511 :     Summary:
1512 :     Stable merge
1513 :     Revision:
1514 :     xvidcore--head--0.0--patch-53
1515 :    
1516 :     Stable merge
1517 :    
1518 :     Patches applied:
1519 :    
1520 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-47
1521 :     ISO C99'ism fix
1522 :    
1523 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-48
1524 :     Complete previous xvid_decraw patch
1525 :    
1526 :    
1527 :     modified files:
1528 :     examples/xvid_decraw.c src/encoder.c
1529 :    
1530 :     new patches:
1531 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-47
1532 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-48
1533 :    
1534 :    
1535 :     2004-07-18 15:19:58 GMT patch-52
1536 :    
1537 :     Summary:
1538 :     Added dshow mingw build process
1539 :     Revision:
1540 :     xvidcore--head--0.0--patch-52
1541 :    
1542 :     From pete:
1543 :     - Added mingw build process to dshow frontend.
1544 :    
1545 :     new files:
1546 :     dshow/.arch-ids/Makefile.id dshow/.arch-ids/sources.inc.id
1547 :     dshow/Makefile dshow/dxpatch/.arch-ids/=id
1548 :     dshow/dxpatch/.arch-ids/DXVCSDK-9.0-gcc.patch.id
1549 :     dshow/dxpatch/.arch-ids/DXVCSDK-9.0-gcc.txt.id
1550 :     dshow/dxpatch/DXVCSDK-9.0-gcc.patch
1551 :     dshow/dxpatch/DXVCSDK-9.0-gcc.txt dshow/sources.inc
1552 :    
1553 :     modified files:
1554 :     dshow/dshow.dsp dshow/src/CXvidDecoder.cpp
1555 :     dshow/src/Configure.cpp dshow/src/config.h dshow/src/debug.h
1556 :     dshow/src/xvid.ax.rc
1557 :    
1558 :     new directories:
1559 :     dshow/dxpatch dshow/dxpatch/.arch-ids
1560 :    
1561 :    
1562 :     2004-07-18 15:01:02 GMT patch-51
1563 :    
1564 :     Summary:
1565 :     Added RD optimized block mode decision in bvops
1566 :     Revision:
1567 :     xvidcore--head--0.0--patch-51
1568 :    
1569 :     From sysKin:
1570 :     * Added RD optimized block mode decision in bvops.
1571 :    
1572 :     new files:
1573 :     src/motion/.arch-ids/estimation_rd_based_bvop.c.id
1574 :     src/motion/estimation_rd_based_bvop.c
1575 :    
1576 :     modified files:
1577 :     build/generic/sources.inc build/win32/libxvidcore.dsp
1578 :     build/win32/libxvidcore_static.dsp src/motion/estimation.h
1579 :     src/motion/estimation_bvop.c src/motion/estimation_rd_based.c
1580 :     src/plugins/plugin_2pass1.c src/xvid.h vfw/src/codec.c
1581 :     vfw/src/config.c vfw/src/config.h vfw/src/resource.h
1582 :     vfw/src/resource.rc
1583 :    
1584 :    
1585 :     2004-07-17 11:37:21 GMT patch-50
1586 :    
1587 :     Summary:
1588 :     Stable merges
1589 :     Revision:
1590 :     xvidcore--head--0.0--patch-50
1591 :    
1592 :     Stable merges
1593 :    
1594 :     Patches applied:
1595 :    
1596 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-45
1597 :     Future version interoperability
1598 :    
1599 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-46
1600 :     Make sure time incr is never larger than 16bit.
1601 :    
1602 :    
1603 :     modified files:
1604 :     examples/xvid_decraw.c src/encoder.c
1605 :    
1606 :     new patches:
1607 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-45
1608 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-46
1609 :    
1610 :    
1611 :     2004-07-16 19:53:27 GMT patch-49
1612 :    
1613 :     Summary:
1614 :     AR support in DShow
1615 :     Revision:
1616 :     xvidcore--head--0.0--patch-49
1617 :    
1618 :     From koepi/minolta:
1619 :     * Added AR support to dshow frontend.
1620 :    
1621 :     modified files:
1622 :     dshow/src/CXvidDecoder.cpp dshow/src/CXvidDecoder.h
1623 :     dshow/src/config.c
1624 :    
1625 :    
1626 :     2004-07-16 19:49:25 GMT patch-48
1627 :    
1628 :     Summary:
1629 :     VFW update and fixes
1630 :     Revision:
1631 :     xvidcore--head--0.0--patch-48
1632 :    
1633 :     From makc on our forums:
1634 :     * Use non deprecated defines
1635 :     * Fixed frame size formula.
1636 :    
1637 :     modified files:
1638 :     TODO vfw/src/codec.c vfw/src/driverproc.c
1639 :    
1640 :    
1641 :     2004-07-16 19:29:58 GMT patch-47
1642 :    
1643 :     Summary:
1644 :     SSE2 brightness postproc.
1645 :     Revision:
1646 :     xvidcore--head--0.0--patch-47
1647 :    
1648 :     From Decoder:
1649 :     * Added SS2 brightness postproc code.
1650 :    
1651 :     new files:
1652 :     src/image/x86_asm/.arch-ids/postprocessing_sse2.asm.id
1653 :     src/image/x86_asm/postprocessing_sse2.asm
1654 :    
1655 :     modified files:
1656 :     build/generic/sources.inc build/win32/libxvidcore.dsp
1657 :     build/win32/libxvidcore_static.dsp src/image/postprocessing.h
1658 :     src/xvid.c src/xvid.h
1659 :    
1660 :    
1661 :     2004-07-14 23:27:14 GMT patch-46
1662 :    
1663 :     Summary:
1664 :     More audio for VFW bitcalc
1665 :     Revision:
1666 :     xvidcore--head--0.0--patch-46
1667 :    
1668 :     From ???:
1669 :     * added more audio formats to bitcalc
1670 :     * replaced old ogm overhead formula with more precise one
1671 :    
1672 :     modified files:
1673 :     TODO vfw/src/config.c vfw/src/resource.rc
1674 :    
1675 :    
1676 :     2004-07-14 13:01:57 GMT patch-45
1677 :    
1678 :     Summary:
1679 :     Enable MMX qpel in decoder.
1680 :     Revision:
1681 :     xvidcore--head--0.0--patch-45
1682 :    
1683 :     From ed.gomez:
1684 :     * It seems we're not that smart. We had mmx qpel code for more than
1685 :     a year, it is used in encoder but wasn't in decoder :\
1686 :    
1687 :     modified files:
1688 :     src/decoder.c
1689 :    
1690 :    
1691 :     2004-07-14 10:27:43 GMT patch-44
1692 :    
1693 :     Summary:
1694 :     Speedup block transfer C functionKeywords:
1695 :     Revision:
1696 :     xvidcore--head--0.0--patch-44
1697 :    
1698 :     From ed.gomez:
1699 :     * Not that a useful patch for most of users, but transfer8x8 was
1700 :     really too slow. Simple optimizations did great, all 32bit
1701 :     platforms using the C code should benefit from this speedup.
1702 :    
1703 :     modified files:
1704 :     src/utils/mem_transfer.c
1705 :    
1706 :    
1707 :     2004-07-11 12:53:19 GMT patch-43
1708 :    
1709 :     Summary:
1710 :     Manual AR setting for dshow.
1711 :     Revision:
1712 :     xvidcore--head--0.0--patch-43
1713 :    
1714 :     From koepi:
1715 :     * added manual AR setting in dshow.
1716 :    
1717 :     modified files:
1718 :     dshow/src/CXvidDecoder.cpp dshow/src/config.c
1719 :     dshow/src/config.h dshow/src/resource.h dshow/src/xvid.ax.rc
1720 :    
1721 :    
1722 :     2004-07-11 10:34:56 GMT patch-42
1723 :    
1724 :     Summary:
1725 :     Added top field control to vfw.
1726 :     Revision:
1727 :     xvidcore--head--0.0--patch-42
1728 :    
1729 :     From koepi:
1730 :     * added top field first flag to vfw.
1731 :    
1732 :     modified files:
1733 :     vfw/src/codec.c vfw/src/config.c vfw/src/config.h
1734 :     vfw/src/resource.h vfw/src/resource.rc
1735 :    
1736 :    
1737 :     2004-07-10 17:47:01 GMT patch-41
1738 :    
1739 :     Summary:
1740 :     Decoder work.
1741 :     Revision:
1742 :     xvidcore--head--0.0--patch-41
1743 :    
1744 :     From ed.gomez:
1745 :     * Faster get coeff (now gcc can even inline it)
1746 :     * On the fly coeff dequant for inter blocks
1747 :     (intra don't get this, because there are lot more non
1748 :     zero coeffs, and i doubt it'd get faster with this)
1749 :    
1750 :     modified files:
1751 :     src/bitstream/mbcoding.c src/bitstream/mbcoding.h
1752 :     src/decoder.c
1753 :    
1754 :    
1755 :     2004-07-10 17:34:19 GMT patch-40
1756 :    
1757 :     Summary:
1758 :     ChangeLog update + removed my email
1759 :     Revision:
1760 :     xvidcore--head--0.0--patch-40
1761 :    
1762 :     ChangeLog update + removed my email
1763 :    
1764 :    
1765 :     modified files:
1766 :     ChangeLog
1767 :    
1768 :    
1769 : edgomez 1484 2004-07-10 17:31:36 GMT patch-39
1770 :    
1771 :     Summary:
1772 :     Stable merge
1773 :     Revision:
1774 :     xvidcore--head--0.0--patch-39
1775 :    
1776 :     Stable merge
1777 :    
1778 :     Patches applied:
1779 :    
1780 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-43
1781 :     Small mem leak in vfw.
1782 :    
1783 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-44
1784 :     ChangeLog update
1785 :    
1786 :    
1787 :     modified files:
1788 :     ChangeLog-1.0 vfw/src/codec.c
1789 :    
1790 :     new patches:
1791 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-43
1792 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-44
1793 :    
1794 :    
1795 :     2004-07-10 17:25:33 GMT patch-38
1796 :    
1797 :     Summary:
1798 :     Improved ME.
1799 :     Revision:
1800 :     xvidcore--head--0.0--patch-38
1801 :    
1802 :     From sysKin:
1803 :     * new ME for b-frames
1804 :     * small redesign of subpel refinement function
1805 :    
1806 :     From ed.gomez:
1807 :     * Fixed some warnings reported by gcc. (the if condition should
1808 :     be checked by the original autor)
1809 :    
1810 :     modified files:
1811 :     src/motion/estimation.h src/motion/estimation_bvop.c
1812 :     src/motion/estimation_common.c src/motion/estimation_gmc.c
1813 :     src/motion/estimation_pvop.c src/motion/estimation_rd_based.c
1814 :     src/motion/vop_type_decision.c
1815 :    
1816 :    
1817 :     2004-07-10 17:16:38 GMT patch-37
1818 :    
1819 :     Summary:
1820 :     qpel and chroma-sad had overlapping memory targets
1821 :     Revision:
1822 :     xvidcore--head--0.0--patch-37
1823 :    
1824 :     From sysKin:
1825 :     * qpel and chroma-sad had overlapping memory targets
1826 :    
1827 :     modified files:
1828 :     src/motion/estimation_bvop.c
1829 :    
1830 :    
1831 :     2004-07-10 17:03:06 GMT patch-36
1832 :    
1833 :     Summary:
1834 :     New changelog for 1.1 tree
1835 :     Revision:
1836 :     xvidcore--head--0.0--patch-36
1837 :    
1838 :     New changelog for 1.1 tree
1839 :    
1840 :    
1841 :     new files:
1842 :     .arch-ids/ChangeLog.id ChangeLog
1843 :    
1844 :     renamed files:
1845 :     .arch-ids/ChangeLog.id
1846 :     ==> .arch-ids/ChangeLog-1.0.id
1847 :     ChangeLog
1848 :     ==> ChangeLog-1.0
1849 :    
1850 :    
1851 :     2004-07-10 16:57:53 GMT patch-35
1852 :    
1853 :     Summary:
1854 :     Stable tree merge
1855 :     Revision:
1856 :     xvidcore--head--0.0--patch-35
1857 :    
1858 :     Stable tree merge
1859 :    
1860 :     Patches applied:
1861 :    
1862 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-40
1863 :     Small memory error in ia32 cpuid function.
1864 :    
1865 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-41
1866 :     low delay guessing (il)logic fix.
1867 :    
1868 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-42
1869 :     Fix wrong matrix reading logic.
1870 :    
1871 :    
1872 :     modified files:
1873 :     src/bitstream/bitstream.c src/decoder.c
1874 :     src/utils/x86_asm/cpuid.asm
1875 :    
1876 :     new patches:
1877 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-40
1878 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-41
1879 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-42
1880 :    
1881 :    
1882 :     2004-06-12 13:51:50 GMT patch-34
1883 :    
1884 :     Summary:
1885 :     Added VBV to twopass RC
1886 :     Revision:
1887 :     xvidcore--head--0.0--patch-34
1888 :    
1889 :     From christoph:
1890 :     * Added VBV model verifier to twopass RC plugin
1891 :    
1892 :     From ed.gomez:
1893 :     * Do apply CodingStyle to christoph's code
1894 :     * Use DPRINTF instead of #ifdef VBV_DEBUG #endif blocks as
1895 :     the information that was outputting was usefull for general
1896 :     RC debugging.
1897 :    
1898 :     modified files:
1899 :     examples/xvid_encraw.c src/plugins/plugin_2pass2.c src/xvid.h
1900 :    
1901 :    
1902 :     2004-06-05 23:05:43 GMT patch-33
1903 :    
1904 :     Summary:
1905 :     Merged stable branch patches
1906 :     Revision:
1907 :     xvidcore--head--0.0--patch-33
1908 :    
1909 :     Merged stable branch patches
1910 :    
1911 :     Patches applied:
1912 :    
1913 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-38
1914 :     DC clipping bug for real
1915 :    
1916 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-39
1917 :     Marking 1.0.1 release
1918 :    
1919 :    
1920 :     modified files:
1921 :     ChangeLog TODO build/generic/configure.in src/decoder.c
1922 :     src/motion/estimation_rd_based.c src/prediction/mbprediction.c
1923 :     src/prediction/mbprediction.h src/xvid.h
1924 :    
1925 :     new patches:
1926 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-38
1927 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-39
1928 :    
1929 :    
1930 :     2004-06-05 23:02:35 GMT patch-32
1931 :    
1932 :     Summary:
1933 :     Previous merge went wrong
1934 :     Revision:
1935 :     xvidcore--head--0.0--patch-32
1936 :    
1937 :     Previous merge went wrong
1938 :    
1939 :    
1940 :     modified files:
1941 :     src/portab.h
1942 :    
1943 :    
1944 :     2004-05-31 21:32:38 GMT patch-31
1945 :    
1946 :     Summary:
1947 :     Added icon into vfw frontend.
1948 :     Revision:
1949 :     xvidcore--head--0.0--patch-31
1950 :    
1951 :     From pete:
1952 :     * Added icon into vfw fronted dll. Should show up in uninstall menu.
1953 :    
1954 :     new files:
1955 :     vfw/src/.arch-ids/xvid.ico.id vfw/src/xvid.ico
1956 :    
1957 :     modified files:
1958 :     vfw/bin/xvid.inf vfw/src/resource.rc vfw/vfw.dsp
1959 :    
1960 :    
1961 :     2004-05-31 21:22:49 GMT patch-30
1962 :    
1963 :     Summary:
1964 :     Merged stable branch fixes
1965 :     Revision:
1966 :     xvidcore--head--0.0--patch-30
1967 :    
1968 :     Merged stable branch fixes
1969 :    
1970 :     Patches applied:
1971 :    
1972 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-31
1973 :     Close variable argument list.
1974 :    
1975 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-32
1976 :     Bits/Bytes confusion in the VFW frontend.
1977 :    
1978 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-33
1979 :     Nasty typo in pvop vector lambdas.
1980 :    
1981 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-34
1982 :     FPS=1 problem in decoder.
1983 :    
1984 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-35
1985 :     More missing va_end() calls.
1986 :    
1987 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-36
1988 :     Wrong license header.
1989 :    
1990 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-37
1991 :     time fixes to decoder.
1992 :    
1993 :    
1994 :     modified files:
1995 :     src/bitstream/bitstream.c src/decoder.c src/decoder.h
1996 :     src/image/font.c src/image/reduced.c
1997 :     src/motion/estimation_pvop.c src/portab.h vfw/src/codec.c
1998 :     vfw/src/config.c
1999 :    
2000 :     new patches:
2001 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-31
2002 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-32
2003 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-33
2004 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-34
2005 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-35
2006 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-36
2007 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-37
2008 :    
2009 :    
2010 :     2004-05-26 09:13:33 GMT patch-29
2011 :    
2012 :     Summary:
2013 :     Stable merges
2014 :     Revision:
2015 :     xvidcore--head--0.0--patch-29
2016 :    
2017 :     Stable merges
2018 :    
2019 :     Patches applied:
2020 :    
2021 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-28
2022 :     Small bug in bframe ME.
2023 :    
2024 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-29
2025 :     Small trellis bug
2026 :    
2027 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-30
2028 :     ICM compatibility for VFW
2029 :    
2030 :    
2031 :     modified files:
2032 :     src/motion/estimation_bvop.c src/utils/mbtransquant.c
2033 :     vfw/src/config.c vfw/src/driverproc.c
2034 :    
2035 :     new patches:
2036 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-28
2037 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-29
2038 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-30
2039 :    
2040 :    
2041 :     2004-05-21 14:32:41 GMT patch-28
2042 :    
2043 :     Summary:
2044 :     Don't set edges twice on a frame.
2045 :     Revision:
2046 :     xvidcore--head--0.0--patch-28
2047 :    
2048 :     From ed.gomez:
2049 :     * A similar optimization has been done for encoder long ago,
2050 :     dunno why this hasn't been "ported" to decoder. This speeds
2051 :     up quite a lot the decoder for no effort (~7%).
2052 :    
2053 :     modified files:
2054 :     src/decoder.c src/decoder.h
2055 :    
2056 :    
2057 :     2004-05-21 14:25:19 GMT patch-27
2058 :    
2059 :     Summary:
2060 :     No 64 bit arithmetic in critical path.
2061 :     Revision:
2062 :     xvidcore--head--0.0--patch-27
2063 :    
2064 :     From ed.gomez:
2065 :     * No 64 bit arithmetic in critical paths (direct blocks in bvops), it's
2066 :     way too slow (__divdi3 GNU/Linux ABI for 64bit division was taking
2067 :     up to 5% cycles)
2068 :    
2069 :     modified files:
2070 :     src/decoder.c
2071 :    
2072 :    
2073 :     2004-05-15 22:20:11 GMT patch-26
2074 :    
2075 :     Summary:
2076 :     Merged stable tree changes
2077 :     Revision:
2078 :     xvidcore--head--0.0--patch-26
2079 :    
2080 :     Merged stable tree changes
2081 :    
2082 :     Patches applied:
2083 :    
2084 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-23
2085 :     Some very light Unix build system changes
2086 :    
2087 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-24
2088 :     Possible VOL header corruption.
2089 :    
2090 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-25
2091 :     DC prediction fix.
2092 :    
2093 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-26
2094 :     Small mismatch in hint<->widget in VFW
2095 :    
2096 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-27
2097 :     Marking 1.0.0 final
2098 :    
2099 :    
2100 :     modified files:
2101 :     ChangeLog build/generic/Makefile build/generic/bootstrap.sh
2102 :     build/generic/configure.in src/bitstream/bitstream.c
2103 :     src/decoder.c src/motion/estimation_rd_based.c
2104 :     src/prediction/mbprediction.c src/prediction/mbprediction.h
2105 :     src/xvid.h vfw/src/resource.rc
2106 :    
2107 :     new patches:
2108 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-23
2109 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-24
2110 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-25
2111 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-26
2112 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-27
2113 :    
2114 :    
2115 :     2004-04-25 21:46:25 GMT patch-25
2116 :    
2117 :     Summary:
2118 :     Smarter skipping
2119 :     Revision:
2120 :     xvidcore--head--0.0--patch-25
2121 :    
2122 :     From sysKin:
2123 :     * Smarter skipping + bugfix
2124 :    
2125 :     modified files:
2126 :     src/motion/estimation.h src/motion/estimation_bvop.c
2127 :     src/motion/estimation_pvop.c
2128 :    
2129 :    
2130 :     2004-04-20 20:37:08 GMT patch-24
2131 :    
2132 :     Summary:
2133 :     ME cleanup.
2134 :     Revision:
2135 :     xvidcore--head--0.0--patch-24
2136 :    
2137 :     From sysKin:
2138 :     * First stage cleanup: new fast qpel refinement.
2139 :    
2140 :     modified files:
2141 :     src/motion/estimation.h src/motion/estimation_bvop.c
2142 :     src/motion/estimation_common.c src/motion/estimation_gmc.c
2143 :     src/motion/estimation_pvop.c src/motion/estimation_rd_based.c
2144 :     src/motion/vop_type_decision.c
2145 :    
2146 :    
2147 :     2004-04-20 19:44:44 GMT patch-23
2148 :    
2149 :     Summary:
2150 :     Merging 1.0 fixes
2151 :     Revision:
2152 :     xvidcore--head--0.0--patch-23
2153 :    
2154 :     Merging 1.0 fixes
2155 :    
2156 :     Patches applied:
2157 :    
2158 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-21
2159 :     Fix crash in decoder for non IFrame 1st frame.
2160 :    
2161 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-22
2162 :     Small visual fix.
2163 :    
2164 :    
2165 :     modified files:
2166 :     src/decoder.c vfw/src/config.c
2167 :    
2168 :     new patches:
2169 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-21
2170 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-22
2171 :    
2172 :    
2173 :     2004-04-18 17:14:29 GMT patch-22
2174 :    
2175 :     Summary:
2176 :     Merging 1.0 fixes
2177 :     Revision:
2178 :     xvidcore--head--0.0--patch-22
2179 :    
2180 :     Merging 1.0 fixes
2181 :    
2182 :     Patches applied:
2183 :    
2184 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-18
2185 :     Tiny xvid_decraw cleaning
2186 :    
2187 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-19
2188 :     vfw opens audio file in shared access mode
2189 :    
2190 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-20
2191 :     Typo
2192 :    
2193 :    
2194 :     modified files:
2195 :     examples/xvid_decraw.c vfw/src/resource.rc
2196 :    
2197 :     new patches:
2198 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-18
2199 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-19
2200 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-20
2201 :    
2202 :    
2203 :     2004-04-18 17:09:59 GMT patch-21
2204 :    
2205 :     Summary:
2206 :     Dering hooking in DShow.
2207 :     Revision:
2208 :     xvidcore--head--0.0--patch-21
2209 :    
2210 :     From sysKin:
2211 :     * Dering widget and associated code for dering support in DShow.
2212 :    
2213 :     modified files:
2214 :     dshow/src/CXvidDecoder.cpp dshow/src/config.c
2215 :     dshow/src/config.h dshow/src/resource.h dshow/src/xvid.ax.rc
2216 :    
2217 :    
2218 :     2004-04-18 17:08:53 GMT patch-20
2219 :    
2220 :     Summary:
2221 :     Dering hooking in VFW.
2222 :     Revision:
2223 :     xvidcore--head--0.0--patch-20
2224 :    
2225 :     From sysKin:
2226 :     * Dering widget and associated code for dering support in VFW.
2227 :    
2228 :     modified files:
2229 :     vfw/src/codec.c vfw/src/codec.h vfw/src/config.c
2230 :     vfw/src/resource.h vfw/src/resource.rc
2231 :    
2232 :    
2233 :     2004-04-18 17:06:14 GMT patch-19
2234 :    
2235 :     Summary:
2236 :     Added dering code.
2237 :     Revision:
2238 :     xvidcore--head--0.0--patch-19
2239 :    
2240 :     From Marc Fauconneau:
2241 :     * Added dering code to core.
2242 :    
2243 :     modified files:
2244 :     src/image/postprocessing.c src/image/postprocessing.h
2245 :     src/xvid.h
2246 :    
2247 :    
2248 :     2004-04-18 17:02:48 GMT patch-18
2249 :    
2250 :     Summary:
2251 :     Added static builds for msvc.
2252 :     Revision:
2253 :     xvidcore--head--0.0--patch-18
2254 :    
2255 :     From pete:
2256 :     * Added static type building project files for MSVC. Needed
2257 :     for xvid_bench.
2258 :    
2259 :     new files:
2260 :     build/win32/.arch-ids/libxvidcore_static.dsp.id
2261 :     build/win32/.arch-ids/xvid_decraw_static.dsp.id
2262 :     build/win32/.arch-ids/xvid_encraw_static.dsp.id
2263 :     build/win32/libxvidcore_static.dsp
2264 :     build/win32/xvid_decraw_static.dsp
2265 :     build/win32/xvid_encraw_static.dsp
2266 :    
2267 :     modified files:
2268 :     TODO build/win32/xvidcore.dsw
2269 :    
2270 :    
2271 :     2004-04-15 19:32:53 GMT patch-17
2272 :    
2273 :     Summary:
2274 :     Merged fixes from 1.0 tree
2275 :     Revision:
2276 :     xvidcore--head--0.0--patch-17
2277 :    
2278 :     Merged fixes from 1.0 tree
2279 :    
2280 :     Patches applied:
2281 :    
2282 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-14
2283 :     Fixed small bug in trellis code.
2284 :    
2285 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-15
2286 :     Ressource leaking in dshow.
2287 :    
2288 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-16
2289 :     Fixed missing 1st frame in dshow output.
2290 :    
2291 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-17
2292 :     Tiny minor fixes for msvc.
2293 :    
2294 :    
2295 :     modified files:
2296 :     build/win32/xvid_decraw.dsp build/win32/xvid_encraw.dsp
2297 :     dshow/src/CXvidDecoder.cpp dshow/src/CXvidDecoder.h
2298 :     examples/xvid_decraw.c src/utils/mbtransquant.c src/xvid.h
2299 :    
2300 :     new patches:
2301 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-14
2302 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-15
2303 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-16
2304 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-17
2305 :    
2306 :    
2307 :     2004-04-15 19:28:53 GMT patch-16
2308 :    
2309 :     Summary:
2310 :     Starting the 1.1 numbering here.
2311 :     Revision:
2312 :     xvidcore--head--0.0--patch-16
2313 :    
2314 :     From pete:
2315 :     * Started 1.1 numbering
2316 :     * Added 1.1 checking for the brightness field.
2317 :    
2318 :     PS: API 4 is extensible as long as we add fields at the end of
2319 :     the structures and that we had checks to mimic old core
2320 :     settings. That's why the API version doesn't change, but the
2321 :     public numbering does.
2322 :    
2323 :     modified files:
2324 :     src/decoder.c src/xvid.c src/xvid.h
2325 :    
2326 :    
2327 :     2004-04-14 19:22:52 GMT patch-15
2328 :    
2329 :     Summary:
2330 :     Remove ppro code from mmx h263 quant.
2331 :     Revision:
2332 :     xvidcore--head--0.0--patch-15
2333 :    
2334 :     From Jean Marc:
2335 :     * Removed pentium pro opcodes from mmx functions (cmov)
2336 :    
2337 :     modified files:
2338 :     src/quant/x86_asm/quantize_h263_mmx.asm
2339 :    
2340 :    
2341 :     2004-04-13 20:05:24 GMT patch-14
2342 :    
2343 :     Summary:
2344 :     Reverted troublesome patch-11
2345 :     Revision:
2346 :     xvidcore--head--0.0--patch-14
2347 :    
2348 :     From ed.gomez:
2349 :     * Removed buggy patch-11. Though xvid_bench tests passed, the code
2350 :     was buggy... and as all changes were involved, the patch is reverted.
2351 :    
2352 :     modified files:
2353 :     src/utils/x86_asm/mem_transfer_mmx.asm
2354 :    
2355 :    
2356 :     2004-04-12 15:48:21 GMT patch-13
2357 :    
2358 :     Summary:
2359 :     Optimized Plane SSE.
2360 :     Revision:
2361 :     xvidcore--head--0.0--patch-13
2362 :    
2363 :     From ed.gomez:
2364 :     * Mostly unuseful patch as it optimizes a function that is used
2365 :     not so often and that doesn't eat so much CPU. But as i'm always
2366 :     doing debugging (thus using plane_sse), i like the idea of being
2367 :     doing the debugging the faster i can :-)
2368 :    
2369 :     modified files:
2370 :     examples/xvid_bench.c src/image/image.c src/motion/sad.c
2371 :     src/motion/sad.h src/motion/x86_asm/sad_mmx.asm src/xvid.c
2372 :    
2373 :    
2374 :     2004-04-12 15:38:01 GMT patch-12
2375 :    
2376 :     Summary:
2377 :     New H263 code.
2378 :     Revision:
2379 :     xvidcore--head--0.0--patch-12
2380 :    
2381 :     From Jean Marc:
2382 :     * Improved H263 code.
2383 :    
2384 :     modified files:
2385 :     src/quant/x86_asm/quantize_h263_mmx.asm
2386 :    
2387 :    
2388 :     2004-04-12 14:03:19 GMT patch-10
2389 :    
2390 :     Summary:
2391 :     Removed CVS Id field
2392 :     Revision:
2393 :     xvidcore--head--0.0--patch-10
2394 :    
2395 :     Removed CVS Id field
2396 :    
2397 :    
2398 :     modified files:
2399 :     src/motion/ppc_asm/sad_altivec.c
2400 :    
2401 :    
2402 :     2004-04-12 14:00:16 GMT patch-9
2403 :    
2404 :     Summary:
2405 :     Added debug option (-debug)
2406 :     Revision:
2407 :     xvidcore--head--0.0--patch-9
2408 :    
2409 :     Added debug option (-debug)
2410 :    
2411 :    
2412 :     modified files:
2413 :     examples/xvid_decraw.c
2414 :    
2415 :    
2416 :     2004-04-12 13:53:00 GMT patch-8
2417 :    
2418 :     Summary:
2419 :     Merged stable tree fixes
2420 :     Revision:
2421 :     xvidcore--head--0.0--patch-8
2422 :    
2423 :     Merged stable tree fixes
2424 :    
2425 :     Patches applied:
2426 :    
2427 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-6
2428 :     Compiler quirk in portab.h
2429 :    
2430 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-7
2431 :     DShow widget hiding.
2432 :    
2433 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-8
2434 :     RGB 16bit output fix.
2435 :    
2436 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-9
2437 :     3DNow Ext functions use MMXEXT opcodes.
2438 :    
2439 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-10
2440 :     PGM support back in xvid_decraw.
2441 :    
2442 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-11
2443 :     Better MV clipping code.
2444 :    
2445 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-12
2446 :     3dnow functions proper separation.
2447 :    
2448 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-13
2449 :     Don't do SAD and RD based searches for qp.
2450 :    
2451 :    
2452 :     modified files:
2453 :     dshow/src/xvid.ax.rc examples/xvid_decraw.c src/decoder.c
2454 :     src/image/colorspace.c src/motion/estimation_pvop.c
2455 :     src/portab.h src/xvid.c
2456 :    
2457 :     new patches:
2458 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-6
2459 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-7
2460 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-8
2461 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-9
2462 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-10
2463 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-11
2464 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-12
2465 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-13
2466 :    
2467 :    
2468 :     2004-04-05 20:44:57 GMT patch-7
2469 :    
2470 :     Summary:
2471 :     MSVC warning.
2472 :     Revision:
2473 :     xvidcore--head--0.0--patch-7
2474 :    
2475 :     From pete:
2476 :     * Fixed MSVC warnings about float vs double.
2477 :    
2478 :     modified files:
2479 :     src/plugins/plugin_lumimasking.c
2480 :    
2481 :    
2482 :     2004-04-05 20:04:10 GMT patch-6
2483 :    
2484 :     Summary:
2485 :     Frame dropping alternative fix.
2486 :     Revision:
2487 :     xvidcore--head--0.0--patch-6
2488 :    
2489 :     From sysKin:
2490 :     * Different solution to the same problem previously fixed in
2491 :     1.0 tree.
2492 :    
2493 :     modified files:
2494 :     src/encoder.c
2495 :    
2496 :    
2497 :     2004-04-05 19:45:17 GMT patch-5
2498 :    
2499 :     Summary:
2500 :     Merged stable tree fixes
2501 :     Revision:
2502 :     xvidcore--head--0.0--patch-5
2503 :    
2504 :     Merged stable tree fixes
2505 :    
2506 :     Patches applied:
2507 :    
2508 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-2
2509 :     Typo in ME fast comparison.
2510 :    
2511 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-3
2512 :     Dead code removal.
2513 :    
2514 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-4
2515 :     Frame dropping disabling for bframes.
2516 :    
2517 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-5
2518 :     Marking RC4
2519 :    
2520 :    
2521 :     modified files:
2522 :     ChangeLog build/generic/configure.in src/encoder.c
2523 :     src/motion/estimation_common.c src/xvid.h
2524 :    
2525 :     new patches:
2526 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-2
2527 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-3
2528 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-4
2529 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-5
2530 :    
2531 :    
2532 :     2004-04-03 10:33:44 GMT patch-4
2533 :    
2534 :     Summary:
2535 :     Merged 1.0 fixes
2536 :     Revision:
2537 :     xvidcore--head--0.0--patch-4
2538 :    
2539 :     Merged 1.0 fixes
2540 :    
2541 :     Patches applied:
2542 :    
2543 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--base-0
2544 :     tag of ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-53
2545 :    
2546 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-1
2547 :     VFW Resource leak fix (try #2)
2548 :    
2549 :    
2550 :     modified files:
2551 :     vfw/src/codec.c vfw/src/driverproc.c
2552 :    
2553 :     new patches:
2554 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--base-0
2555 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-1
2556 :    
2557 :    
2558 :     2004-04-02 21:44:39 GMT patch-3
2559 :    
2560 :     Summary:
2561 :     Merged new PPC port
2562 :     Revision:
2563 :     xvidcore--head--0.0--patch-3
2564 :    
2565 :     Merged new PPC port
2566 :    
2567 :     Patches applied:
2568 :    
2569 :     * chn@kbw.ch--2004-1/xvidcore--naegeli--1.0--base-0
2570 :     tag of ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-4
2571 :    
2572 :     * chn@kbw.ch--2004-1/xvidcore--naegeli--1.0--patch-1
2573 :     Sad Altivec File added
2574 :    
2575 :     * chn@kbw.ch--2004-1/xvidcore--naegeli--1.0--patch-2
2576 :     Mem Transfer functions ported to altivec
2577 :    
2578 :     * chn@kbw.ch--2004-1/xvidcore--naegeli--1.0--patch-4
2579 :     bugfix in mem transfer altivec routines
2580 :    
2581 :     * chn@kbw.ch--2004-1/xvidcore--naegeli--1.0--patch-5
2582 :     Bug Fix in Mem Transfer
2583 :    
2584 :     * chn@kbw.ch--2004-1/xvidcore--naegeli--1.0--patch-6
2585 :     Walken Inverse DCT added
2586 :    
2587 :     * chn@kbw.ch--2004-1/xvidcore--naegeli--1.0--patch-7
2588 :     Interpolate8x8 altivec added
2589 :    
2590 :     * chn@kbw.ch--2004-1/xvidcore--naegeli--1.0--patch-8
2591 :     interpolate avg2 altivec added
2592 :    
2593 :     * chn@kbw.ch--2004-1/xvidcore--naegeli--1.0--patch-9
2594 :     Star-merged Edouards Branch
2595 :    
2596 :     * chn@kbw.ch--2004-1/xvidcore--naegeli--1.0--patch-10
2597 :     Added RGB to YV12 Altivec routines
2598 :    
2599 :     * chn@kbw.ch--2004-1/xvidcore--naegeli--1.0--patch-11
2600 :     Added YUV to YV12 Altivec routines
2601 :    
2602 :     * chn@kbw.ch--2004-1/xvidcore--naegeli--1.0--patch-12
2603 :     more interpolate functions
2604 :    
2605 :     * chn@kbw.ch--2004-1/xvidcore--naegeli--1.0--patch-13
2606 :     H263 Quantization added in altivec
2607 :    
2608 :     * chn@kbw.ch--2004-1/xvidcore--naegeli--1.0--patch-14
2609 :     Star-Merge with main branch
2610 :    
2611 :     * chn@kbw.ch--2004-1/xvidcore--naegeli--1.0--patch-15
2612 :     h263 dequantization with altivec
2613 :    
2614 :     * chn@kbw.ch--2004-1/xvidcore--naegeli--1.0--patch-16
2615 :     sse8_16bit added
2616 :    
2617 :     * chn@kbw.ch--2004-1/xvidcore--naegeli--1.0--patch-17
2618 :     added yv12 to yuv colorspace routines (altivec)
2619 :    
2620 :     * ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--base-0
2621 :     tag of ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--base-0
2622 :    
2623 :     * ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-1
2624 :     Merged with mainline patch-9
2625 :    
2626 :     * ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-2
2627 :     PPC platform support cleanup.
2628 :    
2629 :     * ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-3
2630 :     Merging Paul's changes
2631 :    
2632 :     * ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-4
2633 :     Merged mainline patches
2634 :    
2635 :     * ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-5
2636 :     Merged up to mainline RC1
2637 :    
2638 :     * ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-6
2639 :     Merged chn's work
2640 :    
2641 :     * ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-7
2642 :     Merged chn's mem transfer functions
2643 :    
2644 :     * ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-8
2645 :     Merged mainline mem_transfer arch separation
2646 :    
2647 :     * ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-9
2648 :     Merged mainline patches
2649 :    
2650 :     * ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-10
2651 :     Replayed unconflicting patches from chn
2652 :    
2653 :     * ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-11
2654 :     Merging mainline up to patch-31
2655 :    
2656 :     * ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-12
2657 :     Forgotten patch from chn
2658 :    
2659 :     * ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-13
2660 :     Merged chn's branch up to patch-10
2661 :    
2662 :     * ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-14
2663 :     Merged work from Chriostoph up to patch-13
2664 :    
2665 :     * ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-15
2666 :     Merged stuff from mainline
2667 :    
2668 :     * ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-16
2669 :     Merged chn's work
2670 :    
2671 :     * ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-17
2672 :     Merged mainline
2673 :    
2674 :     * ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-18
2675 :     Merged mainline fixes
2676 :    
2677 :     * ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-19
2678 :     Merging head branch to prepare mainline merging
2679 :    
2680 :     * ptk9417@rit.edu--2004-1/xvidcore--devapi4-ppc--1.0--base-0
2681 :     tag of ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-2
2682 :    
2683 :     * ptk9417@rit.edu--2004-1/xvidcore--devapi4-ppc--1.0--patch-1
2684 :     Quick changes for ppc linux
2685 :    
2686 :    
2687 :     new files:
2688 :     src/dct/ppc_asm/.arch-ids/idct_altivec.c.id
2689 :     src/dct/ppc_asm/idct_altivec.c src/image/ppc_asm/.arch-ids/=id
2690 :     src/image/ppc_asm/.arch-ids/colorspace_altivec.c.id
2691 :     src/image/ppc_asm/.arch-ids/interpolate8x8_altivec.c.id
2692 :     src/image/ppc_asm/colorspace_altivec.c
2693 :     src/image/ppc_asm/interpolate8x8_altivec.c
2694 :     src/motion/ppc_asm/.arch-ids/sad_altivec.c.id
2695 :     src/motion/ppc_asm/sad_altivec.c
2696 :     src/quant/ppc_asm/.arch-ids/=id
2697 :     src/quant/ppc_asm/.arch-ids/quant_h263_altivec.c.id
2698 :     src/quant/ppc_asm/quant_h263_altivec.c
2699 :     src/utils/ppc_asm/.arch-ids/=id
2700 :     src/utils/ppc_asm/.arch-ids/altivec_trigger.c.id
2701 :     src/utils/ppc_asm/.arch-ids/mem_transfer_altivec.c.id
2702 :     src/utils/ppc_asm/altivec_trigger.c
2703 :     src/utils/ppc_asm/mem_transfer_altivec.c
2704 :    
2705 :     removed files:
2706 :     src/bitstream/ppc_asm/.arch-ids/cbp_altivec.s.id
2707 :     src/bitstream/ppc_asm/.arch-ids/cbp_ppc.s.id
2708 :     src/bitstream/ppc_asm/cbp_altivec.s
2709 :     src/bitstream/ppc_asm/cbp_ppc.s
2710 :     src/dct/ppc_asm/.arch-ids/fdct_altivec.s.id
2711 :     src/dct/ppc_asm/.arch-ids/idct_altivec.s.id
2712 :     src/dct/ppc_asm/fdct_altivec.s src/dct/ppc_asm/idct_altivec.s
2713 :     src/motion/ppc_asm/.arch-ids/README.id
2714 :     src/motion/ppc_asm/.arch-ids/sad_altivec.c.id
2715 :     src/motion/ppc_asm/.arch-ids/sad_altivec.s.id
2716 :     src/motion/ppc_asm/README src/motion/ppc_asm/sad_altivec.c
2717 :     src/motion/ppc_asm/sad_altivec.s
2718 :    
2719 :     modified files:
2720 :     build/generic/Makefile build/generic/configure.in
2721 :     build/generic/platform.inc.in build/generic/sources.inc
2722 :     examples/xvid_bench.c src/bitstream/cbp.h src/dct/fdct.h
2723 :     src/dct/idct.h src/dct/simple_idct.c src/image/colorspace.h
2724 :     src/image/interpolate8x8.h src/motion/sad.h src/portab.h
2725 :     src/quant/quant.h src/utils/emms.h src/utils/mem_transfer.h
2726 :     src/xvid.c
2727 :    
2728 :     new directories:
2729 :     src/image/ppc_asm src/image/ppc_asm/.arch-ids
2730 :     src/quant/ppc_asm src/quant/ppc_asm/.arch-ids
2731 :     src/utils/ppc_asm src/utils/ppc_asm/.arch-ids
2732 :    
2733 :     new patches:
2734 :     chn@kbw.ch--2004-1/xvidcore--naegeli--1.0--base-0
2735 :     chn@kbw.ch--2004-1/xvidcore--naegeli--1.0--patch-1
2736 :     chn@kbw.ch--2004-1/xvidcore--naegeli--1.0--patch-2
2737 :     chn@kbw.ch--2004-1/xvidcore--naegeli--1.0--patch-4
2738 :     chn@kbw.ch--2004-1/xvidcore--naegeli--1.0--patch-5
2739 :     chn@kbw.ch--2004-1/xvidcore--naegeli--1.0--patch-6
2740 :     chn@kbw.ch--2004-1/xvidcore--naegeli--1.0--patch-7
2741 :     chn@kbw.ch--2004-1/xvidcore--naegeli--1.0--patch-8
2742 :     chn@kbw.ch--2004-1/xvidcore--naegeli--1.0--patch-9
2743 :     chn@kbw.ch--2004-1/xvidcore--naegeli--1.0--patch-10
2744 :     chn@kbw.ch--2004-1/xvidcore--naegeli--1.0--patch-11
2745 :     chn@kbw.ch--2004-1/xvidcore--naegeli--1.0--patch-12
2746 :     chn@kbw.ch--2004-1/xvidcore--naegeli--1.0--patch-13
2747 :     chn@kbw.ch--2004-1/xvidcore--naegeli--1.0--patch-14
2748 :     chn@kbw.ch--2004-1/xvidcore--naegeli--1.0--patch-15
2749 :     chn@kbw.ch--2004-1/xvidcore--naegeli--1.0--patch-16
2750 :     chn@kbw.ch--2004-1/xvidcore--naegeli--1.0--patch-17
2751 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--base-0
2752 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-1
2753 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-2
2754 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-3
2755 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-4
2756 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-5
2757 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-6
2758 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-7
2759 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-8
2760 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-9
2761 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-10
2762 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-11
2763 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-12
2764 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-13
2765 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-14
2766 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-15
2767 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-16
2768 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-17
2769 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-18
2770 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-19
2771 :     ptk9417@rit.edu--2004-1/xvidcore--devapi4-ppc--1.0--base-0
2772 :     ptk9417@rit.edu--2004-1/xvidcore--devapi4-ppc--1.0--patch-1
2773 :    
2774 :    
2775 :     2004-04-02 21:26:57 GMT patch-2
2776 :    
2777 :     Summary:
2778 :     messed with XviD BS version
2779 :     Revision:
2780 :     xvidcore--head--0.0--patch-2
2781 :    
2782 :     messed with XviD BS version
2783 :    
2784 :    
2785 :     modified files:
2786 :     src/xvid.h
2787 :    
2788 :    
2789 :     2004-04-02 21:25:15 GMT patch-1
2790 :    
2791 :     Summary:
2792 :     Brightness Postprocessing.
2793 :     Revision:
2794 :     xvidcore--head--0.0--patch-1
2795 :    
2796 :     From Pete:
2797 :     * Added brightness postprocessing.
2798 :    
2799 :     From ed.gomez:
2800 :     * Merging changes due to CVS branches unsync state between head and
2801 :     last 1.0 dev branch.
2802 :    
2803 :     new files:
2804 :     src/image/x86_asm/.arch-ids/postprocessing_mmx.asm.id
2805 :     src/image/x86_asm/postprocessing_mmx.asm
2806 :    
2807 :     modified files:
2808 :     build/generic/sources.inc build/win32/libxvidcore.dsp
2809 :     dshow/src/CXvidDecoder.cpp dshow/src/config.c
2810 :     dshow/src/xvid.ax.rc src/decoder.c src/image/image.c
2811 :     src/image/image.h src/image/postprocessing.c
2812 :     src/image/postprocessing.h src/xvid.c src/xvid.h
2813 :     vfw/src/codec.c vfw/src/codec.h vfw/src/config.c
2814 :     vfw/src/resource.h vfw/src/resource.rc
2815 :    
2816 :    
2817 :     2004-04-02 20:36:54 GMT base-0
2818 :    
2819 :     Summary:
2820 :     tag of ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-53
2821 :     Revision:
2822 :     xvidcore--head--0.0--base-0
2823 :    
2824 :     (automatically generated log message)
2825 :    
2826 :     new patches:
2827 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--base-0
2828 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-1
2829 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-2
2830 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-3
2831 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-4
2832 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-5
2833 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-6
2834 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-7
2835 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-8
2836 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-9
2837 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-10
2838 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-11
2839 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-12
2840 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-13
2841 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-14
2842 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-15
2843 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-16
2844 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-17
2845 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-18
2846 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-19
2847 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-20
2848 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-21
2849 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-22
2850 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-23
2851 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-24
2852 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-25
2853 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-26
2854 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-27
2855 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-28
2856 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-29
2857 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-30
2858 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-31
2859 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-32
2860 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-33
2861 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-34
2862 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-35
2863 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-36
2864 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-37
2865 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-38
2866 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-39
2867 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-40
2868 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-41
2869 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-42
2870 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-43
2871 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-44
2872 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-45
2873 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-46
2874 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-47
2875 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-48
2876 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-49
2877 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-50
2878 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-51
2879 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-52
2880 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-53
2881 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-54
2882 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-55
2883 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-56
2884 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-57
2885 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-58
2886 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-59
2887 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-60
2888 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-61
2889 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-62
2890 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-63
2891 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-64
2892 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-65
2893 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-66
2894 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-67
2895 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-68
2896 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-69
2897 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-70
2898 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-71
2899 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-72
2900 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-73
2901 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-74
2902 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-75
2903 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-76
2904 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-77
2905 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-78
2906 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-79
2907 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-80
2908 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-81
2909 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-82
2910 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-83
2911 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-84
2912 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-85
2913 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-86
2914 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-87
2915 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-88
2916 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-89
2917 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-90
2918 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-91
2919 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-92
2920 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-93
2921 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-94
2922 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-95
2923 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-96
2924 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-97
2925 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-98
2926 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-99
2927 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-100
2928 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-101
2929 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-102
2930 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-103
2931 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-104
2932 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-105
2933 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-106
2934 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-107
2935 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-108
2936 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-109
2937 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-110
2938 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-111
2939 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-112
2940 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-113
2941 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-114
2942 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-115
2943 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-116
2944 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-117
2945 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-118
2946 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-119
2947 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-120
2948 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-121
2949 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-122
2950 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-123
2951 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-124
2952 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-125
2953 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-126
2954 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-127
2955 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-128
2956 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-129
2957 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-130
2958 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-131
2959 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-132
2960 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-133
2961 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-134
2962 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-135
2963 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-136
2964 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-137
2965 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-138
2966 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-139
2967 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-140
2968 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-141
2969 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-142
2970 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-143
2971 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-144
2972 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-145
2973 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-146
2974 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-147
2975 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-148
2976 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-149
2977 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-150
2978 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-151
2979 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-152
2980 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-153
2981 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-154
2982 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-155
2983 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-156
2984 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-157
2985 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-158
2986 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-159
2987 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-160
2988 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-161
2989 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-162
2990 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--base-0
2991 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-1
2992 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-2
2993 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-3
2994 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-4
2995 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-5
2996 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-6
2997 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-7
2998 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-8
2999 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-9
3000 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-10
3001 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-11
3002 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-12
3003 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-13
3004 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-14
3005 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-15
3006 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-16
3007 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-17
3008 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-18
3009 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-19
3010 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-20
3011 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-21
3012 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-22
3013 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-23
3014 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-24
3015 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-25
3016 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-26
3017 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-27
3018 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-28
3019 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-29
3020 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-30
3021 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-31
3022 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-32
3023 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-33
3024 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-34
3025 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-35
3026 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-36
3027 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-37
3028 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-38
3029 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-39
3030 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-40
3031 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-41
3032 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-42
3033 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-43
3034 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-44
3035 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-45
3036 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-46
3037 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-47
3038 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-48
3039 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-49
3040 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-50
3041 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-51
3042 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-52
3043 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-53
3044 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--base-0
3045 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-1
3046 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-2
3047 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-3
3048 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-4
3049 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-5
3050 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-6
3051 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-7
3052 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-8
3053 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-9
3054 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-10
3055 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-11
3056 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-12
3057 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-13
3058 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-14
3059 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-15
3060 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-16
3061 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-17
3062 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-18
3063 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-19
3064 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-20
3065 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-21
3066 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-22
3067 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-23
3068 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-24
3069 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-25
3070 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-26
3071 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-27
3072 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-28
3073 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-29
3074 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-30
3075 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-31
3076 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-32
3077 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-33
3078 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-34
3079 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-35
3080 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-36
3081 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-37
3082 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-38
3083 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-39
3084 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-40
3085 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-41
3086 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-42
3087 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-43
3088 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-44
3089 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-45
3090 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-46
3091 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-47
3092 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-48
3093 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-49
3094 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-50
3095 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-51
3096 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-52
3097 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-53
3098 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-54
3099 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-55
3100 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-56
3101 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-57
3102 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-58
3103 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-59
3104 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-60
3105 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-61
3106 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-62
3107 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-63
3108 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-64
3109 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-65
3110 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-66
3111 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-67
3112 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-68
3113 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-69
3114 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-70
3115 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-71
3116 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-72
3117 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-73
3118 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-74
3119 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-75
3120 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-76
3121 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-77
3122 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-78
3123 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-79
3124 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-80
3125 :     ed.gomez@free.fr--main/xvidcore--stable--0.9--base-0
3126 :     ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-1
3127 :     ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-2
3128 :     ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-3
3129 :     ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-4
3130 :     ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-5
3131 :     ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-6
3132 :     ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-7
3133 :     ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-8
3134 :     ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-9
3135 :     ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-10
3136 :     ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-11
3137 :     ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-12
3138 :     ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-13
3139 :     ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-14
3140 :     ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-15
3141 :     ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-16
3142 :     ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-17
3143 :     ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-18
3144 :     ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-19
3145 :     ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-20
3146 :     ed.gomez@free.fr--main/xvidcore--stable--0.9--version-0
3147 :     ed.gomez@free.fr--main/xvidcore--stable--1.0--base-0
3148 :     ed.gomez@free.fr--main/xvidcore--stable--1.0--patch-1
3149 :     ed.gomez@free.fr--main/xvidcore--stable--1.0--patch-2
3150 :     ed.gomez@free.fr--main/xvidcore--stable--1.0--patch-3
3151 :     ed.gomez@free.fr--main/xvidcore--stable--1.0--patch-4
3152 :     ed.gomez@free.fr--main/xvidcore--stable--1.0--patch-5
3153 :     ed.gomez@free.fr--main/xvidcore--stable--1.0--patch-6
3154 :    
3155 :    

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