[cvs] / xvidcore / ChangeLog Repository:
ViewVC logotype

Annotation of /xvidcore/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.14.2.2 - (view) (download)

1 : suxen_drol 1.14 # 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 : Isibaar 1.14.2.2 user: Isibaar
7 :     date: Thu Jun 27 14:38:05 2007 +0100
8 :     files: src/bitstream/mbcoding.c
9 :     description:
10 :     - patch for a potential vulnerability reported by Secunia
11 :    
12 :    
13 : edgomez 1.14.2.1 user:
14 :     date: Tue Nov 22 21:08:50 2005 +0100
15 :     files: examples/xvid_bench.c
16 :     description:
17 :     Typos in xvid_bench
18 : suxen_drol 1.14
19 :    
20 : edgomez 1.14.2.1 date: Tue Nov 15 00:01:06 2005 +0100
21 :     files: src/decoder.c src/motion/estimation_rd_based.c src/motion/estimation_rd_based_bvop.c src/prediction/mbprediction.c src/utils/mbtransquant.c
22 :     description:
23 :     Pointer type mismatchs
24 :    
25 :     From ed.gomez:
26 :     * Pointer type mismatchs, correct casts do the trick.
27 :     Spotted by sparse.
28 :    
29 :    
30 :     date: Wed Nov 2 01:28:25 2005 +0100
31 :     files: src/bitstream/bitstream.c src/decoder.c src/image/colorspace.c src/image/font.c src/image/qpel.c src/prediction/mbprediction.c
32 :     description:
33 :     Fixed symbols scope
34 :    
35 :     From ed.gomez:
36 :     * Some symbols were defined with too wide scopes. These have
37 :     been narrowed to help the compiler. Spotted by sparse.
38 :    
39 :    
40 :     date: Tue Nov 1 19:29:03 2005 +0100
41 :     files: src/dct/idct.c src/image/qpel.c src/utils/emms.c src/xvid.c
42 :     description:
43 :     Fixed non ANSI C prototypes (bis)
44 :    
45 :     From ed.gomez:
46 :     * ANSI C requires explicit void arg. Spotted by sparse.
47 :    
48 :    
49 :     date: Tue Nov 1 19:21:55 2005 +0100
50 :     files: src/utils/timer.h
51 :     description:
52 :     Fixed non ANSI C prototypes
53 :    
54 :     From ed.gomez:
55 :     * ANSI C requires explicit void arg. Spotted by sparse.
56 :    
57 :    
58 :     date: Tue Nov 1 19:14:46 2005 +0100
59 :     files: src/encoder.c src/image/qpel.c src/prediction/mbprediction.c src/xvid.c
60 :     description:
61 :     Fixed using plain 0 instead of NULL
62 :    
63 :     From ed.gomez:
64 :     * Removed all occurences of plain 0 when dealing with pointers.
65 :     Use of NULL is the way to do this. Spotted by sparse.
66 :    
67 :    
68 :     date: Wed Oct 26 21:04:18 2005 +0200
69 :     files: examples/xvid_bench.c src/image/qpel.h
70 :     description:
71 :     Micro optimization in qpel code
72 :    
73 :     From skal:
74 :     * removed the x_Ref%4 in qpel.h, in favor of x_Ref>>2.
75 :     As suggested by Gruel, there might be a compiler problem for
76 :     some very very exotic platform. Hence, i've added a test_compiler()
77 :     in xvid_bench.c, to be sure everything are ok. Hope the test is
78 :     correct.
79 :    
80 :     * added benches for interlaced decoding, as supplied by Christoph
81 :     Kühnel (info at intek-darmstadt dot de).
82 :     Thanks a lot.
83 :    
84 :    
85 :     date: Wed Oct 26 20:57:58 2005 +0200
86 :     files: vfw/src/codec.c vfw/src/config.c vfw/src/config.h
87 :     description:
88 :     Renamed/extended VFW profiles
89 :    
90 :     From michael:
91 :     * Renamed and extended profiles declared in VFW GUI
92 :    
93 :    
94 :     date: Sun Oct 16 12:41:34 2005 +0200
95 :     files: vfw/src/codec.c vfw/src/config.c vfw/src/config.h vfw/src/resource.h vfw/src/resource.rc
96 :     description:
97 :     Added quality presets to VFW GUI
98 :    
99 :     From pete:
100 :     * Added quality presets to VFW GUI. Should help the beginner
101 :     users.
102 :    
103 :    
104 :     date: Fri Oct 14 22:35:38 2005 +0200
105 :     files: TODO
106 :     description:
107 :     Updated TODO
108 :    
109 :    
110 :     date: Fri Oct 14 22:33:25 2005 +0200
111 :     files: debian/README.Debian debian/changelog debian/control debian/copyright debian/libxvidcore4-dev.dirs debian/libxvidcore4-dev.docs debian/libxvidcore4-dev.install debian/libxvidcore4.dirs debian/libxvidcore4.docs debian/libxvidcore4.install debian/rules
112 :     description:
113 :     Added debian build directory.
114 :    
115 :     From ed.gomez:
116 :     * Added the debian build directory i used to maintain for 2 years now as
117 :     a separate source project.
118 :    
119 :    
120 :     date: Fri Oct 14 22:25:17 2005 +0200
121 :     files: dshow/src/CXvidDecoder.cpp dshow/src/CXvidDecoder.h
122 :     description:
123 :     Two updates to the DShow frontend
124 :    
125 :     From pete:
126 :     * Compatibility with haali media splitter:
127 :     + FORMAT_MPEG2Video support
128 :     + handle uppercase MP4V fourcc/clsid
129 :    
130 :    
131 :     date: Fri Oct 14 22:21:52 2005 +0200
132 :     files: vfw/src/resource.rc
133 :     description:
134 :     Label changers in vfw GUI
135 :    
136 :     From pete:
137 :     * Changed some labels in VFW GUI
138 :    
139 :    
140 :     date: Fri Oct 14 22:19:29 2005 +0200
141 :     files: build/win32/xvid_encraw.dsp build/win32/xvid_encraw_static.dsp examples/README examples/xvid_bench.c examples/xvid_decraw.c examples/xvid_encraw.c
142 :     description:
143 :     Updates to the example apps
144 :    
145 :     From pete:
146 :     * update example documentation to "newer" commandline arguments for
147 :     encraw/decraw (the arguments were changed ~2003).
148 :     * Added AVI/AVS input in xvid_encraw
149 :     * prevent endless loop when useful_bytes==1 within xvid_decraw.c
150 :     * fix clock resolution in xvid_enc/decraw (thanks yuri khan)
151 :     * link vfw32.lib for win32 avifile support in xvid_encraw
152 :     * honour avifile stream length
153 :    
154 :    
155 :     date: Fri Oct 14 22:08:43 2005 +0200
156 :     files: src/bitstream/x86_asm/cbp_mmx.asm
157 :     description:
158 :     Fixed calc_cbp_mmx
159 :    
160 :     From pete:
161 :     * calc_cbp_mmx was ignoring negative coeff case. have replaced "coeff_sum>0"
162 :     evaluation with "coeff_sum != 0"
163 :    
164 :     See:
165 :     http://forum.doom9.org/showthread.php?t=100275 for description of bug.
166 :    
167 :    
168 :     date: Fri Oct 14 22:03:29 2005 +0200
169 :     files: src/bitstream/bitstream.c src/xvid.h
170 :     description:
171 :     Removed last traces of reduced resolution code
172 :    
173 :     From michael:
174 :     * Removed last traces of reduced resolution support in thebitstream code
175 :     Marked the reduced flags as deprecated in the xvid.h header
176 :    
177 :    
178 :     date: Mon Sep 19 18:08:35 2005 +0000
179 :     files: ChangeLog build/generic/configure.in src/xvid.c src/xvid.h
180 :     description:
181 :     Marked release 1.1.0-beta3
182 :    
183 :     From ed.gomez:
184 :     * Marked release 1.1.0-beta3
185 :    
186 :    
187 :     date: Mon Sep 19 17:47:45 2005 +0000
188 :     files: src/decoder.c
189 :     description:
190 :     GCC 4.0.1 warning in decoder.c
191 :    
192 :     From ed.gomez:
193 :     * Fixed a gcc 4.0.1 warning
194 :    
195 :    
196 :     #########################################################################
197 :     # 1.1.0-beta3 (Bitstream Version 40)
198 :     #########################################################################
199 :    
200 :     2005-09-19 19:47:45 GMT patch-39
201 :    
202 :     Summary:
203 :     GCC 4.0.1 warning in decoder.c
204 :     Revision:
205 :     xvidcore--head--0.0--patch-39
206 :    
207 :     From ed.gomez:
208 :     * Fixed a gcc 4.0.1 warning
209 :    
210 :     modified files:
211 :     src/decoder.c
212 : suxen_drol 1.14
213 :    
214 :     2005-09-19 19:37:45 GMT patch-38
215 : edgomez 1.14.2.1
216 : suxen_drol 1.14 Summary:
217 :     Renamed dshow aspect ratio registry key
218 :     Revision:
219 :     xvidcore--head--0.0--patch-38
220 : edgomez 1.14.2.1
221 : suxen_drol 1.14 From pete:
222 :     * Renamed dshow "Aspect_Ratio" registry key to "Decoder_Aspect_Ratio",
223 :     in order to prevent conflict with vfw encoder registry key.
224 : edgomez 1.14.2.1
225 : suxen_drol 1.14 modified files:
226 :     dshow/src/config.c
227 :    
228 :    
229 :     2005-09-15 16:30:59 GMT patch-37
230 :    
231 :     Summary:
232 :     Field interlaced decoding
233 :     Revision:
234 :     xvidcore--head--0.0--patch-37
235 :    
236 :     From Christoph Kuehnel:
237 :    
238 :     * decoder.c
239 :     - Some new defines for DIV
240 :     - <decoder_mb_decode> modified: had wrong address offsets for
241 :     interlaced
242 :     - <decoder_mbinter_field> = new function for interlaced
243 :     - <get_motion_vector_interlaced> = new function for interlaced
244 :     motion vector prediction
245 :     - <decoder_pframe> modified so that it differs between frame and
246 :     field prediction
247 :    
248 :     * global.h
249 :     - For field motion prediction MACORBLOCK has new member that is the
250 :     average of field1 and field2 motion vector = <mvs_avg>
251 :    
252 :     * xvid.c
253 :     - For field predicted macroblocks we need new field oriented transfer
254 :     functions.
255 :     For colour calculations they may only process 4 lines (one field
256 :     from the colour macroblock that is 8x8). So I introduced 4 new
257 :     function pointers:
258 :     <transfer8x4_copy, interpolate8x4_ ...>
259 :    
260 :     * mbcoding.c
261 :     - _DEBUG code; index is checked against 64
262 :    
263 :     * interpolate8x8.[c,h,asm]
264 :     - New 8x4 functions
265 :    
266 :     * mbpredicition.[c,h]
267 :     - New function <get_pmv2_interlaced> for interlaced prediciton
268 :     according to spec
269 :    
270 :     * mem_transfer.[c,h,asm]
271 :     - New 8x4 function
272 :    
273 :     modified files:
274 :     AUTHORS src/bitstream/mbcoding.c src/decoder.c src/global.h
275 :     src/image/image.c src/image/image.h src/image/interpolate8x8.c
276 :     src/image/interpolate8x8.h
277 :     src/image/x86_asm/interpolate8x8_3dn.asm
278 :     src/image/x86_asm/interpolate8x8_3dne.asm
279 :     src/image/x86_asm/interpolate8x8_mmx.asm
280 :     src/image/x86_asm/interpolate8x8_xmm.asm
281 :     src/prediction/mbprediction.c src/prediction/mbprediction.h
282 :     src/utils/mem_transfer.c src/utils/mem_transfer.h
283 :     src/utils/x86_asm/mem_transfer_3dne.asm
284 :     src/utils/x86_asm/mem_transfer_mmx.asm src/xvid.c
285 :     vfw/src/config.c vfw/src/driverproc.c
286 :    
287 :    
288 :     2005-09-15 16:27:07 GMT patch-36
289 :    
290 :     Summary:
291 :     Optimiozed cbp operator on IA32
292 :     Revision:
293 :     xvidcore--head--0.0--patch-36
294 :    
295 :     From carlo dot bramix at libero dot it:
296 :     - Optimized CBP opeartor for ia32 arch
297 :    
298 :     modified files:
299 :     examples/xvid_bench.c src/bitstream/x86_asm/cbp_mmx.asm
300 :    
301 :    
302 :     2005-09-15 16:20:49 GMT patch-35
303 :    
304 :     Summary:
305 :     OutputDebugStream cleanup
306 :     Revision:
307 :     xvidcore--head--0.0--patch-35
308 :    
309 :     From pete:
310 :     - OutputDebugStream cleanup
311 :    
312 :     modified files:
313 :     dshow/dshow.dsp dshow/sources.inc dshow/src/CXvidDecoder.cpp
314 :     dshow/src/debug.h
315 :    
316 :    
317 :     2005-07-26 23:32:52 GMT patch-34
318 :    
319 :     Summary:
320 :     Long standing error in xvid_decraw for big endian hosts
321 :     Revision:
322 :     xvidcore--head--0.0--patch-34
323 :    
324 :     From ed.gomez, spoted by Paul Kurucz ptk9417 at ritvax.isc.rit.edu
325 :     * No width and height declared in write_tga bug.
326 :    
327 :     modified files:
328 :     examples/xvid_decraw.c
329 :    
330 :    
331 :     2005-07-25 19:45:25 GMT patch-33
332 :    
333 :     Summary:
334 :     Fix big endian tga output for decraw.
335 :     Revision:
336 :     xvidcore--head--0.0--patch-33
337 :    
338 :     From ed.gomez:
339 :     * Writing pointed data is always better than memory
340 :     addresses
341 :    
342 :     modified files:
343 :     examples/xvid_decraw.c
344 :    
345 :    
346 :     2005-07-14 14:25:43 GMT patch-32
347 :    
348 :     Summary:
349 :     Disable packed-bframes widget for dxn profile
350 :     Revision:
351 :     xvidcore--head--0.0--patch-32
352 :    
353 :     From pete:
354 :     * Disable packed-bframes widget for dxn profile
355 :    
356 :     modified files:
357 :     vfw/src/config.c
358 :    
359 :    
360 :     2005-07-14 14:22:53 GMT patch-31
361 :    
362 :     Summary:
363 :     Fixed qpel for gcc4 and x86_64
364 :     Revision:
365 :     xvidcore--head--0.0--patch-31
366 :    
367 :     From Martin Drab <drab at kepler dot fjfi dot cvut dot cz>
368 :     * Incomplete type definitions are not supported in GCC4 and newer.
369 :     This was breaking x86_64.
370 :    
371 :     From ed.gomez:
372 :     * If both generic and x86_64 share 90% of the array declaration,
373 :     better use an extern macro. Makes teh code clearer.
374 :    
375 :     modified files:
376 :     src/image/qpel.c
377 :    
378 :    
379 :     2005-07-14 14:11:24 GMT patch-30
380 :    
381 :     Summary:
382 :     Added VHQ support to xvid_encraw
383 :     Revision:
384 :     xvidcore--head--0.0--patch-30
385 :    
386 :     From skal:
387 :     * Added VHQ support to xvid_encraw
388 :    
389 :     modified files:
390 :     examples/xvid_encraw.c
391 :    
392 :    
393 :     2005-06-26 15:05:01 GMT patch-29
394 :    
395 :     Summary:
396 :     Merge noise
397 :     Revision:
398 :     xvidcore--head--0.0--patch-29
399 :    
400 :     From ed.gomez:
401 :     - Merge noise forgotten bit. Other small differences exist with
402 :     the CVS tree, but i consider them to not fullfill the local
403 :     code style and thus don't fit well...
404 :    
405 :     modified files:
406 :     src/dct/idct.h
407 :    
408 :    
409 :     2005-06-26 15:02:05 GMT patch-28
410 :    
411 :     Summary:
412 :     Bench updates
413 :     Revision:
414 :     xvidcore--head--0.0--patch-28
415 :    
416 :     From skal:
417 :     - Fixed bench for big endian platforms, updated tests
418 :    
419 :     modified files:
420 :     examples/bench.pl examples/bench_list.pl examples/xvid_bench.c
421 :    
422 :    
423 :     2005-06-26 14:59:17 GMT patch-27
424 :    
425 :     Summary:
426 :     Optimized C mem transfer functions
427 :     Revision:
428 :     xvidcore--head--0.0--patch-27
429 :    
430 :     From skal:
431 :     - Optimized C mem transfer funcs, disabled for safety.
432 :     Enabled by undefining USE_REFERENCE_CODE at the top of
433 :     the mem_transfer.c file
434 :    
435 :     modified files:
436 :     src/utils/mem_transfer.c
437 :    
438 :    
439 :     2005-06-26 14:55:35 GMT patch-26
440 :    
441 :     Summary:
442 :     Optimized gcd
443 :     Revision:
444 :     xvidcore--head--0.0--patch-26
445 :    
446 :     From skal:
447 :     - Optmized GCD, added test for gcd in xvid_bench
448 :    
449 :     modified files:
450 :     examples/xvid_bench.c src/encoder.c
451 :    
452 :    
453 :     2005-06-26 14:51:35 GMT patch-25
454 :    
455 :     Summary:
456 :     Fixed write_video_packet_header
457 :     Revision:
458 :     xvidcore--head--0.0--patch-25
459 :    
460 :     From Sigdrak at free.fr:
461 :     - Fix write_video_packet_header() which was buggy and kind of obfuscated.
462 :    
463 :     From skal:
464 :     - Fixed log table
465 :     - Small cleanup
466 :    
467 :     modified files:
468 :     src/bitstream/bitstream.c
469 :    
470 :    
471 :     2005-06-26 14:46:23 GMT patch-24
472 :    
473 :     Summary:
474 :     Added greyscale option support in xvid_encraw
475 :     Revision:
476 :     xvidcore--head--0.0--patch-24
477 :    
478 :     Added greyscale option support in xvid_encraw
479 :    
480 :    
481 :     modified files:
482 :     examples/xvid_encraw.c
483 :    
484 :    
485 :     2005-06-26 14:43:42 GMT patch-23
486 :    
487 :     Summary:
488 :     IEEE-1180 SSE2 iDCT implementation
489 :     Revision:
490 :     xvidcore--head--0.0--patch-23
491 :    
492 :     From skal:
493 :     - Implemented IEEE-1180 SSE2 iDCT. Disabled for safety.
494 :    
495 :     modified files:
496 :     src/dct/x86_asm/fdct_sse2_skal.asm src/xvid.c
497 :    
498 :    
499 :     2005-05-18 22:08:12 GMT patch-22
500 :    
501 :     Summary:
502 :     No executable shared objects installed
503 :     Revision:
504 :     xvidcore--head--0.0--patch-22
505 :    
506 :     From ed.gomez:
507 :     * Do not install the lib as executable. It's no use as the SO has no
508 :     main symbol anyway, and the static lib is not runnable anyway.
509 :    
510 :     modified files:
511 :     build/generic/Makefile
512 :    
513 :    
514 :     2005-05-18 22:05:09 GMT patch-21
515 :    
516 :     Summary:
517 :     Statically link xvid_bench with libxvidcore.a
518 :     Revision:
519 :     xvidcore--head--0.0--patch-21
520 :    
521 :     Statically link xvid_bench with libxvidcore.a
522 :    
523 :    
524 :     modified files:
525 :     examples/Makefile
526 :    
527 :    
528 :     2005-05-18 21:59:27 GMT patch-20
529 :    
530 :     Summary:
531 :     New autoconf garbage removal
532 :     Revision:
533 :     xvidcore--head--0.0--patch-20
534 :    
535 :     New autoconf garbage removal
536 :    
537 :    
538 :     modified files:
539 :     build/generic/bootstrap.sh
540 :    
541 :    
542 :     2005-05-18 21:58:16 GMT patch-19
543 :    
544 :     Summary:
545 :     Quotes in configure.in
546 :     Revision:
547 :     xvidcore--head--0.0--patch-19
548 :    
549 :     Quotes in configure.in
550 :    
551 :    
552 :     modified files:
553 :     build/generic/configure.in
554 :    
555 :    
556 :     2005-05-18 19:40:18 GMT patch-18
557 :    
558 :     Summary:
559 :     Added bitstream helper functions for packets.
560 :     Revision:
561 :     xvidcore--head--0.0--patch-18
562 :    
563 :     From Skal:
564 :     * Added helper functions for video packets, though they're still unused.
565 :    
566 :     modified files:
567 :     src/bitstream/bitstream.c src/bitstream/bitstream.h
568 :    
569 :    
570 :     2005-05-18 19:30:41 GMT patch-17
571 :    
572 :     Summary:
573 :     A few more bench stuff
574 :     Revision:
575 :     xvidcore--head--0.0--patch-17
576 :    
577 :     From Skal:
578 :     * Added Perl scripts to automate benches.
579 :     * Worked on xvid_bench tests to cover more code.
580 :    
581 :     new files:
582 :     examples/.arch-ids/bench.pl.id
583 :     examples/.arch-ids/bench_list.pl.id examples/bench.pl
584 :     examples/bench_list.pl
585 :    
586 :     modified files:
587 :     examples/xvid_bench.c
588 :    
589 :    
590 :     2005-05-18 19:22:28 GMT patch-16
591 :    
592 :     Summary:
593 :     Decoder cleanup for memory de/allocation
594 :     Revision:
595 :     xvidcore--head--0.0--patch-16
596 :    
597 :     From Skal:
598 :     * Memory de/allocation code refactored using goto.
599 :    
600 :     modified files:
601 :     src/decoder.c
602 :    
603 :    
604 :     2005-05-11 21:18:41 GMT patch-15
605 :    
606 :     Summary:
607 :     Export only public API for GNU/Linux and Solaris
608 :     Revision:
609 :     xvidcore--head--0.0--patch-15
610 :    
611 :     From ed.gomez:
612 :     * Use ld version script to hide internal functions.
613 :    
614 :     new files:
615 :     build/generic/.arch-ids/libxvidcore.ld.id
616 :     build/generic/libxvidcore.ld
617 :    
618 :     modified files:
619 :     build/generic/Makefile build/generic/configure.in
620 :    
621 :    
622 :     2005-05-11 21:07:00 GMT patch-14
623 :    
624 :     Summary:
625 :     Warnings GCC4
626 :     Revision:
627 :     xvidcore--head--0.0--patch-14
628 :    
629 :     From ed.gomez:
630 :     * Remove all GCC 4 warnings.
631 :    
632 :     modified files:
633 :     src/bitstream/bitstream.c src/bitstream/bitstream.h
634 :     src/decoder.c src/encoder.c src/image/image.c
635 :     src/image/image.h src/motion/estimation_common.c
636 :     src/utils/mbtransquant.c
637 :    
638 :    
639 :     2005-05-11 20:18:49 GMT patch-13
640 :    
641 :     Summary:
642 :     Add support for gcc-4 in configure system
643 :     Revision:
644 :     xvidcore--head--0.0--patch-13
645 :    
646 :     From ed.gomez:
647 :     * Added gcc 4 detection and CFLAG option filtering for it.
648 :    
649 :     modified files:
650 :     build/generic/configure.in
651 :    
652 :    
653 :     2005-05-11 20:07:54 GMT patch-12
654 :    
655 :     Summary:
656 :    
657 :     Revision:
658 :     xvidcore--head--0.0--patch-12
659 :    
660 :     From pete:
661 :     * bugfix: correct max bitrate display for slider
662 :     layout: "(kbps)" added to avgerage bitrate labels within calculator
663 :     dialog
664 :    
665 :     modified files:
666 :     vfw/src/config.c vfw/src/resource.rc
667 :    
668 :    
669 :     2005-05-11 20:06:04 GMT patch-11
670 :    
671 :     Summary:
672 :     Fix alignment issue for mem tranfer
673 :     Revision:
674 :     xvidcore--head--0.0--patch-11
675 :    
676 :     From skal:
677 :     * Fix alignment issue (32 bit reading from non aligned memory)
678 :     likely for RISC CPUs using the C code.
679 :    
680 :     modified files:
681 :     src/utils/mem_transfer.c
682 :    
683 :    
684 :     2005-05-11 20:03:57 GMT patch-10
685 : suxen_drol 1.13
686 : suxen_drol 1.14 Summary:
687 :     Get time function right on win32
688 :     Revision:
689 :     xvidcore--head--0.0--patch-10
690 : suxen_drol 1.13
691 : suxen_drol 1.14 From Skal:
692 :     * Get the time function right for win32 (ms precision)
693 : suxen_drol 1.13
694 : suxen_drol 1.14 modified files:
695 :     examples/xvid_bench.c
696 : suxen_drol 1.13
697 :    
698 : suxen_drol 1.14 2005-05-11 20:01:28 GMT patch-9
699 : suxen_drol 1.13
700 : suxen_drol 1.14 Summary:
701 :     Better ASP bitstream autodetection
702 :     Revision:
703 :     xvidcore--head--0.0--patch-9
704 : suxen_drol 1.13
705 : suxen_drol 1.14 From pete:
706 :     - Use more flags to determine ASP activation or not.
707 : suxen_drol 1.13
708 : suxen_drol 1.14 modified files:
709 : edgomez 1.14.2.1 src/bitstream/bitstream.c
710 : edgomez 1.4
711 : edgomez 1.5
712 : edgomez 1.12 #########################################################################
713 :     # 1.1.0-beta2 (Bitstream Version 39)
714 :     #########################################################################
715 :    
716 : edgomez 1.14.2.1 2005-04-03 20:16:22 GMT patch-8
717 :    
718 :     Summary:
719 :     Marking 1.1.0-beta2
720 :     Revision:
721 :     xvidcore--head--0.0--patch-8
722 :    
723 :     Marking 1.1.0-beta2
724 :    
725 :    
726 :     modified files:
727 :     AUTHORS ChangeLog build/generic/configure.in
728 :     src/bitstream/mbcoding.c src/xvid.c src/xvid.h
729 :    
730 :    
731 : edgomez 1.12 2005-04-03 20:15:00 GMT patch-7
732 :    
733 :     Summary:
734 :     Makefile credits and whitespace cleaning
735 :     Revision:
736 :     xvidcore--head--0.0--patch-7
737 :    
738 :     Makefile credits and whitespace cleaning
739 :    
740 :    
741 :     modified files:
742 :     dshow/Makefile vfw/bin/Makefile
743 :    
744 :    
745 :     2005-04-03 19:52:35 GMT patch-6
746 :    
747 :     Summary:
748 :     Various small things to vbv conformance and divx5 compatibility.
749 :     Revision:
750 :     xvidcore--head--0.0--patch-6
751 :    
752 :     From pete:
753 :     xvidcore
754 :     ========
755 :     * added XVID_GLOBAL_DIVX5_USERDATA global flag
756 :     * removed the bvop delay warning text ("warning: nothing to output),
757 :     as this often confuses joe user.
758 :     * minor changed to closed gop image_printf statement:
759 :     s/"DX50 BVOP->PVOP"/"CLOSED GOP BVOP->PVOP"
760 :     * additional comments for low_delay_default mode within decoder_decode()
761 :     * divx userdata string: s/DivX999b000/DivX503b1393. this has been
762 :     suggested by dxn for improved hardware compatibility [nb: i dont
763 :     have a hardware player to confirm this]
764 :     * vbv_peakrate constraint is ignored if <= 0
765 :    
766 :     vfw frontend
767 :     ============
768 :     * dxn profiles now confirm to "DivX Certified Profile Compatibility v1.1",
769 :     February 2005. this document was provided by DivXNetworks, USA. when a
770 :     dxn profile is selected, strict conformance is enabled:
771 :     - force 1:1 picture aspect ratio
772 :     - disable bframes if interlacing is enabled
773 :     - force maximum of 1 consecutive bvops for the portable and ht profiles,
774 :     2 bvops for the hd profile
775 :     - always write divx 5 userdata string to bitstream
776 :     - force packed bitstream option
777 :     - updated dxn vbv parameters
778 :     * added PROFILE_4MV flag. 4mv is now disabled for the dxn handheld profile.
779 :     * moved PROFILE_AS/PROFILE_ARTS/PROFILE_S to config.c
780 :     * profile[].max_bitrate now measured in bit/sec (not kbps)
781 :     * profile->level box: widgets are now greyed-out if they are not used.
782 :     * increase vertical size of profile drop down list.
783 :     * about box button: s/Dismiss/OK
784 :    
785 :     modified files:
786 :     src/bitstream/bitstream.c src/decoder.c src/encoder.c
787 :     src/plugins/plugin_2pass2.c src/xvid.h vfw/src/codec.c
788 :     vfw/src/config.c vfw/src/config.h vfw/src/resource.h
789 :     vfw/src/resource.rc
790 :    
791 :    
792 :     2005-04-03 19:50:05 GMT patch-5
793 :    
794 :     Summary:
795 :     Fixed bug in cartoon mode.
796 :     Revision:
797 :     xvidcore--head--0.0--patch-5
798 :    
799 :     From Isiibar:
800 :     - Fixed cartoon bug as described by CrunCher.
801 :    
802 :     modified files:
803 :     src/motion/estimation_pvop.c
804 :    
805 :    
806 :     2005-03-22 20:40:47 GMT patch-4
807 :    
808 :     Summary:
809 :     Added MPEG quant support for PPC
810 :     Revision:
811 :     xvidcore--head--0.0--patch-4
812 :    
813 :     From Christoph Nageli:
814 :     * Added support for MPEG quant functions for PPC.
815 :    
816 :     new files:
817 :     src/quant/ppc_asm/.arch-ids/quant_mpeg_altivec.c.id
818 :     src/quant/ppc_asm/quant_mpeg_altivec.c
819 :    
820 :     modified files:
821 :     build/generic/sources.inc src/quant/quant.h src/xvid.c
822 :    
823 :    
824 :     2005-03-18 18:00:13 GMT patch-3
825 :    
826 :     Summary:
827 :     Updated ChangeLog
828 :     Revision:
829 :     xvidcore--head--0.0--patch-3
830 :    
831 :     Updated ChangeLog
832 :    
833 :    
834 :     modified files:
835 :     ChangeLog
836 :    
837 :    
838 : edgomez 1.11 2005-03-18 17:53:24 GMT patch-2
839 :    
840 :     Summary:
841 :     Colorspace code for PPC
842 :     Revision:
843 :     xvidcore--head--0.0--patch-2
844 :    
845 :     From Christoph Nageli:
846 :     - Colorspace function fixes for non 16bytes aligned target adresses.
847 :    
848 :     modified files:
849 :     src/image/ppc_asm/colorspace_altivec.c
850 :    
851 :    
852 :     2005-03-18 17:39:00 GMT patch-1
853 :    
854 :     Summary:
855 :     Fix for 64bit interlacing
856 :     Revision:
857 :     xvidcore--head--0.0--patch-1
858 :    
859 :     From Andrew Dunstan:
860 :     * Fixed bug where 64bit mov shoud have been 32bit
861 :    
862 :     modified files:
863 :     src/utils/x86_64_asm/interlacing_mmx.asm
864 :    
865 :    
866 :     2005-03-18 17:28:00 GMT base-0
867 :    
868 :     Summary:
869 :     tag of ed.gomez@free.fr--2004-1/xvidcore--head--0.0--patch-121
870 :     Revision:
871 :     xvidcore--head--0.0--base-0
872 :    
873 :     (automatically generated log message)
874 :    
875 :     # Change of arch/tla archive, explains the patch number wraparound
876 :    
877 :     2005-03-18 16:58:08 GMT patch-121
878 :    
879 :     Summary:
880 :     ME work
881 :     Revision:
882 :     xvidcore--head--0.0--patch-121
883 :    
884 :     From Isiibar:
885 :     - Cartoon mode bugfix
886 :     - New lambda tables for R-D motion search. The old tables were
887 :     obviously taken from h.264, which uses a logarithmic quantizer
888 :     scale. This lead to bad results at very low bit-rates. With this
889 :     patch, compression efficiency at low bit-rates is greatly improved.
890 :    
891 :     modified files:
892 :     src/motion/estimation.h src/motion/estimation_bvop.c
893 :     src/motion/estimation_common.c src/motion/estimation_pvop.c
894 :    
895 :    
896 :     2005-03-18 16:56:13 GMT patch-120
897 :    
898 :     Summary:
899 :     Better instruction pairing in sad mmx
900 :     Revision:
901 :     xvidcore--head--0.0--patch-120
902 :    
903 :     From Dark sylinc (dark_sylinc at yahoo dor com dor ar), commited by Isiibar:
904 :     * Better instruction pairing in sad_mmx.asm, improves speed.
905 :    
906 :     modified files:
907 :     src/motion/x86_asm/sad_mmx.asm src/utils/emms.c
908 :    
909 :    
910 :     2005-03-18 16:53:00 GMT patch-119
911 :    
912 :     Summary:
913 :     Fixed resource leak in Dshow
914 :     Revision:
915 :     xvidcore--head--0.0--patch-119
916 :    
917 :     From antonz, commited by Isiibar:
918 :     * Fixed resource leaking caused by poor xvidcore initialization tracking.
919 :    
920 :     modified files:
921 :     dshow/src/CXvidDecoder.cpp dshow/src/CXvidDecoder.h
922 :    
923 :    
924 :     2005-03-18 16:50:44 GMT patch-118
925 :    
926 :     Summary:
927 :     Debug flag support in vfw
928 :     Revision:
929 :     xvidcore--head--0.0--patch-118
930 :    
931 :     From pete:
932 :     * debug flag support for vfw decoder.
933 :    
934 :     modified files:
935 :     vfw/src/codec.c
936 :    
937 :    
938 :     #########################################################################
939 :     # 1.1.0-beta1 (Bitstream Version 38)
940 :     #########################################################################
941 :    
942 :    
943 :     2005-01-16 10:27:41 GMT patch-117
944 :    
945 :     Summary:
946 :     License was using wrong linefeeds for vfw
947 :     Revision:
948 :     xvidcore--head--0.0--patch-117
949 :    
950 :     License was using wrong linefeeds for vfw
951 :    
952 :    
953 :     new files:
954 :     vfw/.arch-ids/LICENSE.id vfw/LICENSE
955 :    
956 :     modified files:
957 :     vfw/src/resource.rc
958 :    
959 :    
960 :     2005-01-10 22:59:46 GMT patch-116
961 :    
962 :     Summary:
963 :     Last minutes vfw bugfixes/improvements
964 :     Revision:
965 :     xvidcore--head--0.0--patch-116
966 :    
967 :     From sysKin:
968 :     * last minute fixes and improvements to vfw frontend.
969 :    
970 :     modified files:
971 :     vfw/src/codec.c vfw/src/config.c vfw/src/config.h
972 :     vfw/src/resource.rc
973 :    
974 :    
975 :     2005-01-09 20:37:32 GMT patch-115
976 :    
977 :     Summary:
978 :     Marking 1.1.0 beta1
979 :     Revision:
980 :     xvidcore--head--0.0--patch-115
981 :    
982 :     From ed.gomez:
983 :     * Marking xvid 1.1.0 beta1 release.
984 :    
985 :     modified files:
986 :     ChangeLog build/generic/configure.in src/xvid.c src/xvid.h
987 :    
988 :    
989 : edgomez 1.10 2005-01-09 20:15:14 GMT patch-114
990 :    
991 :     Summary:
992 :     Moved cartoon mode to zones in vfw.
993 :     Revision:
994 :     xvidcore--head--0.0--patch-114
995 :    
996 :     From sysKin:
997 :     * Moved cartoon mode to zones in vfw frontend.
998 :    
999 :     modified files:
1000 :     vfw/src/codec.c vfw/src/config.c vfw/src/config.h
1001 :     vfw/src/resource.rc
1002 :    
1003 :    
1004 :     2005-01-09 20:09:27 GMT patch-113
1005 :    
1006 :     Summary:
1007 :    
1008 :     Revision:
1009 :     xvidcore--head--0.0--patch-113
1010 :    
1011 :     From algern0n (#xvid@freenode):
1012 :     * Avoid infinite loop when updating audio size.
1013 :    
1014 :     modified files:
1015 :     vfw/src/config.c
1016 :    
1017 :    
1018 :     2005-01-09 11:32:41 GMT patch-112
1019 :    
1020 :     Summary:
1021 :     Long standing bug in 2pass2 code. Double overflow accumulation.
1022 :     Revision:
1023 :     xvidcore--head--0.0--patch-112
1024 :    
1025 :     From pengvado (x264 developer, sorry i don't have your realname):
1026 :     * rc_2pass2_after accumulates overflow twice, once in each I/PB subcase
1027 :     and then in a common code path. The common path was just supposed to
1028 :     store the stat struct entry error for statistics (even if they're unused)
1029 :    
1030 :     modified files:
1031 :     src/plugins/plugin_2pass2.c
1032 :    
1033 :    
1034 :     2005-01-06 23:42:12 GMT patch-111
1035 :    
1036 :     Summary:
1037 :     Merged amd64 branch fix
1038 :     Revision:
1039 :     xvidcore--head--0.0--patch-111
1040 :    
1041 :     Merged amd64 branch fix
1042 :    
1043 :     Patches applied:
1044 :    
1045 :     * ed.gomez@free.fr--amd64/xvidcore--amd64work--0.0--patch-12
1046 :     Merged upstream
1047 :    
1048 :     * ed.gomez@free.fr--amd64/xvidcore--amd64work--0.0--patch-13
1049 :     Bug fix for qpel problem from Andrew Dunstan
1050 :    
1051 :    
1052 :     modified files:
1053 :     src/image/x86_64_asm/qpel_mmx.asm
1054 :    
1055 :     new patches:
1056 :     ed.gomez@free.fr--amd64/xvidcore--amd64work--0.0--patch-12
1057 :     ed.gomez@free.fr--amd64/xvidcore--amd64work--0.0--patch-13
1058 :    
1059 :    
1060 :     2005-01-05 22:53:12 GMT patch-110
1061 :    
1062 :     Summary:
1063 :     Merged x86_64 Linux port
1064 :     Revision:
1065 :     xvidcore--head--0.0--patch-110
1066 :    
1067 :     Merged x86_64 Linux port
1068 :    
1069 :     Patches applied:
1070 :    
1071 :     * ed.gomez@free.fr--amd64/xvidcore--amd64work--0.0--base-0
1072 :     tag of ed.gomez@free.fr--2004-1/xvidcore--head--0.0--patch-96
1073 :    
1074 :     * ed.gomez@free.fr--amd64/xvidcore--amd64work--0.0--patch-1
1075 :     Merged mainline up to patch-101
1076 :    
1077 :     * ed.gomez@free.fr--amd64/xvidcore--amd64work--0.0--patch-2
1078 :     Merged mainline again for hotfixes
1079 :    
1080 :     * ed.gomez@free.fr--amd64/xvidcore--amd64work--0.0--patch-3
1081 :     Added x86_64 detection in configure system
1082 :    
1083 :     * ed.gomez@free.fr--amd64/xvidcore--amd64work--0.0--patch-4
1084 :     Added src/utils/x86_64_asm files
1085 :    
1086 :     * ed.gomez@free.fr--amd64/xvidcore--amd64work--0.0--patch-5
1087 :     Added /src/quant/x86_64_asm files
1088 :    
1089 :     * ed.gomez@free.fr--amd64/xvidcore--amd64work--0.0--patch-6
1090 :     Added src/motion/x86_64_asm files
1091 :    
1092 :     * ed.gomez@free.fr--amd64/xvidcore--amd64work--0.0--patch-7
1093 :     Added src/dct/x86_64_asm
1094 :    
1095 :     * ed.gomez@free.fr--amd64/xvidcore--amd64work--0.0--patch-8
1096 :     Added halfpel part of src/image/x86_64_asm files
1097 :    
1098 :     * ed.gomez@free.fr--amd64/xvidcore--amd64work--0.0--patch-9
1099 :     Merged mainline
1100 :    
1101 :     * ed.gomez@free.fr--amd64/xvidcore--amd64work--0.0--patch-10
1102 :     Ported the new mem transfer function
1103 :    
1104 :     * ed.gomez@free.fr--amd64/xvidcore--amd64work--0.0--patch-11
1105 :     Added src/image/x86_4 qpel code
1106 :    
1107 :    
1108 :     new files:
1109 :     src/dct/x86_64_asm/.arch-ids/=id
1110 :     src/dct/x86_64_asm/.arch-ids/fdct_mmx_skal.asm.id
1111 :     src/dct/x86_64_asm/.arch-ids/idct_mmx.asm.id
1112 :     src/dct/x86_64_asm/fdct_mmx_skal.asm
1113 :     src/dct/x86_64_asm/idct_mmx.asm
1114 :     src/image/x86_64_asm/.arch-ids/=id
1115 :     src/image/x86_64_asm/.arch-ids/interpolate8x8_mmx.asm.id
1116 :     src/image/x86_64_asm/.arch-ids/interpolate8x8_xmm.asm.id
1117 :     src/image/x86_64_asm/.arch-ids/qpel_mmx.asm.id
1118 :     src/image/x86_64_asm/interpolate8x8_mmx.asm
1119 :     src/image/x86_64_asm/interpolate8x8_xmm.asm
1120 :     src/image/x86_64_asm/qpel_mmx.asm
1121 :     src/motion/x86_64_asm/.arch-ids/=id
1122 :     src/motion/x86_64_asm/.arch-ids/sad_mmx.asm.id
1123 :     src/motion/x86_64_asm/.arch-ids/sad_xmm.asm.id
1124 :     src/motion/x86_64_asm/sad_mmx.asm
1125 :     src/motion/x86_64_asm/sad_xmm.asm
1126 :     src/quant/x86_64_asm/.arch-ids/=id
1127 :     src/quant/x86_64_asm/.arch-ids/quantize_h263_mmx.asm.id
1128 :     src/quant/x86_64_asm/.arch-ids/quantize_mpeg_xmm.asm.id
1129 :     src/quant/x86_64_asm/quantize_h263_mmx.asm
1130 :     src/quant/x86_64_asm/quantize_mpeg_xmm.asm
1131 :     src/utils/x86_64_asm/.arch-ids/=id
1132 :     src/utils/x86_64_asm/.arch-ids/cpuid.asm.id
1133 :     src/utils/x86_64_asm/.arch-ids/interlacing_mmx.asm.id
1134 :     src/utils/x86_64_asm/.arch-ids/mem_transfer_mmx.asm.id
1135 :     src/utils/x86_64_asm/cpuid.asm
1136 :     src/utils/x86_64_asm/interlacing_mmx.asm
1137 :     src/utils/x86_64_asm/mem_transfer_mmx.asm
1138 :    
1139 :     modified files:
1140 :     build/generic/configure.in build/generic/sources.inc
1141 :     examples/xvid_bench.c src/dct/fdct.h src/dct/idct.h
1142 :     src/image/interpolate8x8.h src/image/qpel.c src/image/qpel.h
1143 :     src/motion/sad.h src/portab.h src/quant/quant.h
1144 :     src/utils/emms.h src/utils/mbfunctions.h
1145 :     src/utils/mem_transfer.h src/xvid.c
1146 :    
1147 :     new directories:
1148 :     src/dct/x86_64_asm src/dct/x86_64_asm/.arch-ids
1149 :     src/image/x86_64_asm src/image/x86_64_asm/.arch-ids
1150 :     src/motion/x86_64_asm src/motion/x86_64_asm/.arch-ids
1151 :     src/quant/x86_64_asm src/quant/x86_64_asm/.arch-ids
1152 :     src/utils/x86_64_asm src/utils/x86_64_asm/.arch-ids
1153 :    
1154 :     new patches:
1155 :     ed.gomez@free.fr--amd64/xvidcore--amd64work--0.0--base-0
1156 :     ed.gomez@free.fr--amd64/xvidcore--amd64work--0.0--patch-1
1157 :     ed.gomez@free.fr--amd64/xvidcore--amd64work--0.0--patch-2
1158 :     ed.gomez@free.fr--amd64/xvidcore--amd64work--0.0--patch-3
1159 :     ed.gomez@free.fr--amd64/xvidcore--amd64work--0.0--patch-4
1160 :     ed.gomez@free.fr--amd64/xvidcore--amd64work--0.0--patch-5
1161 :     ed.gomez@free.fr--amd64/xvidcore--amd64work--0.0--patch-6
1162 :     ed.gomez@free.fr--amd64/xvidcore--amd64work--0.0--patch-7
1163 :     ed.gomez@free.fr--amd64/xvidcore--amd64work--0.0--patch-8
1164 :     ed.gomez@free.fr--amd64/xvidcore--amd64work--0.0--patch-9
1165 :     ed.gomez@free.fr--amd64/xvidcore--amd64work--0.0--patch-10
1166 :     ed.gomez@free.fr--amd64/xvidcore--amd64work--0.0--patch-11
1167 :    
1168 :    
1169 :     2004-12-19 16:58:13 GMT patch-109
1170 :    
1171 :     Summary:
1172 :     bvhq speedup.
1173 :     Revision:
1174 :     xvidcore--head--0.0--patch-109
1175 :    
1176 :     From sysKin:
1177 :     * Add cbp cost as soon as possible, so it saves a few candidates
1178 :     testing.
1179 :    
1180 :     modified files:
1181 :     src/motion/estimation_rd_based_bvop.c
1182 :    
1183 :    
1184 :     2004-12-19 16:55:47 GMT patch-108
1185 :    
1186 :     Summary:
1187 :     Added ia32 optimized code for new mem transfer operator.
1188 :     Revision:
1189 :     xvidcore--head--0.0--patch-108
1190 :    
1191 :     From sysKin:
1192 :     * Added ia32 (xmm) optimized code for new mem transfer operator.
1193 :    
1194 :     modified files:
1195 :     src/utils/mem_transfer.c src/utils/mem_transfer.h
1196 :     src/utils/x86_asm/mem_transfer_mmx.asm src/xvid.c
1197 :    
1198 :    
1199 :     2004-12-19 13:39:58 GMT patch-107
1200 :    
1201 :     Summary:
1202 :     Added missing license header
1203 :     Revision:
1204 :     xvidcore--head--0.0--patch-107
1205 :    
1206 :     From ed.gomez:
1207 :     * The GPL header was missing
1208 :    
1209 :    
1210 :    
1211 :     modified files:
1212 :     src/motion/estimation_rd_based_bvop.c
1213 :    
1214 :    
1215 :     2004-12-19 12:41:02 GMT patch-106
1216 :    
1217 :     Summary:
1218 :     Updated ChangeLog
1219 :     Revision:
1220 :     xvidcore--head--0.0--patch-106
1221 :    
1222 :     Updated ChangeLog
1223 :    
1224 :    
1225 :     modified files:
1226 :     ChangeLog
1227 :    
1228 :    
1229 : edgomez 1.9 2004-12-19 12:38:15 GMT patch-105
1230 :    
1231 :     Summary:
1232 :     Merged stable 1.0.3 release patches
1233 :     Revision:
1234 :     xvidcore--head--0.0--patch-105
1235 :    
1236 :     Merged stable 1.0.3 release patches
1237 :    
1238 :     Patches applied:
1239 :    
1240 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-63
1241 :     Trellis overflow for quant<=2
1242 :    
1243 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-64
1244 :     Marking 1.0.3 release
1245 :    
1246 :    
1247 :     modified files:
1248 :     ChangeLog-1.0 src/utils/mbtransquant.c src/xvid.h
1249 :    
1250 :     new patches:
1251 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-63
1252 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-64
1253 :    
1254 :    
1255 :     2004-12-19 11:15:53 GMT patch-104
1256 :    
1257 :     Summary:
1258 :     Faster bvhq
1259 :     Revision:
1260 :     xvidcore--head--0.0--patch-104
1261 :    
1262 :     From sysKin:
1263 :     * Faster bvhq skipping Intra test if the rd optimized rate
1264 :     is already < 24bits... some other things too
1265 :    
1266 :     modified files:
1267 :     src/motion/estimation.h src/motion/estimation_bvop.c
1268 :     src/motion/estimation_rd_based.c
1269 :     src/motion/estimation_rd_based_bvop.c
1270 :    
1271 :    
1272 :     2004-12-10 20:51:56 GMT patch-103
1273 :    
1274 :     Summary:
1275 :     Encoder cleanups.
1276 :     Revision:
1277 :     xvidcore--head--0.0--patch-103
1278 :    
1279 :     From sysKin:
1280 :     * Moved greyscale code to mbcoding.
1281 :     * Moved the fcode code to its own function.
1282 :     * Some other minor cleanups.
1283 :    
1284 :    
1285 :     modified files:
1286 :     src/bitstream/mbcoding.c src/encoder.c
1287 :    
1288 :    
1289 :     2004-12-10 20:39:23 GMT patch-102
1290 :    
1291 :     Summary:
1292 :     Fixed patch-101
1293 :     Revision:
1294 :     xvidcore--head--0.0--patch-102
1295 :    
1296 :     From sysKin:
1297 :     * Add a cbp assigment that should not have disapeared in patch-101.
1298 :    
1299 :     modified files:
1300 :     src/encoder.c
1301 :    
1302 :    
1303 :     2004-12-09 22:53:20 GMT patch-101
1304 :    
1305 :     Summary:
1306 :     Speedup using RD results
1307 :     Revision:
1308 :     xvidcore--head--0.0--patch-101
1309 :    
1310 :     From sysKin:
1311 :     * Use cbp from RD to speedup things a bit.
1312 :    
1313 :     modified files:
1314 :     src/encoder.c
1315 :    
1316 :    
1317 :     2004-12-09 22:51:02 GMT patch-100
1318 :    
1319 :     Summary:
1320 :     Speedup RD a bit
1321 :     Revision:
1322 :     xvidcore--head--0.0--patch-100
1323 :    
1324 :     From sysKin:
1325 :     * Saves a few multiplies in RD code saving the quant*quant value
1326 :     into the SearchData struct.
1327 :    
1328 :     modified files:
1329 :     src/motion/estimation.h src/motion/estimation_bvop.c
1330 :     src/motion/estimation_rd_based.c
1331 :    
1332 :    
1333 :     2004-12-09 22:48:06 GMT patch-99
1334 :    
1335 :     Summary:
1336 :     Smarter fcode code
1337 :     Revision:
1338 :     xvidcore--head--0.0--patch-99
1339 :    
1340 :     From sysKin:
1341 :     * Replaced old fcode code with smarter one.
1342 :    
1343 :     modified files:
1344 :     src/bitstream/mbcoding.c src/encoder.c src/motion/estimation.h
1345 :     src/motion/estimation_bvop.c src/motion/estimation_common.c
1346 :     src/motion/estimation_pvop.c src/motion/motion_inlines.h
1347 :    
1348 :    
1349 :     2004-12-09 22:00:49 GMT patch-98
1350 :    
1351 :     Summary:
1352 :     Removed Reduced Resolution Vops support
1353 :     Revision:
1354 :     xvidcore--head--0.0--patch-98
1355 :    
1356 :     From sysKin:
1357 :     * it's now a long time we planned removing support for RRV as it
1358 :     adds complexity to the ME, to the decoder and this feature fits
1359 :     nowhere in any MPEG4 profile we plan to support.
1360 :    
1361 :     modified files:
1362 :     src/bitstream/bitstream.c src/bitstream/bitstream.h
1363 :     src/decoder.c src/encoder.c src/image/image.c
1364 :     src/motion/estimation.h src/motion/estimation_bvop.c
1365 :     src/motion/estimation_gmc.c src/motion/estimation_pvop.c
1366 :     src/motion/estimation_rd_based.c
1367 :     src/motion/estimation_rd_based_bvop.c src/motion/motion.h
1368 :     src/motion/motion_comp.c src/motion/motion_inlines.h
1369 :     src/motion/vop_type_decision.c src/utils/mbtransquant.c
1370 :     src/xvid.c
1371 :    
1372 :    
1373 :     2004-12-07 23:58:12 GMT patch-97
1374 :    
1375 :     Summary:
1376 :     Merged PowerPC fixes from christoph naegeli's branch
1377 :     Revision:
1378 :     xvidcore--head--0.0--patch-97
1379 :    
1380 :     Merged PowerPC fixes from christoph naegeli's branch
1381 :    
1382 :     Patches applied:
1383 :    
1384 :     * chn@kbw.ch--2004-1/xvidcore--naegeli-head--0.0--patch-11
1385 :     Star-merge with Edouards Branch
1386 :    
1387 :     * chn@kbw.ch--2004-1/xvidcore--naegeli-head--0.0--patch-12
1388 :     debug alignment bugfixes
1389 :    
1390 :     * chn@kbw.ch--2004-1/xvidcore--naegeli-head--0.0--patch-13
1391 :     bugfixes in altivec alignment assumptions
1392 :    
1393 :     * chn@kbw.ch--2004-1/xvidcore--naegeli-head--0.0--patch-14
1394 :     linux gcc fixes
1395 :    
1396 :     * chn@kbw.ch--2004-1/xvidcore--naegeli-head--0.0--patch-15
1397 :     linux ppc long fixes
1398 :    
1399 :     * chn@kbw.ch--2004-1/xvidcore--naegeli-head--0.0--patch-16
1400 :     minor ppc linux enhancements...
1401 :    
1402 :    
1403 :     modified files:
1404 :     src/image/ppc_asm/colorspace_altivec.c
1405 :     src/image/ppc_asm/interpolate8x8_altivec.c
1406 :     src/image/ppc_asm/qpel_altivec.c
1407 :     src/motion/ppc_asm/sad_altivec.c
1408 :     src/quant/ppc_asm/quant_h263_altivec.c
1409 :     src/utils/ppc_asm/mem_transfer_altivec.c src/xvid.c
1410 :    
1411 :     new patches:
1412 :     chn@kbw.ch--2004-1/xvidcore--naegeli-head--0.0--patch-11
1413 :     chn@kbw.ch--2004-1/xvidcore--naegeli-head--0.0--patch-12
1414 :     chn@kbw.ch--2004-1/xvidcore--naegeli-head--0.0--patch-13
1415 :     chn@kbw.ch--2004-1/xvidcore--naegeli-head--0.0--patch-14
1416 :     chn@kbw.ch--2004-1/xvidcore--naegeli-head--0.0--patch-15
1417 :     chn@kbw.ch--2004-1/xvidcore--naegeli-head--0.0--patch-16
1418 :    
1419 :    
1420 :     2004-11-24 22:10:17 GMT patch-96
1421 :    
1422 :     Summary:
1423 :     Forgotten bit of patch-94 (vbv code in vfw)
1424 :     Revision:
1425 :     xvidcore--head--0.0--patch-96
1426 :    
1427 :     Forgotten bit of patch-94 (vbv code in vfw)
1428 :    
1429 :    
1430 :     modified files:
1431 :     vfw/src/codec.c
1432 :    
1433 :    
1434 :     2004-11-24 21:50:45 GMT patch-95
1435 :    
1436 :     Summary:
1437 :     Changed default Brightness value in DShow frontend
1438 :     Revision:
1439 :     xvidcore--head--0.0--patch-95
1440 :    
1441 :     Changed default Brightness value in DShow frontend
1442 :    
1443 :    
1444 :     modified files:
1445 :     dshow/src/config.c
1446 :    
1447 :    
1448 :     2004-11-24 21:50:14 GMT patch-94
1449 :    
1450 :     Summary:
1451 :     Added support for VBV in frontend.
1452 :     Revision:
1453 :     xvidcore--head--0.0--patch-94
1454 :    
1455 :     From sysKin:
1456 :     * Added support code for VBV in VFW frontend.
1457 :    
1458 :     modified files:
1459 :     vfw/src/config.c vfw/src/resource.rc
1460 :    
1461 :    
1462 :     2004-11-24 21:48:35 GMT patch-93
1463 :    
1464 :     Summary:
1465 :     Added interlaced option parsing in xvid_encraw.
1466 :     Revision:
1467 :     xvidcore--head--0.0--patch-93
1468 :    
1469 :     From christoph:
1470 :     * Added support for interlaced option in xvid_encraw.
1471 :    
1472 :     modified files:
1473 :     examples/xvid_encraw.c
1474 :    
1475 :    
1476 :     2004-11-24 21:45:47 GMT patch-92
1477 :    
1478 :     Summary:
1479 :     Synced with stable tree
1480 :     Revision:
1481 :     xvidcore--head--0.0--patch-92
1482 :    
1483 :     Synced with stable tree
1484 :    
1485 :     Patches applied:
1486 :    
1487 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-60
1488 :     Fixed DiamondSearch
1489 :    
1490 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-61
1491 :     Fixed stride in DShow decoder.
1492 :    
1493 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-62
1494 :     Fixed stride in vfw frontend.
1495 :    
1496 :    
1497 :     modified files:
1498 :     dshow/src/CXvidDecoder.cpp src/motion/estimation_common.c
1499 :     vfw/src/codec.c
1500 :    
1501 :     new patches:
1502 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-60
1503 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-61
1504 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-62
1505 :    
1506 :    
1507 :     2004-10-17 10:13:02 GMT patch-91
1508 :    
1509 :     Summary:
1510 :     Syncing with Christoph Nageli branch
1511 :     Revision:
1512 :     xvidcore--head--0.0--patch-91
1513 :    
1514 :     Syncing with Christoph Nageli branch
1515 :    
1516 :     Patches applied:
1517 :    
1518 :     * chn@kbw.ch--2004-1/xvidcore--naegeli-head--0.0--base-0
1519 :     tag of ed.gomez@free.fr--2004-1/xvidcore--head--0.0--patch-68
1520 :    
1521 :     * chn@kbw.ch--2004-1/xvidcore--naegeli-head--0.0--patch-1
1522 :     interpolate8x8_haflpel add functions
1523 :    
1524 :     * chn@kbw.ch--2004-1/xvidcore--naegeli-head--0.0--patch-2
1525 :     little enhancement
1526 :    
1527 :     * chn@kbw.ch--2004-1/xvidcore--naegeli-head--0.0--patch-3
1528 :     Basic QPel pass_16 routines altivec codec
1529 :    
1530 :     * chn@kbw.ch--2004-1/xvidcore--naegeli-head--0.0--patch-4
1531 :     Basic QPel pass_8 routines altivec code
1532 :    
1533 :     * chn@kbw.ch--2004-1/xvidcore--naegeli-head--0.0--patch-5
1534 :     packed pass_16 routines in a macro
1535 :    
1536 :     * chn@kbw.ch--2004-1/xvidcore--naegeli-head--0.0--patch-6
1537 :     packed pass_8 routines in a macro
1538 :    
1539 :     * chn@kbw.ch--2004-1/xvidcore--naegeli-head--0.0--patch-7
1540 :     Enhancement of the qpel functions for P-frames
1541 :    
1542 :     * chn@kbw.ch--2004-1/xvidcore--naegeli-head--0.0--patch-8
1543 :     QPel Pass_16 Add Functions
1544 :    
1545 :     * chn@kbw.ch--2004-1/xvidcore--naegeli-head--0.0--patch-9
1546 :     Pass_8_Add Altivec functions
1547 :    
1548 :     * chn@kbw.ch--2004-1/xvidcore--naegeli-head--0.0--patch-10
1549 :     Bugfix for Pass_8 Add routines
1550 :    
1551 :    
1552 :     new files:
1553 :     src/image/ppc_asm/.arch-ids/qpel_altivec.c.id
1554 :     src/image/ppc_asm/qpel_altivec.c
1555 :    
1556 :     modified files:
1557 :     build/generic/sources.inc src/image/interpolate8x8.h
1558 :     src/image/ppc_asm/colorspace_altivec.c
1559 :     src/image/ppc_asm/interpolate8x8_altivec.c src/image/qpel.c
1560 :     src/image/qpel.h src/xvid.c
1561 :    
1562 :     new patches:
1563 :     chn@kbw.ch--2004-1/xvidcore--naegeli-head--0.0--base-0
1564 :     chn@kbw.ch--2004-1/xvidcore--naegeli-head--0.0--patch-1
1565 :     chn@kbw.ch--2004-1/xvidcore--naegeli-head--0.0--patch-2
1566 :     chn@kbw.ch--2004-1/xvidcore--naegeli-head--0.0--patch-3
1567 :     chn@kbw.ch--2004-1/xvidcore--naegeli-head--0.0--patch-4
1568 :     chn@kbw.ch--2004-1/xvidcore--naegeli-head--0.0--patch-5
1569 :     chn@kbw.ch--2004-1/xvidcore--naegeli-head--0.0--patch-6
1570 :     chn@kbw.ch--2004-1/xvidcore--naegeli-head--0.0--patch-7
1571 :     chn@kbw.ch--2004-1/xvidcore--naegeli-head--0.0--patch-8
1572 :     chn@kbw.ch--2004-1/xvidcore--naegeli-head--0.0--patch-9
1573 :     chn@kbw.ch--2004-1/xvidcore--naegeli-head--0.0--patch-10
1574 :    
1575 :    
1576 :     2004-10-12 21:00:08 GMT patch-90
1577 :    
1578 :     Summary:
1579 :     Resynced with 1.0 tree
1580 :     Revision:
1581 :     xvidcore--head--0.0--patch-90
1582 :    
1583 :     Resynced with 1.0 tree
1584 :    
1585 :     Patches applied:
1586 :    
1587 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-59
1588 :     Don't read too short streams.
1589 :    
1590 :    
1591 :     modified files:
1592 :     src/bitstream/bitstream.c
1593 :    
1594 :     new patches:
1595 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-59
1596 :    
1597 :    
1598 :     2004-10-12 20:54:47 GMT patch-89
1599 :    
1600 :     Summary:
1601 :     Credits to Christoph Nageli for his work on PPC port
1602 :     Revision:
1603 :     xvidcore--head--0.0--patch-89
1604 :    
1605 :     Credits to Christoph Nageli for his work on PPC port
1606 :    
1607 :    
1608 :     modified files:
1609 :     AUTHORS
1610 :    
1611 :    
1612 :     2004-10-12 20:51:24 GMT patch-88
1613 :    
1614 :     Summary:
1615 :    
1616 :     Revision:
1617 :     xvidcore--head--0.0--patch-88
1618 :    
1619 :     Patches applied:
1620 :    
1621 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-57
1622 :     ME fix.
1623 :    
1624 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-58
1625 :     64bit fixes
1626 :    
1627 :     From ed.gomez:
1628 :     * Resolved conflicts caused by the 64bit fixes, extended it for qpel.h
1629 :     Note that 1.1 tree needs a new review for 64bit problems as lot
1630 :     of ME code has changed.
1631 :    
1632 :     modified files:
1633 :     src/image/qpel.h src/motion/estimation_bvop.c
1634 :     src/motion/estimation_common.c src/motion/motion_comp.c
1635 :    
1636 :     new patches:
1637 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-57
1638 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-58
1639 :    
1640 :    
1641 :     2004-09-22 22:42:16 GMT patch-87
1642 :    
1643 :     Summary:
1644 :     DESTDIR support in Makefile
1645 :     Revision:
1646 :     xvidcore--head--0.0--patch-87
1647 :    
1648 :     From Thomas Galliano (Gentoo bug #62190):
1649 :     * Added DESTDIR prefix variable to all install commands destination
1650 :     (ed.gomez: i think it's for packaging issues, so the install
1651 :     process installs all files as if they were going to the real
1652 :     location, as xvid doesn't use any path, i always thought this
1653 :     was not required)
1654 :    
1655 :     modified files:
1656 :     build/generic/Makefile build/generic/platform.inc.in
1657 :    
1658 :    
1659 :     2004-09-04 15:10:33 GMT patch-86
1660 :    
1661 :     Summary:
1662 :     First bvop search must initalize best_sad
1663 :     Revision:
1664 :     xvidcore--head--0.0--patch-86
1665 :    
1666 :     From sysKin:
1667 :     * First bvop search must initalize best_sad
1668 :    
1669 :     modified files:
1670 :     src/motion/estimation_bvop.c
1671 :    
1672 :    
1673 :     2004-09-04 14:11:43 GMT patch-85
1674 :    
1675 :     Summary:
1676 :     Fixed function prototype/definition mismatch
1677 :     Revision:
1678 :     xvidcore--head--0.0--patch-85
1679 :    
1680 :     From sysKin:
1681 :     * Fixed function prototype/definition mismatch for some
1682 :     interpolation C functions.
1683 :    
1684 :     modified files:
1685 :     src/image/interpolate8x8.c
1686 :    
1687 :    
1688 :     2004-09-04 14:08:13 GMT patch-84
1689 :    
1690 :     Summary:
1691 :     Fixed buffer termination logic in xvid_decraw.
1692 :     Revision:
1693 :     xvidcore--head--0.0--patch-84
1694 :    
1695 :     From ed.gomez:
1696 :     * Fixed main decoding loop condition to really match
1697 :     the empty buffer and end of stream condition.
1698 :     * Removed the unwanted frame number limitation
1699 :    
1700 :     modified files:
1701 :     examples/xvid_decraw.c
1702 :    
1703 :    
1704 :     2004-09-04 14:04:48 GMT patch-83
1705 :    
1706 :     Summary:
1707 :     Uninitialized user data usage.
1708 :     Revision:
1709 :     xvidcore--head--0.0--patch-83
1710 :    
1711 :     From ed.gomez:
1712 :     - Fixed user data parsing uninitialized data.
1713 :    
1714 :     modified files:
1715 :     src/bitstream/bitstream.c
1716 :    
1717 :    
1718 :     2004-09-04 13:59:26 GMT patch-82
1719 :    
1720 :     Summary:
1721 :     Unitialized data in bvop ME
1722 :     Revision:
1723 :     xvidcore--head--0.0--patch-82
1724 :    
1725 :     From ed.gomez:
1726 :     * Fixed unitialized data usage during bvop ME.
1727 :    
1728 :     modified files:
1729 :     src/motion/estimation_bvop.c
1730 :    
1731 :    
1732 :     2004-09-03 00:13:31 GMT patch-81
1733 :    
1734 :     Summary:
1735 :     Add VOL header saving in xvid_decraw
1736 :     Revision:
1737 :     xvidcore--head--0.0--patch-81
1738 :    
1739 :     From ed.gomez:
1740 :     * Added VOL header saving in xvid_decraw
1741 :    
1742 :     The little story:
1743 :     I was trying to cut some frames off of a big stream (150MB)
1744 :     with "xvid_decraw -m", and cat'ing the single frame stream
1745 :     files together. The reconstructed stream was rejected by all
1746 :     mpeg4 decoders because the vol header wasn't present. Thus
1747 :     the fix.
1748 :    
1749 :     modified files:
1750 :     examples/xvid_decraw.c
1751 :    
1752 :    
1753 :     2004-08-30 23:22:35 GMT patch-80
1754 :    
1755 :     Summary:
1756 :     Complete previous API numbering change
1757 :     Revision:
1758 :     xvidcore--head--0.0--patch-80
1759 :    
1760 :     Complete previous API numbering change
1761 :    
1762 :    
1763 :     modified files:
1764 :     src/xvid.h
1765 :    
1766 :    
1767 :     2004-08-29 11:53:05 GMT patch-79
1768 :    
1769 :     Summary:
1770 :     Merged stable tree
1771 :     Revision:
1772 :     xvidcore--head--0.0--patch-79
1773 :    
1774 :     Merged stable tree
1775 :    
1776 :     Patches applied:
1777 :    
1778 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-54
1779 :     Marking 1.0.2
1780 :    
1781 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-55
1782 :     Merged one important forgotten bugfix from head
1783 :    
1784 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-56
1785 :     ChangeLog update
1786 :    
1787 :    
1788 :     modified files:
1789 :     ChangeLog-1.0 src/xvid.h
1790 :    
1791 :     new patches:
1792 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-54
1793 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-55
1794 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-56
1795 :    
1796 :    
1797 :     2004-08-29 09:56:34 GMT patch-78
1798 :    
1799 :     Summary:
1800 :     Write ia32 symbols' size to elf output.
1801 :     Revision:
1802 :     xvidcore--head--0.0--patch-78
1803 :    
1804 :     From ed.gomez:
1805 :     - write symbols size to elf output, so the asm objects look
1806 :     really like any usual object file.
1807 :    
1808 :     modified files:
1809 :     src/bitstream/x86_asm/cbp_3dne.asm
1810 :     src/bitstream/x86_asm/cbp_mmx.asm
1811 :     src/bitstream/x86_asm/cbp_sse2.asm
1812 :     src/dct/x86_asm/fdct_mmx_ffmpeg.asm
1813 :     src/dct/x86_asm/fdct_mmx_skal.asm
1814 :     src/dct/x86_asm/fdct_sse2_skal.asm
1815 :     src/dct/x86_asm/idct_3dne.asm src/dct/x86_asm/idct_mmx.asm
1816 :     src/dct/x86_asm/idct_sse2_dmitry.asm
1817 :     src/dct/x86_asm/simple_idct_mmx.asm
1818 :     src/image/x86_asm/colorspace_mmx.inc
1819 :     src/image/x86_asm/colorspace_rgb_mmx.asm
1820 :     src/image/x86_asm/colorspace_yuv_mmx.asm
1821 :     src/image/x86_asm/colorspace_yuyv_mmx.asm
1822 :     src/image/x86_asm/interpolate8x8_3dn.asm
1823 :     src/image/x86_asm/interpolate8x8_3dne.asm
1824 :     src/image/x86_asm/interpolate8x8_mmx.asm
1825 :     src/image/x86_asm/interpolate8x8_xmm.asm
1826 :     src/image/x86_asm/postprocessing_mmx.asm
1827 :     src/image/x86_asm/postprocessing_sse2.asm
1828 :     src/image/x86_asm/qpel_mmx.asm
1829 :     src/image/x86_asm/reduced_mmx.asm
1830 :     src/motion/x86_asm/sad_3dn.asm src/motion/x86_asm/sad_3dne.asm
1831 :     src/motion/x86_asm/sad_mmx.asm src/motion/x86_asm/sad_sse2.asm
1832 :     src/motion/x86_asm/sad_xmm.asm
1833 :     src/quant/x86_asm/quantize_h263_3dne.asm
1834 :     src/quant/x86_asm/quantize_h263_mmx.asm
1835 :     src/quant/x86_asm/quantize_mpeg_mmx.asm
1836 :     src/quant/x86_asm/quantize_mpeg_xmm.asm
1837 :     src/utils/x86_asm/cpuid.asm
1838 :     src/utils/x86_asm/interlacing_mmx.asm
1839 :     src/utils/x86_asm/mem_transfer_3dne.asm
1840 :     src/utils/x86_asm/mem_transfer_mmx.asm
1841 :    
1842 :    
1843 :     2004-08-28 13:00:56 GMT patch-77
1844 :    
1845 :     Summary:
1846 :     Thread safety problem in sse2 brightness control
1847 :     Revision:
1848 :     xvidcore--head--0.0--patch-77
1849 :    
1850 :     From ed.gomez:
1851 :     * CodingStyle for the sse2 image brightness file
1852 :     * Fixed thread safety problem/big error. Writing to a RO
1853 :     data segment is a no go ! and using global data segment
1854 :     is a no go either (use stack instead) !
1855 :    
1856 :     modified files:
1857 :     src/image/x86_asm/postprocessing_sse2.asm
1858 :    
1859 :    
1860 :     2004-08-22 13:11:23 GMT patch-76
1861 :    
1862 :     Summary:
1863 :     Stable merge
1864 :     Revision:
1865 :     xvidcore--head--0.0--patch-76
1866 :    
1867 :     Stable merge
1868 :    
1869 :     Patches applied:
1870 :    
1871 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-53
1872 :     Thread safety problem in idct C version
1873 :    
1874 :    
1875 :     modified files:
1876 :     src/bitstream/mbcoding.c src/dct/idct.c
1877 :    
1878 :     new patches:
1879 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-53
1880 :    
1881 :    
1882 :     2004-08-22 11:48:23 GMT patch-75
1883 :    
1884 :     Summary:
1885 :     This tree isn't API 4.0 anymore, mark it as 4.1
1886 :     Revision:
1887 :     xvidcore--head--0.0--patch-75
1888 :    
1889 :     From ed.gomez:
1890 :     * The fields added to some structs make this lib isn't
1891 :     API 4.0 anymore, mark it as 4.1 because ABI compatibility
1892 :     is conserved.
1893 :    
1894 :     modified files:
1895 :     build/generic/configure.in
1896 :    
1897 :    
1898 :     2004-08-22 11:41:22 GMT patch-74
1899 :    
1900 :     Summary:
1901 :     Functions qualified as such for elf format.
1902 :     Revision:
1903 :     xvidcore--head--0.0--patch-74
1904 :    
1905 :     From ed.gomez:
1906 :     * Functions weren't marked as functions in ia32 asm files.
1907 :     Added support for the function qualifier for elf.
1908 :    
1909 :     modified files:
1910 :     build/generic/configure.in src/bitstream/x86_asm/cbp_3dne.asm
1911 :     src/bitstream/x86_asm/cbp_mmx.asm
1912 :     src/bitstream/x86_asm/cbp_sse2.asm
1913 :     src/dct/x86_asm/fdct_mmx_ffmpeg.asm
1914 :     src/dct/x86_asm/fdct_mmx_skal.asm
1915 :     src/dct/x86_asm/fdct_sse2_skal.asm
1916 :     src/dct/x86_asm/idct_3dne.asm src/dct/x86_asm/idct_mmx.asm
1917 :     src/dct/x86_asm/idct_sse2_dmitry.asm
1918 :     src/dct/x86_asm/simple_idct_mmx.asm
1919 :     src/image/x86_asm/colorspace_rgb_mmx.asm
1920 :     src/image/x86_asm/colorspace_yuv_mmx.asm
1921 :     src/image/x86_asm/colorspace_yuyv_mmx.asm
1922 :     src/image/x86_asm/interpolate8x8_3dn.asm
1923 :     src/image/x86_asm/interpolate8x8_3dne.asm
1924 :     src/image/x86_asm/interpolate8x8_mmx.asm
1925 :     src/image/x86_asm/interpolate8x8_xmm.asm
1926 :     src/image/x86_asm/postprocessing_mmx.asm
1927 :     src/image/x86_asm/postprocessing_sse2.asm
1928 :     src/image/x86_asm/qpel_mmx.asm
1929 :     src/image/x86_asm/reduced_mmx.asm
1930 :     src/motion/x86_asm/sad_3dn.asm src/motion/x86_asm/sad_3dne.asm
1931 :     src/motion/x86_asm/sad_mmx.asm src/motion/x86_asm/sad_sse2.asm
1932 :     src/motion/x86_asm/sad_xmm.asm
1933 :     src/quant/x86_asm/quantize_h263_3dne.asm
1934 :     src/quant/x86_asm/quantize_h263_mmx.asm
1935 :     src/quant/x86_asm/quantize_mpeg_mmx.asm
1936 :     src/quant/x86_asm/quantize_mpeg_xmm.asm
1937 :     src/utils/x86_asm/cpuid.asm
1938 :     src/utils/x86_asm/interlacing_mmx.asm
1939 :     src/utils/x86_asm/mem_transfer_3dne.asm
1940 :     src/utils/x86_asm/mem_transfer_mmx.asm
1941 :    
1942 :    
1943 :     2004-08-21 17:04:57 GMT patch-73
1944 :    
1945 :     Summary:
1946 :     Added yasm support in configure.in
1947 :     Revision:
1948 :     xvidcore--head--0.0--patch-73
1949 :    
1950 :     From ed.gomez:
1951 :     * Added yasm configure.in support. It's my preferred ia32 assembly
1952 :     because it allows debugging/profiling of assembly code with oprofile.
1953 :    
1954 :     modified files:
1955 :     build/generic/configure.in
1956 :    
1957 :    
1958 :     2004-08-21 11:47:31 GMT patch-72
1959 :    
1960 :     Summary:
1961 :     Merged fix from stable
1962 :     Revision:
1963 :     xvidcore--head--0.0--patch-72
1964 :    
1965 :     Merged fix from stable
1966 :    
1967 :     Patches applied:
1968 :    
1969 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-52
1970 :     Stupid typo+error in fdct_xxx_skal macro generator.
1971 :    
1972 :    
1973 :     modified files:
1974 :     src/dct/x86_asm/fdct_mmx_skal.asm
1975 :    
1976 :     new patches:
1977 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-52
1978 :    
1979 :    
1980 :     2004-08-16 22:32:46 GMT patch-71
1981 :    
1982 :     Summary:
1983 :     Decoder optimization (fixing regression)
1984 :     Revision:
1985 :     xvidcore--head--0.0--patch-71
1986 :    
1987 :     From ed.gomez:
1988 :     * With newly introduced vector checking, decoder became noticeably
1989 :     slower. This was caused by poorly written code (sorry sysKin :P)
1990 :     + unrolled loop
1991 :     + removed duplicated border computings
1992 :     + marks the function as __inline
1993 :    
1994 :     modified files:
1995 :     src/decoder.c
1996 :    
1997 :    
1998 :     2004-08-15 11:42:20 GMT patch-70
1999 :    
2000 :     Summary:
2001 :     Out of bounds MVs clipping
2002 :     Revision:
2003 :     xvidcore--head--0.0--patch-70
2004 :    
2005 :     From sysKin:
2006 :     * Clip vectors that end up out of bounds.
2007 :    
2008 :     modified files:
2009 :     src/decoder.c
2010 :    
2011 :    
2012 :     2004-08-10 22:30:09 GMT patch-69
2013 :    
2014 :     Summary:
2015 :     Fixed CBR plugin.
2016 :     Revision:
2017 :     xvidcore--head--0.0--patch-69
2018 :    
2019 :     From Foxer:
2020 :     * Do not set the return quantizer to the frame's quantizer
2021 :     (caused the crazy quant choices)
2022 :     * Allow quant1 to influence the sequence quality
2023 :     * Allow more than +- 1 quantizer variation if the desired
2024 :     quantizer is much higher than the previous.
2025 :     * Clamp the overflow influence to 1 unit of buffer, that
2026 :     should help cases where still motion scenes are followed
2027 :     by normal motion scenes... old code was reaching amazing
2028 :     high bitrate, with this modification it should keep
2029 :     smaller bitrate.
2030 :    
2031 :     modified files:
2032 :     src/plugins/plugin_single.c
2033 :    
2034 :    
2035 :     2004-08-01 15:23:49 GMT patch-68
2036 :    
2037 :     Summary:
2038 :     error in dshow par array indexing
2039 :     Revision:
2040 :     xvidcore--head--0.0--patch-68
2041 :    
2042 :     error in dshow par array indexing
2043 :    
2044 :    
2045 :     modified files:
2046 :     dshow/src/CXvidDecoder.cpp
2047 :    
2048 :    
2049 :     2004-08-01 13:38:36 GMT patch-67
2050 :    
2051 :     Summary:
2052 :     Faster bframe decoding (qpel this time)
2053 :     Revision:
2054 :     xvidcore--head--0.0--patch-67
2055 :    
2056 :     From ed.gomez:
2057 :     * Used the same trick as for halfpel bvops, merge backward
2058 :     interpolation and dst averaging steps.
2059 :    
2060 :     NB: i'm currently not able to say if it's a real speedup or not
2061 :     because my linux kernel uses a process scheduler gives great
2062 :     variance to results... so far i'm sure this isn't a slowdown
2063 :     neither for C nor ia32 SIMD.
2064 :    
2065 :     modified files:
2066 :     src/decoder.c src/image/qpel.c src/image/qpel.h
2067 :    
2068 :    
2069 :     2004-08-01 11:24:07 GMT patch-66
2070 :    
2071 :     Summary:
2072 :     Unified qpel code path for all platforms
2073 :     Revision:
2074 :     xvidcore--head--0.0--patch-66
2075 :    
2076 :     From ed.gomez and skal:
2077 :     * Unified qpel code path for all platforms. Next step is
2078 :     to fully exploit this code path to speedup qpel bframe
2079 :     decoding
2080 :    
2081 :     NB: this makes also ports life easier as they would not port
2082 :     obsoleted function sets...
2083 :    
2084 :     modified files:
2085 :     src/decoder.c src/image/interpolate8x8.h src/image/qpel.c
2086 :     src/image/qpel.h src/motion/motion_comp.c
2087 :    
2088 :    
2089 :     2004-07-31 15:08:19 GMT patch-65
2090 :    
2091 :     Summary:
2092 :     Faster bframe decoding.
2093 :     Revision:
2094 :     xvidcore--head--0.0--patch-65
2095 :    
2096 :     From ed.gomez and skal:
2097 :     * Faster direct/interpolated bvop blocks decoding for halfpel
2098 :     sequences. The trick is to compute and average directly with
2099 :     destination during one of the forward/backward interpolations.
2100 :     At this moment, this patch covers only halfpel decoding, the
2101 :     same trick is expected to be hacked for qpel.
2102 :    
2103 :     modified files:
2104 :     src/decoder.c src/image/interpolate8x8.c
2105 :     src/image/interpolate8x8.h
2106 :     src/image/x86_asm/interpolate8x8_mmx.asm
2107 :     src/image/x86_asm/interpolate8x8_xmm.asm src/xvid.c
2108 :    
2109 :    
2110 :     2004-07-31 09:13:23 GMT patch-64
2111 :    
2112 :     Summary:
2113 :     Last bit for dshow gcc support
2114 :     Revision:
2115 :     xvidcore--head--0.0--patch-64
2116 :    
2117 :     From pete:
2118 :     * Last bits concerning gcc build support for dshow.
2119 :    
2120 :     removed files:
2121 :     dshow/dxpatch/.arch-ids/DXVCSDK-9.0-gcc.patch.id
2122 :     dshow/dxpatch/.arch-ids/DXVCSDK-9.0-gcc.txt.id
2123 :     dshow/dxpatch/DXVCSDK-9.0-gcc.patch
2124 :     dshow/dxpatch/DXVCSDK-9.0-gcc.txt
2125 :    
2126 :     modified files:
2127 :     dshow/src/Configure.cpp
2128 :    
2129 :    
2130 :     2004-07-27 21:10:02 GMT patch-63
2131 :    
2132 :     Summary:
2133 :     Better cross compilation support for dshow.
2134 :     Revision:
2135 :     xvidcore--head--0.0--patch-63
2136 :    
2137 :     From pete and ed.gomez:
2138 :     * gcc 3.4.1 is even more pedantic, ::GUID was breaking it, use
2139 :     struct _GUID instead.
2140 :     * Some uppercase/lowercase mixing in MS headers.
2141 :     * More documentation footage for the braves !
2142 :    
2143 :     NB: with all this, dshow should compile, but it is not guaranted
2144 :     to work ! There's even a patch for Configure.cpp that could be
2145 :     required... postponed to a later patch.
2146 :    
2147 :     modified files:
2148 :     dshow/dxpatch/dx90sdk-update-gcc.patch
2149 :     dshow/dxpatch/dx90sdk-update-gcc.txt
2150 :    
2151 :    
2152 :     2004-07-26 20:25:52 GMT patch-62
2153 :    
2154 :     Summary:
2155 :     ChangeLog 1.1 update
2156 :     Revision:
2157 :     xvidcore--head--0.0--patch-62
2158 :    
2159 :     ChangeLog 1.1 update
2160 :    
2161 :    
2162 :     modified files:
2163 :     ChangeLog
2164 :    
2165 :    
2166 : edgomez 1.8 2004-07-26 20:22:38 GMT patch-61
2167 :    
2168 :     Summary:
2169 :     Update from stable
2170 :     Revision:
2171 :     xvidcore--head--0.0--patch-61
2172 :    
2173 :     Update from stable
2174 :    
2175 :     Patches applied:
2176 :    
2177 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-51
2178 :     ChangeLog Update
2179 :    
2180 :    
2181 :     modified files:
2182 :     ChangeLog-1.0
2183 :    
2184 :     new patches:
2185 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-51
2186 :    
2187 :    
2188 :     2004-07-26 19:26:24 GMT patch-60
2189 :    
2190 :     Summary:
2191 :     Another missing memset in xvid_decraw
2192 :     Revision:
2193 :     xvidcore--head--0.0--patch-60
2194 :    
2195 :     Another missing memset in xvid_decraw
2196 :    
2197 :    
2198 :     modified files:
2199 :     examples/xvid_decraw.c
2200 :    
2201 :    
2202 :     2004-07-26 19:14:45 GMT patch-59
2203 :    
2204 :     Summary:
2205 :     DShow updates for gcc toolchain.
2206 :     Revision:
2207 :     xvidcore--head--0.0--patch-59
2208 :    
2209 :     From pete:
2210 :     * More work on the gcc toolchain.
2211 :    
2212 :     new files:
2213 :     dshow/dxpatch/.arch-ids/dx90sdk-update-gcc.patch.id
2214 :     dshow/dxpatch/.arch-ids/dx90sdk-update-gcc.txt.id
2215 :     dshow/dxpatch/dx90sdk-update-gcc.patch
2216 :     dshow/dxpatch/dx90sdk-update-gcc.txt
2217 :    
2218 :     modified files:
2219 :     dshow/Makefile dshow/dshow.dsp dshow/src/CXvidDecoder.cpp
2220 :    
2221 :    
2222 :     2004-07-25 21:31:41 GMT patch-58
2223 :    
2224 :     Summary:
2225 :     Added GPL to vfw frontend
2226 :     Revision:
2227 :     xvidcore--head--0.0--patch-58
2228 :    
2229 :     From pete:
2230 :     * Added GPL to VFW ressources.
2231 :    
2232 :     modified files:
2233 :     vfw/src/config.c vfw/src/driverproc.c vfw/src/resource.h
2234 :     vfw/src/resource.rc
2235 :    
2236 :    
2237 :     2004-07-25 19:31:32 GMT patch-57
2238 :    
2239 :     Summary:
2240 :     decoder_mb_decode cleanup
2241 :     Revision:
2242 :     xvidcore--head--0.0--patch-57
2243 :    
2244 :     From ed.gomez:
2245 :     * Try to cleanup the decoder_mb_decode function. A bit more
2246 :     computing required, less branches, more readable code.
2247 :    
2248 :     modified files:
2249 :     src/decoder.c
2250 :    
2251 :    
2252 :     2004-07-24 11:39:57 GMT patch-56
2253 :    
2254 :     Summary:
2255 :     Important bugfix from stable
2256 :     Revision:
2257 :     xvidcore--head--0.0--patch-56
2258 :    
2259 :     Important bugfix from stable
2260 :    
2261 :     Patches applied:
2262 :    
2263 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-50
2264 :     BVOP direct/interpolated ref block rounding fix.
2265 :    
2266 :    
2267 :     modified files:
2268 :     src/decoder.c
2269 :    
2270 :     new patches:
2271 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-50
2272 :    
2273 :    
2274 :     2004-07-23 20:40:08 GMT patch-55
2275 :    
2276 :     Summary:
2277 :    
2278 :     Revision:
2279 :     xvidcore--head--0.0--patch-55
2280 :    
2281 :     From ed.gomez:
2282 :     * Extended stable patch pplying same change to new nasm files
2283 :    
2284 :     Patches applied:
2285 :    
2286 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-49
2287 :     Removed data qualifer in .rodata
2288 :    
2289 :    
2290 :     modified files:
2291 :     src/bitstream/x86_asm/cbp_mmx.asm
2292 :     src/bitstream/x86_asm/cbp_sse2.asm
2293 :     src/dct/x86_asm/fdct_mmx_ffmpeg.asm
2294 :     src/dct/x86_asm/fdct_mmx_skal.asm
2295 :     src/dct/x86_asm/fdct_sse2_skal.asm
2296 :     src/dct/x86_asm/idct_3dne.asm src/dct/x86_asm/idct_mmx.asm
2297 :     src/dct/x86_asm/idct_sse2_dmitry.asm
2298 :     src/dct/x86_asm/simple_idct_mmx.asm
2299 :     src/image/x86_asm/colorspace_rgb_mmx.asm
2300 :     src/image/x86_asm/colorspace_yuyv_mmx.asm
2301 :     src/image/x86_asm/interpolate8x8_3dn.asm
2302 :     src/image/x86_asm/interpolate8x8_3dne.asm
2303 :     src/image/x86_asm/interpolate8x8_mmx.asm
2304 :     src/image/x86_asm/interpolate8x8_xmm.asm
2305 :     src/image/x86_asm/postprocessing_mmx.asm
2306 :     src/image/x86_asm/postprocessing_sse2.asm
2307 :     src/image/x86_asm/qpel_mmx.asm
2308 :     src/image/x86_asm/reduced_mmx.asm
2309 :     src/motion/x86_asm/sad_3dn.asm src/motion/x86_asm/sad_3dne.asm
2310 :     src/motion/x86_asm/sad_mmx.asm src/motion/x86_asm/sad_sse2.asm
2311 :     src/motion/x86_asm/sad_xmm.asm
2312 :     src/quant/x86_asm/quantize_h263_3dne.asm
2313 :     src/quant/x86_asm/quantize_h263_mmx.asm
2314 :     src/quant/x86_asm/quantize_mpeg_mmx.asm
2315 :     src/quant/x86_asm/quantize_mpeg_xmm.asm
2316 :     src/utils/x86_asm/cpuid.asm
2317 :     src/utils/x86_asm/interlacing_mmx.asm
2318 :     src/utils/x86_asm/mem_transfer_3dne.asm
2319 :     src/utils/x86_asm/mem_transfer_mmx.asm
2320 :    
2321 :     new patches:
2322 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-49
2323 :    
2324 :    
2325 :     2004-07-21 19:36:46 GMT patch-54
2326 :    
2327 :     Summary:
2328 :     Bframe fixes, still not back to 1.0.1 level
2329 :     Revision:
2330 :     xvidcore--head--0.0--patch-54
2331 :    
2332 :     Bframe fixes, still not back to 1.0.1 level
2333 :    
2334 :    
2335 :     modified files:
2336 :     src/motion/estimation_bvop.c
2337 :     src/motion/estimation_rd_based_bvop.c
2338 :    
2339 :    
2340 :     2004-07-19 18:46:09 GMT patch-53
2341 :    
2342 :     Summary:
2343 :     Stable merge
2344 :     Revision:
2345 :     xvidcore--head--0.0--patch-53
2346 :    
2347 :     Stable merge
2348 :    
2349 :     Patches applied:
2350 :    
2351 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-47
2352 :     ISO C99'ism fix
2353 :    
2354 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-48
2355 :     Complete previous xvid_decraw patch
2356 :    
2357 :    
2358 :     modified files:
2359 :     examples/xvid_decraw.c src/encoder.c
2360 :    
2361 :     new patches:
2362 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-47
2363 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-48
2364 :    
2365 :    
2366 :     2004-07-18 15:19:58 GMT patch-52
2367 :    
2368 :     Summary:
2369 :     Added dshow mingw build process
2370 :     Revision:
2371 :     xvidcore--head--0.0--patch-52
2372 :    
2373 :     From pete:
2374 :     - Added mingw build process to dshow frontend.
2375 :    
2376 :     new files:
2377 :     dshow/.arch-ids/Makefile.id dshow/.arch-ids/sources.inc.id
2378 :     dshow/Makefile dshow/dxpatch/.arch-ids/=id
2379 :     dshow/dxpatch/.arch-ids/DXVCSDK-9.0-gcc.patch.id
2380 :     dshow/dxpatch/.arch-ids/DXVCSDK-9.0-gcc.txt.id
2381 :     dshow/dxpatch/DXVCSDK-9.0-gcc.patch
2382 :     dshow/dxpatch/DXVCSDK-9.0-gcc.txt dshow/sources.inc
2383 :    
2384 :     modified files:
2385 :     dshow/dshow.dsp dshow/src/CXvidDecoder.cpp
2386 :     dshow/src/Configure.cpp dshow/src/config.h dshow/src/debug.h
2387 :     dshow/src/xvid.ax.rc
2388 :    
2389 :     new directories:
2390 :     dshow/dxpatch dshow/dxpatch/.arch-ids
2391 :    
2392 :    
2393 :     2004-07-18 15:01:02 GMT patch-51
2394 :    
2395 :     Summary:
2396 :     Added RD optimized block mode decision in bvops
2397 :     Revision:
2398 :     xvidcore--head--0.0--patch-51
2399 :    
2400 :     From sysKin:
2401 :     * Added RD optimized block mode decision in bvops.
2402 :    
2403 :     new files:
2404 :     src/motion/.arch-ids/estimation_rd_based_bvop.c.id
2405 :     src/motion/estimation_rd_based_bvop.c
2406 :    
2407 :     modified files:
2408 :     build/generic/sources.inc build/win32/libxvidcore.dsp
2409 :     build/win32/libxvidcore_static.dsp src/motion/estimation.h
2410 :     src/motion/estimation_bvop.c src/motion/estimation_rd_based.c
2411 :     src/plugins/plugin_2pass1.c src/xvid.h vfw/src/codec.c
2412 :     vfw/src/config.c vfw/src/config.h vfw/src/resource.h
2413 :     vfw/src/resource.rc
2414 :    
2415 :    
2416 :     2004-07-17 11:37:21 GMT patch-50
2417 :    
2418 :     Summary:
2419 :     Stable merges
2420 :     Revision:
2421 :     xvidcore--head--0.0--patch-50
2422 :    
2423 :     Stable merges
2424 :    
2425 :     Patches applied:
2426 :    
2427 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-45
2428 :     Future version interoperability
2429 :    
2430 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-46
2431 :     Make sure time incr is never larger than 16bit.
2432 :    
2433 :    
2434 :     modified files:
2435 :     examples/xvid_decraw.c src/encoder.c
2436 :    
2437 :     new patches:
2438 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-45
2439 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-46
2440 :    
2441 :    
2442 :     2004-07-16 19:53:27 GMT patch-49
2443 :    
2444 :     Summary:
2445 :     AR support in DShow
2446 :     Revision:
2447 :     xvidcore--head--0.0--patch-49
2448 :    
2449 :     From koepi/minolta:
2450 :     * Added AR support to dshow frontend.
2451 :    
2452 :     modified files:
2453 :     dshow/src/CXvidDecoder.cpp dshow/src/CXvidDecoder.h
2454 :     dshow/src/config.c
2455 :    
2456 :    
2457 :     2004-07-16 19:49:25 GMT patch-48
2458 :    
2459 :     Summary:
2460 :     VFW update and fixes
2461 :     Revision:
2462 :     xvidcore--head--0.0--patch-48
2463 :    
2464 :     From makc on our forums:
2465 :     * Use non deprecated defines
2466 :     * Fixed frame size formula.
2467 :    
2468 :     modified files:
2469 :     TODO vfw/src/codec.c vfw/src/driverproc.c
2470 :    
2471 :    
2472 :     2004-07-16 19:29:58 GMT patch-47
2473 :    
2474 :     Summary:
2475 :     SSE2 brightness postproc.
2476 :     Revision:
2477 :     xvidcore--head--0.0--patch-47
2478 :    
2479 :     From Decoder:
2480 :     * Added SS2 brightness postproc code.
2481 :    
2482 :     new files:
2483 :     src/image/x86_asm/.arch-ids/postprocessing_sse2.asm.id
2484 :     src/image/x86_asm/postprocessing_sse2.asm
2485 :    
2486 :     modified files:
2487 :     build/generic/sources.inc build/win32/libxvidcore.dsp
2488 :     build/win32/libxvidcore_static.dsp src/image/postprocessing.h
2489 :     src/xvid.c src/xvid.h
2490 :    
2491 :    
2492 :     2004-07-14 23:27:14 GMT patch-46
2493 :    
2494 :     Summary:
2495 :     More audio for VFW bitcalc
2496 :     Revision:
2497 :     xvidcore--head--0.0--patch-46
2498 :    
2499 :     From ???:
2500 :     * added more audio formats to bitcalc
2501 :     * replaced old ogm overhead formula with more precise one
2502 :    
2503 :     modified files:
2504 :     TODO vfw/src/config.c vfw/src/resource.rc
2505 :    
2506 :    
2507 :     2004-07-14 13:01:57 GMT patch-45
2508 :    
2509 :     Summary:
2510 :     Enable MMX qpel in decoder.
2511 :     Revision:
2512 :     xvidcore--head--0.0--patch-45
2513 :    
2514 :     From ed.gomez:
2515 :     * It seems we're not that smart. We had mmx qpel code for more than
2516 :     a year, it is used in encoder but wasn't in decoder :\
2517 :    
2518 :     modified files:
2519 :     src/decoder.c
2520 :    
2521 :    
2522 :     2004-07-14 10:27:43 GMT patch-44
2523 :    
2524 :     Summary:
2525 :     Speedup block transfer C functionKeywords:
2526 :     Revision:
2527 :     xvidcore--head--0.0--patch-44
2528 :    
2529 :     From ed.gomez:
2530 :     * Not that a useful patch for most of users, but transfer8x8 was
2531 :     really too slow. Simple optimizations did great, all 32bit
2532 :     platforms using the C code should benefit from this speedup.
2533 :    
2534 :     modified files:
2535 :     src/utils/mem_transfer.c
2536 :    
2537 :    
2538 :     2004-07-11 12:53:19 GMT patch-43
2539 :    
2540 :     Summary:
2541 :     Manual AR setting for dshow.
2542 :     Revision:
2543 :     xvidcore--head--0.0--patch-43
2544 :    
2545 :     From koepi:
2546 :     * added manual AR setting in dshow.
2547 :    
2548 :     modified files:
2549 :     dshow/src/CXvidDecoder.cpp dshow/src/config.c
2550 :     dshow/src/config.h dshow/src/resource.h dshow/src/xvid.ax.rc
2551 :    
2552 :    
2553 :     2004-07-11 10:34:56 GMT patch-42
2554 :    
2555 :     Summary:
2556 :     Added top field control to vfw.
2557 :     Revision:
2558 :     xvidcore--head--0.0--patch-42
2559 :    
2560 :     From koepi:
2561 :     * added top field first flag to vfw.
2562 :    
2563 :     modified files:
2564 :     vfw/src/codec.c vfw/src/config.c vfw/src/config.h
2565 :     vfw/src/resource.h vfw/src/resource.rc
2566 :    
2567 :    
2568 :     2004-07-10 17:47:01 GMT patch-41
2569 :    
2570 :     Summary:
2571 :     Decoder work.
2572 :     Revision:
2573 :     xvidcore--head--0.0--patch-41
2574 :    
2575 :     From ed.gomez:
2576 :     * Faster get coeff (now gcc can even inline it)
2577 :     * On the fly coeff dequant for inter blocks
2578 :     (intra don't get this, because there are lot more non
2579 :     zero coeffs, and i doubt it'd get faster with this)
2580 :    
2581 :     modified files:
2582 :     src/bitstream/mbcoding.c src/bitstream/mbcoding.h
2583 :     src/decoder.c
2584 :    
2585 :    
2586 :     2004-07-10 17:34:19 GMT patch-40
2587 :    
2588 :     Summary:
2589 :     ChangeLog update + removed my email
2590 :     Revision:
2591 :     xvidcore--head--0.0--patch-40
2592 :    
2593 :     ChangeLog update + removed my email
2594 :    
2595 :    
2596 :     modified files:
2597 :     ChangeLog
2598 :    
2599 :    
2600 : edgomez 1.7 2004-07-10 17:31:36 GMT patch-39
2601 : edgomez 1.5
2602 :     Summary:
2603 : edgomez 1.7 Stable merge
2604 : edgomez 1.5 Revision:
2605 : edgomez 1.7 xvidcore--head--0.0--patch-39
2606 : edgomez 1.5
2607 : edgomez 1.7 Stable merge
2608 :    
2609 :     Patches applied:
2610 :    
2611 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-43
2612 :     Small mem leak in vfw.
2613 :    
2614 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-44
2615 :     ChangeLog update
2616 : edgomez 1.5
2617 :    
2618 :     modified files:
2619 : edgomez 1.7 ChangeLog-1.0 vfw/src/codec.c
2620 : edgomez 1.5
2621 : edgomez 1.7 new patches:
2622 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-43
2623 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-44
2624 : edgomez 1.5
2625 :    
2626 : edgomez 1.7 2004-07-10 17:25:33 GMT patch-38
2627 : edgomez 1.5
2628 :     Summary:
2629 : edgomez 1.7 Improved ME.
2630 : edgomez 1.5 Revision:
2631 : edgomez 1.7 xvidcore--head--0.0--patch-38
2632 : edgomez 1.5
2633 : edgomez 1.7 From sysKin:
2634 :     * new ME for b-frames
2635 :     * small redesign of subpel refinement function
2636 :    
2637 : edgomez 1.5 From ed.gomez:
2638 : edgomez 1.7 * Fixed some warnings reported by gcc. (the if condition should
2639 :     be checked by the original autor)
2640 : edgomez 1.5
2641 :     modified files:
2642 : edgomez 1.7 src/motion/estimation.h src/motion/estimation_bvop.c
2643 :     src/motion/estimation_common.c src/motion/estimation_gmc.c
2644 :     src/motion/estimation_pvop.c src/motion/estimation_rd_based.c
2645 :     src/motion/vop_type_decision.c
2646 : edgomez 1.5
2647 :    
2648 : edgomez 1.7 2004-07-10 17:16:38 GMT patch-37
2649 : edgomez 1.5
2650 :     Summary:
2651 : edgomez 1.7 qpel and chroma-sad had overlapping memory targets
2652 : edgomez 1.5 Revision:
2653 : edgomez 1.7 xvidcore--head--0.0--patch-37
2654 : edgomez 1.5
2655 : edgomez 1.7 From sysKin:
2656 :     * qpel and chroma-sad had overlapping memory targets
2657 : edgomez 1.5
2658 :     modified files:
2659 : edgomez 1.7 src/motion/estimation_bvop.c
2660 : edgomez 1.5
2661 :    
2662 : edgomez 1.7 2004-07-10 17:03:06 GMT patch-36
2663 : edgomez 1.5
2664 :     Summary:
2665 : edgomez 1.7 New changelog for 1.1 tree
2666 : edgomez 1.5 Revision:
2667 : edgomez 1.7 xvidcore--head--0.0--patch-36
2668 : edgomez 1.5
2669 : edgomez 1.7 New changelog for 1.1 tree
2670 : edgomez 1.5
2671 :    
2672 : edgomez 1.7 new files:
2673 :     .arch-ids/ChangeLog.id ChangeLog
2674 :    
2675 :     renamed files:
2676 :     .arch-ids/ChangeLog.id
2677 :     ==> .arch-ids/ChangeLog-1.0.id
2678 :     ChangeLog
2679 :     ==> ChangeLog-1.0
2680 : edgomez 1.5
2681 :    
2682 : edgomez 1.7 2004-07-10 16:57:53 GMT patch-35
2683 : edgomez 1.5
2684 :     Summary:
2685 : edgomez 1.7 Stable tree merge
2686 : edgomez 1.5 Revision:
2687 : edgomez 1.7 xvidcore--head--0.0--patch-35
2688 : edgomez 1.5
2689 : edgomez 1.7 Stable tree merge
2690 :    
2691 :     Patches applied:
2692 :    
2693 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-40
2694 :     Small memory error in ia32 cpuid function.
2695 :    
2696 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-41
2697 :     low delay guessing (il)logic fix.
2698 :    
2699 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-42
2700 :     Fix wrong matrix reading logic.
2701 :    
2702 : edgomez 1.5
2703 :     modified files:
2704 : edgomez 1.7 src/bitstream/bitstream.c src/decoder.c
2705 :     src/utils/x86_asm/cpuid.asm
2706 : edgomez 1.5
2707 : edgomez 1.7 new patches:
2708 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-40
2709 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-41
2710 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-42
2711 : edgomez 1.5
2712 :    
2713 : edgomez 1.7 2004-06-12 13:51:50 GMT patch-34
2714 : edgomez 1.5
2715 :     Summary:
2716 : edgomez 1.7 Added VBV to twopass RC
2717 : edgomez 1.5 Revision:
2718 : edgomez 1.7 xvidcore--head--0.0--patch-34
2719 : edgomez 1.5
2720 : edgomez 1.7 From christoph:
2721 :     * Added VBV model verifier to twopass RC plugin
2722 :    
2723 : edgomez 1.5 From ed.gomez:
2724 : edgomez 1.7 * Do apply CodingStyle to christoph's code
2725 :     * Use DPRINTF instead of #ifdef VBV_DEBUG #endif blocks as
2726 :     the information that was outputting was usefull for general
2727 :     RC debugging.
2728 : edgomez 1.5
2729 :     modified files:
2730 : edgomez 1.7 examples/xvid_encraw.c src/plugins/plugin_2pass2.c src/xvid.h
2731 : edgomez 1.5
2732 :    
2733 : edgomez 1.7 2004-06-05 23:05:43 GMT patch-33
2734 : edgomez 1.5
2735 :     Summary:
2736 : edgomez 1.7 Merged stable branch patches
2737 : edgomez 1.5 Revision:
2738 : edgomez 1.7 xvidcore--head--0.0--patch-33
2739 : edgomez 1.5
2740 : edgomez 1.7 Merged stable branch patches
2741 :    
2742 :     Patches applied:
2743 :    
2744 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-38
2745 :     DC clipping bug for real
2746 :    
2747 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-39
2748 :     Marking 1.0.1 release
2749 :    
2750 : edgomez 1.5
2751 :     modified files:
2752 : edgomez 1.7 ChangeLog TODO build/generic/configure.in src/decoder.c
2753 :     src/motion/estimation_rd_based.c src/prediction/mbprediction.c
2754 :     src/prediction/mbprediction.h src/xvid.h
2755 :    
2756 :     new patches:
2757 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-38
2758 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-39
2759 : edgomez 1.5
2760 :    
2761 : edgomez 1.7 2004-06-05 23:02:35 GMT patch-32
2762 : edgomez 1.5
2763 :     Summary:
2764 : edgomez 1.7 Previous merge went wrong
2765 : edgomez 1.5 Revision:
2766 : edgomez 1.7 xvidcore--head--0.0--patch-32
2767 : edgomez 1.5
2768 : edgomez 1.7 Previous merge went wrong
2769 : edgomez 1.5
2770 :    
2771 :     modified files:
2772 : edgomez 1.7 src/portab.h
2773 : edgomez 1.5
2774 :    
2775 : edgomez 1.7 2004-05-31 21:32:38 GMT patch-31
2776 : edgomez 1.5
2777 :     Summary:
2778 : edgomez 1.7 Added icon into vfw frontend.
2779 : edgomez 1.5 Revision:
2780 : edgomez 1.7 xvidcore--head--0.0--patch-31
2781 :    
2782 :     From pete:
2783 :     * Added icon into vfw fronted dll. Should show up in uninstall menu.
2784 : edgomez 1.5
2785 : edgomez 1.7 new files:
2786 :     vfw/src/.arch-ids/xvid.ico.id vfw/src/xvid.ico
2787 : edgomez 1.5
2788 :     modified files:
2789 : edgomez 1.7 vfw/bin/xvid.inf vfw/src/resource.rc vfw/vfw.dsp
2790 : edgomez 1.5
2791 : edgomez 1.4
2792 : edgomez 1.7 2004-05-31 21:22:49 GMT patch-30
2793 : edgomez 1.5
2794 :     Summary:
2795 : edgomez 1.7 Merged stable branch fixes
2796 : edgomez 1.5 Revision:
2797 : edgomez 1.7 xvidcore--head--0.0--patch-30
2798 : edgomez 1.5
2799 : edgomez 1.7 Merged stable branch fixes
2800 :    
2801 :     Patches applied:
2802 :    
2803 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-31
2804 :     Close variable argument list.
2805 :    
2806 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-32
2807 :     Bits/Bytes confusion in the VFW frontend.
2808 :    
2809 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-33
2810 :     Nasty typo in pvop vector lambdas.
2811 :    
2812 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-34
2813 :     FPS=1 problem in decoder.
2814 :    
2815 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-35
2816 :     More missing va_end() calls.
2817 :    
2818 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-36
2819 :     Wrong license header.
2820 :    
2821 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-37
2822 :     time fixes to decoder.
2823 :    
2824 : edgomez 1.5
2825 :     modified files:
2826 : edgomez 1.7 src/bitstream/bitstream.c src/decoder.c src/decoder.h
2827 :     src/image/font.c src/image/reduced.c
2828 :     src/motion/estimation_pvop.c src/portab.h vfw/src/codec.c
2829 :     vfw/src/config.c
2830 :    
2831 :     new patches:
2832 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-31
2833 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-32
2834 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-33
2835 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-34
2836 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-35
2837 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-36
2838 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-37
2839 : edgomez 1.5
2840 :    
2841 : edgomez 1.7 2004-05-26 09:13:33 GMT patch-29
2842 : edgomez 1.4
2843 :     Summary:
2844 : edgomez 1.7 Stable merges
2845 : edgomez 1.4 Revision:
2846 : edgomez 1.7 xvidcore--head--0.0--patch-29
2847 : edgomez 1.4
2848 : edgomez 1.7 Stable merges
2849 :    
2850 :     Patches applied:
2851 :    
2852 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-28
2853 :     Small bug in bframe ME.
2854 :    
2855 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-29
2856 :     Small trellis bug
2857 :    
2858 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-30
2859 :     ICM compatibility for VFW
2860 :    
2861 : edgomez 1.4
2862 :     modified files:
2863 : edgomez 1.7 src/motion/estimation_bvop.c src/utils/mbtransquant.c
2864 :     vfw/src/config.c vfw/src/driverproc.c
2865 :    
2866 :     new patches:
2867 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-28
2868 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-29
2869 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-30
2870 : edgomez 1.4
2871 :    
2872 : edgomez 1.7 2004-05-21 14:32:41 GMT patch-28
2873 : edgomez 1.4
2874 :     Summary:
2875 : edgomez 1.7 Don't set edges twice on a frame.
2876 : edgomez 1.4 Revision:
2877 : edgomez 1.7 xvidcore--head--0.0--patch-28
2878 : edgomez 1.4
2879 :     From ed.gomez:
2880 : edgomez 1.7 * A similar optimization has been done for encoder long ago,
2881 :     dunno why this hasn't been "ported" to decoder. This speeds
2882 :     up quite a lot the decoder for no effort (~7%).
2883 : edgomez 1.4
2884 :     modified files:
2885 : edgomez 1.7 src/decoder.c src/decoder.h
2886 : edgomez 1.4
2887 :    
2888 : edgomez 1.7 2004-05-21 14:25:19 GMT patch-27
2889 : edgomez 1.4
2890 :     Summary:
2891 : edgomez 1.7 No 64 bit arithmetic in critical path.
2892 : edgomez 1.4 Revision:
2893 : edgomez 1.7 xvidcore--head--0.0--patch-27
2894 : edgomez 1.4
2895 :     From ed.gomez:
2896 : edgomez 1.7 * No 64 bit arithmetic in critical paths (direct blocks in bvops), it's
2897 :     way too slow (__divdi3 GNU/Linux ABI for 64bit division was taking
2898 :     up to 5% cycles)
2899 : edgomez 1.4
2900 :     modified files:
2901 : edgomez 1.7 src/decoder.c
2902 : edgomez 1.4
2903 :    
2904 : edgomez 1.7 2004-05-15 22:20:11 GMT patch-26
2905 : edgomez 1.4
2906 :     Summary:
2907 : edgomez 1.7 Merged stable tree changes
2908 : edgomez 1.4 Revision:
2909 : edgomez 1.7 xvidcore--head--0.0--patch-26
2910 : edgomez 1.4
2911 : edgomez 1.7 Merged stable tree changes
2912 :    
2913 :     Patches applied:
2914 :    
2915 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-23
2916 :     Some very light Unix build system changes
2917 :    
2918 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-24
2919 :     Possible VOL header corruption.
2920 :    
2921 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-25
2922 :     DC prediction fix.
2923 :    
2924 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-26
2925 :     Small mismatch in hint<->widget in VFW
2926 :    
2927 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-27
2928 :     Marking 1.0.0 final
2929 : edgomez 1.4
2930 :    
2931 :     modified files:
2932 : edgomez 1.7 ChangeLog build/generic/Makefile build/generic/bootstrap.sh
2933 :     build/generic/configure.in src/bitstream/bitstream.c
2934 :     src/decoder.c src/motion/estimation_rd_based.c
2935 :     src/prediction/mbprediction.c src/prediction/mbprediction.h
2936 :     src/xvid.h vfw/src/resource.rc
2937 :    
2938 :     new patches:
2939 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-23
2940 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-24
2941 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-25
2942 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-26
2943 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-27
2944 : edgomez 1.4
2945 :    
2946 : edgomez 1.7 2004-04-25 21:46:25 GMT patch-25
2947 : edgomez 1.4
2948 :     Summary:
2949 : edgomez 1.7 Smarter skipping
2950 : edgomez 1.4 Revision:
2951 : edgomez 1.7 xvidcore--head--0.0--patch-25
2952 : edgomez 1.4
2953 :     From sysKin:
2954 : edgomez 1.7 * Smarter skipping + bugfix
2955 : edgomez 1.4
2956 :     modified files:
2957 : edgomez 1.7 src/motion/estimation.h src/motion/estimation_bvop.c
2958 :     src/motion/estimation_pvop.c
2959 : edgomez 1.4
2960 :    
2961 : edgomez 1.7 2004-04-20 20:37:08 GMT patch-24
2962 : edgomez 1.4
2963 :     Summary:
2964 : edgomez 1.7 ME cleanup.
2965 : edgomez 1.4 Revision:
2966 : edgomez 1.7 xvidcore--head--0.0--patch-24
2967 : edgomez 1.4
2968 :     From sysKin:
2969 : edgomez 1.7 * First stage cleanup: new fast qpel refinement.
2970 : edgomez 1.4
2971 :     modified files:
2972 : edgomez 1.7 src/motion/estimation.h src/motion/estimation_bvop.c
2973 :     src/motion/estimation_common.c src/motion/estimation_gmc.c
2974 :     src/motion/estimation_pvop.c src/motion/estimation_rd_based.c
2975 :     src/motion/vop_type_decision.c
2976 : edgomez 1.4
2977 :    
2978 : edgomez 1.7 2004-04-20 19:44:44 GMT patch-23
2979 : edgomez 1.4
2980 :     Summary:
2981 : edgomez 1.7 Merging 1.0 fixes
2982 : edgomez 1.4 Revision:
2983 : edgomez 1.7 xvidcore--head--0.0--patch-23
2984 : edgomez 1.4
2985 : edgomez 1.7 Merging 1.0 fixes
2986 :    
2987 :     Patches applied:
2988 :    
2989 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-21
2990 :     Fix crash in decoder for non IFrame 1st frame.
2991 :    
2992 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-22
2993 :     Small visual fix.
2994 : edgomez 1.4
2995 :    
2996 :     modified files:
2997 : edgomez 1.7 src/decoder.c vfw/src/config.c
2998 :    
2999 :     new patches:
3000 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-21
3001 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-22
3002 : edgomez 1.4
3003 :    
3004 : edgomez 1.7 2004-04-18 17:14:29 GMT patch-22
3005 : edgomez 1.4
3006 :     Summary:
3007 : edgomez 1.7 Merging 1.0 fixes
3008 : edgomez 1.4 Revision:
3009 : edgomez 1.7 xvidcore--head--0.0--patch-22
3010 : edgomez 1.4
3011 : edgomez 1.7 Merging 1.0 fixes
3012 :    
3013 :     Patches applied:
3014 :    
3015 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-18
3016 :     Tiny xvid_decraw cleaning
3017 :    
3018 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-19
3019 :     vfw opens audio file in shared access mode
3020 : edgomez 1.4
3021 : edgomez 1.7 * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-20
3022 :     Typo
3023 : edgomez 1.4
3024 :    
3025 :     modified files:
3026 : edgomez 1.7 examples/xvid_decraw.c vfw/src/resource.rc
3027 : edgomez 1.4
3028 : edgomez 1.7 new patches:
3029 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-18
3030 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-19
3031 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-20
3032 : edgomez 1.4
3033 :    
3034 : edgomez 1.7 2004-04-18 17:09:59 GMT patch-21
3035 : edgomez 1.4
3036 :     Summary:
3037 : edgomez 1.7 Dering hooking in DShow.
3038 : edgomez 1.4 Revision:
3039 : edgomez 1.7 xvidcore--head--0.0--patch-21
3040 : edgomez 1.4
3041 :     From sysKin:
3042 : edgomez 1.7 * Dering widget and associated code for dering support in DShow.
3043 : edgomez 1.4
3044 :     modified files:
3045 : edgomez 1.7 dshow/src/CXvidDecoder.cpp dshow/src/config.c
3046 :     dshow/src/config.h dshow/src/resource.h dshow/src/xvid.ax.rc
3047 : edgomez 1.4
3048 :    
3049 : edgomez 1.7 2004-04-18 17:08:53 GMT patch-20
3050 : edgomez 1.4
3051 :     Summary:
3052 : edgomez 1.7 Dering hooking in VFW.
3053 : edgomez 1.4 Revision:
3054 : edgomez 1.7 xvidcore--head--0.0--patch-20
3055 : edgomez 1.4
3056 :     From sysKin:
3057 : edgomez 1.7 * Dering widget and associated code for dering support in VFW.
3058 : edgomez 1.4
3059 :     modified files:
3060 : edgomez 1.7 vfw/src/codec.c vfw/src/codec.h vfw/src/config.c
3061 :     vfw/src/resource.h vfw/src/resource.rc
3062 : edgomez 1.4
3063 :    
3064 : edgomez 1.7 2004-04-18 17:06:14 GMT patch-19
3065 : edgomez 1.4
3066 :     Summary:
3067 : edgomez 1.7 Added dering code.
3068 : edgomez 1.4 Revision:
3069 : edgomez 1.7 xvidcore--head--0.0--patch-19
3070 : edgomez 1.4
3071 : edgomez 1.7 From Marc Fauconneau:
3072 :     * Added dering code to core.
3073 : edgomez 1.4
3074 :     modified files:
3075 : edgomez 1.7 src/image/postprocessing.c src/image/postprocessing.h
3076 :     src/xvid.h
3077 : edgomez 1.4
3078 :    
3079 : edgomez 1.7 2004-04-18 17:02:48 GMT patch-18
3080 : edgomez 1.4
3081 :     Summary:
3082 : edgomez 1.7 Added static builds for msvc.
3083 : edgomez 1.4 Revision:
3084 : edgomez 1.7 xvidcore--head--0.0--patch-18
3085 :    
3086 :     From pete:
3087 :     * Added static type building project files for MSVC. Needed
3088 :     for xvid_bench.
3089 : edgomez 1.4
3090 : edgomez 1.7 new files:
3091 :     build/win32/.arch-ids/libxvidcore_static.dsp.id
3092 :     build/win32/.arch-ids/xvid_decraw_static.dsp.id
3093 :     build/win32/.arch-ids/xvid_encraw_static.dsp.id
3094 :     build/win32/libxvidcore_static.dsp
3095 :     build/win32/xvid_decraw_static.dsp
3096 :     build/win32/xvid_encraw_static.dsp
3097 : edgomez 1.4
3098 :     modified files:
3099 : edgomez 1.7 TODO build/win32/xvidcore.dsw
3100 : edgomez 1.4
3101 :    
3102 : edgomez 1.7 2004-04-15 19:32:53 GMT patch-17
3103 : edgomez 1.4
3104 :     Summary:
3105 : edgomez 1.7 Merged fixes from 1.0 tree
3106 : edgomez 1.4 Revision:
3107 : edgomez 1.7 xvidcore--head--0.0--patch-17
3108 : edgomez 1.4
3109 : edgomez 1.7 Merged fixes from 1.0 tree
3110 :    
3111 :     Patches applied:
3112 :    
3113 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-14
3114 :     Fixed small bug in trellis code.
3115 :    
3116 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-15
3117 :     Ressource leaking in dshow.
3118 :    
3119 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-16
3120 :     Fixed missing 1st frame in dshow output.
3121 :    
3122 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-17
3123 :     Tiny minor fixes for msvc.
3124 :    
3125 : edgomez 1.4
3126 :     modified files:
3127 : edgomez 1.7 build/win32/xvid_decraw.dsp build/win32/xvid_encraw.dsp
3128 :     dshow/src/CXvidDecoder.cpp dshow/src/CXvidDecoder.h
3129 :     examples/xvid_decraw.c src/utils/mbtransquant.c src/xvid.h
3130 :    
3131 :     new patches:
3132 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-14
3133 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-15
3134 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-16
3135 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-17
3136 : edgomez 1.4
3137 :    
3138 : edgomez 1.7 2004-04-15 19:28:53 GMT patch-16
3139 : edgomez 1.4
3140 :     Summary:
3141 : edgomez 1.7 Starting the 1.1 numbering here.
3142 : edgomez 1.4 Revision:
3143 : edgomez 1.7 xvidcore--head--0.0--patch-16
3144 : edgomez 1.4
3145 : edgomez 1.7 From pete:
3146 :     * Started 1.1 numbering
3147 :     * Added 1.1 checking for the brightness field.
3148 :    
3149 :     PS: API 4 is extensible as long as we add fields at the end of
3150 :     the structures and that we had checks to mimic old core
3151 :     settings. That's why the API version doesn't change, but the
3152 :     public numbering does.
3153 : edgomez 1.4
3154 :     modified files:
3155 : edgomez 1.7 src/decoder.c src/xvid.c src/xvid.h
3156 : edgomez 1.4
3157 :    
3158 : edgomez 1.7 2004-04-14 19:22:52 GMT patch-15
3159 : edgomez 1.4
3160 :     Summary:
3161 : edgomez 1.7 Remove ppro code from mmx h263 quant.
3162 : edgomez 1.4 Revision:
3163 : edgomez 1.7 xvidcore--head--0.0--patch-15
3164 : edgomez 1.4
3165 : edgomez 1.7 From Jean Marc:
3166 :     * Removed pentium pro opcodes from mmx functions (cmov)
3167 : edgomez 1.4
3168 :     modified files:
3169 : edgomez 1.7 src/quant/x86_asm/quantize_h263_mmx.asm
3170 : edgomez 1.4
3171 :    
3172 : edgomez 1.7 2004-04-13 20:05:24 GMT patch-14
3173 : edgomez 1.4
3174 :     Summary:
3175 : edgomez 1.7 Reverted troublesome patch-11
3176 : edgomez 1.4 Revision:
3177 : edgomez 1.7 xvidcore--head--0.0--patch-14
3178 : edgomez 1.4
3179 : edgomez 1.7 From ed.gomez:
3180 :     * Removed buggy patch-11. Though xvid_bench tests passed, the code
3181 :     was buggy... and as all changes were involved, the patch is reverted.
3182 : edgomez 1.4
3183 :     modified files:
3184 : edgomez 1.7 src/utils/x86_asm/mem_transfer_mmx.asm
3185 : edgomez 1.4
3186 :    
3187 : edgomez 1.7 2004-04-12 15:48:21 GMT patch-13
3188 : edgomez 1.4
3189 :     Summary:
3190 : edgomez 1.7 Optimized Plane SSE.
3191 : edgomez 1.4 Revision:
3192 : edgomez 1.7 xvidcore--head--0.0--patch-13
3193 : edgomez 1.4
3194 :     From ed.gomez:
3195 : edgomez 1.7 * Mostly unuseful patch as it optimizes a function that is used
3196 :     not so often and that doesn't eat so much CPU. But as i'm always
3197 :     doing debugging (thus using plane_sse), i like the idea of being
3198 :     doing the debugging the faster i can :-)
3199 : edgomez 1.4
3200 :     modified files:
3201 : edgomez 1.7 examples/xvid_bench.c src/image/image.c src/motion/sad.c
3202 :     src/motion/sad.h src/motion/x86_asm/sad_mmx.asm src/xvid.c
3203 : edgomez 1.4
3204 :    
3205 : edgomez 1.7 2004-04-12 15:38:01 GMT patch-12
3206 : edgomez 1.4
3207 :     Summary:
3208 : edgomez 1.7 New H263 code.
3209 : edgomez 1.4 Revision:
3210 : edgomez 1.7 xvidcore--head--0.0--patch-12
3211 : edgomez 1.4
3212 : edgomez 1.7 From Jean Marc:
3213 :     * Improved H263 code.
3214 : edgomez 1.4
3215 :     modified files:
3216 : edgomez 1.7 src/quant/x86_asm/quantize_h263_mmx.asm
3217 : edgomez 1.4
3218 :    
3219 : edgomez 1.7 2004-04-12 14:03:19 GMT patch-10
3220 : edgomez 1.4
3221 :     Summary:
3222 : edgomez 1.7 Removed CVS Id field
3223 : edgomez 1.4 Revision:
3224 : edgomez 1.7 xvidcore--head--0.0--patch-10
3225 : edgomez 1.4
3226 : edgomez 1.7 Removed CVS Id field
3227 :    
3228 : edgomez 1.4
3229 :     modified files:
3230 : edgomez 1.7 src/motion/ppc_asm/sad_altivec.c
3231 : edgomez 1.4
3232 :    
3233 : edgomez 1.7 2004-04-12 14:00:16 GMT patch-9
3234 : edgomez 1.4
3235 :     Summary:
3236 : edgomez 1.7 Added debug option (-debug)
3237 : edgomez 1.4 Revision:
3238 : edgomez 1.7 xvidcore--head--0.0--patch-9
3239 : edgomez 1.4
3240 : edgomez 1.7 Added debug option (-debug)
3241 : edgomez 1.4
3242 :    
3243 :     modified files:
3244 : edgomez 1.7 examples/xvid_decraw.c
3245 : edgomez 1.2
3246 :    
3247 : edgomez 1.7 2004-04-12 13:53:00 GMT patch-8
3248 : edgomez 1.3
3249 :     Summary:
3250 : edgomez 1.7 Merged stable tree fixes
3251 : edgomez 1.3 Revision:
3252 : edgomez 1.7 xvidcore--head--0.0--patch-8
3253 : edgomez 1.3
3254 : edgomez 1.7 Merged stable tree fixes
3255 :    
3256 :     Patches applied:
3257 :    
3258 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-6
3259 :     Compiler quirk in portab.h
3260 :    
3261 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-7
3262 :     DShow widget hiding.
3263 :    
3264 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-8
3265 :     RGB 16bit output fix.
3266 :    
3267 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-9
3268 :     3DNow Ext functions use MMXEXT opcodes.
3269 :    
3270 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-10
3271 :     PGM support back in xvid_decraw.
3272 :    
3273 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-11
3274 :     Better MV clipping code.
3275 :    
3276 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-12
3277 :     3dnow functions proper separation.
3278 :    
3279 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-13
3280 :     Don't do SAD and RD based searches for qp.
3281 :    
3282 : edgomez 1.3
3283 :     modified files:
3284 : edgomez 1.7 dshow/src/xvid.ax.rc examples/xvid_decraw.c src/decoder.c
3285 :     src/image/colorspace.c src/motion/estimation_pvop.c
3286 :     src/portab.h src/xvid.c
3287 :    
3288 :     new patches:
3289 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-6
3290 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-7
3291 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-8
3292 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-9
3293 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-10
3294 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-11
3295 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-12
3296 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-13
3297 : edgomez 1.3
3298 :    
3299 : edgomez 1.7 2004-04-05 20:44:57 GMT patch-7
3300 : edgomez 1.3
3301 :     Summary:
3302 : edgomez 1.7 MSVC warning.
3303 : edgomez 1.3 Revision:
3304 : edgomez 1.7 xvidcore--head--0.0--patch-7
3305 : edgomez 1.3
3306 : edgomez 1.7 From pete:
3307 :     * Fixed MSVC warnings about float vs double.
3308 : edgomez 1.3
3309 :     modified files:
3310 : edgomez 1.7 src/plugins/plugin_lumimasking.c
3311 : edgomez 1.3
3312 :    
3313 : edgomez 1.7 2004-04-05 20:04:10 GMT patch-6
3314 : edgomez 1.3
3315 :     Summary:
3316 : edgomez 1.7 Frame dropping alternative fix.
3317 : edgomez 1.3 Revision:
3318 : edgomez 1.7 xvidcore--head--0.0--patch-6
3319 : edgomez 1.3
3320 :     From sysKin:
3321 : edgomez 1.7 * Different solution to the same problem previously fixed in
3322 :     1.0 tree.
3323 : edgomez 1.3
3324 :     modified files:
3325 : edgomez 1.7 src/encoder.c
3326 : edgomez 1.3
3327 :    
3328 : edgomez 1.7 2004-04-05 19:45:17 GMT patch-5
3329 : edgomez 1.3
3330 :     Summary:
3331 : edgomez 1.7 Merged stable tree fixes
3332 : edgomez 1.3 Revision:
3333 : edgomez 1.7 xvidcore--head--0.0--patch-5
3334 : edgomez 1.3
3335 : edgomez 1.7 Merged stable tree fixes
3336 :    
3337 :     Patches applied:
3338 :    
3339 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-2
3340 :     Typo in ME fast comparison.
3341 :    
3342 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-3
3343 :     Dead code removal.
3344 :    
3345 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-4
3346 :     Frame dropping disabling for bframes.
3347 :    
3348 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-5
3349 :     Marking RC4
3350 :    
3351 : edgomez 1.3
3352 :     modified files:
3353 : edgomez 1.7 ChangeLog build/generic/configure.in src/encoder.c
3354 :     src/motion/estimation_common.c src/xvid.h
3355 : edgomez 1.3
3356 : edgomez 1.7 new patches:
3357 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-2
3358 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-3
3359 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-4
3360 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-5
3361 : edgomez 1.3
3362 :    
3363 : edgomez 1.7 2004-04-03 10:33:44 GMT patch-4
3364 : edgomez 1.3
3365 :     Summary:
3366 : edgomez 1.7 Merged 1.0 fixes
3367 : edgomez 1.3 Revision:
3368 : edgomez 1.7 xvidcore--head--0.0--patch-4
3369 : edgomez 1.3
3370 : edgomez 1.7 Merged 1.0 fixes
3371 :    
3372 :     Patches applied:
3373 :    
3374 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--base-0
3375 :     tag of ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-53
3376 :    
3377 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-1
3378 :     VFW Resource leak fix (try #2)
3379 : edgomez 1.3
3380 :    
3381 :     modified files:
3382 : edgomez 1.7 vfw/src/codec.c vfw/src/driverproc.c
3383 : edgomez 1.3
3384 : edgomez 1.7 new patches:
3385 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--base-0
3386 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-1
3387 : edgomez 1.3
3388 :    
3389 : edgomez 1.7 2004-04-02 21:44:39 GMT patch-3
3390 : edgomez 1.3
3391 :     Summary:
3392 : edgomez 1.7 Merged new PPC port
3393 : edgomez 1.3 Revision:
3394 : edgomez 1.7 xvidcore--head--0.0--patch-3
3395 : edgomez 1.3
3396 : edgomez 1.7 Merged new PPC port
3397 :    
3398 :     Patches applied:
3399 :    
3400 :     * chn@kbw.ch--2004-1/xvidcore--naegeli--1.0--base-0
3401 :     tag of ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-4
3402 :    
3403 :     * chn@kbw.ch--2004-1/xvidcore--naegeli--1.0--patch-1
3404 :     Sad Altivec File added
3405 :    
3406 :     * chn@kbw.ch--2004-1/xvidcore--naegeli--1.0--patch-2
3407 :     Mem Transfer functions ported to altivec
3408 :    
3409 :     * chn@kbw.ch--2004-1/xvidcore--naegeli--1.0--patch-4
3410 :     bugfix in mem transfer altivec routines
3411 :    
3412 :     * chn@kbw.ch--2004-1/xvidcore--naegeli--1.0--patch-5
3413 :     Bug Fix in Mem Transfer
3414 :    
3415 :     * chn@kbw.ch--2004-1/xvidcore--naegeli--1.0--patch-6
3416 :     Walken Inverse DCT added
3417 :    
3418 :     * chn@kbw.ch--2004-1/xvidcore--naegeli--1.0--patch-7
3419 :     Interpolate8x8 altivec added
3420 :    
3421 :     * chn@kbw.ch--2004-1/xvidcore--naegeli--1.0--patch-8
3422 :     interpolate avg2 altivec added
3423 :    
3424 :     * chn@kbw.ch--2004-1/xvidcore--naegeli--1.0--patch-9
3425 :     Star-merged Edouards Branch
3426 :    
3427 :     * chn@kbw.ch--2004-1/xvidcore--naegeli--1.0--patch-10
3428 :     Added RGB to YV12 Altivec routines
3429 :    
3430 :     * chn@kbw.ch--2004-1/xvidcore--naegeli--1.0--patch-11
3431 :     Added YUV to YV12 Altivec routines
3432 :    
3433 :     * chn@kbw.ch--2004-1/xvidcore--naegeli--1.0--patch-12
3434 :     more interpolate functions
3435 :    
3436 :     * chn@kbw.ch--2004-1/xvidcore--naegeli--1.0--patch-13
3437 :     H263 Quantization added in altivec
3438 :    
3439 :     * chn@kbw.ch--2004-1/xvidcore--naegeli--1.0--patch-14
3440 :     Star-Merge with main branch
3441 :    
3442 :     * chn@kbw.ch--2004-1/xvidcore--naegeli--1.0--patch-15
3443 :     h263 dequantization with altivec
3444 :    
3445 :     * chn@kbw.ch--2004-1/xvidcore--naegeli--1.0--patch-16
3446 :     sse8_16bit added
3447 :    
3448 :     * chn@kbw.ch--2004-1/xvidcore--naegeli--1.0--patch-17
3449 :     added yv12 to yuv colorspace routines (altivec)
3450 :    
3451 :     * ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--base-0
3452 :     tag of ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--base-0
3453 :    
3454 :     * ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-1
3455 :     Merged with mainline patch-9
3456 :    
3457 :     * ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-2
3458 :     PPC platform support cleanup.
3459 :    
3460 :     * ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-3
3461 :     Merging Paul's changes
3462 :    
3463 :     * ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-4
3464 :     Merged mainline patches
3465 :    
3466 :     * ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-5
3467 :     Merged up to mainline RC1
3468 :    
3469 :     * ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-6
3470 :     Merged chn's work
3471 :    
3472 :     * ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-7
3473 :     Merged chn's mem transfer functions
3474 :    
3475 :     * ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-8
3476 :     Merged mainline mem_transfer arch separation
3477 :    
3478 :     * ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-9
3479 :     Merged mainline patches
3480 :    
3481 :     * ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-10
3482 :     Replayed unconflicting patches from chn
3483 :    
3484 :     * ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-11
3485 :     Merging mainline up to patch-31
3486 :    
3487 :     * ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-12
3488 :     Forgotten patch from chn
3489 :    
3490 :     * ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-13
3491 :     Merged chn's branch up to patch-10
3492 : edgomez 1.3
3493 : edgomez 1.7 * ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-14
3494 :     Merged work from Chriostoph up to patch-13
3495 : edgomez 1.3
3496 : edgomez 1.7 * ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-15
3497 :     Merged stuff from mainline
3498 : edgomez 1.3
3499 : edgomez 1.7 * ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-16
3500 :     Merged chn's work
3501 : edgomez 1.3
3502 : edgomez 1.7 * ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-17
3503 :     Merged mainline
3504 : edgomez 1.2
3505 : edgomez 1.7 * ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-18
3506 :     Merged mainline fixes
3507 : edgomez 1.2
3508 : edgomez 1.7 * ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-19
3509 :     Merging head branch to prepare mainline merging
3510 : edgomez 1.2
3511 : edgomez 1.7 * ptk9417@rit.edu--2004-1/xvidcore--devapi4-ppc--1.0--base-0
3512 :     tag of ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-2
3513 : edgomez 1.2
3514 : edgomez 1.7 * ptk9417@rit.edu--2004-1/xvidcore--devapi4-ppc--1.0--patch-1
3515 :     Quick changes for ppc linux
3516 : edgomez 1.2
3517 :    
3518 : edgomez 1.7 new files:
3519 :     src/dct/ppc_asm/.arch-ids/idct_altivec.c.id
3520 :     src/dct/ppc_asm/idct_altivec.c src/image/ppc_asm/.arch-ids/=id
3521 :     src/image/ppc_asm/.arch-ids/colorspace_altivec.c.id
3522 :     src/image/ppc_asm/.arch-ids/interpolate8x8_altivec.c.id
3523 :     src/image/ppc_asm/colorspace_altivec.c
3524 :     src/image/ppc_asm/interpolate8x8_altivec.c
3525 :     src/motion/ppc_asm/.arch-ids/sad_altivec.c.id
3526 :     src/motion/ppc_asm/sad_altivec.c
3527 :     src/quant/ppc_asm/.arch-ids/=id
3528 :     src/quant/ppc_asm/.arch-ids/quant_h263_altivec.c.id
3529 :     src/quant/ppc_asm/quant_h263_altivec.c
3530 :     src/utils/ppc_asm/.arch-ids/=id
3531 :     src/utils/ppc_asm/.arch-ids/altivec_trigger.c.id
3532 :     src/utils/ppc_asm/.arch-ids/mem_transfer_altivec.c.id
3533 :     src/utils/ppc_asm/altivec_trigger.c
3534 :     src/utils/ppc_asm/mem_transfer_altivec.c
3535 : edgomez 1.2
3536 : edgomez 1.7 removed files:
3537 :     src/bitstream/ppc_asm/.arch-ids/cbp_altivec.s.id
3538 :     src/bitstream/ppc_asm/.arch-ids/cbp_ppc.s.id
3539 :     src/bitstream/ppc_asm/cbp_altivec.s
3540 :     src/bitstream/ppc_asm/cbp_ppc.s
3541 :     src/dct/ppc_asm/.arch-ids/fdct_altivec.s.id
3542 :     src/dct/ppc_asm/.arch-ids/idct_altivec.s.id
3543 :     src/dct/ppc_asm/fdct_altivec.s src/dct/ppc_asm/idct_altivec.s
3544 :     src/motion/ppc_asm/.arch-ids/README.id
3545 :     src/motion/ppc_asm/.arch-ids/sad_altivec.c.id
3546 :     src/motion/ppc_asm/.arch-ids/sad_altivec.s.id
3547 :     src/motion/ppc_asm/README src/motion/ppc_asm/sad_altivec.c
3548 :     src/motion/ppc_asm/sad_altivec.s
3549 : edgomez 1.2
3550 :     modified files:
3551 : edgomez 1.7 build/generic/Makefile build/generic/configure.in
3552 :     build/generic/platform.inc.in build/generic/sources.inc
3553 :     examples/xvid_bench.c src/bitstream/cbp.h src/dct/fdct.h
3554 :     src/dct/idct.h src/dct/simple_idct.c src/image/colorspace.h
3555 :     src/image/interpolate8x8.h src/motion/sad.h src/portab.h
3556 :     src/quant/quant.h src/utils/emms.h src/utils/mem_transfer.h
3557 :     src/xvid.c
3558 : edgomez 1.2
3559 : edgomez 1.7 new directories:
3560 :     src/image/ppc_asm src/image/ppc_asm/.arch-ids
3561 :     src/quant/ppc_asm src/quant/ppc_asm/.arch-ids
3562 :     src/utils/ppc_asm src/utils/ppc_asm/.arch-ids
3563 : edgomez 1.2
3564 : edgomez 1.7 new patches:
3565 :     chn@kbw.ch--2004-1/xvidcore--naegeli--1.0--base-0
3566 :     chn@kbw.ch--2004-1/xvidcore--naegeli--1.0--patch-1
3567 :     chn@kbw.ch--2004-1/xvidcore--naegeli--1.0--patch-2
3568 :     chn@kbw.ch--2004-1/xvidcore--naegeli--1.0--patch-4
3569 :     chn@kbw.ch--2004-1/xvidcore--naegeli--1.0--patch-5
3570 :     chn@kbw.ch--2004-1/xvidcore--naegeli--1.0--patch-6
3571 :     chn@kbw.ch--2004-1/xvidcore--naegeli--1.0--patch-7
3572 :     chn@kbw.ch--2004-1/xvidcore--naegeli--1.0--patch-8
3573 :     chn@kbw.ch--2004-1/xvidcore--naegeli--1.0--patch-9
3574 :     chn@kbw.ch--2004-1/xvidcore--naegeli--1.0--patch-10
3575 :     chn@kbw.ch--2004-1/xvidcore--naegeli--1.0--patch-11
3576 :     chn@kbw.ch--2004-1/xvidcore--naegeli--1.0--patch-12
3577 :     chn@kbw.ch--2004-1/xvidcore--naegeli--1.0--patch-13
3578 :     chn@kbw.ch--2004-1/xvidcore--naegeli--1.0--patch-14
3579 :     chn@kbw.ch--2004-1/xvidcore--naegeli--1.0--patch-15
3580 :     chn@kbw.ch--2004-1/xvidcore--naegeli--1.0--patch-16
3581 :     chn@kbw.ch--2004-1/xvidcore--naegeli--1.0--patch-17
3582 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--base-0
3583 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-1
3584 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-2
3585 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-3
3586 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-4
3587 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-5
3588 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-6
3589 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-7
3590 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-8
3591 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-9
3592 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-10
3593 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-11
3594 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-12
3595 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-13
3596 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-14
3597 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-15
3598 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-16
3599 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-17
3600 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-18
3601 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-19
3602 :     ptk9417@rit.edu--2004-1/xvidcore--devapi4-ppc--1.0--base-0
3603 :     ptk9417@rit.edu--2004-1/xvidcore--devapi4-ppc--1.0--patch-1
3604 : edgomez 1.2
3605 :    
3606 : edgomez 1.7 2004-04-02 21:26:57 GMT patch-2
3607 : edgomez 1.2
3608 :     Summary:
3609 : edgomez 1.7 messed with XviD BS version
3610 : edgomez 1.2 Revision:
3611 : edgomez 1.7 xvidcore--head--0.0--patch-2
3612 : edgomez 1.2
3613 : edgomez 1.7 messed with XviD BS version
3614 :    
3615 : edgomez 1.2
3616 :     modified files:
3617 : edgomez 1.7 src/xvid.h
3618 : edgomez 1.2
3619 :    
3620 : edgomez 1.7 2004-04-02 21:25:15 GMT patch-1
3621 : edgomez 1.2
3622 :     Summary:
3623 : edgomez 1.7 Brightness Postprocessing.
3624 : edgomez 1.2 Revision:
3625 : edgomez 1.7 xvidcore--head--0.0--patch-1
3626 : edgomez 1.2
3627 : edgomez 1.7 From Pete:
3628 :     * Added brightness postprocessing.
3629 :    
3630 :     From ed.gomez:
3631 :     * Merging changes due to CVS branches unsync state between head and
3632 :     last 1.0 dev branch.
3633 : edgomez 1.2
3634 : edgomez 1.7 new files:
3635 :     src/image/x86_asm/.arch-ids/postprocessing_mmx.asm.id
3636 :     src/image/x86_asm/postprocessing_mmx.asm
3637 : edgomez 1.2
3638 :     modified files:
3639 : edgomez 1.7 build/generic/sources.inc build/win32/libxvidcore.dsp
3640 :     dshow/src/CXvidDecoder.cpp dshow/src/config.c
3641 :     dshow/src/xvid.ax.rc src/decoder.c src/image/image.c
3642 :     src/image/image.h src/image/postprocessing.c
3643 :     src/image/postprocessing.h src/xvid.c src/xvid.h
3644 :     vfw/src/codec.c vfw/src/codec.h vfw/src/config.c
3645 :     vfw/src/resource.h vfw/src/resource.rc
3646 : edgomez 1.2
3647 :    
3648 : edgomez 1.7 2004-04-02 20:36:54 GMT base-0
3649 : edgomez 1.2
3650 :     Summary:
3651 : edgomez 1.7 tag of ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-53
3652 : edgomez 1.2 Revision:
3653 : edgomez 1.7 xvidcore--head--0.0--base-0
3654 : edgomez 1.2
3655 : edgomez 1.7 (automatically generated log message)
3656 : edgomez 1.2
3657 : edgomez 1.7 new patches:
3658 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--base-0
3659 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-1
3660 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-2
3661 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-3
3662 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-4
3663 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-5
3664 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-6
3665 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-7
3666 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-8
3667 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-9
3668 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-10
3669 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-11
3670 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-12
3671 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-13
3672 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-14
3673 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-15
3674 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-16
3675 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-17
3676 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-18
3677 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-19
3678 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-20
3679 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-21
3680 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-22
3681 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-23
3682 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-24
3683 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-25
3684 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-26
3685 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-27
3686 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-28
3687 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-29
3688 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-30
3689 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-31
3690 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-32
3691 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-33
3692 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-34
3693 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-35
3694 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-36
3695 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-37
3696 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-38
3697 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-39
3698 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-40
3699 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-41
3700 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-42
3701 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-43
3702 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-44
3703 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-45
3704 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-46
3705 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-47
3706 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-48
3707 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-49
3708 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-50
3709 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-51
3710 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-52
3711 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-53
3712 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-54
3713 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-55
3714 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-56
3715 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-57
3716 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-58
3717 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-59
3718 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-60
3719 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-61
3720 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-62
3721 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-63
3722 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-64
3723 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-65
3724 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-66
3725 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-67
3726 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-68
3727 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-69
3728 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-70
3729 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-71
3730 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-72
3731 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-73
3732 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-74
3733 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-75
3734 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-76
3735 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-77
3736 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-78
3737 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-79
3738 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-80
3739 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-81
3740 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-82
3741 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-83
3742 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-84
3743 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-85
3744 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-86
3745 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-87
3746 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-88
3747 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-89
3748 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-90
3749 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-91
3750 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-92
3751 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-93
3752 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-94
3753 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-95
3754 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-96
3755 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-97
3756 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-98
3757 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-99
3758 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-100
3759 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-101
3760 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-102
3761 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-103
3762 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-104
3763 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-105
3764 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-106
3765 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-107
3766 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-108
3767 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-109
3768 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-110
3769 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-111
3770 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-112
3771 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-113
3772 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-114
3773 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-115
3774 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-116
3775 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-117
3776 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-118
3777 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-119
3778 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-120
3779 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-121
3780 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-122
3781 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-123
3782 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-124
3783 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-125
3784 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-126
3785 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-127
3786 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-128
3787 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-129
3788 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-130
3789 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-131
3790 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-132
3791 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-133
3792 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-134
3793 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-135
3794 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-136
3795 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-137
3796 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-138
3797 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-139
3798 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-140
3799 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-141
3800 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-142
3801 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-143
3802 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-144
3803 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-145
3804 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-146
3805 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-147
3806 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-148
3807 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-149
3808 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-150
3809 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-151
3810 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-152
3811 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-153
3812 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-154
3813 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-155
3814 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-156
3815 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-157
3816 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-158
3817 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-159
3818 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-160
3819 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-161
3820 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-162
3821 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--base-0
3822 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-1
3823 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-2
3824 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-3
3825 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-4
3826 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-5
3827 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-6
3828 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-7
3829 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-8
3830 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-9
3831 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-10
3832 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-11
3833 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-12
3834 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-13
3835 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-14
3836 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-15
3837 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-16
3838 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-17
3839 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-18
3840 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-19
3841 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-20
3842 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-21
3843 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-22
3844 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-23
3845 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-24
3846 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-25
3847 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-26
3848 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-27
3849 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-28
3850 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-29
3851 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-30
3852 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-31
3853 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-32
3854 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-33
3855 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-34
3856 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-35
3857 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-36
3858 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-37
3859 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-38
3860 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-39
3861 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-40
3862 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-41
3863 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-42
3864 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-43
3865 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-44
3866 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-45
3867 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-46
3868 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-47
3869 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-48
3870 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-49
3871 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-50
3872 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-51
3873 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-52
3874 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-53
3875 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--base-0
3876 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-1
3877 : edgomez 1.2 ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-2
3878 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-3
3879 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-4
3880 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-5
3881 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-6
3882 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-7
3883 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-8
3884 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-9
3885 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-10
3886 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-11
3887 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-12
3888 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-13
3889 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-14
3890 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-15
3891 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-16
3892 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-17
3893 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-18
3894 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-19
3895 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-20
3896 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-21
3897 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-22
3898 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-23
3899 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-24
3900 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-25
3901 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-26
3902 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-27
3903 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-28
3904 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-29
3905 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-30
3906 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-31
3907 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-32
3908 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-33
3909 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-34
3910 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-35
3911 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-36
3912 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-37
3913 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-38
3914 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-39
3915 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-40
3916 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-41
3917 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-42
3918 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-43
3919 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-44
3920 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-45
3921 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-46
3922 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-47
3923 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-48
3924 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-49
3925 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-50
3926 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-51
3927 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-52
3928 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-53
3929 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-54
3930 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-55
3931 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-56
3932 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-57
3933 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-58
3934 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-59
3935 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-60
3936 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-61
3937 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-62
3938 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-63
3939 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-64
3940 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-65
3941 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-66
3942 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-67
3943 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-68
3944 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-69
3945 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-70
3946 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-71
3947 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-72
3948 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-73
3949 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-74
3950 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-75
3951 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-76
3952 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-77
3953 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-78
3954 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-79
3955 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-80
3956 :     ed.gomez@free.fr--main/xvidcore--stable--0.9--base-0
3957 :     ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-1
3958 :     ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-2
3959 :     ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-3
3960 :     ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-4
3961 :     ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-5
3962 :     ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-6
3963 :     ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-7
3964 :     ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-8
3965 :     ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-9
3966 :     ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-10
3967 :     ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-11
3968 :     ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-12
3969 :     ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-13
3970 :     ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-14
3971 :     ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-15
3972 :     ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-16
3973 :     ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-17
3974 :     ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-18
3975 :     ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-19
3976 :     ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-20
3977 :     ed.gomez@free.fr--main/xvidcore--stable--0.9--version-0
3978 :     ed.gomez@free.fr--main/xvidcore--stable--1.0--base-0
3979 :     ed.gomez@free.fr--main/xvidcore--stable--1.0--patch-1
3980 :     ed.gomez@free.fr--main/xvidcore--stable--1.0--patch-2
3981 :     ed.gomez@free.fr--main/xvidcore--stable--1.0--patch-3
3982 :     ed.gomez@free.fr--main/xvidcore--stable--1.0--patch-4
3983 :     ed.gomez@free.fr--main/xvidcore--stable--1.0--patch-5
3984 :     ed.gomez@free.fr--main/xvidcore--stable--1.0--patch-6
3985 :    
3986 :    

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