[svn] / branches / release-1_0-branch / xvidcore / ChangeLog Repository:
ViewVC logotype

Annotation of /branches/release-1_0-branch/xvidcore/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1543 - (view) (download)

1 : edgomez 1382 # 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 : edgomez 1482
7 : edgomez 1541 #########################################################################
8 :     # 1.0.2 (Bitstream Version 36)
9 :     #########################################################################
10 :    
11 : edgomez 1543 2004-08-29 11:24:26 GMT patch-55
12 :    
13 :     Summary:
14 :     Merged one important forgotten bugfix from head
15 :     Revision:
16 :     xvidcore--stable--1.0--patch-55
17 :    
18 :     Merged one important forgotten bugfix from head
19 :    
20 :     Patches applied:
21 :    
22 :     * ed.gomez@free.fr--2004-1/xvidcore--head--0.0--patch-70
23 :     Out of bounds MVs clipping
24 :    
25 :     * ed.gomez@free.fr--2004-1/xvidcore--head--0.0--patch-71
26 :     Decoder optimization (fixing regression)
27 :    
28 :    
29 :     modified files:
30 :     src/decoder.c
31 :    
32 :     new patches:
33 :     ed.gomez@free.fr--2004-1/xvidcore--head--0.0--patch-70
34 :     ed.gomez@free.fr--2004-1/xvidcore--head--0.0--patch-71
35 :    
36 :    
37 :     2004-08-29 10:51:58 GMT patch-54
38 :    
39 :     Summary:
40 :     Marking 1.0.2
41 :     Revision:
42 :     xvidcore--stable--1.0--patch-54
43 :    
44 :     From ed.gomez:
45 :     * Marking 1.0.2
46 :    
47 :     modified files:
48 :     ChangeLog build/generic/configure.in src/xvid.c src/xvid.h
49 :    
50 :    
51 : edgomez 1541 2004-08-22 13:08:44 GMT patch-53
52 :    
53 :     Summary:
54 :     Thread safety problem in idct C version
55 :     Revision:
56 :     xvidcore--stable--1.0--patch-53
57 :    
58 :     From ed.gomez:
59 :     * Fixed a thread safety problem in C version of the
60 :     idct function. Added some comments on some static
61 :     data not marked as RO.
62 :    
63 :     modified files:
64 :     src/bitstream/mbcoding.c src/dct/idct.c
65 :    
66 :    
67 :     2004-08-21 11:45:55 GMT patch-52
68 :    
69 :     Summary:
70 :     Stupid typo+error in fdct_xxx_skal macro generator.
71 :     Revision:
72 :     xvidcore--stable--1.0--patch-52
73 :    
74 :     From Nicolas Boulay:
75 :     * Found a typo mistake (ecx->eax) and an error in the same line
76 :     But as we're lucky, the unrolled version was bugfree, and that
77 :     is that one which is used.
78 :    
79 :     modified files:
80 :     src/dct/x86_asm/fdct_mmx_skal.asm
81 :    
82 :    
83 :     2004-07-26 20:21:24 GMT patch-51
84 :    
85 :     Summary:
86 :     ChangeLog Update
87 :     Revision:
88 :     xvidcore--stable--1.0--patch-51
89 :    
90 :     ChangeLog Update
91 :    
92 :    
93 :     modified files:
94 :     ChangeLog
95 :    
96 :    
97 : edgomez 1525 2004-07-24 11:33:57 GMT patch-50
98 :    
99 :     Summary:
100 :     BVOP direct/interpolated ref block rounding fix.
101 :     Revision:
102 :     xvidcore--stable--1.0--patch-50
103 :    
104 :     From ed.gomez:
105 :     * BVOP direct/interpolated ref block rounding fix.
106 :     It's been using rounding=1 for averaging stage since ever.
107 :     The standard says it's rounding=0.
108 :    
109 :     See standard clause 7.6.9.4 for explicit code and Section 6.3.5
110 :     that says "rounding=0" in bframes as they don't set the
111 :     vop_rounding_type in VOP header. Both sections match, xvid was
112 :     wrong
113 :    
114 :     modified files:
115 :     src/decoder.c
116 :    
117 :    
118 :     2004-07-23 20:37:09 GMT patch-49
119 :    
120 :     Summary:
121 :     Removed data qualifer in .rodata
122 :     Revision:
123 :     xvidcore--stable--1.0--patch-49
124 :    
125 :     From ed.gomez:
126 :     * long standing warning by yasm... data isn't a keyword for
127 :     .(ro)data sections.
128 :    
129 :     modified files:
130 :     src/bitstream/x86_asm/cbp_mmx.asm
131 :     src/bitstream/x86_asm/cbp_sse2.asm
132 :     src/dct/x86_asm/fdct_mmx_ffmpeg.asm
133 :     src/dct/x86_asm/fdct_mmx_skal.asm
134 :     src/dct/x86_asm/fdct_sse2_skal.asm
135 :     src/dct/x86_asm/idct_3dne.asm src/dct/x86_asm/idct_mmx.asm
136 :     src/dct/x86_asm/idct_sse2_dmitry.asm
137 :     src/dct/x86_asm/simple_idct_mmx.asm
138 :     src/image/x86_asm/colorspace_rgb_mmx.asm
139 :     src/image/x86_asm/colorspace_yuyv_mmx.asm
140 :     src/image/x86_asm/interpolate8x8_3dn.asm
141 :     src/image/x86_asm/interpolate8x8_3dne.asm
142 :     src/image/x86_asm/interpolate8x8_mmx.asm
143 :     src/image/x86_asm/interpolate8x8_xmm.asm
144 :     src/image/x86_asm/qpel_mmx.asm
145 :     src/image/x86_asm/reduced_mmx.asm
146 :     src/motion/x86_asm/sad_3dn.asm src/motion/x86_asm/sad_3dne.asm
147 :     src/motion/x86_asm/sad_mmx.asm src/motion/x86_asm/sad_sse2.asm
148 :     src/motion/x86_asm/sad_xmm.asm
149 :     src/quant/x86_asm/quantize_h263_3dne.asm
150 :     src/quant/x86_asm/quantize_h263_mmx.asm
151 :     src/quant/x86_asm/quantize_mpeg_mmx.asm
152 :     src/quant/x86_asm/quantize_mpeg_xmm.asm
153 :     src/utils/x86_asm/cpuid.asm
154 :     src/utils/x86_asm/interlacing_mmx.asm
155 :     src/utils/x86_asm/mem_transfer_3dne.asm
156 :     src/utils/x86_asm/mem_transfer_mmx.asm
157 :    
158 :    
159 :     2004-07-19 18:45:14 GMT patch-48
160 :    
161 :     Summary:
162 :     Complete previous xvid_decraw patch
163 :     Revision:
164 :     xvidcore--stable--1.0--patch-48
165 :    
166 :     Complete previous xvid_decraw patch
167 :    
168 :    
169 :     modified files:
170 :     examples/xvid_decraw.c
171 :    
172 :    
173 :     2004-07-18 11:58:48 GMT patch-47
174 :    
175 :     Summary:
176 :     ISO C99'ism fix
177 :     Revision:
178 :     xvidcore--stable--1.0--patch-47
179 :    
180 :     ISO C99'ism fix
181 :    
182 :    
183 :     modified files:
184 :     src/encoder.c
185 :    
186 :    
187 :     2004-07-17 11:32:42 GMT patch-46
188 :    
189 :     Summary:
190 :     Make sure time incr is never larger than 16bit.
191 :     Revision:
192 :     xvidcore--stable--1.0--patch-46
193 :    
194 :     From ed.gomez:
195 :     * Keep both fbase and fincr under 16bit limit.
196 :    
197 :     modified files:
198 :     src/encoder.c
199 :    
200 :    
201 :     2004-07-17 10:00:42 GMT patch-45
202 :    
203 :     Summary:
204 :     Future version interoperability
205 :     Revision:
206 :     xvidcore--stable--1.0--patch-45
207 :    
208 :     From ed.gomez:
209 :     * Zeroing the structures is the best way not to pass
210 :     wrong data when dealing with slightly new XviD (like
211 :     head). If we don't zero here, then brightness is not
212 :     initialized in HEAD leading to crash.
213 :    
214 :     modified files:
215 :     examples/xvid_decraw.c
216 :    
217 :    
218 :     2004-07-10 17:30:40 GMT patch-44
219 :    
220 :     Summary:
221 :     ChangeLog update
222 :     Revision:
223 :     xvidcore--stable--1.0--patch-44
224 :    
225 :     ChangeLog update
226 :    
227 :    
228 :     modified files:
229 :     ChangeLog
230 :    
231 :    
232 : edgomez 1482 2004-07-10 17:27:06 GMT patch-43
233 :    
234 :     Summary:
235 :     Small mem leak in vfw.
236 :     Revision:
237 :     xvidcore--stable--1.0--patch-43
238 :    
239 :     From sysKin:
240 :     * Free zones.
241 :    
242 :     modified files:
243 :     vfw/src/codec.c
244 :    
245 :    
246 :     2004-07-10 16:55:53 GMT patch-42
247 :    
248 :     Summary:
249 :     Fix wrong matrix reading logic.
250 :     Revision:
251 :     xvidcore--stable--1.0--patch-42
252 :    
253 :     From sysKin:
254 :     * Fix a problem reading quantization matrix.
255 :    
256 :     modified files:
257 :     src/bitstream/bitstream.c
258 :    
259 :    
260 :     2004-06-26 21:26:35 GMT patch-41
261 :    
262 :     Summary:
263 :     low delay guessing (il)logic fix.
264 :     Revision:
265 :     xvidcore--stable--1.0--patch-41
266 :    
267 :     From sysKin:
268 :     * bframes were decoded wrong when trying to guess low_delay flag
269 :     as specified in the standard when vol_control_parameters aren't
270 :     available.
271 :    
272 :     modified files:
273 :     src/decoder.c
274 :    
275 :    
276 :     2004-06-13 19:15:05 GMT patch-40
277 :    
278 :     Summary:
279 :     Small memory error in ia32 cpuid function.
280 :     Revision:
281 :     xvidcore--stable--1.0--patch-40
282 :    
283 :     From ed.gomez:
284 :     * Valgrind detected a write to suspicious stack space. To avoid
285 :     any false reporting, added an explicit stack space allocation.
286 :    
287 :     modified files:
288 :     src/utils/x86_asm/cpuid.asm
289 :    
290 : edgomez 1449 #########################################################################
291 : edgomez 1468 # 1.0.1 (Bitstream Version 35)
292 :     #########################################################################
293 :    
294 : edgomez 1482 2004-06-05 22:55:56 GMT patch-39
295 :    
296 :     Summary:
297 :     Marking 1.0.1 release
298 :     Revision:
299 :     xvidcore--stable--1.0--patch-39
300 :    
301 :     Marking 1.0.1 release
302 :    
303 :    
304 :     modified files:
305 :     ChangeLog TODO build/generic/configure.in src/xvid.c
306 :     src/xvid.h
307 :    
308 :    
309 : edgomez 1468 2004-06-02 20:58:38 GMT patch-38
310 :    
311 :     Summary:
312 :     DC clipping bug for real
313 :     Revision:
314 :     xvidcore--stable--1.0--patch-38
315 :    
316 :     From ed.gomez:
317 :     * patch-25 was supposed to fix a DC clipping bug. However i
318 :     added the additional clipping code in the wrong place. But
319 :     at least, my fix didn't cause any trouble, it was just noop.
320 :     This patch should really fix this very "unlikely bug" (i just
321 :     want to remind the reader that this bug isn't easy to trigger,
322 :     and eg: my test sequences don't trigger it at all)
323 :    
324 :     BS version incremented: 35
325 :    
326 :     modified files:
327 :     src/decoder.c src/motion/estimation_rd_based.c
328 :     src/prediction/mbprediction.c src/prediction/mbprediction.h
329 :     src/xvid.h
330 :    
331 :    
332 :     2004-05-31 21:11:49 GMT patch-37
333 :    
334 :     Summary:
335 :     time fixes to decoder.
336 :     Revision:
337 :     xvidcore--stable--1.0--patch-37
338 :    
339 :     From ed.gomez:
340 :     * timestamps were badly computed by teh decoder in some corner cases
341 :     (1fps). This bug revealed that, timestamps were indeed wrong as
342 :     expected, but that bvop blocks in direct mode (vectors interpolated)
343 :     were somewhat compensated with wrong vectors in these same corner
344 :     cases.
345 :    
346 :     modified files:
347 :     src/bitstream/bitstream.c src/decoder.c src/decoder.h
348 :    
349 :    
350 :     2004-05-30 09:36:13 GMT patch-36
351 :    
352 :     Summary:
353 :     Wrong license header.
354 :     Revision:
355 :     xvidcore--stable--1.0--patch-36
356 :    
357 :     From ed.gomez:
358 :     * Pascal did agree a plain GPL migration long ago, but this file
359 :     remained GPL+location restriction.
360 :    
361 :     modified files:
362 :     src/image/reduced.c
363 :    
364 :    
365 :     2004-05-29 09:02:25 GMT patch-35
366 :    
367 :     Summary:
368 :     More missing va_end() calls.
369 :     Revision:
370 :     xvidcore--stable--1.0--patch-35
371 :    
372 :     From pete:
373 :     * portab.h is plenty of missing calls to va_end().
374 :    
375 :     modified files:
376 :     src/portab.h
377 :    
378 :    
379 :     2004-05-28 21:28:21 GMT patch-34
380 :    
381 :     Summary:
382 :     FPS=1 problem in decoder.
383 :     Revision:
384 :     xvidcore--stable--1.0--patch-34
385 :    
386 :     From ed.gomez:
387 :     * patch-24 did fix bad behavior in encoder, so at least, compliant
388 :     streams were generated but the decoder was still doing the maths
389 :     a wrong way. Apply same logic to decoder.
390 :    
391 :     Thanks to the patch-24 bug reporter for this followup.
392 :    
393 :     modified files:
394 :     src/bitstream/bitstream.c
395 :    
396 :    
397 :     2004-05-27 20:04:01 GMT patch-33
398 :    
399 :     Summary:
400 :     Nasty typo in pvop vector lambdas.
401 :     Revision:
402 :     xvidcore--stable--1.0--patch-33
403 :    
404 :     From sysKin:
405 :     * s/+/*/ in the lambda value array for vectors in the pvop
406 :     estimation module.
407 :    
408 :     modified files:
409 :     src/motion/estimation_pvop.c
410 :    
411 :    
412 :     2004-05-26 13:23:38 GMT patch-32
413 :    
414 :     Summary:
415 :     Bits/Bytes confusion in the VFW frontend.
416 :     Revision:
417 :     xvidcore--stable--1.0--patch-32
418 :    
419 :     From sysKin:
420 :     * confusion between the kilo, in kilobits (1000) and
421 :     the kilo in kilobytes (1024, should be named KiB anyway)
422 :     * biSizeImage is in bytes, not bits according to the Win32
423 :     API.
424 :    
425 :     modified files:
426 :     vfw/src/codec.c vfw/src/config.c
427 :    
428 :    
429 :     2004-05-26 09:28:31 GMT patch-31
430 :    
431 :     Summary:
432 :     Close variable argument list.
433 :     Revision:
434 :     xvidcore--stable--1.0--patch-31
435 :    
436 :     From ed.gomez:
437 :     * Close the variable argument list as specified by the ANSI C
438 :     standard. Reported by Carsten <list4darav at gmx dot de> on
439 :     xvid-devel.
440 :    
441 :     modified files:
442 :     src/image/font.c
443 :    
444 :    
445 :     2004-05-26 09:00:26 GMT patch-30
446 :    
447 :     Summary:
448 :     ICM compatibility for VFW
449 :     Revision:
450 :     xvidcore--stable--1.0--patch-30
451 :    
452 :     From sysKin:
453 :     * Makes the VFW frontend compatible with ICM applications
454 :     (Ooo, MS Office... etc). Reported on IRC.
455 :    
456 :     modified files:
457 :     vfw/src/config.c vfw/src/driverproc.c
458 :    
459 :    
460 :     2004-05-26 08:58:56 GMT patch-29
461 :    
462 :     Summary:
463 :     Small trellis bug
464 :     Revision:
465 :     xvidcore--stable--1.0--patch-29
466 :    
467 :     From sysKin:
468 :     * Last coeff wasn't summed.
469 :    
470 :     Reported by Jean Marc.
471 :    
472 :     modified files:
473 :     src/utils/mbtransquant.c
474 :    
475 :    
476 :     2004-05-26 08:46:45 GMT patch-28
477 :    
478 :     Summary:
479 :     Small bug in bframe ME.
480 :     Revision:
481 :     xvidcore--stable--1.0--patch-28
482 :    
483 :     From sysKin:
484 :     * Small bug in bframe ME.
485 :    
486 :     modified files:
487 :     src/motion/estimation_bvop.c
488 :    
489 :     #########################################################################
490 : edgomez 1449 # 1.0.0 final (Bitstream Version 34)
491 :     #########################################################################
492 : edgomez 1382
493 : edgomez 1468 2004-05-08 22:26:06 GMT patch-27
494 :    
495 :     Summary:
496 :     Marking 1.0.0 final
497 :     Revision:
498 :     xvidcore--stable--1.0--patch-27
499 :    
500 :     From ed.gomez:
501 :     * Marking 1.0.0 final \o/
502 :    
503 :     modified files:
504 :     ChangeLog build/generic/configure.in src/xvid.h
505 :    
506 :    
507 : edgomez 1449 2004-05-06 17:56:52 GMT patch-26
508 :    
509 :     Summary:
510 :     Small mismatch in hint<->widget in VFW
511 :     Revision:
512 :     xvidcore--stable--1.0--patch-26
513 :    
514 :     From sysKin:
515 :     * Small mismatch in hint<->widget.
516 :    
517 :     modified files:
518 :     vfw/src/resource.rc
519 :    
520 :    
521 :     2004-05-02 22:40:50 GMT patch-25
522 :    
523 :     Summary:
524 :     DC prediction fix.
525 :     Revision:
526 :     xvidcore--stable--1.0--patch-25
527 :    
528 :     From ed.gomez:
529 :     * DC predictors weren't clipped to the [-2048, 2047] range.
530 :    
531 :     BS version increased to 33
532 :    
533 :     Thanks to jnorish on our forums to point out the problem.
534 :    
535 :     modified files:
536 :     src/bitstream/bitstream.c src/decoder.c
537 :     src/motion/estimation_rd_based.c src/prediction/mbprediction.c
538 :     src/prediction/mbprediction.h src/xvid.h
539 :    
540 :    
541 :     2004-05-02 10:30:29 GMT patch-24
542 :    
543 :     Summary:
544 :     Possible VOL header corruption.
545 :     Revision:
546 :     xvidcore--stable--1.0--patch-24
547 :    
548 :     From ed.gomez:
549 :     * The VOL header could be corrupted when passing fincr=fbase=1 which
550 :     happens for fps=1 sequences.
551 :    
552 :     BS version bumped up to 32
553 :    
554 :     Original report:
555 :     http://www.xvid.org/modules.php?op=modload&name=phpBB2&file=viewtopic&t=2026&highlight=
556 :    
557 :     modified files:
558 :     src/bitstream/bitstream.c src/xvid.h
559 :    
560 :    
561 :     2004-04-30 23:10:19 GMT patch-23
562 :    
563 :     Summary:
564 :     Some very light Unix build system changes
565 :     Revision:
566 :     xvidcore--stable--1.0--patch-23
567 :    
568 :     To prepare testing framework merging.
569 :    
570 :     From ed.gomez:
571 :     * Some typos
572 :     * Copyright updates (it's 2004 since a few months ;-)
573 :     * Added some checking to bootstrap.sh
574 :     * Added m4 AC_PREREQ macro to configure.in
575 :    
576 :     modified files:
577 :     build/generic/Makefile build/generic/bootstrap.sh
578 :     build/generic/configure.in
579 :    
580 :    
581 :     2004-04-20 19:40:29 GMT patch-22
582 :    
583 :     Summary:
584 :     Small visual fix.
585 :     Revision:
586 :     xvidcore--stable--1.0--patch-22
587 :    
588 :     From sysKin:
589 :     * Small visual fix
590 :    
591 :     modified files:
592 :     vfw/src/config.c
593 :    
594 :    
595 :     2004-04-20 19:38:24 GMT patch-21
596 :    
597 :     Summary:
598 :     Fix crash in decoder for non IFrame 1st frame.
599 :     Revision:
600 :     xvidcore--stable--1.0--patch-21
601 :    
602 :     From sysKin:
603 :     * Fixed the crash caused by non IFrame 1st frame.
604 :    
605 :     modified files:
606 :     src/decoder.c
607 :    
608 :    
609 :     2004-04-18 16:21:50 GMT patch-20
610 :    
611 :     Summary:
612 :     Typo
613 :     Revision:
614 :     xvidcore--stable--1.0--patch-20
615 :    
616 :     Typo
617 :    
618 :    
619 :     modified files:
620 :     vfw/src/resource.rc
621 :    
622 :    
623 :     2004-04-17 17:04:20 GMT patch-19
624 :    
625 :     Summary:
626 :     vfw opens audio file in shared access mode
627 :     Revision:
628 :     xvidcore--stable--1.0--patch-19
629 :    
630 :     vfw opens audio file in shared access mode
631 :    
632 :    
633 :     modified files:
634 :     vfw/src/config.c
635 :    
636 :    
637 :     2004-04-15 22:39:12 GMT patch-18
638 :    
639 :     Summary:
640 :     Tiny xvid_decraw cleaning
641 :     Revision:
642 :     xvidcore--stable--1.0--patch-18
643 :    
644 :     Tiny xvid_decraw cleaning
645 :    
646 :    
647 :     modified files:
648 :     examples/xvid_decraw.c
649 :    
650 :    
651 :     2004-04-15 19:14:31 GMT patch-17
652 :    
653 :     Summary:
654 :     Tiny minor fixes for msvc.
655 :     Revision:
656 :     xvidcore--stable--1.0--patch-17
657 :    
658 :     From pete:
659 :     * Missing arch endianness define in project files.
660 :     * Add a textual warning about win32 console EOF misreading.
661 :     * Prevent a SIGFPE when no frames were decoded.
662 :    
663 :     modified files:
664 :     build/win32/xvid_decraw.dsp build/win32/xvid_encraw.dsp
665 :     examples/xvid_decraw.c
666 :    
667 :    
668 :     2004-04-14 22:41:07 GMT patch-16
669 :    
670 :     Summary:
671 :     Fixed missing 1st frame in dshow output.
672 :     Revision:
673 :     xvidcore--stable--1.0--patch-16
674 :    
675 :     From sysKin:
676 :     * decoder flags were overwritten, this was preventing from outputing
677 :     the first frame immediatly.
678 :    
679 :     modified files:
680 :     dshow/src/CXvidDecoder.cpp
681 :    
682 :    
683 :     2004-04-14 22:39:17 GMT patch-15
684 :    
685 :     Summary:
686 :     Ressource leaking in dshow.
687 :     Revision:
688 :     xvidcore--stable--1.0--patch-15
689 :    
690 :     From sysKin:
691 :     * Same kind of ressource leaking as in vfw. Same cure.
692 :    
693 :     modified files:
694 :     dshow/src/CXvidDecoder.cpp dshow/src/CXvidDecoder.h
695 :    
696 :    
697 :     2004-04-14 19:45:23 GMT patch-14
698 :    
699 :     Summary:
700 :     Fixed small bug in trellis code.
701 :     Revision:
702 :     xvidcore--stable--1.0--patch-14
703 :    
704 :     From ed.gomez (spotted by jean marc):
705 :     * Trellis optimization was computing the sum |coeffs| wrongly
706 :     because the Compute_sum function wasn't doing zigzag scanning
707 :     and stopped at last non zero coeffs in linear scanning...
708 :     The trivial fix could have been to pass the zigzag to the compute
709 :     sum function so it could have done its job right.
710 :     But... Why computing stuff that is already known in the upper layer ?
711 :     I removed the compute sum function, and just pass the original sum
712 :     value in trellis function parameters, just in case we have to return
713 :     it again because trellis failed optimizing the block coeffs.
714 :    
715 :     This fix the bug and saves cycles :-) (but should not be noticeable)
716 :    
717 :     modified files:
718 :     src/utils/mbtransquant.c src/xvid.h
719 :    
720 :    
721 :     2004-04-12 12:06:12 GMT patch-13
722 :    
723 :     Summary:
724 :     Don't do SAD and RD based searches for qp.
725 :     Revision:
726 :     xvidcore--stable--1.0--patch-13
727 :    
728 :     From sysKin:
729 :     * MakeGoodFlags function wasn't disabling SAD based search when
730 :     using RD. This was causing slowdown for no gain at all. This
731 :     patch should speed up encoding in qp mode.
732 :    
733 :    
734 :     modified files:
735 :     src/motion/estimation_pvop.c
736 :    
737 :    
738 :     2004-04-12 12:01:19 GMT patch-12
739 :    
740 :     Summary:
741 :     3dnow functions proper separation.
742 :     Revision:
743 :     xvidcore--stable--1.0--patch-12
744 :    
745 :     From pete (thx to a forum report):
746 :     * Separate correctly pure 3dnow functions and 3dnow+mmxext functions.
747 :     This fix "Illegal instruction" crash on old k6-2 CPUs.
748 :    
749 :     modified files:
750 :     src/xvid.c
751 :    
752 :    
753 :     2004-04-12 11:57:20 GMT patch-11
754 :    
755 :     Summary:
756 :     Better MV clipping code.
757 :     Revision:
758 :     xvidcore--stable--1.0--patch-11
759 :    
760 :     From sysKin:
761 :     * Better MV clipping. DivX 5 generates out of range vectors and clipping
762 :     them directly borks the decoding of other MVs for which out of range
763 :     MVs were predictors. So it's just better to clip them for the block
764 :     decoding and keep an unclipped version for predictions.
765 :    
766 :     modified files:
767 :     src/decoder.c
768 :    
769 :    
770 :     2004-04-08 20:34:54 GMT patch-10
771 :    
772 :     Summary:
773 :     PGM support back in xvid_decraw.
774 :     Revision:
775 :     xvidcore--stable--1.0--patch-10
776 :    
777 :     From ed.gomez:
778 :     * pgm/pnm format added back to xvid_decraw
779 :     + pgm/pnm formats are now default for yv12/i420/rgb24 pixel format.
780 :     + tga is default for rgb16/32
781 :     + use option -f to choose tga, or pnm/pgm
782 :    
783 :     modified files:
784 :     examples/xvid_decraw.c
785 :    
786 :    
787 :     2004-04-07 22:30:15 GMT patch-9
788 :    
789 :     Summary:
790 :     3DNow Ext functions use MMXEXT opcodes.
791 :     Revision:
792 :     xvidcore--stable--1.0--patch-9
793 :    
794 :     From Soltius (XviD Forum):
795 :     * Most of 3dnow extension functions do use MMXEXT opcodes, so
796 :     classify these functions as 3dnowext+mmxext. Avoids K6-2
797 :     boxes to crash with an invalid instruction error reported
798 :     by the host OS.
799 :    
800 :     PS: original bug report
801 :     http://www.xvid.org/modules.php?op=modload&name=phpBB2&file=viewtopic&t=1656
802 :    
803 :     modified files:
804 :     src/xvid.c
805 :    
806 :    
807 :     2004-04-07 22:01:54 GMT patch-8
808 :    
809 :     Summary:
810 :     RGB 16bit output fix.
811 :     Revision:
812 :     xvidcore--stable--1.0--patch-8
813 :    
814 :     From ScarletteTout (XviD Forum):
815 :     * Fix RGB 16bit output in C functions.
816 :    
817 :     From ed.gomez:
818 :     * Replaced PGM output by TGA output so it's easy to implement
819 :     RGB 16/24/32 and greyscale bitmaps support in a single format.
820 :     (pgm could have supported RGB 24 and Greyscale only)
821 :     * Added colorspace choice to xvid_decraw
822 :     Use option -c csp, where csp is either rgb16, rgb24, rgb32, yv12 or i420
823 :     Defaults to i420.
824 :    
825 :     PS: original bug report
826 :     http://www.xvid.org/modules.php?op=modload&name=phpBB2&file=viewtopic&t=1960&highlight=
827 :    
828 :     modified files:
829 :     examples/xvid_decraw.c src/image/colorspace.c
830 :    
831 :    
832 :     #########################################################################
833 :     # 1.0.0 RC4 (Bitstream Version 30)
834 :     #########################################################################
835 :    
836 :     2004-04-04 20:21:38 GMT patch-7
837 :    
838 :     Summary:
839 :     DShow widget hiding.
840 :     Revision:
841 :     xvidcore--stable--1.0--patch-7
842 :    
843 :     From Michael:
844 :     * No need to keep widget visibles if they won't be in 1.0.0.
845 :    
846 :     modified files:
847 :     dshow/src/xvid.ax.rc
848 :    
849 :    
850 :     2004-04-04 20:17:52 GMT patch-6
851 :    
852 :     Summary:
853 :     Compiler quirk in portab.h
854 :     Revision:
855 :     xvidcore--stable--1.0--patch-6
856 :    
857 :     From Michael:
858 :     * The VC.NET workaround was causing trouble. Inversed the test.
859 :    
860 :     modified files:
861 :     src/portab.h
862 :    
863 :    
864 :     2004-04-04 14:19:10 GMT patch-5
865 :    
866 :     Summary:
867 :     Marking RC4
868 :     Revision:
869 :     xvidcore--stable--1.0--patch-5
870 :    
871 :     Marking RC4
872 :    
873 :    
874 :     modified files:
875 :     ChangeLog build/generic/configure.in src/xvid.h
876 :    
877 :    
878 : edgomez 1408 2004-04-04 14:07:00 GMT patch-4
879 :    
880 :     Summary:
881 :     Frame dropping disabling for bframes.
882 :     Revision:
883 :     xvidcore--stable--1.0--patch-4
884 :    
885 :     From sysKin & Pete:
886 :     * Disable frame dropping with bframes enabled. These two options
887 :     do not play fine together.
888 :    
889 :     modified files:
890 :     src/encoder.c
891 :    
892 :    
893 :     2004-04-04 14:05:50 GMT patch-3
894 :    
895 :     Summary:
896 :     Dead code removal.
897 :     Revision:
898 :     xvidcore--stable--1.0--patch-3
899 :    
900 :     From sysKin:
901 :     * FrameCodeP was always called with contanst parameters. Removed
902 :     these parameters and associated dead code.
903 :    
904 :     modified files:
905 :     src/encoder.c
906 :    
907 :    
908 :     2004-04-04 14:03:42 GMT patch-2
909 :    
910 :     Summary:
911 :     Typo in ME fast comparison.
912 :     Revision:
913 :     xvidcore--stable--1.0--patch-2
914 :    
915 :     From sysKin:
916 :     * Small typo in Fast ME code.
917 :    
918 :     modified files:
919 :     src/motion/estimation_common.c
920 :    
921 :    
922 :     2004-04-02 23:58:19 GMT patch-1
923 :    
924 :     Summary:
925 :     VFW Resource leak fix (try #2)
926 :     Revision:
927 :     xvidcore--stable--1.0--patch-1
928 :    
929 :     From Suiryc on IRC:
930 :     * both encoder and decoder ending functions were calling
931 :     the dll freeing code. This was an error as the first function
932 :     called would unbind core function for the second called one.
933 :     Thus xvidcore could not release buffers.
934 :    
935 :     modified files:
936 :     vfw/src/codec.c vfw/src/driverproc.c
937 :    
938 :    
939 :     2004-04-02 20:33:02 GMT base-0
940 :    
941 :     Summary:
942 :     tag of ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-53
943 :     Revision:
944 :     xvidcore--stable--1.0--base-0
945 :    
946 :     (automatically generated log message)
947 :    
948 :    
949 :     2004-03-31 19:32:47 GMT patch-53
950 :    
951 :     Summary:
952 :     Ressources leaking in VFW.
953 :     Revision:
954 :     xvidcore--devapi4--1.0--patch-53
955 :    
956 :     From sysKin:
957 :     * Storing ressources in global vars is making multithreaded/instanced
958 :     apps leaking lot of memory. Moved these vars to codec struct.
959 :    
960 :     Thanks to dalox <fdalleau at hymatom d0t fr> to spot and fix the bug.
961 :    
962 :     modified files:
963 :     vfw/src/codec.c vfw/src/codec.h vfw/src/driverproc.c
964 :    
965 :    
966 :     2004-03-31 19:28:51 GMT patch-52
967 :    
968 :     Summary:
969 :     Fix to bad NVOP+bframe interaction.
970 :     Revision:
971 :     xvidcore--devapi4--1.0--patch-52
972 :    
973 :     From syskin:
974 :     * When generating a NVOP, it interferes with bframe flushing and
975 :     packing.
976 :    
977 :     modified files:
978 :     src/encoder.c
979 :    
980 :    
981 :     2004-03-31 19:24:42 GMT patch-51
982 :    
983 :     Summary:
984 :     Fix GMC 2 warp point.
985 :     Revision:
986 :     xvidcore--devapi4--1.0--patch-51
987 :    
988 :     From Skal:
989 :     * Fix 2 warp points GMC.
990 :    
991 :     modified files:
992 :     src/motion/gmc.c
993 :    
994 :    
995 :     2004-03-31 19:18:46 GMT patch-50
996 :    
997 :     Summary:
998 :     Added intra quant testing.
999 :     Revision:
1000 :     xvidcore--devapi4--1.0--patch-50
1001 :    
1002 :     From Skal:
1003 :     * Added intra quant testing to xvid_bench
1004 :    
1005 :     modified files:
1006 :     examples/xvid_bench.c
1007 :    
1008 :    
1009 :     2004-03-31 19:07:55 GMT patch-49
1010 :    
1011 :     Summary:
1012 :     input width/height check
1013 :     Revision:
1014 :     xvidcore--devapi4--1.0--patch-49
1015 :    
1016 :     From Skal:
1017 :     * Input width and height aren't checked and this can cause crash.
1018 :    
1019 :     modified files:
1020 :     src/encoder.c
1021 :    
1022 :    
1023 :     2004-03-28 01:02:21 GMT patch-48
1024 :    
1025 :     Summary:
1026 :     $ CVS expansion removed
1027 :     Revision:
1028 :     xvidcore--devapi4--1.0--patch-48
1029 :    
1030 :     $ CVS expansion removed
1031 :    
1032 :    
1033 :     modified files:
1034 :     dshow/src/Configure.cpp dshow/src/config.c
1035 :     examples/xvid_encraw.c
1036 :    
1037 :    
1038 :     2004-03-28 00:45:23 GMT patch-47
1039 :    
1040 :     Summary:
1041 :     Allow bigger frames
1042 :     Revision:
1043 :     xvidcore--devapi4--1.0--patch-47
1044 :    
1045 :     Allow bigger frames
1046 :    
1047 :    
1048 :     modified files:
1049 :     examples/xvid_encraw.c
1050 :    
1051 :    
1052 :     2004-03-28 00:41:54 GMT patch-46
1053 :    
1054 :     Summary:
1055 :     Fix in postproc header
1056 :     Revision:
1057 :     xvidcore--devapi4--1.0--patch-46
1058 :    
1059 :     Fix in postproc header
1060 :    
1061 :    
1062 :     modified files:
1063 :     src/image/postprocessing.h
1064 :    
1065 :    
1066 :     2004-03-28 00:33:02 GMT patch-45
1067 :    
1068 :     Summary:
1069 :     Fixed xvidvfw build on real mingw+msys systems
1070 :     Revision:
1071 :     xvidcore--devapi4--1.0--patch-45
1072 :    
1073 :     Fixed xvidvfw build on real mingw+msys systems
1074 :    
1075 :    
1076 :     modified files:
1077 :     vfw/bin/Makefile
1078 :    
1079 :    
1080 :     2004-03-15 21:48:48 GMT patch-44
1081 :    
1082 :     Summary:
1083 :     VFW updates.
1084 :     Revision:
1085 :     xvidcore--devapi4--1.0--patch-44
1086 :    
1087 :     VFW updates.
1088 :    
1089 :     modified files:
1090 :     vfw/src/config.c vfw/src/resource.rc
1091 :    
1092 :    
1093 :     2004-03-15 21:44:17 GMT patch-43
1094 :    
1095 :     Summary:
1096 :     GMC bugfix.
1097 :     Revision:
1098 :     xvidcore--devapi4--1.0--patch-43
1099 :    
1100 :     From skal:
1101 :     * GMC bugfixes.
1102 :    
1103 :     modified files:
1104 :     src/motion/gmc.c
1105 :    
1106 :    
1107 :     2004-03-15 21:41:18 GMT patch-42
1108 :    
1109 :     Summary:
1110 :     Buffer overrun fix in post proc.
1111 :     Revision:
1112 :     xvidcore--devapi4--1.0--patch-42
1113 :    
1114 :     From sysKin:
1115 :     * Fixed buffer overrun in postproc code.
1116 :    
1117 :     modified files:
1118 :     src/image/postprocessing.c src/image/postprocessing.h
1119 :    
1120 :    
1121 :     2004-03-15 21:33:22 GMT patch-41
1122 :    
1123 :     Summary:
1124 :     Forgotten files.
1125 :     Revision:
1126 :     xvidcore--devapi4--1.0--patch-41
1127 :    
1128 :     Me:
1129 :     * Sorry i missed these file additions. Important for the packages
1130 :     as i build them from the tla archive.
1131 :    
1132 :     new files:
1133 :     dshow/src/.arch-ids/Configure.cpp.id
1134 :     dshow/src/.arch-ids/config.c.id
1135 :     dshow/src/.arch-ids/config.h.id dshow/src/.arch-ids/debug.h.id
1136 :     dshow/src/Configure.cpp dshow/src/config.c dshow/src/config.h
1137 :     dshow/src/debug.h
1138 :    
1139 :    
1140 :     2004-03-03 21:01:09 GMT patch-40
1141 :    
1142 :     Summary:
1143 :     MV clipping in decoder.
1144 :     Revision:
1145 :     xvidcore--devapi4--1.0--patch-40
1146 :    
1147 :     From sysKin:
1148 :     * clip MVs to valid ranges.
1149 :    
1150 :     modified files:
1151 :     src/decoder.c src/decoder.h
1152 :    
1153 :    
1154 :     #########################################################################
1155 : edgomez 1449 # 1.0.0 RC3 (Bistream Version 29)
1156 : edgomez 1408 #########################################################################
1157 :    
1158 :     2004-02-29 13:17:10 GMT patch-39
1159 :    
1160 :     Summary:
1161 :     Marking 1.0.0 RC3
1162 :     Revision:
1163 :     xvidcore--devapi4--1.0--patch-39
1164 :    
1165 :     * Marking RC3
1166 :    
1167 :     modified files:
1168 :     ChangeLog build/generic/configure.in src/xvid.h
1169 :    
1170 :    
1171 : edgomez 1382 2004-02-29 13:08:38 GMT patch-38
1172 :    
1173 :     Summary:
1174 :     Win32 project fixes for xvid_encraw and xvid_decraw.
1175 :     Revision:
1176 :     xvidcore--devapi4--1.0--patch-38
1177 :    
1178 :     From sysKin:
1179 :     * xvid_dec/encraw were linking against libxvidcore.lib. Now they link
1180 :     against xvidcore.dll.a
1181 :    
1182 :     NB: xvid_bench is left as is though it doesn't link. This program
1183 :     requires access to internal functions which aren't available
1184 :     through the dll link lib. No good solution exists for MSVC to
1185 :     build both a dll+its link lib+static lib.
1186 :    
1187 :     modified files:
1188 :     build/win32/xvid_decraw.dsp build/win32/xvid_encraw.dsp
1189 :    
1190 :    
1191 :     2004-02-29 12:56:36 GMT patch-37
1192 :    
1193 :     Summary:
1194 :     DShow updates
1195 :     Revision:
1196 :     xvidcore--devapi4--1.0--patch-37
1197 :    
1198 :     Bunch of DShow updates
1199 :    
1200 :     modified files:
1201 :     dshow/src/CXvidDecoder.cpp dshow/src/resource.h
1202 :     dshow/src/xvid.ax.rc
1203 :    
1204 :    
1205 :     2004-02-29 12:55:41 GMT patch-36
1206 :    
1207 :     Summary:
1208 :     VFW updates.
1209 :     Revision:
1210 :     xvidcore--devapi4--1.0--patch-36
1211 :    
1212 :     * Bunch of VFW frontends updates.
1213 :    
1214 :     modified files:
1215 :     vfw/src/codec.c vfw/src/codec.h vfw/src/config.c
1216 :     vfw/src/resource.rc vfw/src/status.c vfw/vfw.dsp
1217 :    
1218 :    
1219 :     2004-02-29 12:49:24 GMT patch-35
1220 :    
1221 :     Summary:
1222 :     Artefact workaround in bframes.
1223 :     Revision:
1224 :     xvidcore--devapi4--1.0--patch-35
1225 :    
1226 :     From sysKin:
1227 :     * Workaround for some artefacts appearing in bframes.
1228 :    
1229 :     modified files:
1230 :     src/motion/estimation_bvop.c
1231 :    
1232 :    
1233 :     2004-02-29 12:46:13 GMT patch-34
1234 :    
1235 :     Summary:
1236 :     Decoder buffer overflow fix.
1237 :     Revision:
1238 :     xvidcore--devapi4--1.0--patch-34
1239 :    
1240 :     From sysKin:
1241 :     * Avoids buffer overflow when reading the last align byte. Our
1242 :     bitstream do 4 byte reading because of some platform contraints
1243 :     (ARM) and can cause buffer overflow reads.
1244 :    
1245 :     modified files:
1246 :     src/decoder.c
1247 :    
1248 :    
1249 :     2004-02-29 11:53:47 GMT patch-33
1250 :    
1251 :     Summary:
1252 :     Compatibility decoding for old bitstreams.
1253 :     Revision:
1254 :     xvidcore--devapi4--1.0--patch-33
1255 :    
1256 :     From syskin:
1257 :     * old core versions used in dev-api-3 distributed by nearly all win32 bin
1258 :     builders used to have a edging bug. So when this information is known,
1259 :     workaround the bug.
1260 :    
1261 :     modified files:
1262 :     src/decoder.c src/encoder.c src/image/image.c
1263 :     src/image/image.h
1264 :    
1265 :     #########################################################################
1266 : edgomez 1449 # 1.0.0 RC2 (Bistream Version 28)
1267 : edgomez 1382 #########################################################################
1268 :    
1269 :     2004-02-08 01:06:40 GMT patch-32
1270 :    
1271 :     Summary:
1272 :     Marking RC2
1273 :     Revision:
1274 :     xvidcore--devapi4--1.0--patch-32
1275 :    
1276 :     Marking RC2
1277 :    
1278 :    
1279 :     modified files:
1280 :     ChangeLog build/generic/configure.in
1281 :    
1282 :    
1283 :     2004-02-07 13:54:24 GMT patch-31
1284 :    
1285 :     Summary:
1286 :     Win32 project outputs dll lib for linking.
1287 :     Revision:
1288 :     xvidcore--devapi4--1.0--patch-31
1289 :    
1290 :     From pete:
1291 :     * output a lib to link against the dll (xvidcore.dll.a).
1292 :    
1293 :     modified files:
1294 :     build/win32/libxvidcore.dsp
1295 :    
1296 :    
1297 :     2004-02-07 13:51:01 GMT patch-30
1298 :    
1299 :     Summary:
1300 :     DShow update.
1301 :     Revision:
1302 :     xvidcore--devapi4--1.0--patch-30
1303 :    
1304 :     From pete:
1305 :     * cmd line driving
1306 :    
1307 :     From sysKin(?):
1308 :     * bugfixes related to video flipping
1309 :     * bugfix for the 'crash at the end" bug
1310 :    
1311 :     modified files:
1312 :     TODO dshow/dshow.dsp dshow/src/CAbout.cpp dshow/src/CAbout.h
1313 :     dshow/src/CXvidDecoder.cpp dshow/src/CXvidDecoder.h
1314 :     dshow/src/xvid.ax.def
1315 :    
1316 :    
1317 :     2004-02-07 13:47:45 GMT patch-29
1318 :    
1319 :     Summary:
1320 :     VFW updates
1321 :     Revision:
1322 :     xvidcore--devapi4--1.0--patch-29
1323 :    
1324 :     Sorry feeling lazy about splitting this patch...
1325 :    
1326 :     From peter:
1327 :     * bitrate calculator
1328 :    
1329 :     From sysKin:
1330 :     * WMP9 bugfix
1331 :    
1332 :     modified files:
1333 :     TODO vfw/src/codec.c vfw/src/config.c vfw/src/config.h
1334 :     vfw/src/resource.h vfw/src/resource.rc
1335 :    
1336 :    
1337 :     2004-02-07 13:43:26 GMT patch-28
1338 :    
1339 :     Summary:
1340 :     Implicit overflow tuning for 2nd pass.
1341 :     Revision:
1342 :     xvidcore--devapi4--1.0--patch-28
1343 :    
1344 :     From sysKin:
1345 :     * When doing a bigger 2nd pass, the overflow loop must be more
1346 :     aggressive else no bonus bits are reinjected. So we can auto
1347 :     tune the overlow values in that case.
1348 :    
1349 :     modified files:
1350 :     src/plugins/plugin_2pass2.c
1351 :    
1352 :    
1353 :     2004-02-07 13:38:33 GMT patch-27
1354 :    
1355 :     Summary:
1356 :     GMC+interlaced bugfix in decoder.
1357 :     Revision:
1358 :     xvidcore--devapi4--1.0--patch-27
1359 :    
1360 :     From sysKin:
1361 :     * GMC+interlaced bugfix in decoder.
1362 :    
1363 :     modified files:
1364 :     src/decoder.c
1365 :    
1366 :    
1367 :     2004-02-07 13:35:16 GMT patch-26
1368 :    
1369 :     Summary:
1370 :     Reverted patch-23
1371 :     Revision:
1372 :     xvidcore--devapi4--1.0--patch-26
1373 :    
1374 :     From christoph:
1375 :     * reverted patch-23, old code was right.
1376 :     * Important typo for the YVYU csp (passing the y plane instead of u).
1377 :    
1378 :     modified files:
1379 :     src/image/image.c src/xvid.h
1380 :    
1381 :    
1382 :     2004-01-31 11:20:36 GMT patch-25
1383 :    
1384 :     Summary:
1385 :     DShow support for more mpeg4 fourccs.
1386 :     Revision:
1387 :     xvidcore--devapi4--1.0--patch-25
1388 :    
1389 :     From sysKin:
1390 :     * Added support for the MP4V fourcc.
1391 :    
1392 :     modified files:
1393 :     dshow/src/CAbout.cpp dshow/src/CAbout.h
1394 :     dshow/src/CXvidDecoder.cpp dshow/src/CXvidDecoder.h
1395 :     dshow/src/resource.h dshow/src/xvid.ax.rc
1396 :    
1397 :    
1398 :     2004-01-31 11:12:38 GMT patch-24
1399 :    
1400 :     Summary:
1401 :     DivX decoder compatibility
1402 :     Revision:
1403 :     xvidcore--devapi4--1.0--patch-24
1404 :    
1405 :     From sysKin:
1406 :     * DivX decoder compatibility improved for packed bitstreams.
1407 :     It should now detect them and play them fine.
1408 :    
1409 :     modified files:
1410 :     src/bitstream/bitstream.c
1411 :    
1412 :    
1413 :     2004-01-31 11:10:26 GMT patch-23
1414 :    
1415 :     Summary:
1416 :     YV12/I420 confusion fixed.
1417 :     Revision:
1418 :     xvidcore--devapi4--1.0--patch-23
1419 :    
1420 :     From christoph:
1421 :     * I420/YV12 were swapped since ... ages.
1422 :     * CSP_USER renamed to CSP_PLANAR
1423 :    
1424 :     modified files:
1425 :     src/encoder.c src/image/image.c src/xvid.h
1426 :    
1427 :    
1428 :     2004-01-31 10:53:20 GMT patch-22
1429 :    
1430 :     Summary:
1431 :     Arch separation for mem transfer functions
1432 :     Revision:
1433 :     xvidcore--devapi4--1.0--patch-22
1434 :    
1435 :     Arch separation for mem transfer functions
1436 :    
1437 :    
1438 :     modified files:
1439 :     src/utils/mem_transfer.h
1440 :    
1441 :    
1442 :     2004-01-27 14:47:08 GMT patch-21
1443 :    
1444 :     Summary:
1445 :     Write to registry Flip video flag in dshow
1446 :     Revision:
1447 :     xvidcore--devapi4--1.0--patch-21
1448 :    
1449 :     From sysKin:
1450 :     * The flip video flag is now saved in registry.
1451 :     * Changed internal flags name convention (use n prefix for all now)
1452 :    
1453 :     modified files:
1454 :     dshow/src/CAbout.cpp dshow/src/CAbout.h
1455 :     dshow/src/CXvidDecoder.cpp
1456 :    
1457 :    
1458 :     2004-01-27 14:42:52 GMT patch-20
1459 :    
1460 :     Summary:
1461 :     Added bitrate calc to VFW
1462 :     Revision:
1463 :     xvidcore--devapi4--1.0--patch-20
1464 :    
1465 :     From Pete:
1466 :     * Added bitrate calculator.
1467 :     * Changed up a few function calls to static type.
1468 :    
1469 :     modified files:
1470 :     vfw/src/codec.c vfw/src/codec.h vfw/src/config.c
1471 :     vfw/src/config.h vfw/src/resource.h vfw/src/resource.rc
1472 :     vfw/vfw.dsp
1473 :    
1474 :    
1475 :     2004-01-27 14:29:49 GMT patch-19
1476 :    
1477 :     Summary:
1478 :     Bugfix in decoder
1479 :     Revision:
1480 :     xvidcore--devapi4--1.0--patch-19
1481 :    
1482 :     From sysKin:
1483 :     * when stats are not used, don't write to the stats pointer.
1484 :    
1485 :     modified files:
1486 :     src/decoder.c
1487 :    
1488 :     #########################################################################
1489 : edgomez 1449 # 1.0.0 RC1 (Bistream Version 26)
1490 : edgomez 1382 #########################################################################
1491 :    
1492 :     2004-01-25 16:01:06 GMT patch-18
1493 :    
1494 :     Summary:
1495 :     Marking RC1
1496 :     Revision:
1497 :     xvidcore--devapi4--1.0--patch-18
1498 :    
1499 :     Marking RC1
1500 :    
1501 :     modified files:
1502 :     ChangeLog build/generic/configure.in src/xvid.h
1503 :    
1504 :    
1505 :     2004-01-25 15:37:57 GMT patch-17
1506 :    
1507 :     Summary:
1508 :     VFW update (again²)
1509 :     Revision:
1510 :     xvidcore--devapi4--1.0--patch-17
1511 :    
1512 :     From sysKin:
1513 :     * Added Constant Quant encoding.
1514 :    
1515 :     modified files:
1516 :     vfw/src/codec.c vfw/src/config.c vfw/src/config.h
1517 :     vfw/src/resource.rc
1518 :    
1519 :    
1520 :     2004-01-25 15:35:38 GMT patch-16
1521 :    
1522 :     Summary:
1523 :     Missing MB quants for PP.
1524 :     Revision:
1525 :     xvidcore--devapi4--1.0--patch-16
1526 :    
1527 :     From sysKin:
1528 :     * MB Quants are used by the PP code, so don't forget to update
1529 :     them even if the block is skipped or not coded.
1530 :    
1531 :     modified files:
1532 :     src/decoder.c
1533 :    
1534 :    
1535 :     2004-01-23 13:25:52 GMT patch-15
1536 :    
1537 :     Summary:
1538 :     VFW update (again)
1539 :     Revision:
1540 :     xvidcore--devapi4--1.0--patch-15
1541 :    
1542 :     From sysKin:
1543 :     * Status window updates.
1544 :     * Big resource.h cleanup, it seems msvc isn't able to do it automatically.
1545 :    
1546 :     modified files:
1547 :     vfw/src/resource.h vfw/src/resource.rc vfw/src/status.c
1548 :    
1549 :    
1550 :     2004-01-23 11:17:20 GMT patch-14
1551 :    
1552 :     Summary:
1553 :     VFW gcc warnings
1554 :     Revision:
1555 :     xvidcore--devapi4--1.0--patch-14
1556 :    
1557 :     VFW gcc warnings
1558 :    
1559 :    
1560 :     modified files:
1561 :     vfw/src/codec.c vfw/src/config.c vfw/src/config.h
1562 :    
1563 :    
1564 :     2004-01-22 20:54:53 GMT patch-13
1565 :    
1566 :     Summary:
1567 :     DShow updates.
1568 :     Revision:
1569 :     xvidcore--devapi4--1.0--patch-13
1570 :    
1571 :     From sysKin:
1572 :     * Fixed registry params type. Bool cannot be used or something weird
1573 :     happens when writing to registry
1574 :     * Defaults set to what the Reset widget sets.
1575 :    
1576 :     modified files:
1577 :     dshow/src/CAbout.h dshow/src/CXvidDecoder.cpp
1578 :    
1579 :    
1580 :     2004-01-22 20:35:27 GMT patch-12
1581 :    
1582 :     Summary:
1583 :     VFW updates.
1584 :     Revision:
1585 :     xvidcore--devapi4--1.0--patch-12
1586 :    
1587 :     From sysKin:
1588 :     * GUI improvements.
1589 :     * Stats fixing.
1590 :     * Automatic config clear upon installation.
1591 :     * Added postprocessing options in there too.
1592 :    
1593 :     modified files:
1594 :     vfw/bin/xvid.inf vfw/src/codec.c vfw/src/codec.h
1595 :     vfw/src/config.c vfw/src/config.h vfw/src/resource.h
1596 :     vfw/src/resource.rc vfw/src/status.c vfw/src/status.h
1597 :    
1598 :    
1599 :     2004-01-22 20:28:54 GMT patch-11
1600 :    
1601 :     Summary:
1602 :     Minor updates to text files
1603 :     Revision:
1604 :     xvidcore--devapi4--1.0--patch-11
1605 :    
1606 :     Minor updates to text files
1607 :    
1608 :    
1609 :     modified files:
1610 :     AUTHORS TODO
1611 :    
1612 :    
1613 :     2004-01-22 20:27:10 GMT patch-10
1614 :    
1615 :     Summary:
1616 :     2pass plugin changes.
1617 :     Revision:
1618 :     xvidcore--devapi4--1.0--patch-10
1619 :    
1620 :     From sysKin:
1621 :     * Disabled QPel during first pass as well.
1622 :     * Fix a mistaking condition when enabling largers 2nd passes.
1623 :    
1624 :     From ed.gomez:
1625 :     * Fix the fix logic. The previous fix enclosed a condition it should
1626 :     not have touched. So i removed the mistaking condition, which was
1627 :     wrong anyway as stated in the comment, and got back the sane condition
1628 :     test.
1629 :    
1630 :     modified files:
1631 :     src/plugins/plugin_2pass1.c src/plugins/plugin_2pass2.c
1632 :    
1633 :    
1634 :     2004-01-17 13:03:11 GMT patch-9
1635 :    
1636 :     Summary:
1637 :     Unitialized pointers during plugin creation.
1638 :     Revision:
1639 :     xvidcore--devapi4--1.0--patch-9
1640 :    
1641 :     From sysKin:
1642 :     - plugins which do not require private data were leaving the param2
1643 :     unitialized. Just init it to NULL. This bug wasn't causing any
1644 :     trouble anyway...
1645 :    
1646 :     modified files:
1647 :     src/plugins/plugin_dump.c src/plugins/plugin_psnr.c
1648 :     vfw/src/codec.c
1649 :    
1650 :    
1651 :     2004-01-17 01:09:01 GMT patch-8
1652 :    
1653 :     Summary:
1654 :     DShow forwwards AR information.
1655 :     Revision:
1656 :     xvidcore--devapi4--1.0--patch-8
1657 :    
1658 :     From syskin(?):
1659 :     - forward AR information to DShow framework.
1660 :     - grayed some widgets.
1661 :    
1662 :     modified files:
1663 :     dshow/src/CXvidDecoder.cpp dshow/src/CXvidDecoder.h
1664 :     dshow/src/xvid.ax.rc
1665 :    
1666 :    
1667 :     2004-01-07 13:50:29 GMT patch-7
1668 :    
1669 :     Summary:
1670 :     Scaled zones fix.
1671 :     Revision:
1672 :     xvidcore--devapi4--1.0--patch-7
1673 :    
1674 :     From sysKin (ideas from Koepi iirc):
1675 :     * Fix scaled zones computing prescaled data and so on instead of
1676 :     guessing everything with a global zone weight factor.
1677 :    
1678 :     modified files:
1679 :     src/plugins/plugin_2pass2.c
1680 :    
1681 :    
1682 :     2004-01-06 01:06:39 GMT patch-6
1683 :    
1684 :     Summary:
1685 :     Tab->Spaces in header only
1686 :     Revision:
1687 :     xvidcore--devapi4--1.0--patch-6
1688 :    
1689 :     Tab->Spaces in header only
1690 :    
1691 :    
1692 :     modified files:
1693 :     src/xvid.h
1694 :    
1695 :    
1696 :     2004-01-04 18:35:35 GMT patch-5
1697 :    
1698 :     Summary:
1699 :     Typo fixed
1700 :     Revision:
1701 :     xvidcore--devapi4--1.0--patch-5
1702 :    
1703 :     Typo fixed
1704 :    
1705 :    
1706 :     modified files:
1707 :     build/generic/configure.in
1708 :    
1709 :    
1710 :     2004-01-04 13:40:51 GMT patch-4
1711 :    
1712 :     Summary:
1713 :     VFW safer code.
1714 :     Revision:
1715 :     xvidcore--devapi4--1.0--patch-4
1716 :    
1717 :     From sysKin:
1718 :     * Protects some parts of the code depending on a previous
1719 :     xvidcore opening. Avoids resources leaking.
1720 :    
1721 :     modified files:
1722 :     vfw/src/codec.c vfw/src/driverproc.c
1723 :    
1724 :    
1725 :     2004-01-04 13:33:28 GMT patch-3
1726 :    
1727 :     Summary:
1728 :     Fixes VC debug target name
1729 :     Revision:
1730 :     xvidcore--devapi4--1.0--patch-3
1731 :    
1732 :     Fixes VC debug target name
1733 :    
1734 :    
1735 :     modified files:
1736 :     vfw/vfw.dsp
1737 :    
1738 :    
1739 :     2004-01-02 23:10:56 GMT patch-2
1740 :    
1741 :     Summary:
1742 :     Win32 linking policy revised.
1743 :     Revision:
1744 :     xvidcore--devapi4--1.0--patch-2
1745 :    
1746 :     Finnaly Win32 linking policy is to separate all XviD components:
1747 :     - xvidcore.dll exports XviD API
1748 :     - xvidvfw.dll links against xvidcore DLL
1749 :     - xviddshow.dll links against xvidcore DLL
1750 :    
1751 :     From sysKin:
1752 :     * Changed DShow linking policy in VS project file.
1753 :     * Changed VFW linking policy in VS project file.
1754 :     * Added runtime xvidcore.dll loading in DShow and VFW.
1755 :     * Installs xvidcore.dll along side with xvidvfw.dll.
1756 :    
1757 :     From ed.gomez:
1758 :     * Changed libxvidcore.dll mingw32/cygwin target name to
1759 :     xvidcore.dll in the configure script.
1760 :     * Changed xvid.dll VFW target name to xvidvfw.dll in the
1761 :     generic Makefile.
1762 :    
1763 :     PS: unlike CVS, i reverted back to MS build tools in VS project files
1764 :    
1765 :     modified files:
1766 :     build/generic/configure.in build/win32/libxvidcore.dsp
1767 :     dshow/dshow.dsp dshow/src/CXvidDecoder.cpp
1768 :     dshow/src/CXvidDecoder.h vfw/bin/Makefile vfw/bin/sources.inc
1769 :     vfw/bin/xvid.inf vfw/src/codec.c vfw/src/codec.h
1770 :     vfw/src/config.c vfw/src/config.h vfw/vfw.dsp
1771 :    
1772 :    
1773 :     2004-01-02 22:02:07 GMT patch-1
1774 :    
1775 :     Summary:
1776 :     Better seeking in dshow
1777 :     Revision:
1778 :     xvidcore--devapi4--1.0--patch-1
1779 :    
1780 :     From Michael:
1781 :     * Better DShow seeking.
1782 :    
1783 :     modified files:
1784 :     dshow/src/CXvidDecoder.cpp
1785 :    
1786 :    
1787 :     2004-01-02 12:28:39 GMT base-0
1788 :    
1789 :     Summary:
1790 :     tag of ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-162
1791 :     Revision:
1792 :     xvidcore--devapi4--1.0--base-0
1793 :    
1794 :     Archive cycling...
1795 :    
1796 :     #########################################################################
1797 : edgomez 1449 # 1.0.0 beta3 (Bistream Version 25)
1798 : edgomez 1382 #########################################################################
1799 :    
1800 :     2003-12-26 22:21:35 GMT patch-162
1801 :    
1802 :     Summary:
1803 :     Marking 1.0.0 beta3
1804 :     Revision:
1805 :     xvidcore--devapi4--1.0--patch-162
1806 :    
1807 :     Marking beta3
1808 :    
1809 :     modified files:
1810 :     ChangeLog TODO build/generic/configure.in src/xvid.h
1811 :    
1812 :    
1813 :     2003-12-25 20:57:52 GMT patch-161
1814 :    
1815 :     Summary:
1816 :     Thread safe PP.
1817 :     Revision:
1818 :     xvidcore--devapi4--1.0--patch-161
1819 :    
1820 :     From Michael:
1821 :     * Thread safe PP, context is now stored in DECODER struct.
1822 :    
1823 :     modified files:
1824 :     src/decoder.c src/decoder.h src/image/postprocessing.c
1825 :     src/image/postprocessing.h
1826 :    
1827 :    
1828 :     2003-12-25 20:49:36 GMT patch-160
1829 :    
1830 :     Summary:
1831 :     Added Turbo option to VFW GUI
1832 :     Revision:
1833 :     xvidcore--devapi4--1.0--patch-160
1834 :    
1835 :     From Michael:
1836 :     * Added turbo mode that enables all fast ME flags.
1837 :    
1838 :     modified files:
1839 :     vfw/src/codec.c vfw/src/config.c vfw/src/config.h
1840 :     vfw/src/resource.h vfw/src/resource.rc
1841 :    
1842 :    
1843 :     2003-12-25 20:46:16 GMT patch-159
1844 :    
1845 :     Summary:
1846 :     Cartoon mode usage written to stream.
1847 :     Revision:
1848 :     xvidcore--devapi4--1.0--patch-159
1849 :    
1850 :     From Michael:
1851 :     * @encoding: write cartoon usage in the version user data.
1852 :     * @decoding: detect cartoon flag appended to version string
1853 :     and force FILM PP disabling.
1854 :    
1855 :     modified files:
1856 :     src/bitstream/bitstream.c src/bitstream/bitstream.h
1857 :     src/decoder.c src/decoder.h src/encoder.c
1858 :    
1859 :    
1860 :     2003-12-21 13:34:03 GMT patch-158
1861 :    
1862 :     Summary:
1863 :     Removed unused var in VFW GUI
1864 :     Revision:
1865 :     xvidcore--devapi4--1.0--patch-158
1866 :    
1867 :     Removed unused var in VFW GUI
1868 :    
1869 :    
1870 :     modified files:
1871 :     vfw/src/config.c
1872 :    
1873 :    
1874 :     2003-12-21 13:32:52 GMT patch-157
1875 :    
1876 :     Summary:
1877 :     Two pass small update
1878 :     Revision:
1879 :     xvidcore--devapi4--1.0--patch-157
1880 :    
1881 :     from syskin:
1882 :     * allow second pass to be bigger than 1st one
1883 :     (not tested, the quant mapping formula may not be adapted for this
1884 :     usage, so take this change as experimental, and prefer doing
1885 :     second pass still smaller than 1st one)
1886 :     * let ivops benefit from positive overflow.
1887 :    
1888 :     from me:
1889 :     * set frame type in quant zones (was a buglet)
1890 :    
1891 :     modified files:
1892 :     src/plugins/plugin_2pass2.c
1893 :    
1894 :    
1895 :     2003-12-20 22:28:07 GMT patch-156
1896 :    
1897 :     Summary:
1898 :     New VFW defaults
1899 :     Revision:
1900 :     xvidcore--devapi4--1.0--patch-156
1901 :    
1902 :     From michael:
1903 :     * new VFW default values
1904 :    
1905 :     modified files:
1906 :     vfw/src/config.c
1907 :    
1908 :    
1909 :     2003-12-20 22:12:38 GMT patch-155
1910 :    
1911 :     Summary:
1912 :     Added ARGB colorspace.
1913 :     Revision:
1914 :     xvidcore--devapi4--1.0--patch-155
1915 :    
1916 :     Christoph Nägeli naegelic(at)ee{dot}ethz<dot>ch asked me to add C
1917 :     support for ARGB colorspace. He provided the encoding part, and i
1918 :     extended the original patch in order to have full support for ARGB
1919 :     both for encoding and decoding (though it's C only, read *slow*).
1920 :    
1921 :     modified files:
1922 :     src/image/colorspace.c src/image/colorspace.h
1923 :     src/image/image.c src/xvid.c src/xvid.h
1924 :    
1925 :    
1926 :     2003-12-20 21:29:37 GMT patch-154
1927 :    
1928 :     Summary:
1929 :     Added 2pass1 comment about fast 1st pass.
1930 :     Revision:
1931 :     xvidcore--devapi4--1.0--patch-154
1932 :    
1933 :     Just added a comment on fast 1st pass, so it explains why
1934 :     we do it that way and why some things are left aside.
1935 :    
1936 :     modified files:
1937 :     src/plugins/plugin_2pass1.c
1938 :    
1939 :    
1940 :     2003-12-20 20:03:51 GMT patch-153
1941 :    
1942 :     Summary:
1943 :     Win32 VC6 wrong libc linking.
1944 :     Revision:
1945 :     xvidcore--devapi4--1.0--patch-153
1946 :    
1947 :     From sysKin:
1948 :     * Changed single thread libc linking to multithreaded version.
1949 :    
1950 :     modified files:
1951 :     vfw/vfw.dsp
1952 :    
1953 :    
1954 :     2003-12-20 15:28:53 GMT patch-152
1955 :    
1956 :     Summary:
1957 :     VOL flags updating -- take #2
1958 :     Revision:
1959 :     xvidcore--devapi4--1.0--patch-152
1960 :    
1961 :     From sysKin:
1962 :     * VOL flags updates fix take #2
1963 :    
1964 :     modified files:
1965 :     src/encoder.c
1966 :    
1967 :    
1968 :     2003-12-20 15:10:30 GMT patch-151
1969 :    
1970 :     Summary:
1971 :     Fast ME tunings.
1972 :     Revision:
1973 :     xvidcore--devapi4--1.0--patch-151
1974 :    
1975 :     From michael:
1976 :     * fast refinement for 8x8 blocks
1977 :     * more reliable behavior for all fast ME decisions
1978 :    
1979 :     modified files:
1980 :     src/motion/estimation_bvop.c src/motion/estimation_pvop.c
1981 :     src/xvid.h
1982 :    
1983 :    
1984 :     2003-12-20 14:59:58 GMT patch-150
1985 :    
1986 :     Summary:
1987 :     VFW AR revamping -- take #2
1988 :     Revision:
1989 :     xvidcore--devapi4--1.0--patch-150
1990 :    
1991 :     From sysKin:
1992 :     * more AR revamping
1993 :    
1994 :     modified files:
1995 :     vfw/src/codec.c vfw/src/config.c vfw/src/config.h
1996 :     vfw/src/resource.h vfw/src/resource.rc
1997 :    
1998 :    
1999 :     2003-12-20 14:57:40 GMT patch-149
2000 :    
2001 :     Summary:
2002 :     Unbuffured IO for 1st pass stat files
2003 :     Revision:
2004 :     xvidcore--devapi4--1.0--patch-149
2005 :    
2006 :     Unbuffured IO for 1st pass stat files
2007 :    
2008 :    
2009 :     modified files:
2010 :     src/plugins/plugin_2pass1.c
2011 :    
2012 :    
2013 :     2003-12-18 17:44:07 GMT patch-148
2014 :    
2015 :     Summary:
2016 :     Forgotten bit of patch-141
2017 :     Revision:
2018 :     xvidcore--devapi4--1.0--patch-148
2019 :    
2020 :     Damn i forgot to merge the 1st pass changes... so lame, i tested the
2021 :     original patch but not the merged one.
2022 :    
2023 :     modified files:
2024 :     src/plugins/plugin_2pass1.c
2025 :    
2026 :    
2027 :     2003-12-18 14:45:39 GMT patch-147
2028 :    
2029 :     Summary:
2030 :     More postprocessing.
2031 :     Revision:
2032 :     xvidcore--devapi4--1.0--patch-147
2033 :    
2034 :     From michael:
2035 :     * added film noise effect.
2036 :     * moved postproc initialization to decoder initialization.
2037 :     * added support for this postproc filter into DShow.
2038 :    
2039 :     modified files:
2040 :     dshow/src/CAbout.cpp dshow/src/CAbout.h
2041 :     dshow/src/CXvidDecoder.cpp dshow/src/resource.h
2042 :     dshow/src/xvid.ax.rc src/decoder.c src/image/postprocessing.c
2043 :     src/image/postprocessing.h src/xvid.c src/xvid.h
2044 :    
2045 :    
2046 :     2003-12-18 14:38:19 GMT patch-146
2047 :    
2048 :     Summary:
2049 :     BFrames ME speed up flags.
2050 :     Revision:
2051 :     xvidcore--devapi4--1.0--patch-146
2052 :    
2053 :     From michael:
2054 :     * Added 3 ME flags to skip some bvop ME steps and thus speed up
2055 :     ME for bvops (at the expense of quality loss).
2056 :     - skip delta search
2057 :     - fast interpolate mode
2058 :     - early stop
2059 :    
2060 :     modified files:
2061 :     src/motion/estimation.h src/motion/estimation_bvop.c
2062 :     src/motion/estimation_common.c src/motion/estimation_pvop.c
2063 :     src/xvid.h
2064 :    
2065 :    
2066 :     2003-12-18 14:11:01 GMT patch-145
2067 :    
2068 :     Summary:
2069 :     VFW defaults changed
2070 :     Revision:
2071 :     xvidcore--devapi4--1.0--patch-145
2072 :    
2073 :     From michael:
2074 :     * disabled DXN profiles. Better not say we are compatible to avoid
2075 :     problems with DXN. Mostly because of VBV lacking.
2076 :     * Changed overflow defaults to 5/5/5 with new 2pass code.
2077 :    
2078 :     modified files:
2079 :     vfw/src/config.c
2080 :    
2081 :    
2082 :     2003-12-17 16:45:59 GMT patch-144
2083 :    
2084 :     Summary:
2085 :     Forgotten bit for AR support in VFW
2086 :     Revision:
2087 :     xvidcore--devapi4--1.0--patch-144
2088 :    
2089 :     Koepi might have forgotten to send me this change:
2090 :     * added resource id to the resource header
2091 :    
2092 :     modified files:
2093 :     vfw/src/resource.h
2094 :    
2095 :    
2096 :     2003-12-17 15:11:37 GMT patch-143
2097 :    
2098 :     Summary:
2099 :     Lower starting quantizer for CBR encoding
2100 :     Revision:
2101 :     xvidcore--devapi4--1.0--patch-143
2102 :    
2103 :     From christoph:
2104 :     * Lower starting quantizer for CBR encodings.
2105 :    
2106 :     modified files:
2107 :     src/plugins/plugin_single.c
2108 :    
2109 :    
2110 :     2003-12-17 15:04:33 GMT patch-142
2111 :    
2112 :     Summary:
2113 :     Small xvid_encraw updates
2114 :     Revision:
2115 :     xvidcore--devapi4--1.0--patch-142
2116 :    
2117 :     From christoph:
2118 :     * set upper frame size limit to 4096 pixels
2119 :     * GME refinement flag set where it belongs to.
2120 :    
2121 :     modified files:
2122 :     examples/xvid_encraw.c
2123 :    
2124 :    
2125 :     2003-12-17 15:01:52 GMT patch-141
2126 :    
2127 :     Summary:
2128 :     Two pass update.
2129 :     Revision:
2130 :     xvidcore--devapi4--1.0--patch-141
2131 :    
2132 :     This patch improves the two pass code, quantizer distribution is
2133 :     smoother and results seem to be better.
2134 :    
2135 :     * Two pass now scales only a specific part of the frame length.
2136 :     This required changing the stats file format (added a header+MV
2137 :     length field) and the xvid_plg_data_t structure (binary compatible).
2138 :     * Overflow improvement and degradation set to 10% instead of 60%
2139 :     Assymetric values may help...
2140 :     * Some cleanup work done on the encoder part of the API header.
2141 :    
2142 :     NB: plg data struct will be cleaned up before 1.0 so if you rely on it
2143 :     please read the header file to know which part will disappear.
2144 :    
2145 :     modified files:
2146 :     src/encoder.c src/plugins/plugin_2pass1.c
2147 :     src/plugins/plugin_2pass2.c src/xvid.h
2148 :    
2149 :    
2150 :     2003-12-17 13:53:34 GMT patch-140
2151 :    
2152 :     Summary:
2153 :     VOL flags fix.
2154 :     Revision:
2155 :     xvidcore--devapi4--1.0--patch-140
2156 :    
2157 :     From sysKin:
2158 :     * VOL flags updated as they should
2159 :    
2160 :     modified files:
2161 :     src/encoder.c
2162 :    
2163 :    
2164 :     2003-12-17 11:07:15 GMT patch-139
2165 :    
2166 :     Summary:
2167 :     VFW GUI Update.
2168 :     Revision:
2169 :     xvidcore--devapi4--1.0--patch-139
2170 :    
2171 :     From Koepi:
2172 :     * typo in GMC description
2173 :     * Added AR widget (experimental)
2174 :    
2175 :     modified files:
2176 :     vfw/src/codec.c vfw/src/config.c vfw/src/config.h
2177 :     vfw/src/resource.rc
2178 :    
2179 :    
2180 :     2003-12-14 12:44:36 GMT patch-138
2181 :    
2182 :     Summary:
2183 :     Fix PP crash
2184 :     Revision:
2185 :     xvidcore--devapi4--1.0--patch-138
2186 :    
2187 :     Fix PP crash
2188 :    
2189 :    
2190 :     modified files:
2191 :     src/decoder.c
2192 :    
2193 :    
2194 :     2003-12-14 12:43:21 GMT patch-137
2195 :    
2196 :     Summary:
2197 :     Texture bit counting for bframes
2198 :     Revision:
2199 :     xvidcore--devapi4--1.0--patch-137
2200 :    
2201 :     Texture bit counting for bframes
2202 :    
2203 :    
2204 :     modified files:
2205 :     src/bitstream/mbcoding.c
2206 :    
2207 :    
2208 :     2003-12-12 23:58:18 GMT patch-136
2209 :    
2210 :     Summary:
2211 :     SSE2 code enabled.
2212 :     Revision:
2213 :     xvidcore--devapi4--1.0--patch-136
2214 :    
2215 :     * SSE2 code enabled by default (only sane ones, _no_ idct)
2216 :     * Aligned data in xvid_bench to avoid crashes with SSE2 code
2217 :     because of unaligned read accesses.
2218 :    
2219 :     modified files:
2220 :     examples/xvid_bench.c src/xvid.c
2221 :    
2222 :    
2223 :     2003-12-12 22:50:33 GMT patch-135
2224 :    
2225 :     Summary:
2226 :     DShow update.
2227 :     Revision:
2228 :     xvidcore--devapi4--1.0--patch-135
2229 :    
2230 :     From michael (from nic):
2231 :     * Dshow updates (colorspace etc...)
2232 :     * Deblocking option.
2233 :    
2234 :     modified files:
2235 :     dshow/src/CAbout.cpp dshow/src/CAbout.h
2236 :     dshow/src/CXvidDecoder.cpp dshow/src/CXvidDecoder.h
2237 :     dshow/src/resource.h dshow/src/xvid.ax.rc
2238 :    
2239 :    
2240 :     2003-12-12 14:18:13 GMT patch-134
2241 :    
2242 :     Summary:
2243 :     Added missing postproc init
2244 :     Revision:
2245 :     xvidcore--devapi4--1.0--patch-134
2246 :    
2247 :     Added missing postproc init
2248 :    
2249 :    
2250 :     modified files:
2251 :     src/xvid.c
2252 :    
2253 :    
2254 :     2003-12-12 14:16:29 GMT patch-133
2255 :    
2256 :     Summary:
2257 :     YUV space clarifications and fix.
2258 :     Revision:
2259 :     xvidcore--devapi4--1.0--patch-133
2260 :    
2261 :     From christoph:
2262 :     * Put some comments
2263 :     * fixed UV swapping in USER case.
2264 :    
2265 :     modified files:
2266 :     src/image/image.c
2267 :    
2268 :    
2269 :     2003-12-12 14:01:52 GMT patch-132
2270 :    
2271 :     Summary:
2272 :     Default compilation flags change.
2273 :     Revision:
2274 :     xvidcore--devapi4--1.0--patch-132
2275 :    
2276 :     from christoph:
2277 :     - -fgcse was causing trouble on Suse9 gcc
2278 :     - -01->-02
2279 :    
2280 :     modified files:
2281 :     build/generic/configure.in
2282 :    
2283 :    
2284 :     2003-12-12 13:43:35 GMT patch-131
2285 :    
2286 :     Summary:
2287 :     Pixel Aspect Ratio support improvement.
2288 :     Revision:
2289 :     xvidcore--devapi4--1.0--patch-131
2290 :    
2291 :     * 1:1 VGA is default now (old behavior)
2292 :     * When passed EXT PAR type, we now (try to) sanityse the
2293 :     par_width/par_height value:
2294 :     - make it positive
2295 :     - using 0 (typical memset reseting) defaults to 1
2296 :     - simplify the PAR (using gcd)
2297 :     - then range it in [1..255] (can be lossy)
2298 :     * Specify valid range in API header
2299 :    
2300 :     Bitstream version bumped to 24.
2301 :    
2302 :     PS: this patch supersedes sysKin's one in CVS.
2303 :    
2304 :     modified files:
2305 :     src/encoder.c src/xvid.h
2306 :    
2307 :    
2308 :     2003-12-10 22:57:50 GMT patch-130
2309 :    
2310 :     Summary:
2311 :     xvid_decraw cmdline changes.
2312 :     Revision:
2313 :     xvidcore--devapi4--1.0--patch-130
2314 :    
2315 :     * -nframes -> -frames (why did i put a 'n' there ?)
2316 :     * -save changed its meaning, it now controls per frame Elementary
2317 :     Stream saving.
2318 :     * -o string is now independent from -save.
2319 :    
2320 :     So now it's possible to save both a ES file per frame + a ES file for the
2321 :     sequence.
2322 :    
2323 :     modified files:
2324 :     examples/xvid_encraw.c
2325 :    
2326 :    
2327 :     2003-12-10 15:08:20 GMT patch-129
2328 :    
2329 :     Summary:
2330 :     Decoder bugfixes.
2331 :     Revision:
2332 :     xvidcore--devapi4--1.0--patch-129
2333 :    
2334 :     From syskin:
2335 :     * bvops MBs were going banana from time to time because they were
2336 :     referencing wrong future ref MBs.
2337 :     * decoder now informs the client app about bvop lag, returning
2338 :     XVID_TYPE_NOTHING, up to the client app to display (or not)
2339 :     the bvop lag frame (black with error message).
2340 :    
2341 :     Fixing previous patch a bit:
2342 : edgomez 1543 * added $Id: ChangeLog,v 1.2.2.7 2004-08-29 11:38:54 edgomez Exp $ fields
2343 : edgomez 1382 * Fixed copyright
2344 :    
2345 :     modified files:
2346 :     dshow/src/CXvidDecoder.cpp src/decoder.c
2347 :     src/image/postprocessing.c src/image/postprocessing.h
2348 :    
2349 :    
2350 :     2003-12-10 14:53:58 GMT patch-128
2351 :    
2352 :     Summary:
2353 :     Deblocking code.
2354 :     Revision:
2355 :     xvidcore--devapi4--1.0--patch-128
2356 :    
2357 :     Patch from michael:
2358 :     * added deblocking code
2359 :    
2360 :     Merge work:
2361 :     * Added postprocessing.[ch] to project files
2362 :     * added #include "image/postprocessing.h" directive in decoder.c
2363 :     * new lines missing (gcc is so pedantic)
2364 :    
2365 :     NB: slice rendering + postprocessing is impossible. Slice rendering is
2366 :     somewhat abandoned.
2367 :    
2368 :     new files:
2369 :     src/image/.arch-ids/postprocessing.c.id
2370 :     src/image/.arch-ids/postprocessing.h.id
2371 :     src/image/postprocessing.c src/image/postprocessing.h
2372 :    
2373 :     modified files:
2374 :     build/generic/sources.inc build/win32/libxvidcore.dsp
2375 :     src/decoder.c src/xvid.h
2376 :    
2377 :    
2378 :     2003-12-08 18:33:26 GMT patch-127
2379 :    
2380 :     Summary:
2381 :     Don't read out of bounds
2382 :     Revision:
2383 :     xvidcore--devapi4--1.0--patch-127
2384 :    
2385 :     Don't read out of bounds
2386 :    
2387 :    
2388 :     modified files:
2389 :     src/plugins/plugin_2pass2.c
2390 :    
2391 :    
2392 :     2003-12-08 18:31:41 GMT patch-126
2393 :    
2394 :     Summary:
2395 :     Macroblock structure cleanup
2396 :     Revision:
2397 :     xvidcore--devapi4--1.0--patch-126
2398 :    
2399 :     Macroblock structure cleanup
2400 :    
2401 :    
2402 :     modified files:
2403 :     src/global.h
2404 :    
2405 :    
2406 :     2003-12-07 15:09:41 GMT patch-125
2407 :    
2408 :     Summary:
2409 :     Small fixes.
2410 :     Revision:
2411 :     xvidcore--devapi4--1.0--patch-125
2412 :    
2413 :     From gruel:
2414 :     * xvid.h: Minor color space correction.
2415 :    
2416 :     From sysKin:
2417 :     * codec.c: Zones fix
2418 :    
2419 :     modified files:
2420 :     src/xvid.h vfw/src/codec.c
2421 :    
2422 :    
2423 :     2003-12-07 14:57:14 GMT patch-124
2424 :    
2425 :     Summary:
2426 :     HUGE file handling in twopass.
2427 :     Revision:
2428 :     xvidcore--devapi4--1.0--patch-124
2429 :    
2430 :     Because of a lacking cast, two pass did not handle well some very
2431 :     large target size (bitrate mode is not affected).
2432 :    
2433 :     It should now be safe specifying target sizes up to 2^31kB which
2434 :     represents 2TB. Someone using XviD in studios ? ;-)
2435 :    
2436 :     modified files:
2437 :     src/plugins/plugin_2pass2.c
2438 :    
2439 :     #########################################################################
2440 : edgomez 1449 # 1.0.0 beta2 (Bitstream Version 23)
2441 : edgomez 1382 #########################################################################
2442 :    
2443 :     2003-12-05 14:43:53 GMT patch-123
2444 :    
2445 :     Summary:
2446 :     Marking 1.0.0 Beta2
2447 :     Revision:
2448 :     xvidcore--devapi4--1.0--patch-123
2449 :    
2450 :     Marking 1.0.0 Beta2
2451 :    
2452 :    
2453 :     modified files:
2454 :     ChangeLog TODO build/generic/configure.in
2455 :    
2456 :    
2457 :     2003-12-05 14:35:22 GMT patch-122
2458 :    
2459 :     Summary:
2460 :     Cap quants correctly (the best we can at least)
2461 :     Revision:
2462 :     xvidcore--devapi4--1.0--patch-122
2463 :    
2464 :     Cap quants correctly (the best we can at least)
2465 :    
2466 :    
2467 :     modified files:
2468 :     src/plugins/plugin_single.c
2469 :    
2470 :    
2471 :     2003-12-05 14:33:48 GMT patch-121
2472 :    
2473 :     Summary:
2474 :     Small glitch
2475 :     Revision:
2476 :     xvidcore--devapi4--1.0--patch-121
2477 :    
2478 :     Small glitch
2479 :    
2480 :    
2481 :     modified files:
2482 :     src/motion/vop_type_decision.c
2483 :    
2484 :    
2485 :     2003-12-05 14:06:19 GMT patch-120
2486 :    
2487 :     Summary:
2488 :     KFthresholding changes.
2489 :     Revision:
2490 :     xvidcore--devapi4--1.0--patch-120
2491 :    
2492 :     As user reports proved, the logic behind the min_key_interval was
2493 :     1/ misleading because the parameter is kfthreshold indeed and not
2494 :     a minimum keyframe interval
2495 :     2/ the formula was a bit too aggressive (removing 20% of bitrate
2496 :     per frame until distance to next iframe was 1)
2497 :    
2498 :     I posted a RFC to try to settle a decision on what behavior this
2499 :     setting should have. We have still have no clear answer so i prefer
2500 :     just fixing the misleading name right now and wait for a common
2501 :     position about its behavior later.
2502 :    
2503 :     Libraries are *binary* compatible, but *source code* compatibility
2504 :     is broken (rename rc_2pass2_t->min_key_interval to kfthreshold).
2505 :     This is probably the last API change.
2506 :    
2507 :     NB: fixes a type problem during scaling parameter computing which
2508 :     was causing insane pb_iboost_tax_ratio values.
2509 :    
2510 :     modified files:
2511 :     src/plugins/plugin_2pass2.c src/xvid.h vfw/src/codec.c
2512 :     vfw/src/config.c vfw/src/config.h
2513 :    
2514 :    
2515 :     2003-12-05 00:20:28 GMT patch-119
2516 :    
2517 :     Summary:
2518 :     ivop decision tuning.
2519 :     Revision:
2520 :     xvidcore--devapi4--1.0--patch-119
2521 :    
2522 :     ivop decision tuning from sysKin.
2523 :    
2524 :     modified files:
2525 :     src/motion/vop_type_decision.c
2526 :    
2527 :    
2528 :     2003-12-03 18:55:29 GMT patch-118
2529 :    
2530 :     Summary:
2531 :     VOSH header always written.
2532 :     Revision:
2533 :     xvidcore--devapi4--1.0--patch-118
2534 :    
2535 :     * profile is set to sane default value in BitstreamWriteVolHeaders
2536 :     * VOSH is now always written (note that the ending code is never
2537 :     written)
2538 :     * doubled variable removed from bvop estimation file.
2539 :    
2540 :     bitstream version set to 23
2541 :     Version 22 was used in CVS by a fix from michael for VOSH, it was just
2542 :     lacking the sane default value setting when profile is 0x00 from user.
2543 :     0x00 is a reserved profile ID in the spec so it wasn't making much sense
2544 :     to write 0x00.
2545 :    
2546 :     modified files:
2547 :     src/bitstream/bitstream.c src/motion/estimation_bvop.c
2548 :     src/xvid.h
2549 :    
2550 :    
2551 :     2003-12-03 15:29:30 GMT patch-117
2552 :    
2553 :     Summary:
2554 :     VFW GUI fixes.
2555 :     Revision:
2556 :     xvidcore--devapi4--1.0--patch-117
2557 :    
2558 :     min key was misleading because it was legacy code from dev-api-3.
2559 :    
2560 :     modified files:
2561 :     vfw/src/codec.c vfw/src/config.c vfw/src/resource.rc
2562 :    
2563 :    
2564 :     2003-12-03 15:22:25 GMT patch-116
2565 :    
2566 :     Summary:
2567 :     ME fixes.
2568 :     Revision:
2569 :     xvidcore--devapi4--1.0--patch-116
2570 :    
2571 :     From syskin:
2572 :     - small typo in chroma sad reset
2573 :     - code tweaking
2574 :     + adv diamond search used intead of mainsearch
2575 :     + and some other stuff
2576 :     - thresholds tuned.
2577 :    
2578 :     modified files:
2579 :     src/motion/estimation.h src/motion/estimation_bvop.c
2580 :     src/motion/estimation_pvop.c
2581 :    
2582 :    
2583 :     2003-12-01 11:17:20 GMT patch-115
2584 :    
2585 :     Summary:
2586 :     Small changes and interlacing bugfix.
2587 :     Revision:
2588 :     xvidcore--devapi4--1.0--patch-115
2589 :    
2590 :     * Interlacing bugfix, code got swapped in a very old patch
2591 :     (back in March)
2592 :     * xvid_encraw forces VOSH writing.
2593 :     * VFW GUI fixes.
2594 :    
2595 :     modified files:
2596 :     examples/Makefile examples/xvid_encraw.c
2597 :     src/utils/mbtransquant.c vfw/src/config.c vfw/src/resource.rc
2598 :    
2599 :    
2600 :     2003-11-30 15:47:41 GMT patch-114
2601 :    
2602 :     Summary:
2603 :     Thread safe MPEG4 quantization functions + xvid_bench update
2604 :     Revision:
2605 :     xvidcore--devapi4--1.0--patch-114
2606 :    
2607 :     * Thread safe MPEG4 quantization functions.
2608 :     Cleaned up version of patch provided by Michael
2609 :     - fixed compiling problems on gcc
2610 :     - added const qualifiers every where it was possible to help C compiler
2611 :     optimization.
2612 :     - added the mpeg_quant_matrices param to all ASM function prototype
2613 :     in comments (even if it's not used, that shows we do it deliberatly)
2614 :     - forces m[intra][0][0] = 8, otherwise XviD could write invalid streams.
2615 :     * Added real CRC computing in xvid_bench.c
2616 :    
2617 :     modified files:
2618 :     TODO examples/xvid_bench.c src/bitstream/bitstream.c
2619 :     src/decoder.c src/decoder.h src/encoder.c src/encoder.h
2620 :     src/motion/estimation.h src/motion/estimation_pvop.c
2621 :     src/motion/estimation_rd_based.c src/quant/quant.h
2622 :     src/quant/quant_h263.c src/quant/quant_matrix.c
2623 :     src/quant/quant_matrix.h src/quant/quant_mpeg.c
2624 :     src/quant/x86_asm/quantize_h263_3dne.asm
2625 :     src/quant/x86_asm/quantize_h263_mmx.asm
2626 :     src/quant/x86_asm/quantize_mpeg_mmx.asm
2627 :     src/quant/x86_asm/quantize_mpeg_xmm.asm
2628 :     src/utils/mbtransquant.c src/xvid.c
2629 :    
2630 :    
2631 :     2003-11-29 18:10:25 GMT patch-113
2632 :    
2633 :     Summary:
2634 :     Fixed csp asm rules for real?
2635 :     Revision:
2636 :     xvidcore--devapi4--1.0--patch-113
2637 :    
2638 :     Fixed csp asm rules for real?
2639 :    
2640 :    
2641 :     modified files:
2642 :     build/win32/libxvidcore.dsp
2643 :    
2644 :    
2645 :     2003-11-29 17:58:09 GMT patch-112
2646 :    
2647 :     Summary:
2648 :     TODO/ChangeLog updated
2649 :     Revision:
2650 :     xvidcore--devapi4--1.0--patch-112
2651 :    
2652 :     TODO/ChangeLog updated
2653 :    
2654 :    
2655 :     modified files:
2656 :     ChangeLog TODO
2657 :    
2658 :    
2659 :     #########################################################################
2660 : edgomez 1449 # 1.0.0 beta1 (Bitstream Version 21)
2661 : edgomez 1382 #########################################################################
2662 :    
2663 :     2003-11-29 17:21:08 GMT patch-111
2664 :    
2665 :     Summary:
2666 :     First beta marking
2667 :     Revision:
2668 :     xvidcore--devapi4--1.0--patch-111
2669 :    
2670 :     First beta marking
2671 :    
2672 :    
2673 :     modified files:
2674 :     build/generic/configure.in src/xvid.c src/xvid.h
2675 :    
2676 :    
2677 :     2003-11-29 16:59:14 GMT patch-110
2678 :    
2679 :     Summary:
2680 :     Catching up with CVS.
2681 :     Revision:
2682 :     xvidcore--devapi4--1.0--patch-110
2683 :    
2684 :     Changes from sysKin:
2685 :     * dquant optimization.
2686 :     * CBR fix
2687 :    
2688 :     modified files:
2689 :     src/encoder.c src/plugins/plugin_single.c
2690 :    
2691 :    
2692 :     2003-11-24 22:05:38 GMT patch-109
2693 :    
2694 :     Summary:
2695 :     Big level handling in trellis.
2696 :     Revision:
2697 :     xvidcore--devapi4--1.0--patch-109
2698 :    
2699 :     Trellis was treating big levels exactly the same way as lower ones.
2700 :     In some cases, trellis was doing wild optimizations favoring a 0
2701 :     because the distortion introduced by that big coeff change was acceptable.
2702 :     But visually this could result in some nasty blocks with wrong chroma
2703 :     information or similar brutal changes in other planes as well.
2704 :    
2705 :     Skal added big levels handling where trellis just tries to minimize
2706 :     the cost varying the run value only. No level modification is done
2707 :     anymore.
2708 :    
2709 :     modified files:
2710 :     TODO src/utils/mbtransquant.c
2711 :    
2712 :    
2713 :     2003-11-23 16:42:55 GMT patch-108
2714 :    
2715 :     Summary:
2716 :     Trellis for MPEG.
2717 :     Revision:
2718 :     xvidcore--devapi4--1.0--patch-108
2719 :    
2720 :     * Added trellis support for MPEg quantization type.
2721 :     * Changed RD fixed point precision, should help avoiding overflow
2722 :     (see the constant TL_SHIFT)
2723 :    
2724 :     NB: we still have some problems when trellis optimizes DC for big DC
2725 :     values.
2726 :    
2727 :     modified files:
2728 :     src/utils/mbtransquant.c
2729 :    
2730 :    
2731 :     2003-11-22 00:53:59 GMT patch-107
2732 :    
2733 :     Summary:
2734 :     Win32 lib project fix (bis)
2735 :     Revision:
2736 :     xvidcore--devapi4--1.0--patch-107
2737 :    
2738 :     * nasm >= 0.98.37 support in project file got reverted in a previous
2739 :     patch, push it back. Nota bene /O3 changed to /O2 for proper
2740 :     compilation with msvc compiler (everyone is not supposed to compile
2741 :     stuff with icc)
2742 :     * TODO update.
2743 :    
2744 :     modified files:
2745 :     TODO build/win32/libxvidcore.dsp
2746 :    
2747 :    
2748 :     2003-11-19 21:26:34 GMT patch-106
2749 :    
2750 :     Summary:
2751 :     updated bench crc
2752 :     Revision:
2753 :     xvidcore--devapi4--1.0--patch-106
2754 :    
2755 :     updated bench crc
2756 :    
2757 :    
2758 :     modified files:
2759 :     examples/xvid_bench.c
2760 :    
2761 :    
2762 :     2003-11-19 16:00:00 GMT patch-105
2763 :    
2764 :     Summary:
2765 :     Lumimasking fixes.
2766 :     Revision:
2767 :     xvidcore--devapi4--1.0--patch-105
2768 :    
2769 :     from sysKin:
2770 :     * New plugin hook entry XVID_PLG_FRAME that happens inside FrameCodeIPB
2771 :     when both type and quant are known. Added hook handling in all plugins.
2772 :     * Fixed lumimasking.
2773 :    
2774 :     from me:
2775 :     * small reverse commit in pvop estimation fixed.
2776 :    
2777 :     modified files:
2778 :     src/bitstream/bitstream.c src/bitstream/bitstream.h
2779 :     src/encoder.c src/motion/estimation_pvop.c
2780 :     src/plugins/plugin_2pass1.c src/plugins/plugin_2pass2.c
2781 :     src/plugins/plugin_dump.c src/plugins/plugin_lumimasking.c
2782 :     src/plugins/plugin_psnr.c src/plugins/plugin_single.c
2783 :     src/xvid.h
2784 :    
2785 :    
2786 :     2003-11-19 15:37:16 GMT patch-104
2787 :    
2788 :     Summary:
2789 :     Removed indirections from SearchData structure.
2790 :     Revision:
2791 :     xvidcore--devapi4--1.0--patch-104
2792 :    
2793 :     Patch from sysKin:
2794 :     * removed indirections in SearchData structure. CheckCandidate functions
2795 :     don't use a const SearchData pointer anymore, but they should be a bit
2796 :     faster because of the less numerous indirections.
2797 :    
2798 :     modified files:
2799 :     src/motion/estimation.h src/motion/estimation_bvop.c
2800 :     src/motion/estimation_common.c src/motion/estimation_gmc.c
2801 :     src/motion/estimation_pvop.c src/motion/estimation_rd_based.c
2802 :     src/motion/vop_type_decision.c
2803 :    
2804 :    
2805 :     2003-11-19 15:33:55 GMT patch-103
2806 :    
2807 :     Summary:
2808 :     Formula error in twopass code.
2809 :     Revision:
2810 :     xvidcore--devapi4--1.0--patch-103
2811 :    
2812 :     The reversing bframe formula in 2pass 2 was not right. This was in fact
2813 :     a test code i used when i was maintaining the code on its own branch.
2814 :     I should not have commited it :\
2815 :    
2816 :     Fixed :-)
2817 :    
2818 :     modified files:
2819 :     src/plugins/plugin_2pass2.c
2820 :    
2821 :    
2822 :     2003-11-18 21:41:08 GMT patch-102
2823 :    
2824 :     Summary:
2825 :     Another problem with mis/unitialized reads.
2826 :     Revision:
2827 :     xvidcore--devapi4--1.0--patch-102
2828 :    
2829 :     Michael introduced a fast subpel refine that uses a (iMinSAD2, currentQMV2)
2830 :     couple of data. The problem is that he plugged this in CheckCandidate16_qpel
2831 :     that is used outside this context, thus a if statement was traversed with
2832 :     garbage data in the standard subpel case. For perfection sake, using a
2833 :     iMinSAD=256*4096 value collects correct data even if it will not be used in
2834 :     the normal subpel case.
2835 :    
2836 :     modified files:
2837 :     src/motion/estimation_pvop.c
2838 :    
2839 :    
2840 :     2003-11-16 17:29:39 GMT patch-101
2841 :    
2842 :     Summary:
2843 :     The MEanalysis patch assumed bvops were always used
2844 :     Revision:
2845 :     xvidcore--devapi4--1.0--patch-101
2846 :    
2847 :     The MEanalysis patch assumed bvops were always used
2848 :    
2849 :    
2850 :     modified files:
2851 :     src/encoder.c
2852 :    
2853 :    
2854 :     2003-11-16 15:12:15 GMT patch-100
2855 :    
2856 :     Summary:
2857 :     MEanalysis using wrong mvs + bframe search using wrong mvs
2858 :     Revision:
2859 :     xvidcore--devapi4--1.0--patch-100
2860 :    
2861 :     Valgrind reported lot of unitialized reads. These unitialized reads
2862 :     helped sysKin finding three bugs:
2863 :     - ZeroMacroblock did not reset the cbp field. So for some skipped
2864 :     blocks, a test was done on the cbp value...
2865 :     - MEanalysis was using wrong mvs from the current bvop (unitialized
2866 :     or just wrong in current context). That's because in devapi3, bframes
2867 :     used to share the same mvs array wheras now, it's one array a bvop.
2868 :     - Collocated skipped MBs for a bvop didn't reset mvs[0] and b_mvs[0].
2869 :    
2870 :     modified files:
2871 :     src/encoder.c src/motion/estimation_bvop.c src/motion/motion.h
2872 :     src/motion/motion_inlines.h src/motion/vop_type_decision.c
2873 :    
2874 :    
2875 :     2003-11-15 15:21:09 GMT patch-99
2876 :    
2877 :     Summary:
2878 :     Small fixes
2879 :     Revision:
2880 :     xvidcore--devapi4--1.0--patch-99
2881 :    
2882 :     Small fixes
2883 :    
2884 :    
2885 :     modified files:
2886 :     src/encoder.c src/motion/vop_type_decision.c
2887 :    
2888 :    
2889 :     2003-11-15 15:02:47 GMT patch-98
2890 :    
2891 :     Summary:
2892 :     DShow update + libxvidcore project file update
2893 :     Revision:
2894 :     xvidcore--devapi4--1.0--patch-98
2895 :    
2896 :     From peter:
2897 :     * DShow now links against libxvidcore.lib
2898 :     * Some updates to the libxvidcore project file
2899 :    
2900 :     modified files:
2901 :     TODO build/win32/libxvidcore.dsp dshow/dshow.dsp
2902 :     dshow/src/CXvidDecoder.cpp dshow/src/CXvidDecoder.h
2903 :    
2904 :    
2905 :     2003-11-15 01:51:28 GMT patch-97
2906 :    
2907 :     Summary:
2908 :     Small updates to doc files
2909 :     Revision:
2910 :     xvidcore--devapi4--1.0--patch-97
2911 :    
2912 :     Small updates to doc files
2913 :    
2914 :    
2915 :     modified files:
2916 :     AUTHORS CodingStyle TODO doc/INSTALL doc/README
2917 :    
2918 :     renamed files:
2919 :     .arch-ids/authors.txt.id
2920 :     ==> .arch-ids/AUTHORS.id
2921 :     .arch-ids/todo.txt.id
2922 :     ==> .arch-ids/TODO.id
2923 :     authors.txt
2924 :     ==> AUTHORS
2925 :     todo.txt
2926 :     ==> TODO
2927 :    
2928 :    
2929 :     2003-11-14 11:23:55 GMT patch-96
2930 :    
2931 :     Summary:
2932 :     Updated ChangeLog
2933 :     Revision:
2934 :     xvidcore--devapi4--1.0--patch-96
2935 :    
2936 :     Updated ChangeLog
2937 :    
2938 :    
2939 :     modified files:
2940 :     ChangeLog
2941 :    
2942 :    
2943 :     2003-11-13 23:09:34 GMT patch-95
2944 :    
2945 :     Summary:
2946 :     8x8 16bit Block SSE optimization.
2947 :     Revision:
2948 :     xvidcore--devapi4--1.0--patch-95
2949 :    
2950 :     MMXed the calculation of SSE for 8x8 16bit blocks. This helps quite
2951 :     a lot VHQ=4 mode.
2952 :    
2953 :     My tests show with trellis:chroma_me:
2954 :     - ~20% speed improvement for vhq=4.
2955 :     - at least 5% when using vhq=1.
2956 :    
2957 :     Of course this speedup vanishes if more CPU intensive features are used.
2958 :     CruNcher who used gmc/qpel, noticed "only" a ~5% speed improvement.
2959 :    
2960 :     NB: i'm of course talking about overall speed improvement. Such a small
2961 :     patch for such a big improvement :-)
2962 :    
2963 :     modified files:
2964 :     src/motion/estimation_rd_based.c src/motion/sad.c
2965 :     src/motion/sad.h src/motion/x86_asm/sad_mmx.asm src/xvid.c
2966 :    
2967 :    
2968 :     2003-11-13 22:34:33 GMT patch-94
2969 :    
2970 :     Summary:
2971 :     Various small bug fixes.
2972 :     Revision:
2973 :     xvidcore--devapi4--1.0--patch-94
2974 :    
2975 :     * encoder.c: GMC code fix in encoder.c. Now gmcval is initialized correctly
2976 :     when using GME.
2977 :     * xvid_decraw.c: Fix elementary stream output.
2978 :     * plugin_2pass2.c: Small parsing bug in stats reading in 2pass2.
2979 :     * decoder.c: Read resync markers in bframes.
2980 :    
2981 :     modified files:
2982 :     examples/xvid_decraw.c src/decoder.c src/encoder.c
2983 :     src/plugins/plugin_2pass2.c
2984 :    
2985 :    
2986 :     2003-11-11 16:24:05 GMT patch-93
2987 :    
2988 :     Summary:
2989 :     VFW update for overflow control
2990 :     Revision:
2991 :     xvidcore--devapi4--1.0--patch-93
2992 :    
2993 :     From Koepi.
2994 :     * Added widget and code for overflow control strength.
2995 :     * Removed widgets for payback options and kfthresholds.
2996 :     * Activated frame stats in DebugOutputView all the time.
2997 :    
2998 :     From me:
2999 :     * Activated static motion detection in cartoon mode.
3000 :    
3001 :     modified files:
3002 :     vfw/src/codec.c vfw/src/config.c vfw/src/resource.h
3003 :     vfw/src/resource.rc
3004 :    
3005 :    
3006 :     2003-11-09 20:47:47 GMT patch-92
3007 :    
3008 :     Summary:
3009 :     New two pass code.
3010 :     Revision:
3011 :     xvidcore--devapi4--1.0--patch-92
3012 :    
3013 :     New two pass code. I may say it's just a fixed version, though it looks
3014 :     more like a "take all the ideas and write it again" version. It performs
3015 :     better with all natural sequences i have and a bit worse with anime.
3016 :    
3017 :     Including it now, allow me improving the code during the beta releases.
3018 :    
3019 :     modified files:
3020 :     src/encoder.c src/plugins/plugin_2pass1.c
3021 :     src/plugins/plugin_2pass2.c src/xvid.h vfw/src/codec.c
3022 :     vfw/src/config.c vfw/src/config.h
3023 :    
3024 :    
3025 :     2003-11-09 17:07:16 GMT patch-91
3026 :    
3027 :     Summary:
3028 :     Fixes for bframe compensation (used in psnr tests).
3029 :     Revision:
3030 :     xvidcore--devapi4--1.0--patch-91
3031 :    
3032 :     * transfer_8to16_sub2_(c|mmx|xmm|3dne) write back the compensated
3033 :     result to current frame pointer.
3034 :     * transfer_8to16_sub2_mmx uses proper rounding (a+b+1)/2. The +1
3035 :     operation was missing.
3036 :     * Blocks skipped in bframes must be compensated for psnr computing.
3037 :    
3038 :     modified files:
3039 :     src/encoder.c src/motion/estimation_bvop.c
3040 :     src/utils/mem_transfer.c
3041 :     src/utils/x86_asm/mem_transfer_3dne.asm
3042 :     src/utils/x86_asm/mem_transfer_mmx.asm
3043 :    
3044 :    
3045 :     2003-11-05 16:05:44 GMT patch-90
3046 :    
3047 :     Summary:
3048 :     Speed improvement not wasting setedges and interpolate calls.
3049 :     Revision:
3050 :     xvidcore--devapi4--1.0--patch-90
3051 :    
3052 :     Patch from syskin.
3053 :    
3054 :     * This patch avoids calling setedges and interpolate for uneeded cases:
3055 :     - setedges is only called once per frame.
3056 :     - interpolate is called only when the previous rounding
3057 :     was different from the one needed.
3058 :     * Interpolation has been optimized a bit for qpel case, we do the
3059 :     hv pass down to top to use the cache more efficiently (hope so).
3060 :    
3061 :     modified files:
3062 :     src/encoder.c src/encoder.h src/image/image.c
3063 :    
3064 :    
3065 :     2003-11-03 19:51:12 GMT patch-89
3066 :    
3067 :     Summary:
3068 :     SSE2 dev16 fix + xvid_bench DCT block alignments.
3069 :     Revision:
3070 :     xvidcore--devapi4--1.0--patch-89
3071 :    
3072 :     * Small error fixed by Skal in his dev16 code (missing pshufd).
3073 :     * Blocks used by DCT tests are now aligned with DECLARE_ALIGNED_MATRIX
3074 :     this avoids the well know segfaults when using SSE2 instructions that
3075 :     suppose data alignment.
3076 :    
3077 :     modified files:
3078 :     examples/xvid_bench.c src/motion/x86_asm/sad_sse2.asm
3079 :    
3080 :    
3081 :     2003-11-03 15:42:23 GMT patch-88
3082 :    
3083 :     Summary:
3084 :     Align .rodata section for non coff objects
3085 :     Revision:
3086 :     xvidcore--devapi4--1.0--patch-88
3087 :    
3088 :     Align .rodata section for non coff objects
3089 :    
3090 :    
3091 :     modified files:
3092 :     src/bitstream/x86_asm/cbp_mmx.asm
3093 :     src/bitstream/x86_asm/cbp_sse2.asm
3094 :     src/dct/x86_asm/fdct_mmx_ffmpeg.asm
3095 :     src/dct/x86_asm/fdct_mmx_skal.asm
3096 :     src/dct/x86_asm/fdct_sse2_skal.asm
3097 :     src/dct/x86_asm/idct_3dne.asm src/dct/x86_asm/idct_mmx.asm
3098 :     src/dct/x86_asm/idct_sse2_dmitry.asm
3099 :     src/dct/x86_asm/simple_idct_mmx.asm
3100 :     src/image/x86_asm/colorspace_rgb_mmx.asm
3101 :     src/image/x86_asm/colorspace_yuyv_mmx.asm
3102 :     src/image/x86_asm/interpolate8x8_3dn.asm
3103 :     src/image/x86_asm/interpolate8x8_3dne.asm
3104 :     src/image/x86_asm/interpolate8x8_mmx.asm
3105 :     src/image/x86_asm/interpolate8x8_xmm.asm
3106 :     src/image/x86_asm/qpel_mmx.asm
3107 :     src/image/x86_asm/reduced_mmx.asm
3108 :     src/motion/x86_asm/sad_3dn.asm src/motion/x86_asm/sad_3dne.asm
3109 :     src/motion/x86_asm/sad_mmx.asm src/motion/x86_asm/sad_sse2.asm
3110 :     src/motion/x86_asm/sad_xmm.asm
3111 :     src/quant/x86_asm/quantize_h263_3dne.asm
3112 :     src/quant/x86_asm/quantize_h263_mmx.asm
3113 :     src/quant/x86_asm/quantize_mpeg_mmx.asm
3114 :     src/quant/x86_asm/quantize_mpeg_xmm.asm
3115 :     src/utils/x86_asm/cpuid.asm
3116 :     src/utils/x86_asm/interlacing_mmx.asm
3117 :     src/utils/x86_asm/mem_transfer_3dne.asm
3118 :    
3119 :    
3120 :     2003-11-02 23:01:43 GMT patch-87
3121 :    
3122 :     Summary:
3123 :     SSE2 update
3124 :     Revision:
3125 :     xvidcore--devapi4--1.0--patch-87
3126 :    
3127 :     * Added Dmitry SSE2 iDCT code back.
3128 :     * Plugged Dmitry iDCT as default for SSE2
3129 :     * Fixed a bug in xvid_bench that was making it would test some CPU
3130 :     instruction set w/o host CPU support. xvidcore init was simply
3131 :     discarding irrelevant cpu flags.
3132 :    
3133 :     new files:
3134 :     src/dct/x86_asm/.arch-ids/idct_sse2_dmitry.asm.id
3135 :     src/dct/x86_asm/idct_sse2_dmitry.asm
3136 :    
3137 :     modified files:
3138 :     build/generic/sources.inc build/win32/libxvidcore.dsp
3139 :     examples/xvid_bench.c src/dct/fdct.h src/dct/idct.h src/xvid.c
3140 :    
3141 :    
3142 :     2003-10-31 14:53:26 GMT patch-86
3143 :    
3144 :     Summary:
3145 :     Better handling of old windres versions + GNU make dependency.
3146 :     Revision:
3147 :     xvidcore--devapi4--1.0--patch-86
3148 :    
3149 :     Old versions of GNU windres (<2.14) don't have the same short options.
3150 :     But long options remain the same so it's better to use long option names
3151 :     to have ful compatibility with older versions.
3152 :    
3153 :     The Makefile appears to be dependent on GNU make because shell expansion
3154 :     for retrieving the path of the Makefile is wrong when using `` even with
3155 :     a single expansion assignment :=. It keeps being expanded when used.
3156 :    
3157 :     modified files:
3158 :     doc/INSTALL vfw/bin/Makefile
3159 :    
3160 :    
3161 :     2003-10-29 11:31:28 GMT patch-85
3162 :    
3163 :     Summary:
3164 :     Added sse2 f/iDCT code from skal
3165 :     Revision:
3166 :     xvidcore--devapi4--1.0--patch-85
3167 :    
3168 :     * Added sse2 f/iDCT code from skal
3169 :     * Added hooking in xvid.c
3170 :    
3171 :     new files:
3172 :     src/dct/x86_asm/.arch-ids/fdct_sse2_skal.asm.id
3173 :     src/dct/x86_asm/fdct_sse2_skal.asm
3174 :    
3175 :     modified files:
3176 :     build/generic/sources.inc build/win32/libxvidcore.dsp
3177 :     src/xvid.c
3178 :    
3179 :    
3180 :     2003-10-29 00:19:10 GMT patch-84
3181 :    
3182 :     Summary:
3183 :     Fix the static motion detection
3184 :     Revision:
3185 :     xvidcore--devapi4--1.0--patch-84
3186 :    
3187 :     Fix the static motion detection
3188 :    
3189 :    
3190 :     modified files:
3191 :     src/motion/estimation_pvop.c
3192 :    
3193 :    
3194 :     2003-10-28 23:39:46 GMT patch-83
3195 :    
3196 :     Summary:
3197 :     Added cartoon option handling.
3198 :     Revision:
3199 :     xvidcore--devapi4--1.0--patch-83
3200 :    
3201 :     Added cartoon widgets + handling code.
3202 :    
3203 :     NB: static motion detection is disabled because of crashes on P4
3204 :     cpus.
3205 :    
3206 :     modified files:
3207 :     vfw/src/codec.c vfw/src/config.c vfw/src/config.h
3208 :     vfw/src/resource.h vfw/src/resource.rc
3209 :    
3210 :    
3211 :     2003-10-28 17:44:09 GMT patch-82
3212 :    
3213 :     Summary:
3214 :     ASM cleanups;
3215 :     Revision:
3216 :     xvidcore--devapi4--1.0--patch-82
3217 :    
3218 :     * Applied same style to all asm files
3219 :     * Replaced current sad sse2 operators with skal's ones
3220 :     * Removed old and unused colorspace asm files
3221 :    
3222 :     removed files:
3223 :     src/image/x86_asm/.arch-ids/rgb_to_yv12_mmx.asm.id
3224 :     src/image/x86_asm/.arch-ids/yuv_to_yv12_mmx.asm.id
3225 :     src/image/x86_asm/.arch-ids/yuyv_to_yv12_mmx.asm.id
3226 :     src/image/x86_asm/.arch-ids/yv12_to_rgb24_mmx.asm.id
3227 :     src/image/x86_asm/.arch-ids/yv12_to_rgb32_mmx.asm.id
3228 :     src/image/x86_asm/.arch-ids/yv12_to_yuyv_mmx.asm.id
3229 :     src/image/x86_asm/rgb_to_yv12_mmx.asm
3230 :     src/image/x86_asm/yuv_to_yv12_mmx.asm
3231 :     src/image/x86_asm/yuyv_to_yv12_mmx.asm
3232 :     src/image/x86_asm/yv12_to_rgb24_mmx.asm
3233 :     src/image/x86_asm/yv12_to_rgb32_mmx.asm
3234 :     src/image/x86_asm/yv12_to_yuyv_mmx.asm
3235 :    
3236 :     modified files:
3237 :     build/generic/sources.inc src/bitstream/x86_asm/cbp_3dne.asm
3238 :     src/bitstream/x86_asm/cbp_mmx.asm
3239 :     src/bitstream/x86_asm/cbp_sse2.asm
3240 :     src/dct/x86_asm/fdct_mmx_ffmpeg.asm
3241 :     src/dct/x86_asm/fdct_mmx_skal.asm
3242 :     src/dct/x86_asm/idct_3dne.asm src/dct/x86_asm/idct_mmx.asm
3243 :     src/dct/x86_asm/simple_idct_mmx.asm
3244 :     src/image/x86_asm/colorspace_mmx.inc
3245 :     src/image/x86_asm/colorspace_rgb_mmx.asm
3246 :     src/image/x86_asm/colorspace_yuv_mmx.asm
3247 :     src/image/x86_asm/colorspace_yuyv_mmx.asm
3248 :     src/image/x86_asm/interpolate8x8_3dn.asm
3249 :     src/image/x86_asm/interpolate8x8_3dne.asm
3250 :     src/image/x86_asm/interpolate8x8_mmx.asm
3251 :     src/image/x86_asm/interpolate8x8_xmm.asm
3252 :     src/image/x86_asm/qpel_mmx.asm
3253 :     src/image/x86_asm/reduced_mmx.asm
3254 :     src/motion/x86_asm/sad_3dn.asm src/motion/x86_asm/sad_3dne.asm
3255 :     src/motion/x86_asm/sad_mmx.asm src/motion/x86_asm/sad_sse2.asm
3256 :     src/motion/x86_asm/sad_xmm.asm
3257 :     src/quant/x86_asm/quantize_h263_3dne.asm
3258 :     src/quant/x86_asm/quantize_h263_mmx.asm
3259 :     src/quant/x86_asm/quantize_mpeg_mmx.asm
3260 :     src/quant/x86_asm/quantize_mpeg_xmm.asm
3261 :     src/utils/x86_asm/cpuid.asm
3262 :     src/utils/x86_asm/interlacing_mmx.asm
3263 :     src/utils/x86_asm/mem_transfer_3dne.asm
3264 :     src/utils/x86_asm/mem_transfer_mmx.asm
3265 :    
3266 :    
3267 :     2003-10-27 01:13:47 GMT patch-81
3268 :    
3269 :     Summary:
3270 :     d_mv_bits speedup from sysKin
3271 :     Revision:
3272 :     xvidcore--devapi4--1.0--patch-81
3273 :    
3274 :     d_mv_bits speedup from sysKin
3275 :    
3276 :    
3277 :     modified files:
3278 :     src/motion/motion_inlines.h
3279 :    
3280 :    
3281 :     2003-10-27 00:55:51 GMT patch-80
3282 :    
3283 :     Summary:
3284 :     fDCT changes, new asm CodingStyle applied to dct dir
3285 :     Revision:
3286 :     xvidcore--devapi4--1.0--patch-80
3287 :    
3288 :     * Ported the ffmpeg fDCT functions (mmx and xmm).
3289 :     * Modified the skal's versions a bit to allow rolling loops.
3290 :     * Activated Skal's fDCTs (unrolled versions) for mmx _and_ xmm
3291 :     (old code was ignoring xmm versions)
3292 :     * Removed the SSE2 versions (they'll be back later)
3293 :     * .data -> .rodata
3294 :     * Applied announced asm CodingStyle to the dct dir
3295 :     (I'll have to add a section with the said CodingStyle)
3296 :    
3297 :     modified files:
3298 :     build/generic/sources.inc build/win32/libxvidcore.dsp
3299 :     src/dct/fdct.h src/dct/idct.h
3300 :     src/dct/x86_asm/fdct_mmx_ffmpeg.asm
3301 :     src/dct/x86_asm/fdct_mmx_skal.asm
3302 :     src/dct/x86_asm/idct_3dne.asm src/dct/x86_asm/idct_mmx.asm
3303 :     src/dct/x86_asm/simple_idct_mmx.asm src/xvid.c
3304 :    
3305 :     renamed files:
3306 :     src/dct/x86_asm/.arch-ids/fdct_mmx.asm.id
3307 :     ==> src/dct/x86_asm/.arch-ids/fdct_mmx_ffmpeg.asm.id
3308 :     src/dct/x86_asm/.arch-ids/fdct_xmm.asm.id
3309 :     ==> src/dct/x86_asm/.arch-ids/fdct_mmx_skal.asm.id
3310 :     src/dct/x86_asm/fdct_mmx.asm
3311 :     ==> src/dct/x86_asm/fdct_mmx_ffmpeg.asm
3312 :     src/dct/x86_asm/fdct_xmm.asm
3313 :     ==> src/dct/x86_asm/fdct_mmx_skal.asm
3314 :    
3315 :    
3316 :     2003-10-25 13:48:42 GMT patch-79
3317 :    
3318 :     Summary:
3319 :     BQuant->PQuant fix.
3320 :     Revision:
3321 :     xvidcore--devapi4--1.0--patch-79
3322 :    
3323 :     When using closed_gop, a BFrame before an IFrame is turned into a PFrame.
3324 :     Thus is original quant has to be computed back, a rounding was causing these
3325 :     frames to be orig_quant-1. As a consequence we had very big frames before
3326 :     the IFrame, loosing many bits for nearly no visual benefit.
3327 :    
3328 :     modified files:
3329 :     src/encoder.c
3330 :    
3331 :    
3332 :     2003-10-25 10:26:48 GMT patch-78
3333 :    
3334 :     Summary:
3335 :     Added closed gop option to xvid_encraw
3336 :     Revision:
3337 :     xvidcore--devapi4--1.0--patch-78
3338 :    
3339 :     Added closed gop option to xvid_encraw
3340 :    
3341 :    
3342 :     modified files:
3343 :     examples/xvid_encraw.c
3344 :    
3345 :    
3346 :     2003-10-24 17:39:53 GMT patch-77
3347 :    
3348 :     Summary:
3349 :     RD fixes.
3350 :     Revision:
3351 :     xvidcore--devapi4--1.0--patch-77
3352 :    
3353 :     Inter RD optimization relied on buggy functions to predict bitsize.
3354 :    
3355 :     modified files:
3356 :     src/motion/estimation_pvop.c src/motion/motion_inlines.h
3357 :    
3358 :    
3359 :     2003-10-22 15:48:01 GMT patch-76
3360 :    
3361 :     Summary:
3362 :     Small INSTALL update due to previous build patches.
3363 :     Revision:
3364 :     xvidcore--devapi4--1.0--patch-76
3365 :    
3366 :     Small INSTALL update due to previous build patches.
3367 :    
3368 :     modified files:
3369 :     doc/INSTALL
3370 :    
3371 :    
3372 :     2003-10-21 21:27:46 GMT patch-75
3373 :    
3374 :     Summary:
3375 :     Removed unused next_block vars.
3376 :     Revision:
3377 :     xvidcore--devapi4--1.0--patch-75
3378 :    
3379 :     Removed unused next_block vars.
3380 :    
3381 :     modified files:
3382 :     src/decoder.c
3383 :    
3384 :    
3385 :     2003-10-21 21:24:15 GMT patch-74
3386 :    
3387 :     Summary:
3388 :     VFW build changes.
3389 :     Revision:
3390 :     xvidcore--devapi4--1.0--patch-74
3391 :    
3392 :     The build system has been modified to look like the core lib one
3393 :     minus the configure system.
3394 :    
3395 :     modified files:
3396 :     vfw/bin/Makefile vfw/bin/sources.inc vfw/src/config.c
3397 :     vfw/vfw.dsp
3398 :    
3399 :     renamed files:
3400 :     vfw/bin/.arch-ids/Makefile.cygwin.id
3401 :     ==> vfw/bin/.arch-ids/Makefile.id
3402 :     vfw/bin/.arch-ids/Makefile.inc.id
3403 :     ==> vfw/bin/.arch-ids/sources.inc.id
3404 :     vfw/bin/Makefile.cygwin
3405 :     ==> vfw/bin/Makefile
3406 :     vfw/bin/Makefile.inc
3407 :     ==> vfw/bin/sources.inc
3408 :     vfw/src/.arch-ids/config.rc.id
3409 :     ==> vfw/src/.arch-ids/resource.rc.id
3410 :     vfw/src/config.rc
3411 :     ==> vfw/src/resource.rc
3412 :    
3413 :    
3414 :     2003-10-21 17:00:09 GMT patch-73
3415 :    
3416 :     Summary:
3417 :     Decoder cleanups and speedup
3418 :     Revision:
3419 :     xvidcore--devapi4--1.0--patch-73
3420 :    
3421 :     cleanups, speedups from sysKin
3422 :    
3423 :     modified files:
3424 :     src/decoder.c
3425 :    
3426 :    
3427 :     2003-10-21 16:22:15 GMT patch-72
3428 :    
3429 :     Summary:
3430 :     Build fixes for newer nasm versions.
3431 :     Revision:
3432 :     xvidcore--devapi4--1.0--patch-72
3433 :    
3434 :     nasm does not take care of adding trailing slashes to include paths.
3435 :     A patch to upstream authors has been refused because "the backslash()
3436 :     feature has been abandoned to get back to old nasm behavior"
3437 :    
3438 :     Their choice is kinda stupid as nasm is now open to user mistakes... :\
3439 :     So we fix that on ou side.
3440 :    
3441 :     modified files:
3442 :     build/generic/configure.in build/win32/libxvidcore.dsp
3443 :    
3444 :    
3445 :     2003-10-17 15:13:12 GMT patch-71
3446 :    
3447 :     Summary:
3448 :     Updated docs.
3449 :     Revision:
3450 :     xvidcore--devapi4--1.0--patch-71
3451 :    
3452 :     The doc of devapi4 is mostly out dated, i t is much better not to
3453 :     keep it in the repository at the moment. We'll add new docs later.
3454 :    
3455 :     Added a INSTALL doc that explains the build/install process for
3456 :     supported platforms. It's a first try, things may be added later.
3457 :    
3458 :     new files:
3459 :     doc/.arch-ids/INSTALL.id doc/INSTALL
3460 :    
3461 :     removed files:
3462 :     doc/.arch-ids/API.dox.id doc/.arch-ids/Makefile.id
3463 :     doc/.arch-ids/foot.inc.in.id doc/.arch-ids/header.tex.in.id
3464 :     doc/.arch-ids/xvid-decoding.txt.id
3465 :     doc/.arch-ids/xvid-encoder.txt.id doc/API.dox doc/Makefile
3466 :     doc/foot.inc.in doc/header.tex.in doc/xvid-decoding.txt
3467 :     doc/xvid-encoder.txt
3468 :    
3469 :     modified files:
3470 :     CodingStyle README doc/README
3471 :    
3472 :     renamed files:
3473 :     .arch-ids/README.txt.id
3474 :     ==> .arch-ids/README.id
3475 :     .arch-ids/changelog.txt.id
3476 :     ==> .arch-ids/ChangeLog.id
3477 :     README.txt
3478 :     ==> README
3479 :     changelog.txt
3480 :     ==> ChangeLog
3481 :    
3482 :    
3483 :     2003-10-15 13:53:11 GMT patch-70
3484 :    
3485 :     Summary:
3486 :     Better cross compilation handling.
3487 :     Revision:
3488 :     xvidcore--devapi4--1.0--patch-70
3489 :    
3490 :     With this patch it is now possible to cross compile xvid
3491 :     quite easily for win32 platform on a build linux host.
3492 :    
3493 :     Recipe for debian system:
3494 :     $ apt-get install mingw32
3495 :     (or create your own cross compiler/binutils suite and install mingw32
3496 :     header files -- sorry i don't have a recipe for this, this is let as
3497 :     an exercice for the reader)
3498 :     $ cd ${xvidcore}
3499 :     $ cd build/generic
3500 :     $ ./bootstrap.sh
3501 :     $ ./configure --host=i586-mingw32msvc
3502 :     (all occurences of i586-mingw32msvc may be replaced with the right
3503 :     prefix you've choosen for your cross compiler and cross binutils)
3504 :     $ make
3505 :     $ cd ../../vfw/bin
3506 :     $ make -f Makefile.cygwin \
3507 :     CC=i586-mingw32msvc-gcc WINDRES=i586-mingw32msvc-windres
3508 :    
3509 :     Enjoy your win32 xvid.dll build by free software, on a free OS, for a devil
3510 :     OS target.
3511 :    
3512 :     modified files:
3513 :     build/generic/configure.in vfw/bin/Makefile.cygwin
3514 :    
3515 :    
3516 :     2003-10-14 15:17:28 GMT patch-69
3517 :    
3518 :     Summary:
3519 :     Fixed Qpel+Interpolation decoding. Cleaned up mb->mode usage.
3520 :     Revision:
3521 :     xvidcore--devapi4--1.0--patch-69
3522 :    
3523 :     * Fixed interpolate mode + qpel decoding.
3524 :     * MB->mb_type completely replaced by MB->mode
3525 :    
3526 :     modified files:
3527 :     src/decoder.c
3528 :    
3529 :    
3530 :     2003-10-12 21:57:24 GMT patch-68
3531 :    
3532 :     Summary:
3533 :     ac/dc prediction for intra RD search.
3534 :     Revision:
3535 :     xvidcore--devapi4--1.0--patch-68
3536 :    
3537 :     From syskin, added real ac/dc prediction for INTRA's bitcount.
3538 :    
3539 :     modified files:
3540 :     src/motion/estimation_rd_based.c
3541 :    
3542 :    
3543 :     2003-10-09 18:15:50 GMT patch-67
3544 :    
3545 :     Summary:
3546 :     Pigrated asm code to new quant API.
3547 :     Revision:
3548 :     xvidcore--devapi4--1.0--patch-67
3549 :    
3550 :     Many changes that are mostly cosmetic in the asm files.
3551 :     * indent
3552 :     * added xor eax, eax in quant_(h263|mpeg)_intra_.* functions
3553 :     (just to make sure the returned value isn't random)
3554 :     * added xor eax, eax in dequant_(h263|mpeg)_.* functions
3555 :     (just to make sure the returned value isn't random)
3556 :     * synced cpuid.asm XVID_CPU_feature constants with the one
3557 :     defined in the C code (xvid.h)
3558 :     * enabled all cpu tests in xvid_bench.c
3559 :    
3560 :     modified files:
3561 :     examples/xvid_bench.c src/quant/quant_h263.c
3562 :     src/quant/quant_mpeg.c
3563 :     src/quant/x86_asm/quantize_h263_3dne.asm
3564 :     src/quant/x86_asm/quantize_h263_mmx.asm
3565 :     src/quant/x86_asm/quantize_mpeg_mmx.asm
3566 :     src/quant/x86_asm/quantize_mpeg_xmm.asm
3567 :     src/utils/x86_asm/cpuid.asm src/xvid.h
3568 :    
3569 :    
3570 :     2003-10-08 21:05:47 GMT patch-66
3571 :    
3572 :     Summary:
3573 :     Updated xvid_bench for quant API changes
3574 :     Revision:
3575 :     xvidcore--devapi4--1.0--patch-66
3576 :    
3577 :     Updated xvid_bench for quant API changes
3578 :    
3579 :    
3580 :     modified files:
3581 :     examples/xvid_bench.c
3582 :    
3583 :    
3584 :     2003-10-07 13:03:51 GMT patch-65
3585 :    
3586 :     Summary:
3587 :     Quant functions API changes (first step)
3588 :     Revision:
3589 :     xvidcore--devapi4--1.0--patch-65
3590 :    
3591 :     In the road to instance safe mpeg quantization, a small cleanup
3592 :     to the quant API was needed. It consists in changing the way we
3593 :     name the functions quant_{mpeg|h263}_{inter|intra}_{arch} and in
3594 :     a move to a more unified API (even intra functions return the sum
3595 :     of coefficients, it can be used as a complexity measure at a later
3596 :     time).
3597 :    
3598 :     This patch touch lot of files, but all changes are trivial.
3599 :    
3600 :     NB: we should check the IA64 asm validity, i changed things but
3601 :     i can't test them.
3602 :    
3603 :     new files:
3604 :     src/quant/.arch-ids/quant.h.id src/quant/quant.h
3605 :    
3606 :     removed files:
3607 :     src/quant/.arch-ids/quant_h263.h.id
3608 :     src/quant/.arch-ids/quant_mpeg4.h.id src/quant/quant_h263.h
3609 :     src/quant/quant_mpeg4.h
3610 :    
3611 :     modified files:
3612 :     build/generic/sources.inc build/win32/libxvidcore.dsp
3613 :     src/decoder.c src/encoder.c src/image/qpel.c
3614 :     src/motion/estimation_rd_based.c
3615 :     src/quant/ia64_asm/quant_h263_ia64.s src/quant/quant_h263.c
3616 :     src/quant/quant_matrix.c src/quant/quant_matrix.h
3617 :     src/quant/quant_mpeg.c
3618 :     src/quant/x86_asm/quantize_h263_3dne.asm
3619 :     src/quant/x86_asm/quantize_h263_mmx.asm
3620 :     src/quant/x86_asm/quantize_mpeg_mmx.asm
3621 :     src/quant/x86_asm/quantize_mpeg_xmm.asm
3622 :     src/utils/mbtransquant.c src/xvid.c src/xvid.h
3623 :    
3624 :     renamed files:
3625 :     src/quant/.arch-ids/quant_mpeg4.c.id
3626 :     ==> src/quant/.arch-ids/quant_mpeg.c.id
3627 :     src/quant/quant_mpeg4.c
3628 :     ==> src/quant/quant_mpeg.c
3629 :     src/quant/x86_asm/.arch-ids/quantize4_mmx.asm.id
3630 :     ==> src/quant/x86_asm/.arch-ids/quantize_mpeg_mmx.asm.id
3631 :     src/quant/x86_asm/.arch-ids/quantize4_xmm.asm.id
3632 :     ==> src/quant/x86_asm/.arch-ids/quantize_mpeg_xmm.asm.id
3633 :     src/quant/x86_asm/.arch-ids/quantize_3dne.asm.id
3634 :     ==> src/quant/x86_asm/.arch-ids/quantize_h263_3dne.asm.id
3635 :     src/quant/x86_asm/.arch-ids/quantize_mmx.asm.id
3636 :     ==> src/quant/x86_asm/.arch-ids/quantize_h263_mmx.asm.id
3637 :     src/quant/x86_asm/quantize4_mmx.asm
3638 :     ==> src/quant/x86_asm/quantize_mpeg_mmx.asm
3639 :     src/quant/x86_asm/quantize4_xmm.asm
3640 :     ==> src/quant/x86_asm/quantize_mpeg_xmm.asm
3641 :     src/quant/x86_asm/quantize_3dne.asm
3642 :     ==> src/quant/x86_asm/quantize_h263_3dne.asm
3643 :     src/quant/x86_asm/quantize_mmx.asm
3644 :     ==> src/quant/x86_asm/quantize_h263_mmx.asm
3645 :    
3646 :    
3647 :     2003-10-05 00:15:15 GMT patch-64
3648 :    
3649 :     Summary:
3650 :     Updated ChangeLog
3651 :     Revision:
3652 :     xvidcore--devapi4--1.0--patch-64
3653 :    
3654 :     Updated ChangeLog
3655 :    
3656 :    
3657 :     modified files:
3658 :     changelog.txt
3659 :    
3660 :    
3661 :     2003-10-04 16:04:30 GMT patch-63
3662 :    
3663 :     Summary:
3664 :     Removed legacy 2pass code from vfw
3665 :     Revision:
3666 :     xvidcore--devapi4--1.0--patch-63
3667 :    
3668 :     Removed legacy 2pass code from vfw
3669 :    
3670 :    
3671 :     removed files:
3672 :     vfw/src/.arch-ids/2pass.c.id vfw/src/.arch-ids/2pass.h.id
3673 :     vfw/src/2pass.c vfw/src/2pass.h
3674 :    
3675 :    
3676 :     2003-10-04 00:41:38 GMT patch-62
3677 :    
3678 :     Summary:
3679 :     Working VFW mingw/cygwin build system.
3680 :     Revision:
3681 :     xvidcore--devapi4--1.0--patch-62
3682 :    
3683 :     This patch fixes the VFW building process. Now it should work out
3684 :     of the box using these steps:
3685 :     # cd ${xvidcore}
3686 :     # cd build/generic
3687 :     # ./bootstrap.sh <-- only needed for CVS checkouts.
3688 :     # ./configure
3689 :     # make
3690 :     # cd ../../vfw/bin
3691 :     # make -f Makefile.cygwin
3692 :    
3693 :     Then install as usual clicking on the inf file or "make install"
3694 :     in the vfw/bin dir.
3695 :    
3696 :     modified files:
3697 :     vfw/bin/Makefile.cygwin vfw/src/config.rc vfw/src/debug.h
3698 :     vfw/src/driverproc.c
3699 :    
3700 :    
3701 :     2003-10-03 17:00:53 GMT patch-61
3702 :    
3703 :     Summary:
3704 :     Fixes for alternate scan and interlacing support.
3705 :     Revision:
3706 :     xvidcore--devapi4--1.0--patch-61
3707 :    
3708 :     Fixes from CVS (by sysKin) for:
3709 :     - added alternate scan support with VHQ
3710 :     - fixed interlacing support in s/b-frames. May fix a potential problem
3711 :     as field_pred struct field seemed not to be initialized anywhere.
3712 :     As it's not supported yet, write an hardcoded 0 bit.
3713 :    
3714 :     Fixes from me for the fixes from syKin:
3715 :     - scan_table effectively used in MBCodingBVOP
3716 :     - Block_CalcBits(Intra) fixes to data->scan_table (implies prototype
3717 :     change and code modification every where the functions were used)
3718 :    
3719 :     I also increased BS version as it might result in different bitstreams
3720 :     It's now at version 20.
3721 :    
3722 :     modified files:
3723 :     src/bitstream/mbcoding.c src/bitstream/mbcoding.h
3724 :     src/decoder.c src/encoder.c src/motion/estimation.h
3725 :     src/motion/estimation_rd_based.c src/xvid.h
3726 :    
3727 :    
3728 :     2003-10-03 15:41:37 GMT patch-60
3729 :    
3730 :     Summary:
3731 :     Removed BIGLUT support.
3732 :     Revision:
3733 :     xvidcore--devapi4--1.0--patch-60
3734 :    
3735 :     Remobed legacy code for BIGLUT support. It was unused and RD based
3736 :     Motion Estimation was not even compatible with this type of VLC coding.
3737 :    
3738 :     modified files:
3739 :     build/generic/configure.in src/bitstream/mbcoding.c
3740 :     src/bitstream/mbcoding.h src/prediction/mbprediction.c
3741 :    
3742 :    
3743 :     2003-10-03 13:25:17 GMT patch-59
3744 :    
3745 :     Summary:
3746 :     Bugfix for PFrames+ Ext Search.
3747 :     Revision:
3748 :     xvidcore--devapi4--1.0--patch-59
3749 :    
3750 :     In Qpel mode, the code was doing a diamond search for wrong predictors.
3751 :     This resulted in poor performance as the diamond search was sitting there
3752 :     for sometime.
3753 :    
3754 :     modified files:
3755 :     src/motion/estimation.h src/motion/estimation_pvop.c
3756 :    
3757 :    
3758 :     2003-10-02 16:50:51 GMT patch-58
3759 :    
3760 :     Summary:
3761 :     Added VFW makefile for cygwin/minsys
3762 :     Revision:
3763 :     xvidcore--devapi4--1.0--patch-58
3764 :    
3765 :     Added VFW makefile for cygwin/minsys. I can't test it so it is probably not
3766 :     right out of the box. Waiting for feedback in order to fix it.
3767 :    
3768 :     new files:
3769 :     vfw/bin/.arch-ids/Makefile.cygwin.id
3770 :     vfw/bin/.arch-ids/Makefile.inc.id vfw/bin/Makefile.cygwin
3771 :     vfw/bin/Makefile.inc vfw/src/w32api/.arch-ids/=id
3772 :     vfw/src/w32api/.arch-ids/vfw.h.id vfw/src/w32api/vfw.h
3773 :    
3774 :     new directories:
3775 :     vfw/src/w32api vfw/src/w32api/.arch-ids
3776 :    
3777 :    
3778 :     2003-10-02 13:35:15 GMT patch-57
3779 :    
3780 :     Summary:
3781 :     Cleaned up the lumimasking code.
3782 :     Revision:
3783 :     xvidcore--devapi4--1.0--patch-57
3784 :    
3785 :     The lumimasking code was not very plugin oriented as it has been ported
3786 :     from old XviD versions. This patch cleans up the code and integrates it
3787 :     better with plugin design. No changes done in teh functionnal code.
3788 :    
3789 :     modified files:
3790 :     src/plugins/plugin_lumimasking.c
3791 :    
3792 :    
3793 :     2003-10-01 23:07:07 GMT patch-56
3794 :    
3795 :     Summary:
3796 :     Cleaned up trailing space chars.
3797 :     Revision:
3798 :     xvidcore--devapi4--1.0--patch-56
3799 :    
3800 :     The kind of patch we would love to avoid as they make merging
3801 :     a nightmare while they're kind of useless patches.
3802 :    
3803 :     Applied sed 's/[ \t]*$//' to all c/h files.
3804 :    
3805 :     modified files:
3806 :     src/bitstream/bitstream.c src/bitstream/bitstream.h
3807 :     src/bitstream/cbp.c src/bitstream/mbcoding.c src/dct/idct.c
3808 :     src/dct/simple_idct.c src/decoder.c src/decoder.h
3809 :     src/encoder.c src/encoder.h src/global.h
3810 :     src/image/colorspace.c src/image/colorspace.h src/image/font.c
3811 :     src/image/image.c src/image/image.h src/image/interpolate8x8.c
3812 :     src/image/interpolate8x8.h src/image/qpel.c src/image/qpel.h
3813 :     src/image/reduced.c src/motion/estimation_rd_based.c
3814 :     src/motion/gmc.c src/motion/gmc.h src/motion/motion.h
3815 :     src/motion/sad.c src/plugins/plugin_2pass1.c
3816 :     src/plugins/plugin_2pass2.c src/plugins/plugin_fixed.c
3817 :     src/plugins/plugin_psnr.c src/plugins/plugin_single.c
3818 :     src/portab.h src/prediction/mbprediction.c
3819 :     src/utils/mbtransquant.c src/utils/timer.c src/xvid.c
3820 :     src/xvid.h
3821 :    
3822 :    
3823 :     2003-09-30 18:10:18 GMT patch-55
3824 :    
3825 :     Summary:
3826 :     Code cleanups.
3827 :     Revision:
3828 :     xvidcore--devapi4--1.0--patch-55
3829 :    
3830 :     It's been a while since the last ISOC89 conformance cleanup.
3831 :    
3832 :     Using the following switches help a lot :-)
3833 :     -Wall -Wsign-compare -Wredundant-decls -Wunreachable-code -Wnested-externs \
3834 :     -ansi
3835 :    
3836 :     Result: 0 warning/0 error
3837 :    
3838 :     modified files:
3839 :     src/bitstream/vlc_codes.h src/global.h src/image/qpel.h
3840 :     src/motion/estimation.h src/motion/estimation_bvop.c
3841 :     src/motion/estimation_gmc.c src/motion/estimation_pvop.c
3842 :     src/motion/estimation_rd_based.c src/motion/gmc.c
3843 :     src/motion/gmc.h src/motion/motion_inlines.h
3844 :     src/motion/vop_type_decision.c
3845 :    
3846 :    
3847 :     2003-09-29 00:31:32 GMT patch-54
3848 :    
3849 :     Summary:
3850 :     Memory leakage fixes.
3851 :     Revision:
3852 :     xvidcore--devapi4--1.0--patch-54
3853 :    
3854 :     The pEnc->queue was allocated but not freed when bframes == 0.
3855 :     And queue images were not freed as well.
3856 :    
3857 :     modified files:
3858 :     examples/Makefile src/encoder.c src/image/image.c
3859 :     src/utils/mem_align.c
3860 :    
3861 :    
3862 :     2003-09-28 16:45:02 GMT patch-53
3863 :    
3864 :     Summary:
3865 :     Fixes the unitialized mcsel bit in RD based ME
3866 :     Revision:
3867 :     xvidcore--devapi4--1.0--patch-53
3868 :    
3869 :     Fixes the unitialized mcsel bit in RD based ME
3870 :    
3871 :    
3872 :     modified files:
3873 :     src/motion/estimation_rd_based.c
3874 :    
3875 :    
3876 :     2003-09-28 01:00:06 GMT patch-52
3877 :    
3878 :     Summary:
3879 :     Fix the XviD constant version initialization
3880 :     Revision:
3881 :     xvidcore--devapi4--1.0--patch-52
3882 :    
3883 :     Fix the XviD constant version initialization
3884 :    
3885 :    
3886 :     modified files:
3887 :     src/xvid.h
3888 :    
3889 :    
3890 :     2003-09-28 00:47:05 GMT patch-51
3891 :    
3892 :     Summary:
3893 :     Fix to the build system (the come back).
3894 :     Revision:
3895 :     xvidcore--devapi4--1.0--patch-51
3896 :    
3897 :     Ok this one fixes the way we build the targets. The VPATH thingy really
3898 :     works with the library targets. My understanding of the VPATH mechanism
3899 :     was wrong. Now it should be ok (i promess).
3900 :    
3901 :     modified files:
3902 :     build/generic/Makefile
3903 :    
3904 :    
3905 :     2003-09-27 11:45:18 GMT patch-50
3906 :    
3907 :     Summary:
3908 :     Small fix to previous patch.
3909 :     Revision:
3910 :     xvidcore--devapi4--1.0--patch-50
3911 :    
3912 :     A pair ofdouble quotes prevented "make" to sort out the VPATH
3913 :     dependences in "=build". This resulted in compiling all the
3914 :     sources, all the time, whether a file changed or not.
3915 :    
3916 :     modified files:
3917 :     build/generic/Makefile
3918 :    
3919 :    
3920 :     2003-09-26 22:39:44 GMT patch-49
3921 :    
3922 :     Summary:
3923 :     Updated the build files for *nix.
3924 :     Revision:
3925 :     xvidcore--devapi4--1.0--patch-49
3926 :    
3927 :     - Fixed MacOSX build (w/o module option). The subversion was not right
3928 :     it was just minor version though it has to be major.minor.
3929 :     - Fixed bootstrap.sh for MacOSX environment, it now looks for
3930 :     glibtoolize if libtoolize is not found.
3931 :     - The unified Makefile now builds XviD out of source tree in the directory
3932 :     =build. It's cleaner, and clashes much less w/ arch/tla source linting.
3933 :     - Tuned the tagging regexps so:
3934 :     + autoconf files are ignored (considered backup => not erased, not copied
3935 :     and not commited/imported)
3936 :     + =build is also considered backup.
3937 :    
3938 :     modified files:
3939 :     build/generic/Makefile build/generic/bootstrap.sh
3940 :     build/generic/configure.in build/generic/platform.inc.in
3941 :     build/generic/sources.inc examples/Makefile
3942 :     {arch}/=tagging-method
3943 :    
3944 :    
3945 :     2003-09-24 01:38:03 GMT patch-48
3946 :    
3947 :     Summary:
3948 :     Bug fix to decoder (mcsel/acpred bits swapped)
3949 :     Revision:
3950 :     xvidcore--devapi4--1.0--patch-48
3951 :    
3952 :     As reported here:
3953 :     http://www.xvid.org/modules.php?op=modload&name=phpBB2&file=viewtopic&t=1513&highlight=
3954 :    
3955 :     <quote>
3956 :     in the spec, 'there is 'mcsel' before 'ac_pred_flag'.
3957 :     however, if you see the code, it's changed.
3958 :     </quote>
3959 :    
3960 :     We were doing the opposite, ac_pred before mcsel.
3961 :    
3962 :     modified files:
3963 :     src/decoder.c
3964 :    
3965 :    
3966 :     2003-09-11 17:19:35 GMT patch-47
3967 :    
3968 :     Summary:
3969 :     Small fix to GMC+QuarterPel -- BS version bumped to 19
3970 :     Revision:
3971 :     xvidcore--devapi4--1.0--patch-47
3972 :    
3973 :     During the split up, a line has been disabled that prevented good
3974 :     quartelpel+GMC. Fixed.
3975 :    
3976 :     This fix + patch-43 are a good reason to bump up the bitstream
3977 :     version to 19.
3978 :    
3979 :     modified files:
3980 :     src/motion/gmc.h src/xvid.h
3981 :    
3982 :    
3983 :     2003-09-11 17:11:28 GMT patch-46
3984 :    
3985 :     Summary:
3986 :     Build process fix for MacOSX+module option
3987 :     Revision:
3988 :     xvidcore--devapi4--1.0--patch-46
3989 :    
3990 :     This patch fixes the install rule of the MacOSX module style library.
3991 :     It adds a PRE_SHARED_LIB == SHARED_LIB for all platforms except
3992 :     MacOSX that uses it a different way, and exploits the fact
3993 :     $(SPECIFIC_LDFLAGS) is the last var of the build line to insert a
3994 :     command for post linking the right .so file.
3995 :    
3996 :     modified files:
3997 :     build/generic/Makefile build/generic/configure.in
3998 :     build/generic/platform.inc.in
3999 :    
4000 :    
4001 :     2003-09-11 13:56:40 GMT patch-45
4002 :    
4003 :     Summary:
4004 :     Tree cleanup and build files updated.
4005 :     Revision:
4006 :     xvidcore--devapi4--1.0--patch-45
4007 :    
4008 :     * Win32 files switched to Unix format.
4009 :     Ok, on IRC, we sorted out what was b0rking the project files each
4010 :     time I commit them in DOS format. In fact the Unix CVS does upload
4011 :     DOS format files if i commit them, and then Win32 CVS users get
4012 :     double \r\n files. So the best is to use unix format in CVS. This
4013 :     way, the checked out versions are right for Win32 users.
4014 :    
4015 :     NB: this imply a unix2dos conversion when doing a release from a
4016 :     Unix box. I think it's better than current policy, but automatic
4017 :     tarballs/zip of the tree should take care of that.
4018 :    
4019 :     * odivx and xvid_stat examples removed. Associated project files have
4020 :     been removed as well.
4021 :    
4022 :     * The divx4 compatibility layer has been removed. Associated options
4023 :     in the configure script removed. libxvidcore.def has no more need
4024 :     to be an autoconf generated file.
4025 :    
4026 :     * rawdec removed. It has never been used and will never be.
4027 :    
4028 :     * Added major api appending to the macosx module build.
4029 :    
4030 :     removed files:
4031 :     build/win32/.arch-ids/odivx_enc_dec.dsp.id
4032 :     build/win32/.arch-ids/xvid_stat.dsp.id
4033 :     build/win32/odivx_enc_dec.dsp build/win32/xvid_stat.dsp
4034 :     examples/.arch-ids/odivx_enc_dec.c.id
4035 :     examples/.arch-ids/xvid_stat.c.id examples/odivx_enc_dec.c
4036 :     examples/xvid_stat.c rawdec/.arch-ids/=id
4037 :     rawdec/.arch-ids/rawdec.c.id rawdec/.arch-ids/rawdec.dsp.id
4038 :     rawdec/rawdec.c rawdec/rawdec.dsp src/.arch-ids/divx4.c.id
4039 :     src/.arch-ids/divx4.h.id src/divx4.c src/divx4.h
4040 :    
4041 :     modified files:
4042 :     build/generic/Makefile build/generic/configure.in
4043 :     build/generic/libxvidcore.def build/win32/libxvidcore.dsp
4044 :     build/win32/xvid_decraw.dsp build/win32/xvid_encraw.dsp
4045 :     build/win32/xvidcore.dsw
4046 :    
4047 :     renamed files:
4048 :     build/generic/.arch-ids/libxvidcore.def.in.id
4049 :     ==> build/generic/.arch-ids/libxvidcore.def.id
4050 :     build/generic/libxvidcore.def.in
4051 :     ==> build/generic/libxvidcore.def
4052 :    
4053 :     removed directories:
4054 :     rawdec rawdec/.arch-ids
4055 :    
4056 :    
4057 :     2003-09-11 12:59:19 GMT patch-44
4058 :    
4059 :     Summary:
4060 :     Replaced malloc.h header file with stdlib.h
4061 :     Revision:
4062 :     xvidcore--devapi4--1.0--patch-44
4063 :    
4064 :     Replaced malloc.h header file with stdlib.h
4065 :    
4066 :    
4067 :     modified files:
4068 :     src/plugins/plugin_lumimasking.c
4069 :    
4070 :    
4071 :     2003-09-10 22:33:04 GMT patch-43
4072 :    
4073 :     Summary:
4074 :     Fixed a problem for 'power of 2' framerates
4075 :     Revision:
4076 :     xvidcore--devapi4--1.0--patch-43
4077 :    
4078 :     Fixed a problem for 'power of 2' framerates
4079 :    
4080 :    
4081 :     modified files:
4082 :     src/bitstream/bitstream.c
4083 :    
4084 :    
4085 :     2003-09-10 21:57:12 GMT patch-42
4086 :    
4087 :     Summary:
4088 :     Motion Estimation module splitting.
4089 :     Revision:
4090 :     xvidcore--devapi4--1.0--patch-42
4091 :    
4092 :     The motion estimation module was the biggest file of the source
4093 :     tree. After some previous attempts, sysKin decided to split it
4094 :     up again. This time he's done it right.
4095 :    
4096 :     This split up just changes the organization of ME functions
4097 :     inside different files. This should help a bit in keeping the
4098 :     motion estimation being manageable by a normal human ;-)
4099 :    
4100 :     Here is the splitting logic quoted from sysKin's email to
4101 :     xvid-devel:
4102 :     - estimation.h: header files #included in all ME modules:
4103 :     + deftypes,
4104 :     + macros
4105 :     + constants
4106 :     NB: no code.
4107 :     - estimation_bvop.c: motion estimation for b-vops.
4108 :     everything in it :)
4109 :     - estimation_common.c: functions shared among all ME
4110 :     modules:
4111 :     + diamonds
4112 :     + subpel
4113 :     + refinement
4114 :     + picture
4115 :     + manipulation
4116 :     + tables
4117 :     + ... etc.
4118 :     - estimation_gmc.c: gruel's GME code
4119 :     - estimation_pvop.c: ME for p-vops. Also SAD-based mode
4120 :     decision
4121 :     - estimation_rd_based.c: everything R-D-based: mode
4122 :     decison (including _Fast) and ME.
4123 :     - gmc.c, gmc.h: no change.
4124 :    
4125 :     new files:
4126 :     src/motion/.arch-ids/estimation.h.id
4127 :     src/motion/.arch-ids/estimation_bvop.c.id
4128 :     src/motion/.arch-ids/estimation_common.c.id
4129 :     src/motion/.arch-ids/estimation_gmc.c.id
4130 :     src/motion/.arch-ids/estimation_pvop.c.id
4131 :     src/motion/.arch-ids/estimation_rd_based.c.id
4132 :     src/motion/.arch-ids/motion_inlines.h.id
4133 :     src/motion/.arch-ids/vop_type_decision.c.id
4134 :     src/motion/estimation.h src/motion/estimation_bvop.c
4135 :     src/motion/estimation_common.c src/motion/estimation_gmc.c
4136 :     src/motion/estimation_pvop.c src/motion/estimation_rd_based.c
4137 :     src/motion/motion_inlines.h src/motion/vop_type_decision.c
4138 :    
4139 :     removed files:
4140 :     src/motion/.arch-ids/motion_est.c.id
4141 :     src/motion/.arch-ids/motion_est.h.id
4142 :     src/motion/.arch-ids/smp_motion_est.c.id
4143 :     src/motion/.arch-ids/smp_motion_est.h.id
4144 :     src/motion/motion_est.c src/motion/motion_est.h
4145 :     src/motion/smp_motion_est.c src/motion/smp_motion_est.h
4146 :    
4147 :     modified files:
4148 :     build/generic/sources.inc build/win32/libxvidcore.dsp
4149 :     src/bitstream/mbcoding.h src/motion/gmc.c src/motion/gmc.h
4150 :     src/motion/motion.h src/motion/motion_comp.c src/motion/sad.c
4151 :     src/motion/sad.h src/prediction/mbprediction.c
4152 :     src/prediction/mbprediction.h src/utils/mbfunctions.h
4153 :    
4154 :    
4155 :     2003-09-10 00:40:44 GMT patch-41
4156 :    
4157 :     Summary:
4158 :     Cleanups and fix to (trellis+thresholding) logic
4159 :     Revision:
4160 :     xvidcore--devapi4--1.0--patch-41
4161 :    
4162 :     Cleanups to some functions (loop unrolling, call to functions
4163 :     through function array pointers)...
4164 :    
4165 :     Fix to the trellis+thresholding logic. It was comparing the
4166 :     return value of trellis with a threshold but the trellis function
4167 :     returns the last non zero coeff index... this was basically
4168 :     comparing apples with oranges... funny but wrong. Trellis now
4169 :     returns the sum of absolute coeffs, so the comparison is logical.
4170 :     Btw, as discussed on the devel ML, this is probably uneeded as
4171 :     trellis does an RD optimized coeff distribution.
4172 :    
4173 :     modified files:
4174 :     src/utils/mbtransquant.c
4175 :    
4176 :    
4177 :     2003-09-09 13:13:58 GMT patch-40
4178 :    
4179 :     Summary:
4180 :     Missing ressource for dshow frontend
4181 :     Revision:
4182 :     xvidcore--devapi4--1.0--patch-40
4183 :    
4184 :     Missing ressource for dshow frontend
4185 :    
4186 :    
4187 :     new files:
4188 :     dshow/src/.arch-ids/XviD_logo.bmp.id dshow/src/XviD_logo.bmp
4189 :    
4190 :    
4191 :     2003-09-08 11:02:10 GMT patch-39
4192 :    
4193 :     Summary:
4194 :     Small fixes for fast mode decision
4195 :     Revision:
4196 :     xvidcore--devapi4--1.0--patch-39
4197 :    
4198 :     Small fixes for fast mode decision
4199 :    
4200 :    
4201 :     modified files:
4202 :     src/motion/motion_est.c src/xvid.h
4203 :    
4204 :    
4205 :     2003-09-05 23:45:48 GMT patch-38
4206 :    
4207 :     Summary:
4208 :     New RD mode decision and subpel refinement.
4209 :     Revision:
4210 :     xvidcore--devapi4--1.0--patch-38
4211 :    
4212 :     New stuff from michael. It deals with mode decision and subpel
4213 :     refinement. Integration of these new flags are not settled.
4214 :    
4215 :     Wait and see. Further testing is needed.
4216 :    
4217 :     modified files:
4218 :     src/motion/motion_est.c src/motion/motion_est.h src/xvid.h
4219 :    
4220 :    
4221 :     2003-08-29 13:56:30 GMT patch-37
4222 :    
4223 :     Summary:
4224 :     Still more ME tuning
4225 :     Revision:
4226 :     xvidcore--devapi4--1.0--patch-37
4227 :    
4228 :     Still more ME tuning
4229 :    
4230 :    
4231 :     modified files:
4232 :     src/motion/motion_est.c
4233 :    
4234 :    
4235 :     2003-08-28 12:43:22 GMT patch-36
4236 :    
4237 :     Summary:
4238 :     Removed expanded the cvs Id field
4239 :     Revision:
4240 :     xvidcore--devapi4--1.0--patch-36
4241 :    
4242 :     Removed expanded the cvs Id field
4243 :    
4244 :    
4245 :     modified files:
4246 :     src/image/x86_asm/qpel_mmx.asm
4247 :    
4248 :    
4249 :     2003-08-28 12:39:44 GMT patch-35
4250 :    
4251 :     Summary:
4252 :     More motion est cleanup and bugfixes.
4253 :     Revision:
4254 :     xvidcore--devapi4--1.0--patch-35
4255 :    
4256 :     Still more bugfixes, cleanups and improvements to the Motion Est
4257 :     by sysKin
4258 :    
4259 :     modified files:
4260 :     src/motion/motion_est.c src/motion/motion_est.h
4261 :    
4262 :    
4263 :     2003-08-26 13:57:39 GMT patch-34
4264 :    
4265 :     Summary:
4266 :     Added final bits of Aspect Ratio flag.
4267 :     Revision:
4268 :     xvidcore--devapi4--1.0--patch-34
4269 :    
4270 :     Peter did think of the AR flag since the very beginning of devapi4.
4271 :     He just forgot to code the final bits to effectively write it to
4272 :     the bitstream. This patch adds these missing final bits so XviD now
4273 :     reads and writes AR flags.
4274 :    
4275 :     modified files:
4276 :     ./src/bitstream/bitstream.c ./src/encoder.c ./src/encoder.h
4277 :     ./src/xvid.h
4278 :    
4279 :    
4280 :     2003-08-25 16:41:09 GMT patch-33
4281 :    
4282 :     Summary:
4283 :     Small motion estimation cleanup.
4284 :     Revision:
4285 :     xvidcore--devapi4--1.0--patch-33
4286 :    
4287 :     Cleanups from sysKin.
4288 :    
4289 :     modified files:
4290 :     ./src/motion/motion_est.c ./src/motion/motion_est.h
4291 :    
4292 :    
4293 :     2003-08-25 14:59:28 GMT patch-32
4294 :    
4295 :     Summary:
4296 :     Frame padding bug.
4297 :     Revision:
4298 :     xvidcore--devapi4--1.0--patch-32
4299 :    
4300 :     We were edging the image repeating pixels from the image directly,
4301 :     but the standard says we must repeat from a 16 pixel boundary.
4302 :    
4303 :     See Chapter 7.6.4 of the standard.
4304 :    
4305 :     modified files:
4306 :     ./src/image/image.c
4307 :    
4308 :    
4309 :     2003-08-23 15:07:44 GMT patch-31
4310 :    
4311 :     Summary:
4312 :     New Qpel code.
4313 :     Revision:
4314 :     xvidcore--devapi4--1.0--patch-31
4315 :    
4316 :     Isibaar commited a new piece of QPel code that seems to be optimized
4317 :     for ia32(mmx) architectures. I had to clean it up a bit to make it
4318 :     respectful of architecture separations. This code is disabled for
4319 :     non ia32 arch, a comment mention it's only faster on ia32... i wonder
4320 :     if it's true, some tests have to be done on sourceforge compile farm
4321 :     in order to confirm that.
4322 :    
4323 :     Compared to the bared CVS commit, this patch includes:
4324 :     - fixes the unix build.
4325 :     - better architecture separation.
4326 :     - CodingStyle respected.
4327 :    
4328 :     new files:
4329 :     ./src/image/.arch-ids/qpel.c.id
4330 :     ./src/image/.arch-ids/qpel.h.id ./src/image/qpel.c
4331 :     ./src/image/qpel.h
4332 :     ./src/image/x86_asm/.arch-ids/qpel_mmx.asm.id
4333 :     ./src/image/x86_asm/qpel_mmx.asm
4334 :    
4335 :     modified files:
4336 :     ./build/generic/sources.inc ./build/win32/libxvidcore.dsp
4337 :     ./src/encoder.c ./src/motion/motion_comp.c ./src/xvid.c
4338 :    
4339 :    
4340 :     2003-08-22 13:20:36 GMT patch-30
4341 :    
4342 :     Summary:
4343 :     sad32v does really what it's expected (ie 32x32 SAD :-)
4344 :     Revision:
4345 :     xvidcore--devapi4--1.0--patch-30
4346 :    
4347 :     sad32v does really what it's expected (ie 32x32 SAD :-)
4348 :    
4349 :    
4350 :     modified files:
4351 :     ./src/motion/sad.c
4352 :    
4353 :    
4354 :     2003-08-18 19:00:49 GMT patch-29
4355 :    
4356 :     Summary:
4357 :     64bit fix.
4358 :     Revision:
4359 :     xvidcore--devapi4--1.0--patch-29
4360 :    
4361 :     The interpolation code was unsafe on 64bit platforms, the offset was
4362 :     badly sized, resulting in segfaults.
4363 :    
4364 :     modified files:
4365 :     ./src/image/interpolate8x8.h
4366 :    
4367 :    
4368 :     2003-08-17 14:08:48 GMT patch-28
4369 :    
4370 :     Summary:
4371 :     Greyscale mode fixes.
4372 :     Revision:
4373 :     xvidcore--devapi4--1.0--patch-28
4374 :    
4375 :     We were missing some greyscale tests in the encoder loop... noticeably
4376 :     in the PVOP function when coding an intra block, and in BVOP function
4377 :     when coding all types.
4378 :    
4379 :     I added the cbp trick in the cases discussed above.
4380 :    
4381 :     modified files:
4382 :     ./src/encoder.c
4383 :    
4384 :    
4385 :     2003-08-13 11:47:33 GMT patch-27
4386 :    
4387 :     Summary:
4388 :     Forgotten bit for IA64 separation
4389 :     Revision:
4390 :     xvidcore--devapi4--1.0--patch-27
4391 :    
4392 :     Forgotten bit for IA64 separation
4393 :    
4394 :    
4395 :     modified files:
4396 :     ./src/image/interpolate8x8.h
4397 :    
4398 :    
4399 :     2003-08-11 15:42:30 GMT patch-26
4400 :    
4401 :     Summary:
4402 :     Some qpel changes (sync with Isibaar)
4403 :     Revision:
4404 :     xvidcore--devapi4--1.0--patch-26
4405 :    
4406 :     Some qpel changes (sync with Isibaar)
4407 :    
4408 :    
4409 :     modified files:
4410 :     ./examples/xvid_encraw.c
4411 :    
4412 :    
4413 :     2003-08-11 15:30:04 GMT patch-25
4414 :    
4415 :     Summary:
4416 :     Better architecture separation.
4417 :     Revision:
4418 :     xvidcore--devapi4--1.0--patch-25
4419 :    
4420 :     Architecture depending functions were declared whatever arch you
4421 :     were compiling. This patch fixes that.
4422 :    
4423 :     I also removed the simple_idct hack in decoder.c as it was simply
4424 :     not used. Better not have ugly code in there.
4425 :    
4426 :     xvid_bench, should now compile and run on all archs. However I did
4427 :     not put the cpu definitions for each arch, i just separated
4428 :     ARCH_IS_IA32 so even ARCH_IS_GENERIC can compile
4429 :    
4430 :     modified files:
4431 :     ./examples/xvid_bench.c ./src/bitstream/cbp.h ./src/dct/fdct.h
4432 :     ./src/dct/idct.h ./src/decoder.c ./src/image/colorspace.h
4433 :     ./src/image/interpolate8x8.h ./src/image/reduced.h
4434 :     ./src/motion/sad.h ./src/quant/quant_h263.h
4435 :     ./src/quant/quant_mpeg4.h ./src/utils/emms.h
4436 :    
4437 :    
4438 :     2003-08-09 20:47:42 GMT patch-24
4439 :    
4440 :     Summary:
4441 :     Updated changelog
4442 :     Revision:
4443 :     xvidcore--devapi4--1.0--patch-24
4444 :    
4445 :     Updated changelog
4446 :    
4447 :    
4448 :     modified files:
4449 :     ./changelog.txt
4450 :    
4451 :    
4452 :     2003-08-09 20:31:17 GMT patch-23
4453 :    
4454 :     Summary:
4455 :     Workaround to a GMC bug due to a MS compiler bug.
4456 :     Revision:
4457 :     xvidcore--devapi4--1.0--patch-23
4458 :    
4459 :     Christoph did use a trick to speed up code that resulted in badly
4460 :     optimized code (teh compiler was missing a cast)
4461 :    
4462 :     modified files:
4463 :     ./src/motion/gmc.c
4464 :    
4465 :    
4466 :     2003-08-09 17:09:00 GMT patch-22
4467 :    
4468 :     Summary:
4469 :     Fixes to xvid_decraw
4470 :     Revision:
4471 :     xvidcore--devapi4--1.0--patch-22
4472 :    
4473 :     xvid_decraw has always been used on not so high bitrate sequences
4474 :     and not so big sequences neither.
4475 :    
4476 :     I've been doing lot of tests on the Matrix 2 trailer
4477 :     (1000x540 25fps ~5Mbits/s) and xvid_decraw was not able to handle that
4478 :     because of bugs in the buffer filling algorithm.
4479 :    
4480 :     This patch fixes the buffer filling and catches up with christoph changes
4481 :     in CVS (wrong help message and option parsing).
4482 :    
4483 :     modified files:
4484 :     ./examples/xvid_decraw.c
4485 :    
4486 :    
4487 :     2003-08-08 21:31:59 GMT patch-21
4488 :    
4489 :     Summary:
4490 :     Added QPel and GMC options.
4491 :     Revision:
4492 :     xvidcore--devapi4--1.0--patch-21
4493 :    
4494 :     XviD has so many options that we forget to propose them all on the
4495 :     CLI, here are two more: GMC and Qpel.
4496 :    
4497 :     modified files:
4498 :     ./examples/xvid_encraw.c
4499 :    
4500 :    
4501 :     2003-08-07 19:26:28 GMT patch-20
4502 :    
4503 :     Summary:
4504 :     SVOP handling in status window
4505 :     Revision:
4506 :     xvidcore--devapi4--1.0--patch-20
4507 :    
4508 :     SVOP handling in status window
4509 :    
4510 :    
4511 :     modified files:
4512 :     ./vfw/src/status.c
4513 :    
4514 :    
4515 :     2003-08-07 19:25:03 GMT patch-19
4516 :    
4517 :     Summary:
4518 :     Warning cleanups by chl
4519 :     Revision:
4520 :     xvidcore--devapi4--1.0--patch-19
4521 :    
4522 :     Warning cleanups by chl
4523 :    
4524 :    
4525 :     modified files:
4526 :     ./src/encoder.c ./src/encoder.h ./src/image/interpolate8x8.c
4527 :     ./src/motion/motion_est.c ./src/xvid.h
4528 :    
4529 :    
4530 :     2003-08-06 21:13:35 GMT patch-18
4531 :    
4532 :     Summary:
4533 :     Fix to GMC sprite trajectory code
4534 :     Revision:
4535 :     xvidcore--devapi4--1.0--patch-18
4536 :    
4537 :     Fix to GMC sprite trajectory code
4538 :    
4539 :    
4540 :     modified files:
4541 :     ./src/bitstream/mbcoding.c ./src/xvid.h
4542 :    
4543 :    
4544 :     2003-08-06 10:57:25 GMT patch-17
4545 :    
4546 :     Summary:
4547 :     Fixes a bug in BVOP block skipping thresholding
4548 :     Revision:
4549 :     xvidcore--devapi4--1.0--patch-17
4550 :    
4551 :     Fixes a bug in BVOP block skipping thresholding
4552 :    
4553 :    
4554 :     modified files:
4555 :     ./src/motion/motion_est.c
4556 :    
4557 :    
4558 :     2003-08-03 14:57:32 GMT patch-16
4559 :    
4560 :     Summary:
4561 :     Functions renaming + motion fixes.
4562 :     Revision:
4563 :     xvidcore--devapi4--1.0--patch-16
4564 :    
4565 :     BITS flags have been renamed to RD (Rate Distorsion) flags... however
4566 :     function names were still xxxBitsxxx.
4567 :    
4568 :     Improved frame type decision
4569 :    
4570 :     Fix for DQUANTS plugins, their quant was never checked against valid
4571 :     [1..31] range.
4572 :    
4573 :     modified files:
4574 :     ./src/encoder.c ./src/motion/motion_est.c
4575 :     ./src/motion/motion_est.h
4576 :    
4577 :    
4578 :     2003-08-02 15:00:49 GMT patch-15
4579 :    
4580 :     Summary:
4581 :     API cleanup.
4582 :     Revision:
4583 :     xvidcore--devapi4--1.0--patch-15
4584 :    
4585 :     Since we started devapi3 and then devapi4, feature names did not change
4586 :     because it was just convenient to keep them to minimize the change impact.
4587 :     But most of the flags were now not even suggesting what they do. So this
4588 :     patch cleans the API.
4589 :    
4590 :     This patch also change the way we describe flags, it's more compact and
4591 :     shows better flags are bit sets that must not overlap. This change fixes
4592 :     a plugin flag overlapping problem as well.
4593 :    
4594 :     modified files:
4595 :     ./examples/xvid_encraw.c ./src/decoder.c ./src/encoder.c
4596 :     ./src/encoder.h ./src/motion/motion_est.c
4597 :     ./src/motion/motion_est.h ./src/xvid.c ./src/xvid.h
4598 :     ./vfw/src/codec.c ./vfw/src/config.c
4599 :    
4600 :    
4601 :     2003-07-29 22:25:12 GMT patch-14
4602 :    
4603 :     Summary:
4604 :     Fixed bogus memory accesses
4605 :     Revision:
4606 :     xvidcore--devapi4--1.0--patch-14
4607 :    
4608 :     Fixed bogus memory accesses
4609 :    
4610 :    
4611 :     modified files:
4612 :     ./src/encoder.c ./src/plugins/plugin_2pass1.c
4613 :    
4614 :    
4615 :     2003-07-28 12:22:33 GMT patch-13
4616 :    
4617 :     Summary:
4618 :     Bitstream version increased to 16
4619 :     Revision:
4620 :     xvidcore--devapi4--1.0--patch-13
4621 :    
4622 :     Bitstream version increased to 16
4623 :    
4624 :    
4625 :     modified files:
4626 :     ./src/xvid.h
4627 :    
4628 :    
4629 :     2003-07-25 12:01:51 GMT patch-12
4630 :    
4631 :     Summary:
4632 :     Added gmc files to teh windows project file
4633 :     Revision:
4634 :     xvidcore--devapi4--1.0--patch-12
4635 :    
4636 :     Added gmc files to teh windows project file
4637 :    
4638 :    
4639 :     modified files:
4640 :     ./build/win32/libxvidcore.dsp ./vfw/src/codec.c
4641 :    
4642 :    
4643 :     2003-07-25 12:00:31 GMT patch-11
4644 :    
4645 :     Summary:
4646 :     Added cartoon mode from Isibaar
4647 :     Revision:
4648 :     xvidcore--devapi4--1.0--patch-11
4649 :    
4650 :     Added cartoon mode from Isibaar
4651 :    
4652 :    
4653 :     modified files:
4654 :     ./src/motion/motion_est.c ./src/plugins/plugin_single.c
4655 :     ./src/utils/mbtransquant.c ./src/xvid.h
4656 :    
4657 :    
4658 :     2003-07-25 10:30:41 GMT patch-10
4659 :    
4660 :     Summary:
4661 :     Bitstream syntax comments.
4662 :     Revision:
4663 :     xvidcore--devapi4--1.0--patch-10
4664 :    
4665 :     This patch does not change the bitstream but adds some comments that
4666 :     can help in order to understand (lack of) calls to BitstreamPadAlways.
4667 :    
4668 :     modified files:
4669 :     ./src/bitstream/bitstream.c ./src/encoder.c
4670 :    
4671 :    
4672 :     2003-07-22 16:34:25 GMT patch-9
4673 :    
4674 :     Summary:
4675 :     Fixes Bistream errors in VOL (+ forced stuffing)
4676 :     Revision:
4677 :     xvidcore--devapi4--1.0--patch-9
4678 :    
4679 :     After a detailed bugreport at:
4680 :     http://www.xvid.org/modules.php?op=modload&name=phpBB2&file=viewtopic&t=1387&highlight=
4681 :    
4682 :     I discovered that:
4683 :    
4684 :     1/ we did not write video_signal_type, but we were padding to the next
4685 :     byte, that's why we had video_signal_type=0 and then only 1s until the
4686 :     next byte boundary. This explains the 11 next_start_code();
4687 :    
4688 :     2/ video_object_type_indication = Reserved is right on my machine,
4689 :     please check again, but i doubt there is a bug there, we use 3 hard
4690 :     wired values and none of them is zero.
4691 :    
4692 :     3/ 01 : next_start_code() *** Was wrong in 24.02.2003; is correct in
4693 :     dev-api-4!!! *** was a bug in fact... when we write user data, we pad to
4694 :     the next byte boundary (if needed) like the standard says... by
4695 :     chancepadding was almost always done, thus the next_start_code() was
4696 :     respected.
4697 :    
4698 :     4/ The extra stuffing bits were caused by a forced padding between our
4699 :     VOL function writer and VOP header function writer.
4700 :    
4701 :     modified files:
4702 :     ./src/bitstream/bitstream.c ./src/encoder.c
4703 :    
4704 :    
4705 :     2003-07-16 22:57:44 GMT patch-8
4706 :    
4707 :     Summary:
4708 :     Fixed quant4_intra_xmm and quant_intra_3dne bug for DC<0.
4709 :     Revision:
4710 :     xvidcore--devapi4--1.0--patch-8
4711 :    
4712 :     These two functions were suffering the same error that consists in
4713 :     emulating idiv with some an inversed divisor array and an imul
4714 :     instruction followed by a right shift...
4715 :    
4716 :     That was always decreasing the ressult by 1 for negative DC values.
4717 :     A not so bad solution is simply to use a cmov instruction and choose
4718 :     the right value according to the DC value. As these function were
4719 :     for PIII and Athlon, we are sure we can use the cmov instruction.
4720 :    
4721 :     PS: the fix is somewhere in cosmetic changes... sorry but the code was
4722 :     too ugly to fix it like it was.
4723 :    
4724 :     modified files:
4725 :     ./src/quant/x86_asm/quantize4_xmm.asm
4726 :     ./src/quant/x86_asm/quantize_3dne.asm
4727 :    
4728 :    
4729 :     2003-07-16 12:58:21 GMT patch-7
4730 :    
4731 :     Summary:
4732 :     Fixed the build system (error caused by patch-5)
4733 :     Revision:
4734 :     xvidcore--devapi4--1.0--patch-7
4735 :    
4736 :     IA64 cahnges were wrong in the build system, they make all platforms
4737 :     try to compile a directory... That patch should fix the IA64 target
4738 :     build and get back to previous behavior for other architectures.
4739 :    
4740 :     modified files:
4741 :     ./build/generic/configure.in ./build/generic/platform.inc.in
4742 :     ./build/generic/sources.inc
4743 :    
4744 :    
4745 :     2003-07-13 12:16:55 GMT patch-6
4746 :    
4747 :     Summary:
4748 :     Updates for GME and some cleanups.
4749 :     Revision:
4750 :     xvidcore--devapi4--1.0--patch-6
4751 :    
4752 :     This is a all in one patch from syskin:
4753 :     * mcsel decision moved to ModeDecision() function. That makes motion
4754 :     loop completely aware of macroblock mode and vectors (amv in that case).
4755 :     A simple copy&paste was needed to make the the decision R-D based, to be
4756 :     compatible with MODEDECISION_BITS.
4757 :    
4758 :     * many bugs fixed. Most of them very small, the only big one was that
4759 :     BITS was misunderstanding a flag and was thinking that mpeg quant is
4760 :     used when h263 quant is used and vice versa :( Also, correct cbp with
4761 :     inter4v mode makes mode decision better. Two speedups - for BITS (no
4762 :     more dequantization when sum == 0) and for ChromaME (chroma sad not
4763 :     computed if total sad too big before that). Some GMC compiler warnings
4764 :     removed. Probably more, I don't remember ;) I haven't touched P/B/I
4765 :     decision for once.
4766 :    
4767 :     * compiler warnings removed, mostly "const mismatch" in get_amv() <-- or
4768 :     what was his name.
4769 :    
4770 :     * two functions made 2x smaller, shorter and faster.
4771 :    
4772 :     modified files:
4773 :     ./src/encoder.c ./src/global.h ./src/image/interpolate8x8.h
4774 :     ./src/motion/gmc.c ./src/motion/gmc.h
4775 :     ./src/motion/motion_est.c ./src/motion/motion_est.h
4776 :     ./vfw/src/codec.c
4777 :    
4778 :    
4779 :     2003-07-10 17:35:59 GMT patch-5
4780 :    
4781 :     Summary:
4782 :     IA64 updates.
4783 :     Revision:
4784 :     xvidcore--devapi4--1.0--patch-5
4785 :    
4786 :     Changes from Stephan Krause <s_kraste at ira.uka.de>
4787 :    
4788 :     Small updates so ia64 is supposed to work. Further testing is needed
4789 :     because tests have only been done with xvid_encraw.
4790 :    
4791 :     modified files:
4792 :     ./build/generic/platform.inc.in ./examples/xvid_encraw.c
4793 :     ./src/motion/motion_est.c ./src/xvid.c
4794 :    
4795 :    
4796 :     2003-07-10 17:27:01 GMT patch-4
4797 :    
4798 :     Summary:
4799 :     Removed remaining expanded $ lines from the arch repo
4800 :     Revision:
4801 :     xvidcore--devapi4--1.0--patch-4
4802 :    
4803 :     Removed remaining expanded $ lines from the arch repo
4804 :    
4805 :    
4806 :     modified files:
4807 :     ./CodingStyle ./build/generic/bootstrap.sh
4808 :     ./doc/xvid-encoder.txt ./src/bitstream/ppc_asm/cbp_altivec.s
4809 :     ./src/bitstream/ppc_asm/cbp_ppc.s
4810 :     ./src/dct/x86_asm/fdct_xmm.asm
4811 :     ./src/image/x86_asm/colorspace_yuv_mmx.asm
4812 :     ./src/image/x86_asm/reduced_mmx.asm
4813 :     ./src/image/x86_asm/yuv_to_yv12_mmx.asm
4814 :     ./src/image/x86_asm/yv12_to_rgb24_mmx.asm
4815 :     ./src/image/x86_asm/yv12_to_rgb32_mmx.asm
4816 :     ./src/motion/ppc_asm/sad_altivec.c ./todo.txt
4817 :    
4818 :    
4819 :     2003-07-02 23:20:39 GMT patch-3
4820 :    
4821 :     Summary:
4822 :     Reset the IFrame counter when an iframe is encoded
4823 :     Revision:
4824 :     xvidcore--devapi4--1.0--patch-3
4825 :    
4826 :     Reset the IFrame counter when an iframe is encoded
4827 :    
4828 :    
4829 :     modified files:
4830 :     ./src/encoder.c
4831 :    
4832 :    
4833 :     2003-06-29 21:58:24 GMT patch-2
4834 :    
4835 :     Summary:
4836 :     Added 3 warp point GMC.
4837 :     Revision:
4838 :     xvidcore--devapi4--1.0--patch-2
4839 :    
4840 :     Added 3 warp point GMC (first cvs commit + bitstream warp writing fix
4841 :     from cvs)
4842 :    
4843 :     new files:
4844 :     ./src/motion/.arch-ids/gmc.c.id
4845 :     ./src/motion/.arch-ids/gmc.h.id ./src/motion/gmc.c
4846 :     ./src/motion/gmc.h
4847 :    
4848 :     modified files:
4849 :     ./build/generic/sources.inc ./src/bitstream/bitstream.c
4850 :     ./src/decoder.c ./src/decoder.h ./src/encoder.c
4851 :     ./src/encoder.h ./src/global.h ./src/motion/motion.h
4852 :     ./src/motion/motion_comp.c ./src/motion/motion_est.c
4853 :     ./src/motion/motion_est.h ./src/utils/mbfunctions.h
4854 :     ./src/xvid.h
4855 :    
4856 :    
4857 :     2003-06-29 21:35:01 GMT patch-1
4858 :    
4859 :     Summary:
4860 :     Updated changelog
4861 :     Revision:
4862 :     xvidcore--devapi4--1.0--patch-1
4863 :    
4864 :     Updated changelog
4865 :    
4866 :    
4867 :     modified files:
4868 :     ./changelog.txt
4869 :    
4870 :    
4871 :     2003-06-27 17:01:46 GMT base-0
4872 :    
4873 :     Summary:
4874 :     tag of ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-80
4875 :     Revision:
4876 :     xvidcore--devapi4--1.0--base-0
4877 :    
4878 :     (automatically generated log message)
4879 :    
4880 :     new patches:
4881 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--base-0
4882 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-1
4883 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-2
4884 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-3
4885 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-4
4886 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-5
4887 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-6
4888 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-7
4889 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-8
4890 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-9
4891 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-10
4892 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-11
4893 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-12
4894 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-13
4895 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-14
4896 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-15
4897 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-16
4898 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-17
4899 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-18
4900 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-19
4901 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-20
4902 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-21
4903 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-22
4904 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-23
4905 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-24
4906 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-25
4907 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-26
4908 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-27
4909 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-28
4910 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-29
4911 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-30
4912 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-31
4913 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-32
4914 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-33
4915 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-34
4916 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-35
4917 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-36
4918 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-37
4919 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-38
4920 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-39
4921 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-40
4922 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-41
4923 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-42
4924 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-43
4925 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-44
4926 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-45
4927 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-46
4928 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-47
4929 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-48
4930 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-49
4931 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-50
4932 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-51
4933 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-52
4934 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-53
4935 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-54
4936 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-55
4937 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-56
4938 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-57
4939 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-58
4940 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-59
4941 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-60
4942 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-61
4943 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-62
4944 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-63
4945 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-64
4946 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-65
4947 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-66
4948 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-67
4949 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-68
4950 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-69
4951 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-70
4952 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-71
4953 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-72
4954 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-73
4955 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-74
4956 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-75
4957 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-76
4958 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-77
4959 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-78
4960 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-79
4961 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-80
4962 :     ed.gomez@free.fr--main/xvidcore--stable--0.9--base-0
4963 :     ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-1
4964 :     ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-2
4965 :     ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-3
4966 :     ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-4
4967 :     ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-5
4968 :     ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-6
4969 :     ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-7
4970 :     ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-8
4971 :     ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-9
4972 :     ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-10
4973 :     ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-11
4974 :     ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-12
4975 :     ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-13
4976 :     ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-14
4977 :     ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-15
4978 :     ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-16
4979 :     ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-17
4980 :     ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-18
4981 :     ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-19
4982 :     ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-20
4983 :     ed.gomez@free.fr--main/xvidcore--stable--0.9--version-0
4984 :     ed.gomez@free.fr--main/xvidcore--stable--1.0--base-0
4985 :     ed.gomez@free.fr--main/xvidcore--stable--1.0--patch-1
4986 :     ed.gomez@free.fr--main/xvidcore--stable--1.0--patch-2
4987 :     ed.gomez@free.fr--main/xvidcore--stable--1.0--patch-3
4988 :     ed.gomez@free.fr--main/xvidcore--stable--1.0--patch-4
4989 :     ed.gomez@free.fr--main/xvidcore--stable--1.0--patch-5
4990 :     ed.gomez@free.fr--main/xvidcore--stable--1.0--patch-6
4991 :    
4992 :    
4993 :     2003-06-27 13:42:52 GMT patch-80
4994 :    
4995 :     Summary:
4996 :     Still fixes and improvements to motion estimation
4997 :     Revision:
4998 :     xvidcore--devapi4--1.0--patch-80
4999 :    
5000 :     Still fixes and improvements to motion estimation.
5001 :    
5002 :     modified files:
5003 :     src/motion/motion_est.c src/motion/motion_est.h
5004 :    
5005 :    
5006 :     2003-06-27 13:35:20 GMT patch-79
5007 :    
5008 :     Summary:
5009 :     Added compile time PNM reading
5010 :     Revision:
5011 :     xvidcore--devapi4--1.0--patch-79
5012 :    
5013 :     Added compile time PNM reading. It can be useful to test RGB<->YV12
5014 :     conversions inside XviD.
5015 :    
5016 :     modified files:
5017 :     examples/xvid_encraw.c
5018 :    
5019 :    
5020 :     2003-06-24 12:19:01 GMT patch-78
5021 :    
5022 :     Summary:
5023 :     Fixes to the RD ME
5024 :     Revision:
5025 :     xvidcore--devapi4--1.0--patch-78
5026 :    
5027 :     Fixes to the RD ME.
5028 :    
5029 :     modified files:
5030 :     src/motion/motion_est.c src/motion/motion_est.h
5031 :    
5032 :    
5033 :     2003-06-14 09:14:11 GMT patch-77
5034 :    
5035 :     Summary:
5036 :     Zone update.
5037 :     Revision:
5038 :     xvidcore--devapi4--1.0--patch-77
5039 :    
5040 :     Removed zone warning boxes (they are counter productive)
5041 :     Added zone-based force key frame option.
5042 :    
5043 :     modified files:
5044 :     vfw/src/codec.c vfw/src/config.c vfw/src/config.h
5045 :     vfw/src/config.rc vfw/src/resource.h
5046 :    
5047 :    
5048 :     2003-06-14 09:06:37 GMT patch-76
5049 :    
5050 :     Summary:
5051 :     Fixes a bug where type was not respected in a BEFORE plugin.
5052 :     Revision:
5053 :     xvidcore--devapi4--1.0--patch-76
5054 :    
5055 :     Fixes a bug where type was not respected in a BEFORE plugin.
5056 :    
5057 :     The plugin framework was not copying what was passed to the
5058 :     call_plugins function.
5059 :    
5060 :     modified files:
5061 :     src/encoder.c
5062 :    
5063 :    
5064 :     2003-06-12 23:03:38 GMT patch-75
5065 :    
5066 :     Summary:
5067 :     Fixed the old "yellow line on left" with rgb output.
5068 :     Revision:
5069 :     xvidcore--devapi4--1.0--patch-75
5070 :    
5071 :     Fixed the old "yellow line on left" with rgb output.
5072 :    
5073 :     modified files:
5074 :     src/image/x86_asm/colorspace_rgb_mmx.asm
5075 :    
5076 :    
5077 :     2003-06-12 23:02:10 GMT patch-74
5078 :    
5079 :     Summary:
5080 :     Removed log2bin ia32 optimization.
5081 :     Revision:
5082 :     xvidcore--devapi4--1.0--patch-74
5083 :    
5084 :     Removed log2bin ia32 optimization.
5085 :    
5086 :     modified files:
5087 :     src/bitstream/bitstream.c
5088 :    
5089 :    
5090 :     2003-06-12 22:55:10 GMT patch-73
5091 :    
5092 :     Summary:
5093 :     Fixed some small things in encoder.
5094 :     Revision:
5095 :     xvidcore--devapi4--1.0--patch-73
5096 :    
5097 :     Removed definitively the Hint stuff.
5098 :    
5099 :     Fixed some XXX thingies nad some cleanup.
5100 :    
5101 :     modified files:
5102 :     src/encoder.c
5103 :    
5104 :    
5105 :     2003-06-12 22:51:55 GMT patch-72
5106 :    
5107 :     Summary:
5108 :     Back to Walken's Idct
5109 :     Revision:
5110 :     xvidcore--devapi4--1.0--patch-72
5111 :    
5112 :     The simple_idct idea was not so good as is. Waiting for a better
5113 :     solution from michael.
5114 :    
5115 :     modified files:
5116 :     src/xvid.c src/xvid.h
5117 :    
5118 :    
5119 :     2003-06-10 22:45:57 GMT patch-71
5120 :    
5121 :     Summary:
5122 :     VFW front end update (New live quant histogram window)
5123 :     Revision:
5124 :     xvidcore--devapi4--1.0--patch-71
5125 :    
5126 :     Update to the VFW frontend. It includes a new window that shows
5127 :     live quantizer histogram during encoding session.
5128 :    
5129 :     new files:
5130 :     vfw/src/.arch-ids/status.c.id vfw/src/.arch-ids/status.h.id
5131 :     vfw/src/status.c vfw/src/status.h
5132 :    
5133 :     modified files:
5134 :     vfw/src/codec.c vfw/src/codec.h vfw/src/config.c
5135 :     vfw/src/config.h vfw/src/config.rc vfw/src/driverproc.c
5136 :     vfw/src/resource.h vfw/vfw.dsp
5137 :    
5138 :    
5139 :     2003-06-10 20:58:09 GMT patch-70
5140 :    
5141 :     Summary:
5142 :     Fixed the win32 project file because of patch-64
5143 :     Revision:
5144 :     xvidcore--devapi4--1.0--patch-70
5145 :    
5146 :     Removed adapt_quant.[ch] files from the libxvidcore win32 project
5147 :     file.
5148 :    
5149 :     modified files:
5150 :     build/win32/libxvidcore.dsp
5151 :    
5152 :    
5153 :     2003-06-10 20:53:31 GMT patch-69
5154 :    
5155 :     Summary:
5156 :     Added direct target frame size support + cosmetic.
5157 :     Revision:
5158 :     xvidcore--devapi4--1.0--patch-69
5159 :    
5160 :     If the target bitrate is < 0, it is now interpreted as a target
5161 :     size in kbytes.
5162 :    
5163 :     I did also some cosmetic work to remove all space indents ^_^.
5164 :    
5165 :     modified files:
5166 :     src/plugins/plugin_2pass2.c
5167 :    
5168 :    
5169 :     2003-06-10 09:13:40 GMT patch-68
5170 :    
5171 :     Summary:
5172 :     xvid_bench updates and corresponding Makefile changes.
5173 :     Revision:
5174 :     xvidcore--devapi4--1.0--patch-68
5175 :    
5176 :     As mentionned on the devel mailing list, xvid_bench did not even
5177 :     compile anymore.
5178 :    
5179 :     This patch updates xvid_bench to the new API. xvid_bench is now
5180 :     compiled with other examples by the Makefile, this makes mandatory
5181 :     to include ../build/generic/platform.inc to have the ARCH_IS_xxxx
5182 :     constants. Dunno if it has an impact on Win32 project files.
5183 :    
5184 :     modified files:
5185 :     examples/Makefile examples/xvid_bench.c
5186 :    
5187 :    
5188 :     2003-06-10 09:05:14 GMT patch-67
5189 :    
5190 :     Summary:
5191 :     Probably a small copy/paste error
5192 :     Revision:
5193 :     xvidcore--devapi4--1.0--patch-67
5194 :    
5195 :     XVID_CSP_BGR was advertised as being a 32bit packed format -> 24bit
5196 :     is the right pixel size
5197 :    
5198 :     modified files:
5199 :     src/xvid.h
5200 :    
5201 :    
5202 :     2003-06-09 19:39:47 GMT patch-66
5203 :    
5204 :     Summary:
5205 :     Activated simple_idct_mmx.
5206 :     Revision:
5207 :     xvidcore--devapi4--1.0--patch-66
5208 :    
5209 :     This patch activates simple_idct_mmx use. However it tries to
5210 :     make sure old streams (< version 10) are decoded using the mmx
5211 :     Walten's version.
5212 :    
5213 :     A noticeable bitstream version change, it is now numbered 11.
5214 :     The number 10 is used on the cvs_head version for the same code
5215 :     change.
5216 :    
5217 :     modified files:
5218 :     src/bitstream/bitstream.c src/dct/simple_idct.c
5219 :     src/dct/x86_asm/simple_idct_mmx.asm src/decoder.c
5220 :     src/decoder.h src/xvid.c src/xvid.h
5221 :    
5222 :    
5223 :     2003-06-09 19:15:18 GMT patch-65
5224 :    
5225 :     Summary:
5226 :     Remaining include of adapt_quant.h
5227 :     Revision:
5228 :     xvidcore--devapi4--1.0--patch-65
5229 :    
5230 :     encoder.c was still including adapt_quant.h. Removed.
5231 :    
5232 :     modified files:
5233 :     src/encoder.c
5234 :    
5235 :    
5236 :     2003-06-09 17:49:44 GMT patch-64
5237 :    
5238 :     Summary:
5239 :     Moved code from adapt_quant.c to the lumimasking plugin.
5240 :     Revision:
5241 :     xvidcore--devapi4--1.0--patch-64
5242 :    
5243 :     The lumimasking plugin was using functions from outside. As I understand
5244 :     what plugins are, they should not rely on code outside their module as
5245 :     much as it is possible to achieve.
5246 :    
5247 :     Here it was clear, the plugin could be made standalone.
5248 :    
5249 :     PS: it seems lumimasking is a no-op plugin, it's probably a bug in the
5250 :     plugin framework. No time to track this.
5251 :    
5252 :     removed files:
5253 :     src/quant/.arch-ids/adapt_quant.c.id
5254 :     src/quant/.arch-ids/adapt_quant.h.id src/quant/adapt_quant.c
5255 :     src/quant/adapt_quant.h
5256 :    
5257 :     modified files:
5258 :     build/generic/sources.inc src/plugins/plugin_lumimasking.c
5259 :    
5260 :    
5261 :     2003-06-09 13:45:29 GMT patch-63
5262 :    
5263 :     Summary:
5264 :     Legal GNU GPL Headers and copyright holders.
5265 :     Revision:
5266 :     xvidcore--devapi4--1.0--patch-63
5267 :    
5268 :     Added Legal GNU GPL headers and copyright holders as defined in
5269 :     XviD 0.9.x.
5270 :    
5271 :     There are still some wrong copyright (atm noted 'Anonymous') and i
5272 :     missed probably some old headers that contain the GNU GPL pattern my
5273 :     script searched for.
5274 :    
5275 :     modified files:
5276 :     dshow/src/CAbout.cpp dshow/src/CAbout.h
5277 :     dshow/src/CXvidDecoder.cpp dshow/src/CXvidDecoder.h
5278 :     dshow/src/IXvidDecoder.h examples/xvid_bench.c
5279 :     examples/xvid_decraw.c examples/xvid_encraw.c
5280 :     examples/xvid_stat.c rawdec/rawdec.c src/bitstream/bitstream.c
5281 :     src/bitstream/bitstream.h src/bitstream/cbp.c
5282 :     src/bitstream/cbp.h src/bitstream/mbcoding.c
5283 :     src/bitstream/mbcoding.h src/bitstream/vlc_codes.h
5284 :     src/bitstream/zigzag.h src/dct/fdct.c src/dct/fdct.h
5285 :     src/dct/idct.c src/dct/idct.h src/dct/simple_idct.c
5286 :     src/decoder.c src/decoder.h src/divx4.c src/divx4.h
5287 :     src/encoder.c src/encoder.h src/global.h
5288 :     src/image/colorspace.c src/image/colorspace.h src/image/font.c
5289 :     src/image/font.h src/image/image.c src/image/image.h
5290 :     src/image/interpolate8x8.c src/image/interpolate8x8.h
5291 :     src/image/reduced.c src/image/reduced.h src/motion/motion.h
5292 :     src/motion/motion_comp.c src/motion/motion_est.c
5293 :     src/motion/motion_est.h src/motion/ppc_asm/sad_altivec.c
5294 :     src/motion/sad.c src/motion/sad.h src/motion/smp_motion_est.c
5295 :     src/motion/smp_motion_est.h src/plugins/plugin_2pass1.c
5296 :     src/plugins/plugin_2pass2.c src/plugins/plugin_dump.c
5297 :     src/plugins/plugin_fixed.c src/plugins/plugin_lumimasking.c
5298 :     src/plugins/plugin_psnr.c src/plugins/plugin_single.c
5299 :     src/portab.h src/prediction/mbprediction.h
5300 :     src/quant/adapt_quant.c src/quant/adapt_quant.h
5301 :     src/quant/quant_h263.h src/quant/quant_matrix.c
5302 :     src/quant/quant_matrix.h src/quant/quant_mpeg4.c
5303 :     src/quant/quant_mpeg4.h src/utils/emms.c src/utils/emms.h
5304 :     src/utils/mbfunctions.h src/utils/mbtransquant.c
5305 :     src/utils/mem_align.c src/utils/mem_align.h
5306 :     src/utils/mem_transfer.c src/utils/mem_transfer.h
5307 :     src/utils/timer.c src/utils/timer.h src/xvid.c src/xvid.h
5308 :     vfw/src/2pass.h vfw/src/codec.h vfw/src/config.h
5309 :     vfw/src/debug.h vfw/src/resource.h vfw/src/vfwext.h
5310 :    
5311 :    
5312 :     2003-06-09 01:13:50 GMT patch-62
5313 :    
5314 :     Summary:
5315 :     ANSI C comments.
5316 :     Revision:
5317 :     xvidcore--devapi4--1.0--patch-62
5318 :    
5319 :     Turned all // ISO C99 comments into ISO C89 (aka ANSI C) coment style.
5320 :    
5321 :     Now XviD compiles fine with gcc 3.x -std=iso89 option. This should help
5322 :     those people who want to get XviD working on DSPs or any other exotic
5323 :     hardware. This type of exotic hardware is usually shipped with a very
5324 :     spartiate ANSI C compiler.
5325 :    
5326 :     NB: Big patch that breaks all kind of cherry picking merges.
5327 :    
5328 :     modified files:
5329 :     examples/odivx_enc_dec.c examples/xvid_bench.c
5330 :     src/bitstream/bitstream.c src/bitstream/mbcoding.c
5331 :     src/bitstream/mbcoding.h src/bitstream/zigzag.h src/dct/fdct.c
5332 :     src/dct/idct.c src/dct/simple_idct.c src/decoder.c
5333 :     src/decoder.h src/encoder.c src/encoder.h src/global.h
5334 :     src/image/colorspace.c src/image/font.c src/image/image.c
5335 :     src/image/interpolate8x8.c src/image/interpolate8x8.h
5336 :     src/image/reduced.c src/motion/motion.h
5337 :     src/motion/motion_comp.c src/motion/motion_est.c
5338 :     src/motion/motion_est.h src/motion/sad.c
5339 :     src/plugins/plugin_2pass2.c src/prediction/mbprediction.c
5340 :     src/prediction/mbprediction.h src/quant/adapt_quant.c
5341 :     src/quant/adapt_quant.h src/quant/quant_h263.c
5342 :     src/quant/quant_h263.h src/quant/quant_mpeg4.c
5343 :     src/quant/quant_mpeg4.h src/utils/mbtransquant.c
5344 :     src/utils/mem_transfer.c src/utils/timer.c src/xvid.c
5345 :     vfw/src/2pass.c vfw/src/codec.c vfw/src/codec.h
5346 :     vfw/src/config.c vfw/src/config.h vfw/src/driverproc.c
5347 :    
5348 :    
5349 :     2003-06-04 18:19:56 GMT patch-61
5350 :    
5351 :     Summary:
5352 :     Removed AltCC from VFW frontend
5353 :     Revision:
5354 :     xvidcore--devapi4--1.0--patch-61
5355 :    
5356 :     A previous patch removed AltCC from the 2pass plugin. Thus we
5357 :     remove the frontend panels for AltCC and corresponding code.
5358 :    
5359 :     modified files:
5360 :     src/xvid.h vfw/src/codec.c vfw/src/config.c vfw/src/config.h
5361 :     vfw/src/config.rc
5362 :    
5363 :    
5364 :     2003-05-29 14:47:28 GMT patch-60
5365 :    
5366 :     Summary:
5367 :     Lot of two pass updates.
5368 :     Revision:
5369 :     xvidcore--devapi4--1.0--patch-60
5370 :    
5371 :     * Removed Alt curve treatment
5372 :    
5373 :     * After reading VFW code, i found out that it was using the blocks stats
5374 :     fields to retrieve the number of MBs in a frame. So all this
5375 :     min_size[] was not meant to discover a min_size for each frame
5376 :     according to its intra MBs but rather an hardcoded minimum for all
5377 :     frames as advertised in earlier cvs revisions. It would be easier if
5378 :     original code was commented :-(
5379 :    
5380 :     * Some comment changes
5381 :     * bquant_error and pquant_error have been replaced by an array
5382 :     quant_error[3][32] indexed by frame type and quantizer value.
5383 :     * Moved some initialization stuff
5384 :    
5385 :     * I read VFW and noticed that min_length was supposed to be:
5386 :     min{hard coded length, min{observed lengths}}
5387 :    
5388 :     * Force frame type during the second pass.
5389 :    
5390 :     * Simplified equations.
5391 :    
5392 :     Scaling was needed because of the non linear formulas used in AltCC but
5393 :     now we can directly use avg_length[s->type-1] instead of "first prescaling
5394 :     bframes to pframes lengths then use pframe stats and at last prescaling back
5395 :     frame length to bframe lengths"
5396 :    
5397 :     See my new XXX: question about the overflow.
5398 :    
5399 :     modified files:
5400 :     src/plugins/plugin_2pass2.c
5401 :    
5402 :    
5403 :     2003-05-25 10:01:55 GMT patch-59
5404 :    
5405 :     Summary:
5406 :     Function reordering, fix minimum "hardcoded" frame sizes in internal_sacle().
5407 :     Revision:
5408 :     xvidcore--devapi4--1.0--patch-59
5409 :    
5410 :     Fixed a bug where hardcoded miminum frame lengths were computed only for
5411 :     first frame (IFrame) and was applied for al frames. I just moved the formulas
5412 :     into the frame loop.
5413 :    
5414 :     Lot of cosmetic work, function reodrering etc etc so the plugin function
5415 :     come first, and then we have sub function and helper functions. Some fixes
5416 :     in my previous comments.
5417 :    
5418 :     modified files:
5419 :     src/plugins/plugin_2pass2.c
5420 :    
5421 :    
5422 :     2003-05-22 23:11:21 GMT patch-58
5423 :    
5424 :     Summary:
5425 :     Added the container_frame_overhead field to the 2pass2 RC structure.
5426 :     Revision:
5427 :     xvidcore--devapi4--1.0--patch-58
5428 :    
5429 :     In my previous patches, i disabled container format overhead compensation
5430 :     because xvidcore can be used for other things than AVI. However this
5431 :     compensation is usefull, so it's back with its own structure field that
5432 :     specifies how much bytes the container uses for a frame (average value).
5433 :    
5434 :     We can now do some direct ogm, matroska encodings without loosing a single
5435 :     byte... :-)
5436 :    
5437 :     modified files:
5438 :     src/plugins/plugin_2pass2.c src/xvid.h vfw/src/codec.c
5439 :    
5440 :    
5441 :     2003-05-22 22:22:47 GMT patch-57
5442 :    
5443 :     Summary:
5444 :     Fixed an overflow bug in target filesize computation.
5445 :     Revision:
5446 :     xvidcore--devapi4--1.0--patch-57
5447 :    
5448 :     rc->target was an uint64_t data to avoid overflow when dealing
5449 :     with long movies and/or high bitrates. The problem is that its
5450 :     initialization was using int32 data, thus this was resulting
5451 :     in an overflow in its initial computation. Quite silly, but this
5452 :     bug drived me crazy during 4 hours...
5453 :    
5454 :     modified files:
5455 :     src/plugins/plugin_2pass2.c
5456 :    
5457 :    
5458 :     2003-05-22 18:53:19 GMT patch-56
5459 :    
5460 :     Summary:
5461 :     Added the mrproper Makefile target.
5462 :     Revision:
5463 :     xvidcore--devapi4--1.0--patch-56
5464 :    
5465 :     Added the mrproper Makefile target that deletes even bootstrapped
5466 :     files. mrproper name comes from the linux kernel makefile, i was
5467 :     out of inspiration.
5468 :    
5469 :     modified files:
5470 :     build/generic/Makefile
5471 :    
5472 :    
5473 :     2003-05-22 17:30:15 GMT patch-55
5474 :    
5475 :     Summary:
5476 :     Fix a nasty bug due to a typo mistake.
5477 :     Revision:
5478 :     xvidcore--devapi4--1.0--patch-55
5479 :    
5480 :     We were comparing frame length with a wrong min_size[index]
5481 :     that was out of bounds (in internal_scale).
5482 :    
5483 :     modified files:
5484 :     src/plugins/plugin_2pass2.c
5485 :    
5486 :    
5487 :     2003-05-22 17:24:19 GMT patch-54
5488 :    
5489 :     Summary:
5490 :     Removed automatic \n in DPRINTF calls.
5491 :     Revision:
5492 :     xvidcore--devapi4--1.0--patch-54
5493 :    
5494 :     Removed automatic \n in DPRINTF calls.
5495 :    
5496 :     modified files:
5497 :     src/bitstream/bitstream.c src/bitstream/mbcoding.c
5498 :     src/decoder.c src/encoder.c src/image/image.c
5499 :     src/plugins/plugin_2pass2.c src/portab.h
5500 :     src/prediction/mbprediction.c
5501 :    
5502 :    
5503 :     2003-05-22 17:03:38 GMT patch-53
5504 :    
5505 :     Summary:
5506 :     Cleaned up a bit, added comments.
5507 :     Revision:
5508 :     xvidcore--devapi4--1.0--patch-53
5509 :    
5510 :     I Cleaned up the plugin_before function. I added some comments at the
5511 :     same time, so now it should be more easy to understand the meaning of
5512 :     all these if/else thingies :-)
5513 :    
5514 :     modified files:
5515 :     src/plugins/plugin_2pass2.c
5516 :    
5517 :    
5518 :     2003-05-18 12:12:49 GMT patch-52
5519 :    
5520 :     Summary:
5521 :     Update of xvid_encraw (vop_debug, debug, max key frame)
5522 :     Revision:
5523 :     xvidcore--devapi4--1.0--patch-52
5524 :    
5525 :     Added a -vop_debug option. This makes xvidcore to print out frame
5526 :     information directly into the encoded frame.
5527 :    
5528 :     Changed the meaning of the -debug option. It activates now the
5529 :     internal xvidcore debug output.
5530 :    
5531 :     Added a -max_key_interval.
5532 :    
5533 :     modified files:
5534 :     examples/xvid_encraw.c
5535 :    
5536 :    
5537 :     2003-05-18 12:01:31 GMT patch-51
5538 :    
5539 :     Summary:
5540 :     Missing RateControl removal from Win32 visual project.
5541 :     Revision:
5542 :     xvidcore--devapi4--1.0--patch-51
5543 :    
5544 :     RateControl removal was missing in the visual c project.
5545 :    
5546 :     modified files:
5547 :     build/win32/libxvidcore.dsp
5548 :    
5549 :    
5550 :     2003-05-18 00:08:46 GMT patch-50
5551 :    
5552 :     Summary:
5553 :     Removed legacy RateControl module.
5554 :     Revision:
5555 :     xvidcore--devapi4--1.0--patch-50
5556 :    
5557 :     Removed all code related to the old RateControl module.
5558 :    
5559 :     removed files:
5560 :     src/utils/.arch-ids/ratecontrol.h.id
5561 :     src/utils/.arch-ids/ratecontrol.c.id src/utils/ratecontrol.h
5562 :     src/utils/ratecontrol.c
5563 :    
5564 :     modified files:
5565 :     build/generic/sources.inc src/encoder.h
5566 :    
5567 :    
5568 :     2003-05-17 23:54:55 GMT patch-49
5569 :    
5570 :     Summary:
5571 :     VFW Update.
5572 :     Revision:
5573 :     xvidcore--devapi4--1.0--patch-49
5574 :    
5575 :     Added support for the debug option. The registry key debug has been
5576 :     changed to vop_debug. The reg key debug is now used for the codec
5577 :     debugging output.
5578 :    
5579 :     Some work on zones and mispellings.
5580 :    
5581 :     modified files:
5582 :     vfw/src/codec.c vfw/src/config.c vfw/src/config.h
5583 :     vfw/src/config.rc vfw/src/resource.h
5584 :    
5585 :    
5586 :     2003-05-17 23:50:38 GMT patch-48
5587 :    
5588 :     Summary:
5589 :     2pass plugin updates for zone support.
5590 :     Revision:
5591 :     xvidcore--devapi4--1.0--patch-48
5592 :    
5593 :     A bit more work on zones support in the 2Pass2 plugin.
5594 :    
5595 :     Simple cleanup in the 2Pass1 plugin.
5596 :    
5597 :     modified files:
5598 :     src/plugins/plugin_2pass1.c src/plugins/plugin_2pass2.c
5599 :    
5600 :    
5601 :     2003-05-17 21:07:43 GMT patch-47
5602 :    
5603 :     Summary:
5604 :     Debug is now controled through xvid_global + INIT
5605 :     Revision:
5606 :     xvidcore--devapi4--1.0--patch-47
5607 :    
5608 :     Debug is now controlled through a global variable. It can be set thanx
5609 :     to the API using the new xvid_gbl_init_t.debug field.
5610 :    
5611 :     All DPRINTF constants have been turned into XVID_DEBUG_xxxx. They have
5612 :     been moved to xvid.h.
5613 :    
5614 :     modified files:
5615 :     src/bitstream/bitstream.c src/bitstream/mbcoding.c
5616 :     src/decoder.c src/encoder.c src/image/image.c
5617 :     src/plugins/plugin_2pass2.c src/plugins/plugin_single.c
5618 :     src/portab.h src/prediction/mbprediction.c
5619 :     src/utils/ratecontrol.c src/xvid.c src/xvid.h
5620 :    
5621 :    
5622 :     2003-05-17 20:32:59 GMT patch-46
5623 :    
5624 :     Summary:
5625 :     Fix for the patch-44.
5626 :     Revision:
5627 :     xvidcore--devapi4--1.0--patch-46
5628 :    
5629 :     The fix from pete was breaking lot of other stuff, or at least it was
5630 :     outlining it.
5631 :    
5632 :     Now it works reliably.
5633 :    
5634 :     modified files:
5635 :     src/encoder.c
5636 :    
5637 :    
5638 :     2003-05-15 17:31:04 GMT patch-45
5639 :    
5640 :     Summary:
5641 :     Removed XVID_VOP_DYNAMIC_BFRAMES flag.
5642 :     Revision:
5643 :     xvidcore--devapi4--1.0--patch-45
5644 :    
5645 :     The encoder loop bugfix removed this flag, so it's now being removed
5646 :     from xvid_encraw.
5647 :    
5648 :     modified files:
5649 :     examples/xvid_encraw.c
5650 :    
5651 :    
5652 :     2003-05-15 17:24:55 GMT patch-44
5653 :    
5654 :     Summary:
5655 :     Fix to the encoder loop (was not respecting dynamic decision).
5656 :     Revision:
5657 :     xvidcore--devapi4--1.0--patch-44
5658 :    
5659 :     The long awaited fix to the encoder loop that was not respecting the
5660 :     dynamic decision performed by the MEAnlyse function.
5661 :    
5662 :     modified files:
5663 :     src/encoder.c src/xvid.h
5664 :    
5665 :    
5666 :     2003-05-14 23:27:59 GMT patch-43
5667 :    
5668 :     Summary:
5669 :     Added module building for MacOSX.
5670 :     Revision:
5671 :     xvidcore--devapi4--1.0--patch-43
5672 :    
5673 :     Added the --enable-macosx_module option to the configure script.
5674 :     It allows module building on that platform as it differenciates
5675 :     loadable modules (a la dlopen) and dynamic libs that are simply
5676 :     linked at compile time.
5677 :    
5678 :     This was needed for transcode.
5679 :    
5680 :     Patch contributed by Tilmann Bitterberg <transcode at tibit.org>
5681 :    
5682 :     modified files:
5683 :     build/generic/configure.in
5684 :    
5685 :    
5686 :     2003-05-14 20:21:30 GMT patch-42
5687 :    
5688 :     Summary:
5689 :     Merged RD ME from cvs_head.
5690 :     Revision:
5691 :     xvidcore--devapi4--1.0--patch-42
5692 :    
5693 :     Syskin has changed a bit the ME algorithm, so now it does a kind of
5694 :     RD optimization of Vector search.
5695 :    
5696 :     modified files:
5697 :     src/motion/motion_est.c src/motion/motion_est.h
5698 :    
5699 :    
5700 :     2003-05-14 18:40:40 GMT patch-41
5701 :    
5702 :     Summary:
5703 :     Merged syskin ME changes.
5704 :     Revision:
5705 :     xvidcore--devapi4--1.0--patch-41
5706 :    
5707 :     Merged last syskin ME changes. Matches motion_est.c:1.69 and motion_est.h:1.7
5708 :     minus unneeded code plus some changes due to new API.
5709 :    
5710 :     modified files:
5711 :     src/motion/motion_est.c src/motion/motion_est.h
5712 :    
5713 :    
5714 :     2003-05-14 17:28:52 GMT patch-40
5715 :    
5716 :     Summary:
5717 :     Small update to xvid_encraw.
5718 :     Revision:
5719 :     xvidcore--devapi4--1.0--patch-40
5720 :    
5721 :     I added an help message to mention the fact we can repeat the zone options.
5722 :    
5723 :     modified files:
5724 :     examples/xvid_encraw.c
5725 :    
5726 :    
5727 :     2003-05-14 14:19:12 GMT patch-39
5728 :    
5729 :     Summary:
5730 :     VFW Update (zone support, profile support)
5731 :     Revision:
5732 :     xvidcore--devapi4--1.0--patch-39
5733 :    
5734 :     VFW Update (zone support, profile support)
5735 :    
5736 :     new files:
5737 :     vfw/src/.arch-ids/vfwext.h.id vfw/src/.arch-ids/debug.h.id
5738 :     vfw/src/vfwext.h vfw/src/debug.h
5739 :    
5740 :     modified files:
5741 :     vfw/src/codec.c vfw/src/config.c vfw/src/config.h
5742 :     vfw/src/config.rc vfw/src/driverproc.c vfw/src/driverproc.def
5743 :     vfw/src/resource.h vfw/vfw.dsp
5744 :    
5745 :    
5746 :     2003-05-14 14:02:05 GMT patch-38
5747 :    
5748 :     Summary:
5749 :     Add support for single RC and zones to xvid_encraw.
5750 :     Revision:
5751 :     xvidcore--devapi4--1.0--patch-38
5752 :    
5753 :     Adds support for single RC and zones to xvid_encraw.
5754 :    
5755 :     modified files:
5756 :     examples/xvid_encraw.c
5757 :    
5758 :    
5759 :     2003-05-14 13:58:56 GMT patch-37
5760 :    
5761 :     Summary:
5762 :     Fixes for Win32 build of libxvidcore.
5763 :     Revision:
5764 :     xvidcore--devapi4--1.0--patch-37
5765 :    
5766 :     A previous patch left the Win32 build process incomplete and not up
5767 :     to date.
5768 :    
5769 :     modified files:
5770 :     build/generic/libxvidcore.def.in build/win32/libxvidcore.dsp
5771 :    
5772 :    
5773 :     2003-05-13 00:10:12 GMT patch-36
5774 :    
5775 :     Summary:
5776 :     Small fixes.
5777 :     Revision:
5778 :     xvidcore--devapi4--1.0--patch-36
5779 :    
5780 :     data->quant fix.
5781 :    
5782 :     Fixed some coding bugs in trellis code. Used __inline and not inline.
5783 :    
5784 :     modified files:
5785 :     src/encoder.c src/utils/mbtransquant.c
5786 :    
5787 :    
5788 :     2003-05-13 00:05:03 GMT patch-35
5789 :    
5790 :     Summary:
5791 :     CBR plugin is renamed Single pass. Fixed Quant plugin is disabled.
5792 :     Revision:
5793 :     xvidcore--devapi4--1.0--patch-35
5794 :    
5795 :     With the zones feature, the CBR plugin could be used for all type
5796 :     of one pass RC. The better thing to do would be to include fixed
5797 :     quant to this new single pass plugin.
5798 :    
5799 :     Btw, a (clean) solution has not been found yet. I am obliged to
5800 :     disable the fixed quant plugin. This breaks xvid_encraw :-(
5801 :    
5802 :     modified files:
5803 :     build/generic/sources.inc src/plugins/plugin_single.c
5804 :     src/xvid.h
5805 :    
5806 :     renamed files:
5807 :     src/plugins/.arch-ids/plugin_cbr.c.id
5808 :     ==> src/plugins/.arch-ids/plugin_single.c.id
5809 :     src/plugins/plugin_cbr.c
5810 :     ==> src/plugins/plugin_single.c
5811 :    
5812 :    
5813 :     2003-05-12 23:49:14 GMT patch-34
5814 :    
5815 :     Summary:
5816 :     Removed quant limits per RC plugin, moved to global settings.
5817 :     Revision:
5818 :     xvidcore--devapi4--1.0--patch-34
5819 :    
5820 :     The I/P/B Frames' min/max quantizers have moved from RC plugins' interface
5821 :     to the general encoding interface.
5822 :    
5823 :     The CBR plugin has been updated for zones and the quent limits move.
5824 :    
5825 :     modified files:
5826 :     src/encoder.c src/encoder.h src/plugins/plugin_2pass2.c
5827 :     src/plugins/plugin_cbr.c src/xvid.h
5828 :    
5829 :    
5830 :     2003-05-12 23:25:54 GMT patch-33
5831 :    
5832 :     Summary:
5833 :     Added encoding zones
5834 :     Revision:
5835 :     xvidcore--devapi4--1.0--patch-33
5836 :    
5837 :     Added encoding zones in 2pass plugins. The idea behind "zones" is
5838 :     to define frame ranges for which we change the plugin's behavior.
5839 :    
5840 :     modified files:
5841 :     src/encoder.c src/encoder.h src/plugins/plugin_2pass1.c
5842 :     src/xvid.h
5843 :    
5844 :    
5845 :     2003-05-12 23:10:17 GMT patch-32
5846 :    
5847 :     Summary:
5848 :     Added the profile setting.
5849 :     Revision:
5850 :     xvidcore--devapi4--1.0--patch-32
5851 :    
5852 :     Added the profile setting to user API.
5853 :    
5854 :     modified files:
5855 :     src/bitstream/bitstream.c src/bitstream/bitstream.h
5856 :     src/encoder.c src/encoder.h src/xvid.h
5857 :    
5858 :    
5859 :     2003-05-11 23:59:01 GMT patch-31
5860 :    
5861 :     Summary:
5862 :     Changed quality presets.
5863 :     Revision:
5864 :     xvidcore--devapi4--1.0--patch-31
5865 :    
5866 :     The presets have been changed so now we should have better PSNR with
5867 :     higher quality presets in all cases.
5868 :    
5869 :     I changed a bit the way we treat quality overflow or overflow, now i
5870 :     just clip the value to allowed range.
5871 :    
5872 :     modified files:
5873 :     examples/xvid_encraw.c
5874 :    
5875 :    
5876 :     2003-05-11 20:47:55 GMT patch-30
5877 :    
5878 :     Summary:
5879 :     Some cleanups in the trellis code.
5880 :     Revision:
5881 :     xvidcore--devapi4--1.0--patch-30
5882 :    
5883 :     Some cleanup work on trellis code. Should compile file on Visual C++ now.
5884 :    
5885 :     modified files:
5886 :     src/utils/mbtransquant.c
5887 :    
5888 :    
5889 :     2003-05-10 23:53:28 GMT patch-29
5890 :    
5891 :     Summary:
5892 :     New trellis code
5893 :     Revision:
5894 :     xvidcore--devapi4--1.0--patch-29
5895 :    
5896 :     New trellis code from skal. It should be reworked a bit so it integrates
5897 :     better into XviD code.
5898 :    
5899 :     modified files:
5900 :     src/bitstream/mbcoding.c src/bitstream/mbcoding.h
5901 :     src/utils/mbtransquant.c
5902 :    
5903 :    
5904 :     2003-05-10 23:43:11 GMT patch-28
5905 :    
5906 :     Summary:
5907 :     Intra frame decision.
5908 :     Revision:
5909 :     xvidcore--devapi4--1.0--patch-28
5910 :    
5911 :     These are syskin's words: hopefully, intra frame at every scene
5912 :     change (we really need it to cut things).
5913 :    
5914 :    
5915 :     modified files:
5916 :     src/motion/motion_est.c
5917 :    
5918 :    
5919 :     2003-05-05 21:50:25 GMT patch-27
5920 :    
5921 :     Summary:
5922 :     Fixed double last calculation in trellis quantization.
5923 :     Revision:
5924 :     xvidcore--devapi4--1.0--patch-27
5925 :    
5926 :     chl changelog message: Removed double calculation of "last" => +0.02dB
5927 :    
5928 :     modified files:
5929 :     src/bitstream/mbcoding.c
5930 :    
5931 :    
5932 :     2003-05-05 21:46:29 GMT patch-26
5933 :    
5934 :     Summary:
5935 :     Added config.status to the distclean target.
5936 :     Revision:
5937 :     xvidcore--devapi4--1.0--patch-26
5938 :    
5939 :     The target distclean is supposed to clean all files so the remaining
5940 :     ones are those supposed to be found in a distribution tarball...
5941 :     config.status is not one of them, so let's add this to the distclean
5942 :     target.
5943 :    
5944 :     modified files:
5945 :     build/generic/Makefile
5946 :    
5947 :    
5948 :     2003-05-05 21:39:47 GMT patch-25
5949 :    
5950 :     Summary:
5951 :     configure.in tuning (API number and lib sonames).
5952 :     Revision:
5953 :     xvidcore--devapi4--1.0--patch-25
5954 :    
5955 :     I fixed a typo which prevented SPECIFIC_CFLAGS to be properly set by
5956 :     the configure script.
5957 :    
5958 :     I also bumped the API version number as API 3.0 is current cvs_head
5959 :     and this branch is the next major API version
5960 :    
5961 :     While trying to build my own debian package out of xvidcore, i ran into
5962 :     trouble with the soname not respecting some basic rules that prevented
5963 :     having different library revisions running alongside (with different major
5964 :     APIs). This has been fixed adding the major API number to the library
5965 :     SONAME.
5966 :    
5967 :     modified files:
5968 :     build/generic/configure.in
5969 :    
5970 :    
5971 :     2003-04-27 23:22:30 GMT patch-24
5972 :    
5973 :     Summary:
5974 :     Cleaned CBR plugin a bit, adds structure for a better initial quant.
5975 :     Revision:
5976 :     xvidcore--devapi4--1.0--patch-24
5977 :    
5978 :     Just a clean up turning default values to preprocessor constants. I added
5979 :     a get_initial_quant for trying to retrieve support in a near future, a good
5980 :     quantizer according to the desired target bitrate. This will be done thanks
5981 :     to a simple LUT where we'll have lut[quant] = average_bitrate;. This seems
5982 :     stupid but it'll be better than starting with an hardcoded value.
5983 :    
5984 :     modified files:
5985 :     src/plugins/plugin_cbr.c
5986 :    
5987 :    
5988 :     2003-04-27 23:18:20 GMT patch-23
5989 :    
5990 :     Summary:
5991 :     b-frames look good in still motion, after all.
5992 :     Revision:
5993 :     xvidcore--devapi4--1.0--patch-23
5994 :    
5995 :     b-frames look good in still motion, after all.
5996 :    
5997 :     modified files:
5998 :     src/motion/motion_est.c
5999 :    
6000 :    
6001 :     2003-04-27 23:14:39 GMT patch-22
6002 :    
6003 :     Summary:
6004 :     Add initial trellis quantization to inter+h263 frames.
6005 :     Revision:
6006 :     xvidcore--devapi4--1.0--patch-22
6007 :    
6008 :     This is the initial support of trellis quantization for inter frames
6009 :     + h263 quantization method.
6010 :    
6011 :     Complete support is on the way.
6012 :    
6013 :     modified files:
6014 :     examples/xvid_encraw.c src/bitstream/mbcoding.c
6015 :     src/bitstream/mbcoding.h src/utils/mbtransquant.c src/xvid.h
6016 :    
6017 :    
6018 :     2003-04-27 22:59:47 GMT patch-21
6019 :    
6020 :     Summary:
6021 :     Fixes 2 memory leaks.
6022 :     Revision:
6023 :     xvidcore--devapi4--1.0--patch-21
6024 :    
6025 :     After a valgrind pass I fixed these 2 leaks. We have still to fix
6026 :     an MEAnalysis on unitialized data.
6027 :    
6028 :     modified files:
6029 :     src/encoder.c src/utils/mem_align.c
6030 :    
6031 :    
6032 :     2003-04-27 22:50:27 GMT patch-20
6033 :    
6034 :     Summary:
6035 :     Adds Avg PSNR output to xvid_encraw.
6036 :     Revision:
6037 :     xvidcore--devapi4--1.0--patch-20
6038 :    
6039 :     Adds Avg PSNR output to xvid_encraw.
6040 :    
6041 :     modified files:
6042 :     examples/xvid_encraw.c
6043 :    
6044 :    
6045 :     2003-04-27 22:40:45 GMT patch-19
6046 :    
6047 :     Summary:
6048 :     Fixes the vfw Visual Project.
6049 :     Revision:
6050 :     xvidcore--devapi4--1.0--patch-19
6051 :    
6052 :     A missing file has been removed from the project file.
6053 :    
6054 :     modified files:
6055 :     vfw/vfw.dsp
6056 :    
6057 :    
6058 :     2003-04-14 20:07:47 GMT patch-18
6059 :    
6060 :     Summary:
6061 :     Fixes plugin initialization in xvid_encraw.
6062 :     Revision:
6063 :     xvidcore--devapi4--1.0--patch-18
6064 :    
6065 :     We were initializing plugins' versions before a memset...
6066 :     <homer>Doh...</homer>
6067 :    
6068 :     modified files:
6069 :     examples/xvid_encraw.c
6070 :    
6071 :    
6072 :     2003-04-14 15:28:57 GMT patch-17
6073 :    
6074 :     Summary:
6075 :     Fixed function prototypes <-> definitions mismatching.
6076 :     Revision:
6077 :     xvidcore--devapi4--1.0--patch-17
6078 :    
6079 :     Fixed function prototypes <-> definitions mismatching.
6080 :    
6081 :     modified files:
6082 :     src/utils/mbfunctions.h src/utils/mbtransquant.c
6083 :    
6084 :    
6085 :     2003-04-14 15:23:15 GMT patch-16
6086 :    
6087 :     Summary:
6088 :     VFW frontend update
6089 :     Revision:
6090 :     xvidcore--devapi4--1.0--patch-16
6091 :    
6092 :     The VFW frontend has been updated.
6093 :    
6094 :     modified files:
6095 :     vfw/src/codec.c vfw/src/codec.h vfw/src/config.c
6096 :     vfw/src/config.h vfw/src/config.rc vfw/src/driverproc.c
6097 :     vfw/src/resource.h vfw/vfw.dsp
6098 :    
6099 :    
6100 :     2003-04-14 15:05:20 GMT patch-15
6101 :    
6102 :     Summary:
6103 :     Fixed BITS decision for low quants, reworked p/b/i decision.
6104 :     Revision:
6105 :     xvidcore--devapi4--1.0--patch-15
6106 :    
6107 :     sysKin's log message: improved vhq (does not decrease psnr anymore - at least
6108 :     for low quants) and tweaked p/b/i decision again.
6109 :    
6110 :     I Added a fix to this CVS commit to avoid ALU Exception (division by zero). It
6111 :     has been commited to cvs_head as well by sysKin.
6112 :    
6113 :     modified files:
6114 :     src/motion/motion_est.c
6115 :    
6116 :    
6117 :     2003-04-10 13:01:07 GMT patch-14
6118 :    
6119 :     Summary:
6120 :     Removed all ABS() macros.
6121 :     Revision:
6122 :     xvidcore--devapi4--1.0--patch-14
6123 :    
6124 :     All ABS macros have been replace with their stdlib.h/math.h
6125 :     equivalent. This gives a 33% overall speedup for the plain C encoder,
6126 :     while the ia32 one seems to suffer a small speed loss. However this
6127 :     speed loss is very small and it seems it depends on the CPU type as
6128 :     the abs/fabs usage is impacting badly on sad functions but impacting
6129 :     well on interpolate functions ... weird inst'it ?
6130 :    
6131 :     modified files:
6132 :     src/bitstream/mbcoding.c src/global.h src/image/image.c
6133 :     src/motion/motion_comp.c src/motion/motion_est.c
6134 :     src/motion/sad.c src/prediction/mbprediction.c
6135 :     src/utils/mbtransquant.c src/xvid.c
6136 :    
6137 :    
6138 :     2003-04-09 18:44:24 GMT patch-13
6139 :    
6140 :     Summary:
6141 :     Added GNU profiling option to the configure script.
6142 :     Revision:
6143 :     xvidcore--devapi4--1.0--patch-13
6144 :    
6145 :     In order to allow easy profiling using GNU tools (gprof, gcov), I
6146 :     added the --enable-gnuprofile to the configure.in template. This
6147 :     modifies the SPECIFIC_LDFLAGS and SPECIFIC_CFLAGS for library building
6148 :     so they include all needed options for profiling and test coverage.
6149 :    
6150 :     /!\ When compiling your own program, don't forget to use these
6151 :     options:
6152 :     -pg -fprofile-arcs -ftest-coverage
6153 :    
6154 :     When linking your program, you MUST use the -pg option too, else
6155 :     your binary will not use/create profiling informations.
6156 :    
6157 :     modified files:
6158 :     build/generic/configure.in
6159 :    
6160 :    
6161 :     2003-04-09 16:09:33 GMT patch-12
6162 :    
6163 :     Summary:
6164 :     Build fix from release-0_9_1-fixes@cvs.xvid.org
6165 :     Revision:
6166 :     xvidcore--devapi4--1.0--patch-12
6167 :    
6168 :     MacOSX build process was wrong on the linking stage as it was ignoring
6169 :     the equivalent of the linux soname thingy.
6170 :    
6171 :     modified files:
6172 :     build/generic/configure.in
6173 :    
6174 :    
6175 :     2003-04-09 13:44:06 GMT patch-11
6176 :    
6177 :     Summary:
6178 :     Syncing arch tree with xvid.org cvs.
6179 :     Revision:
6180 :     xvidcore--devapi4--1.0--patch-11
6181 :    
6182 :     Synced with all the work done in the xvid.org cvs repository. I could
6183 :     not maintain a complete list of all items but here is a kind of
6184 :     digest.
6185 :    
6186 :     + Merged build files fixes from the release-0_9_1-fixes branch.
6187 :     + Synced all motion estimation changes from the cvs_head branch.
6188 :     + Added rate control plugins.
6189 :     + Added lumimasking plugin.
6190 :     + Synced optimizations from cvs_head in interpolate and cbp
6191 :     functions.
6192 :     + xvid_encraw improvements.
6193 :     + new mbtransquant set of functions.
6194 :     + Fixed bframe SSE calculation.
6195 :    
6196 :     new files:
6197 :     src/plugins/.arch-ids/plugin_2pass1.c.id
6198 :     src/plugins/.arch-ids/plugin_2pass2.c.id
6199 :     src/plugins/.arch-ids/plugin_cbr.c.id
6200 :     src/plugins/.arch-ids/plugin_fixed.c.id
6201 :     src/plugins/.arch-ids/plugin_lumimasking.c.id
6202 :     vfw/src/.arch-ids/XviD_logo.bmp.id src/plugins/plugin_2pass1.c
6203 :     src/plugins/plugin_2pass2.c src/plugins/plugin_cbr.c
6204 :     src/plugins/plugin_fixed.c src/plugins/plugin_lumimasking.c
6205 :     vfw/src/XviD_logo.bmp
6206 :    
6207 :     modified files:
6208 :     build/generic/Makefile build/generic/bootstrap.sh
6209 :     build/generic/configure.in build/generic/libxvidcore.def.in
6210 :     build/generic/platform.inc.in build/generic/sources.inc
6211 :     build/win32/libxvidcore.dsp examples/xvid_decraw.c
6212 :     examples/xvid_encraw.c examples/xvid_stat.c
6213 :     src/bitstream/bitstream.c src/bitstream/bitstream.h
6214 :     src/bitstream/cbp.c src/bitstream/mbcoding.c
6215 :     src/bitstream/vlc_codes.h src/decoder.c src/divx4.c
6216 :     src/encoder.c src/encoder.h src/global.h src/image/image.c
6217 :     src/image/interpolate8x8.c src/motion/motion.h
6218 :     src/motion/motion_comp.c src/motion/motion_est.c
6219 :     src/motion/motion_est.h src/motion/sad.c
6220 :     src/plugins/plugin_dump.c src/plugins/plugin_psnr.c
6221 :     src/portab.h src/prediction/mbprediction.c
6222 :     src/utils/mbfunctions.h src/utils/mbtransquant.c src/xvid.c
6223 :     src/xvid.h vfw/src/2pass.c vfw/src/codec.c
6224 :    
6225 :    
6226 :     2003-03-16 00:21:32 GMT patch-10
6227 :    
6228 :     Summary:
6229 :     Added suxen plugin system (Synced with CVS)
6230 :     Revision:
6231 :     xvidcore--devapi4--1.0--patch-10
6232 :    
6233 :     Sync with the CVS and thus adds the plugin framework.
6234 :    
6235 :     new files:
6236 :     src/plugins/.arch-ids/=id
6237 :     src/plugins/.arch-ids/plugin_dump.c.id
6238 :     src/plugins/.arch-ids/plugin_psnr.c.id
6239 :     src/plugins/plugin_dump.c src/plugins/plugin_psnr.c
6240 :    
6241 :     modified files:
6242 :     build/win32/libxvidcore.dsp examples/Makefile
6243 :     examples/xvid_decraw.c examples/xvid_encraw.c
6244 :     src/bitstream/bitstream.c src/encoder.c src/encoder.h
6245 :     src/portab.h src/utils/mbtransquant.c src/xvid.h
6246 :    
6247 :     new directories:
6248 :     src/plugins/.arch-ids src/plugins
6249 :    
6250 :    
6251 :     2003-03-11 23:37:06 GMT patch-9
6252 :    
6253 :     Summary:
6254 :     Changed xvid_decraw option handling for -d/-m.
6255 :     Revision:
6256 :     xvidcore--devapi4--1.0--patch-9
6257 :    
6258 :     -d and -m options were boolean so option values were not needed.
6259 :    
6260 :     modified files:
6261 :     examples/xvid_decraw.c
6262 :    
6263 :    
6264 :     2003-03-11 23:30:16 GMT patch-8
6265 :    
6266 :     Summary:
6267 :     Fixed frame counting in xvid_encraw.
6268 :     Revision:
6269 :     xvidcore--devapi4--1.0--patch-8
6270 :    
6271 :     We were branching before incrementing the frame counter when core was
6272 :     buffering frames. This was resulting in wrong frame counting during
6273 :     the buffering phase.
6274 :    
6275 :     modified files:
6276 :     examples/xvid_encraw.c
6277 :    
6278 :    
6279 :     2003-03-11 23:07:01 GMT patch-7
6280 :    
6281 :     Summary:
6282 :     Ported xvid_decraw to new API.
6283 :     Revision:
6284 :     xvidcore--devapi4--1.0--patch-7
6285 :    
6286 :     xvid_decraw has been ported to new API. It basically works fine,
6287 :     however i'm not completly staisfied. If I do a step by step run then i
6288 :     can see that second frame is reported as a VOL decoding though the
6289 :     first IFrame has been consumed. This makes xvid_decraw does not report
6290 :     correctly frames' length.
6291 :    
6292 :     Except that, xvid_decraw works well enough to activate it in the
6293 :     makefile.
6294 :    
6295 :     modified files:
6296 :     examples/Makefile examples/xvid_decraw.c
6297 :    
6298 :    
6299 :     2003-03-11 20:19:44 GMT patch-6
6300 :    
6301 :     Summary:
6302 :     Fix an important API comment in main header.
6303 :     Revision:
6304 :     xvidcore--devapi4--1.0--patch-6
6305 :    
6306 :     This patch fixes a comment in xvid.h which was simply wrong and
6307 :     could lead to uneeded code.
6308 :    
6309 :     modified files:
6310 :     src/xvid.h
6311 :    
6312 :    
6313 :     2003-03-11 00:36:34 GMT patch-5
6314 :    
6315 :     Summary:
6316 :     PSNR is now an option. More consistent -m/-s option handling.
6317 :     Revision:
6318 :     xvidcore--devapi4--1.0--patch-5
6319 :    
6320 :     I turned PSNR stats into an option (-s). I fixed the handling of the
6321 :     -m option that required only a bool.
6322 :    
6323 :     I could say in french "ma stupidité dans toute sa grandeur".
6324 :    
6325 :     -m presence is enough to significate "save _m_peg stream", we don't
6326 :     need the boolean value.
6327 :    
6328 :     modified files:
6329 :     examples/xvid_encraw.c
6330 :    
6331 :    
6332 :     2003-03-10 00:36:15 GMT patch-4
6333 :    
6334 :     Summary:
6335 :     Adds extended stats support even for bframes in xvidcore.
6336 :     Revision:
6337 :     xvidcore--devapi4--1.0--patch-4
6338 :    
6339 :     This patch enables core extended stats support even for bframes. It
6340 :     modifies the way the MBTransQuantBVOP function does its work. It used
6341 :     to not dequant, idct the MB because bframes are never used as reference
6342 :     frames. However if we want to compute stats, then we must perform these
6343 :     inverse transformations.
6344 :    
6345 :     modified files:
6346 :     src/encoder.c src/utils/mbfunctions.h src/utils/mbtransquant.c
6347 :    
6348 :    
6349 :     2003-03-09 16:42:27 GMT patch-3
6350 :    
6351 :     Summary:
6352 :     Adds extended stats support.
6353 :     Revision:
6354 :     xvidcore--devapi4--1.0--patch-3
6355 :    
6356 :     This patch enables core extended stats support. It seems that xvidcore
6357 :     does not compute sse for BFrames, I have tried to adds this by an ugly
6358 :     hack but it did not work as expected, i suppose core does not
6359 :     decompress bframes as they are not used as reference frames (unlike P
6360 :     and I frames).
6361 :    
6362 :     If we succeed in enabling sse calculation in core for bframes, then
6363 :     xvid_stat will not be needed anymore. This will save lot of trouble
6364 :     with frame matching in PSNR computation when bframes are enabled.
6365 :    
6366 :     modified files:
6367 :     examples/xvid_encraw.c
6368 :    
6369 :    
6370 :     2003-03-09 00:23:52 GMT patch-2
6371 :    
6372 :     Summary:
6373 :     Updated xvid_encraw for new API.
6374 :     Revision:
6375 :     xvidcore--devapi4--1.0--patch-2
6376 :    
6377 :     This patch updates the xvid_encraw example to support the
6378 :     new API. As it's the first patch for API 4 support, I
6379 :     disabled all other examples.
6380 :    
6381 :     BUG: first frame type is Unknown, I suppose I'm missing
6382 :     a subtility of the new API.
6383 :    
6384 :     modified files:
6385 :     examples/Makefile examples/xvid_encraw.c src/encoder.c
6386 :    
6387 :    
6388 :     2003-03-06 22:08:43 GMT patch-1
6389 :    
6390 :     Summary:
6391 :     Synced with dev-api-4 XviD branch.
6392 :     Revision:
6393 :     xvidcore--devapi4--1.0--patch-1
6394 :    
6395 :     Synced with dev-api-4 XviD branch. My branching was done at a later
6396 :     point than CVS. This resulted in version skew, now this branch is
6397 :     synced with CVS.
6398 :    
6399 :     new files:
6400 :     vfw/.arch-ids/=id vfw/bin/.arch-ids/=id vfw/src/.arch-ids/=id
6401 :     vfw/.arch-ids/vfw.dsp.id vfw/bin/.arch-ids/xvid.inf.id
6402 :     vfw/src/.arch-ids/2pass.c.id vfw/src/.arch-ids/2pass.h.id
6403 :     vfw/src/.arch-ids/codec.c.id vfw/src/.arch-ids/codec.h.id
6404 :     vfw/src/.arch-ids/config.c.id vfw/src/.arch-ids/config.h.id
6405 :     vfw/src/.arch-ids/config.rc.id
6406 :     vfw/src/.arch-ids/driverproc.c.id
6407 :     vfw/src/.arch-ids/driverproc.def.id
6408 :     vfw/src/.arch-ids/resource.h.id rawdec/.arch-ids/rawdec.c.id
6409 :     rawdec/.arch-ids/rawdec.dsp.id rawdec/.arch-ids/=id
6410 :     dshow/.arch-ids/=id dshow/.arch-ids/authors.txt.id
6411 :     dshow/.arch-ids/dshow.dsp.id dshow/src/.arch-ids/=id
6412 :     dshow/src/.arch-ids/CAbout.cpp.id
6413 :     dshow/src/.arch-ids/CAbout.h.id
6414 :     dshow/src/.arch-ids/CXvidDecoder.cpp.id
6415 :     dshow/src/.arch-ids/CXvidDecoder.h.id
6416 :     dshow/src/.arch-ids/IXvidDecoder.h.id
6417 :     dshow/src/.arch-ids/resource.h.id
6418 :     dshow/src/.arch-ids/xvid.ax.def.id
6419 :     dshow/src/.arch-ids/xvid.ax.rc.id vfw/vfw.dsp vfw/bin/xvid.inf
6420 :     vfw/src/2pass.c vfw/src/2pass.h vfw/src/codec.c
6421 :     vfw/src/codec.h vfw/src/config.c vfw/src/config.h
6422 :     vfw/src/config.rc vfw/src/driverproc.c vfw/src/driverproc.def
6423 :     vfw/src/resource.h rawdec/rawdec.c rawdec/rawdec.dsp
6424 :     dshow/authors.txt dshow/dshow.dsp dshow/src/CAbout.cpp
6425 :     dshow/src/CAbout.h dshow/src/CXvidDecoder.cpp
6426 :     dshow/src/CXvidDecoder.h dshow/src/IXvidDecoder.h
6427 :     dshow/src/resource.h dshow/src/xvid.ax.def
6428 :     dshow/src/xvid.ax.rc
6429 :    
6430 :     modified files:
6431 :     build/generic/Makefile build/generic/bootstrap.sh
6432 :     build/generic/configure.in build/generic/platform.inc.in
6433 :     build/win32/libxvidcore.dsp examples/Makefile
6434 :     examples/xvid_bench.c examples/xvid_decraw.c
6435 :     examples/xvid_encraw.c examples/xvid_stat.c
6436 :     src/bitstream/bitstream.c src/bitstream/bitstream.h
6437 :     src/bitstream/mbcoding.c src/bitstream/vlc_codes.h
6438 :     src/decoder.c src/decoder.h src/encoder.c src/encoder.h
6439 :     src/global.h src/image/colorspace.c src/image/colorspace.h
6440 :     src/image/image.c src/image/image.h src/image/interpolate8x8.c
6441 :     src/motion/motion.h src/motion/motion_comp.c
6442 :     src/motion/motion_est.c src/motion/motion_est.h
6443 :     src/motion/smp_motion_est.c src/motion/smp_motion_est.h
6444 :     src/portab.h src/prediction/mbprediction.c
6445 :     src/utils/mbtransquant.c src/xvid.c src/xvid.h todo.txt
6446 :    
6447 :     new directories:
6448 :     dshow/.arch-ids dshow/src/.arch-ids rawdec/.arch-ids
6449 :     vfw/.arch-ids vfw/bin/.arch-ids vfw/src/.arch-ids vfw vfw/bin
6450 :     vfw/src rawdec dshow dshow/src
6451 :    
6452 :    
6453 :     2003-03-06 21:27:16 GMT base-0
6454 :    
6455 :     Summary:
6456 :     tag of ed.gomez@free.fr--main/xvidcore--stable--1.0--patch-6
6457 :     Revision:
6458 :     xvidcore--devapi4--1.0--base-0
6459 :    
6460 :     (automatically generated log message)
6461 :    
6462 :    
6463 :     new patches:
6464 :     ed.gomez@free.fr--main/xvidcore--stable--0.9--base-0
6465 :     ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-1
6466 :     ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-2
6467 :     ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-3
6468 :     ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-4
6469 :     ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-5
6470 :     ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-6
6471 :     ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-7
6472 :     ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-8
6473 :     ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-9
6474 :     ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-10
6475 :     ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-11
6476 :     ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-12
6477 :     ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-13
6478 :     ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-14
6479 :     ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-15
6480 :     ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-16
6481 :     ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-17
6482 :     ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-18
6483 :     ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-19
6484 :     ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-20
6485 :     ed.gomez@free.fr--main/xvidcore--stable--0.9--version-0
6486 :     ed.gomez@free.fr--main/xvidcore--stable--1.0--base-0
6487 :     ed.gomez@free.fr--main/xvidcore--stable--1.0--patch-1
6488 :     ed.gomez@free.fr--main/xvidcore--stable--1.0--patch-2
6489 :     ed.gomez@free.fr--main/xvidcore--stable--1.0--patch-3
6490 :     ed.gomez@free.fr--main/xvidcore--stable--1.0--patch-4
6491 :     ed.gomez@free.fr--main/xvidcore--stable--1.0--patch-5
6492 :     ed.gomez@free.fr--main/xvidcore--stable--1.0--patch-6
6493 :    
6494 :     2003-02-15 18:40:33 GMT patch-3
6495 :    
6496 :     Summary:
6497 :     Added latest Pete's chroma optimization code.
6498 :     Revision:
6499 :     xvidcore--stable--1.0--patch-3
6500 :    
6501 :     During merge, i forgot that small piece of code.
6502 :    
6503 :     modified files:
6504 :     src/encoder.c src/xvid.h
6505 :    
6506 :    
6507 :     2003-02-15 14:48:12 GMT patch-2
6508 :    
6509 :     Summary:
6510 :     Fixed compilation and moved back to plain GPL.
6511 :     Revision:
6512 :     xvidcore--stable--1.0--patch-2
6513 :    
6514 :     portab.h was missing the DPRINTF_RC flag.
6515 :     I merged the watcom C portab.h part.
6516 :    
6517 :     Back to plain GPL as it is in dev-api-3 branch.
6518 :    
6519 :     modified files:
6520 :     LICENSE src/portab.h
6521 :    
6522 :    
6523 :     2003-02-15 14:05:17 GMT patch-1
6524 :    
6525 :     Summary:
6526 :     Updated tree to dev-api-3 branch.
6527 :     Revision:
6528 :     xvidcore--stable--1.0--patch-1
6529 :    
6530 :     This patch consists basically of merging things with dev-api-3
6531 :     CVS branch.
6532 :    
6533 :     - All asm, C, h files have been copied from this CVS branch.
6534 :     - Fixed generic sources.inc to take care of changes.
6535 :     - Fixed architecture stuff in sources (ARCH_IS_...).
6536 :     - Updated examples.
6537 :     - Updated libxvidcore.dsp.
6538 :     - Fixed libxvidcore.dsp for ARCH_IS_... constants.
6539 :     - Changed .so and .a naming convention. It is now postfixed
6540 :     with the API version to avoid API incompatibilities with 2.1
6541 :     which had had a postfix.
6542 :     - Fixed configure version 0.9.1 <-> 1.0.0 cvs-snaphot
6543 :    
6544 :     This is the first attempt. I don't even know if it compiles well.
6545 :    
6546 :     new files:
6547 :     src/bitstream/x86_asm/.arch-ids/cbp_3dne.asm.id
6548 :     src/dct/.arch-ids/simple_idct.c.id
6549 :     src/dct/x86_asm/.arch-ids/fdct_xmm.asm.id
6550 :     src/dct/x86_asm/.arch-ids/idct_3dne.asm.id
6551 :     src/dct/x86_asm/.arch-ids/simple_idct_mmx.asm.id
6552 :     src/image/.arch-ids/font.c.id src/image/.arch-ids/font.h.id
6553 :     src/image/.arch-ids/reduced.c.id
6554 :     src/image/.arch-ids/reduced.h.id
6555 :     src/image/x86_asm/.arch-ids/colorspace_mmx.inc.id
6556 :     src/image/x86_asm/.arch-ids/colorspace_rgb_mmx.asm.id
6557 :     src/image/x86_asm/.arch-ids/colorspace_yuv_mmx.asm.id
6558 :     src/image/x86_asm/.arch-ids/colorspace_yuyv_mmx.asm.id
6559 :     src/image/x86_asm/.arch-ids/interpolate8x8_3dne.asm.id
6560 :     src/image/x86_asm/.arch-ids/reduced_mmx.asm.id
6561 :     src/motion/.arch-ids/motion_est.h.id
6562 :     src/motion/.arch-ids/smp_motion_est.c.id
6563 :     src/motion/.arch-ids/smp_motion_est.h.id
6564 :     src/motion/x86_asm/.arch-ids/sad_3dne.asm.id
6565 :     src/quant/x86_asm/.arch-ids/quantize4_xmm.asm.id
6566 :     src/quant/x86_asm/.arch-ids/quantize_3dne.asm.id
6567 :     src/utils/x86_asm/.arch-ids/interlacing_mmx.asm.id
6568 :     src/utils/x86_asm/.arch-ids/mem_transfer_3dne.asm.id
6569 :     src/bitstream/x86_asm/cbp_3dne.asm src/dct/simple_idct.c
6570 :     src/dct/x86_asm/fdct_xmm.asm src/dct/x86_asm/idct_3dne.asm
6571 :     src/dct/x86_asm/simple_idct_mmx.asm src/image/font.c
6572 :     src/image/font.h src/image/reduced.c src/image/reduced.h
6573 :     src/image/x86_asm/colorspace_mmx.inc
6574 :     src/image/x86_asm/colorspace_rgb_mmx.asm
6575 :     src/image/x86_asm/colorspace_yuv_mmx.asm
6576 :     src/image/x86_asm/colorspace_yuyv_mmx.asm
6577 :     src/image/x86_asm/interpolate8x8_3dne.asm
6578 :     src/image/x86_asm/reduced_mmx.asm src/motion/motion_est.h
6579 :     src/motion/smp_motion_est.c src/motion/smp_motion_est.h
6580 :     src/motion/x86_asm/sad_3dne.asm
6581 :     src/quant/x86_asm/quantize4_xmm.asm
6582 :     src/quant/x86_asm/quantize_3dne.asm
6583 :     src/utils/x86_asm/interlacing_mmx.asm
6584 :     src/utils/x86_asm/mem_transfer_3dne.asm
6585 :    
6586 :     modified files:
6587 :     build/generic/Makefile build/generic/configure.in
6588 :     build/generic/sources.inc build/win32/libxvidcore.dsp
6589 :     examples/odivx_enc_dec.c examples/xvid_bench.c
6590 :     examples/xvid_decraw.c examples/xvid_encraw.c
6591 :     examples/xvid_stat.c src/bitstream/bitstream.c
6592 :     src/bitstream/bitstream.h src/bitstream/cbp.c
6593 :     src/bitstream/cbp.h src/bitstream/mbcoding.c
6594 :     src/bitstream/mbcoding.h src/bitstream/ppc_asm/cbp_altivec.s
6595 :     src/bitstream/ppc_asm/cbp_ppc.s src/bitstream/vlc_codes.h
6596 :     src/bitstream/x86_asm/cbp_mmx.asm
6597 :     src/bitstream/x86_asm/cbp_sse2.asm src/bitstream/zigzag.h
6598 :     src/dct/fdct.c src/dct/fdct.h src/dct/ia64_asm/fdct_ia64.s
6599 :     src/dct/idct.c src/dct/idct.h src/dct/ppc_asm/fdct_altivec.s
6600 :     src/dct/ppc_asm/idct_altivec.s src/dct/x86_asm/fdct_mmx.asm
6601 :     src/dct/x86_asm/idct_mmx.asm src/decoder.c src/decoder.h
6602 :     src/divx4.c src/divx4.h src/encoder.c src/encoder.h
6603 :     src/global.h src/image/colorspace.c src/image/colorspace.h
6604 :     src/image/image.c src/image/image.h src/image/interpolate8x8.c
6605 :     src/image/interpolate8x8.h
6606 :     src/image/x86_asm/interpolate8x8_3dn.asm
6607 :     src/image/x86_asm/interpolate8x8_mmx.asm
6608 :     src/image/x86_asm/interpolate8x8_xmm.asm
6609 :     src/image/x86_asm/rgb_to_yv12_mmx.asm
6610 :     src/image/x86_asm/yuv_to_yv12_mmx.asm
6611 :     src/image/x86_asm/yuyv_to_yv12_mmx.asm
6612 :     src/image/x86_asm/yv12_to_rgb24_mmx.asm
6613 :     src/image/x86_asm/yv12_to_rgb32_mmx.asm
6614 :     src/image/x86_asm/yv12_to_yuyv_mmx.asm
6615 :     src/motion/ia64_asm/sad_ia64.s src/motion/motion.h
6616 :     src/motion/motion_comp.c src/motion/motion_est.c
6617 :     src/motion/ppc_asm/sad_altivec.c src/motion/sad.c
6618 :     src/motion/sad.h src/motion/x86_asm/sad_3dn.asm
6619 :     src/motion/x86_asm/sad_mmx.asm src/motion/x86_asm/sad_sse2.asm
6620 :     src/motion/x86_asm/sad_xmm.asm src/portab.h
6621 :     src/prediction/mbprediction.c src/prediction/mbprediction.h
6622 :     src/quant/adapt_quant.c src/quant/adapt_quant.h
6623 :     src/quant/quant_h263.c src/quant/quant_h263.h
6624 :     src/quant/quant_matrix.c src/quant/quant_matrix.h
6625 :     src/quant/quant_mpeg4.c src/quant/quant_mpeg4.h
6626 :     src/quant/x86_asm/quantize4_mmx.asm
6627 :     src/quant/x86_asm/quantize_mmx.asm src/utils/emms.c
6628 :     src/utils/emms.h src/utils/ia64_asm/mem_transfer_ia64.s
6629 :     src/utils/mbfunctions.h src/utils/mbtransquant.c
6630 :     src/utils/mem_align.c src/utils/mem_align.h
6631 :     src/utils/mem_transfer.c src/utils/mem_transfer.h
6632 :     src/utils/ratecontrol.c src/utils/ratecontrol.h
6633 :     src/utils/timer.c src/utils/timer.h
6634 :     src/utils/x86_asm/cpuid.asm
6635 :     src/utils/x86_asm/mem_transfer_mmx.asm src/xvid.c src/xvid.h
6636 :    
6637 :    
6638 :     2003-02-14 23:01:44 GMT base-0
6639 :    
6640 :     Summary:
6641 :     Upcoming 1.0 version continuation
6642 :     Revision:
6643 :     xvidcore--stable--1.0--base-0
6644 :    
6645 :     Continuation of the xvidcore--stable--0.9 version.
6646 :    
6647 :     new directories:
6648 :     {arch}/xvidcore/xvidcore--stable/xvidcore--stable--1.0
6649 :     {arch}/xvidcore/xvidcore--stable/xvidcore--stable--1.0/ed.gomez@free.fr--main
6650 :     {arch}/xvidcore/xvidcore--stable/xvidcore--stable--1.0/ed.gomez@free.fr--main/patch-log
6651 :    
6652 :    
6653 :     2003-02-11 21:03:19 GMT patch-20
6654 :    
6655 :     Summary:
6656 :     Removed BFrame outdated bframe/qpel decoding.
6657 :     Revision:
6658 :     xvidcore--stable--0.9--patch-20
6659 :    
6660 :     Michael noticed there were still pieces of bframe and qpel decoding.
6661 :     He proposed to remove it or upgrade it... Feeling too lazy to merge
6662 :     all differences (the too much divergent) file from dev-api-3.
6663 :    
6664 :     modified files:
6665 :     changelog.txt src/decoder.c src/image/interpolate8x8.c
6666 :     src/image/interpolate8x8.h
6667 :    
6668 :    
6669 :     2003-02-11 18:40:48 GMT patch-19
6670 :    
6671 :     Summary:
6672 :     Fixed libxvidcore.def, revamped Makefile output, fixed ia64 build, added ranlib detection.
6673 :     Revision:
6674 :     xvidcore--stable--0.9--patch-19
6675 :    
6676 :     Ok this patch does lot of things.
6677 :    
6678 :     First, it fixes libxvidcore.def for win32 targets. This file is now
6679 :     generated at configure time. This way we make sure no symobols are
6680 :     exported without being compiled in.
6681 :    
6682 :     Second, I revamped Makefile so its output is more eye candy.
6683 :    
6684 :     Third change, I removed the ia64 dct file from SRC_IA64 variable,
6685 :     this was interfering with the DCT_IA64_SOURCES variable.
6686 :    
6687 :     Fourth change, ranlib is detected at configure time and used in the
6688 :     Makeile through the RANLIB variable.
6689 :    
6690 :     modified files:
6691 :     build/generic/Makefile build/generic/configure.in
6692 :     build/generic/libxvidcore.def.in build/generic/platform.inc.in
6693 :     build/generic/sources.inc
6694 :    
6695 :     renamed files:
6696 :     build/generic/.arch-ids/libxvidcore.def.id
6697 :     ==> build/generic/.arch-ids/libxvidcore.def.in.id
6698 :     build/generic/libxvidcore.def
6699 :     ==> build/generic/libxvidcore.def.in
6700 :    
6701 :    
6702 :    
6703 :     2003-02-10 23:31:01 GMT patch-18
6704 :    
6705 :     Summary:
6706 :     Fixed xvid_encraw help message.
6707 :     Revision:
6708 :     xvidcore--stable--0.9--patch-18
6709 :    
6710 :     Fixed xvid_encraw help message.
6711 :    
6712 :     modified files:
6713 :     examples/xvid_encraw.c
6714 :    
6715 :    
6716 :     2003-02-10 23:06:32 GMT patch-17
6717 :    
6718 :     Summary:
6719 :     Added IA64 DCT source choice according to the compiler basename.
6720 :     Revision:
6721 :     xvidcore--stable--0.9--patch-17
6722 :    
6723 :     The IA64 dct file must be choosen according to the compiler.
6724 :     I chose to look for a basename based on the *ecc* regexp, all
6725 :     other compiler will be treated as being the GNU C compiler.
6726 :    
6727 :     Hope this is enough.
6728 :    
6729 :     modified files:
6730 :     build/generic/Makefile build/generic/configure.in
6731 :     build/generic/platform.inc.in
6732 :    
6733 :    
6734 :     2003-02-10 13:49:25 GMT patch-16
6735 :    
6736 :     Summary:
6737 :     Changed linking option on PPC platforms (-flat_namespace)
6738 :     Revision:
6739 :     xvidcore--stable--0.9--patch-16
6740 :    
6741 :     Guillaume sent me this fix for PPC platforms.
6742 :    
6743 :     modified files:
6744 :     build/generic/configure.in
6745 :    
6746 :    
6747 :     2003-02-09 23:15:18 GMT patch-15
6748 :    
6749 :     Summary:
6750 :     Added the configure bootstrap script.
6751 :     Revision:
6752 :     xvidcore--stable--0.9--patch-15
6753 :    
6754 :     Added the configure bootstrap script.
6755 :    
6756 :     new files:
6757 :     build/generic/.arch-ids/bootstrap.sh.id
6758 :     build/generic/bootstrap.sh
6759 :    
6760 :    
6761 :     2003-02-09 23:06:51 GMT patch-14
6762 :    
6763 :     Summary:
6764 :     The PPC port is now disabled because it is outdated.
6765 :     Revision:
6766 :     xvidcore--stable--0.9--patch-14
6767 :    
6768 :     The PPC port is now disabled because it is outdated.
6769 :    
6770 :     modified files:
6771 :     build/generic/configure.in
6772 :    
6773 :    
6774 :     2003-02-09 23:01:30 GMT patch-13
6775 :    
6776 :     Summary:
6777 :     More "unknown compiler" friendly portab.h file.
6778 :     Revision:
6779 :     xvidcore--stable--0.9--patch-13
6780 :    
6781 :     Cristoph pointed out that portab.h was a problem when used with
6782 :     unknown compilers. This patch tries to fix that.
6783 :    
6784 :     modified files:
6785 :     src/portab.h
6786 :    
6787 :    
6788 :     2003-02-09 00:49:32 GMT patch-12
6789 :    
6790 :     Summary:
6791 :     DivX4 compatibility layer has been turned into an option (default:disable).
6792 :     Revision:
6793 :     xvidcore--stable--0.9--patch-12
6794 :    
6795 :     The divx4 compatibility API has been turned into an option. This
6796 :     has been a long wanted thing by mplayer's guys, so here it is.
6797 :     As we say in french "mieux vaut tard que jamais".
6798 :    
6799 :     modified files:
6800 :     build/generic/Makefile build/generic/configure.in
6801 :     build/generic/platform.inc.in build/generic/sources.inc
6802 :    
6803 :    
6804 :     2003-02-08 23:29:55 GMT patch-11
6805 :    
6806 :     Summary:
6807 :     Fixed WIN32/_MSC_VER confusion and updated MSVC libxvidcore.dsp project file.
6808 :     Revision:
6809 :     xvidcore--stable--0.9--patch-11
6810 :    
6811 :     This patch set fixes all WIN32/_MSC_VER conditional compilation
6812 :     in examples and in the Illegal Instruction detection for SSE2
6813 :     support in xvid.c.
6814 :    
6815 :     libxvidcore.dsp file as been updated with the right defines for
6816 :     x86 support (ARCH_IS_IA32, ARCH_IS_32BIT, ARCH_IS_LITTLE_ENDIAN)
6817 :    
6818 :     Hope Win32 is now completely ready.
6819 :    
6820 :     modified files:
6821 :     build/win32/libxvidcore.dsp examples/xvid_bench.c
6822 :     examples/xvid_decraw.c examples/xvid_encraw.c
6823 :     examples/xvid_stat.c src/xvid.c
6824 :    
6825 :    
6826 :     2003-02-08 14:55:19 GMT patch-10
6827 :    
6828 :     Summary:
6829 :     Fixed MacOSX build.
6830 :     Revision:
6831 :     xvidcore--stable--0.9--patch-10
6832 :    
6833 :     Two fixes for MacOSX. It adds a missing option to gcc to allow the
6834 :     linking stage on this platform (-fno-common). It fixes Altivec test
6835 :     which was outputting result on the console.
6836 :    
6837 :     modified files:
6838 :     build/generic/configure.in
6839 :    
6840 :    
6841 :     2003-02-08 12:49:17 GMT patch-9
6842 :    
6843 :     Summary:
6844 :     Added Altivec detection (Guillaume Morin)
6845 :     Revision:
6846 :     xvidcore--stable--0.9--patch-9
6847 :    
6848 :     Added Altivec detection test in configure.in.
6849 :    
6850 :     modified files:
6851 :     build/generic/configure.in
6852 :    
6853 :    
6854 :     2003-02-08 12:25:46 GMT patch-8
6855 :    
6856 :     Summary:
6857 :     Fixed portab.h for _DEBUG target and GCC/ICC compilers.
6858 :     Revision:
6859 :     xvidcore--stable--0.9--patch-8
6860 :    
6861 :     During the Unix build system change, i had to turn the DRPINTF macro
6862 :     into a real function because teh MacOSX compilers do not support the
6863 :     variadic macros as defined in ISO C99 standard. During this change,
6864 :     i forgot to adapt the macro code and the #include <stdarg.h> needed
6865 :     for variadic functions.
6866 :    
6867 :     modified files:
6868 :     src/portab.h
6869 :    
6870 :    
6871 :     2003-02-08 11:45:00 GMT patch-7
6872 :    
6873 :     Summary:
6874 :     Changed the way I add strings into variables.
6875 :     Revision:
6876 :     xvidcore--stable--0.9--patch-7
6877 :    
6878 :     I changed the way I add strings to variables (CFLAGS and so on). Now i use
6879 :     var="$var string2" instead of var=$var" string2".
6880 :    
6881 :     Fixed a typo reported by Pete for the cygwin part.
6882 :    
6883 :     modified files:
6884 :     build/generic/configure.in
6885 :    
6886 :    
6887 :     2003-02-07 23:16:57 GMT patch-6
6888 :    
6889 :     Summary:
6890 :     Fixed the "ar" "s" option for some platforms.
6891 :     Revision:
6892 :     xvidcore--stable--0.9--patch-6
6893 :    
6894 :     The "s" option of the "ar" program is not standard accross all
6895 :     platforms. I had at least problems on OpenBSD and an old Solaris
6896 :     version.
6897 :    
6898 :     modified files:
6899 :     build/generic/Makefile
6900 :    
6901 :    
6902 :     2003-02-07 22:19:37 GMT patch-5
6903 :    
6904 :     Summary:
6905 :     Fixed a BSD checking in ansm output format.
6906 :     Revision:
6907 :     xvidcore--stable--0.9--patch-5
6908 :    
6909 :     Fixed a BSD checking in ansm output format.
6910 :    
6911 :     modified files:
6912 :     build/generic/configure.in
6913 :    
6914 :    
6915 :     2003-02-07 21:18:14 GMT patch-4
6916 :    
6917 :     Summary:
6918 :     Fixed options and added the --disable-assembly option
6919 :     Revision:
6920 :     xvidcore--stable--0.9--patch-4
6921 :    
6922 :     Options have been fixed because they were not taking care of the
6923 :     enable_feature variable.
6924 :    
6925 :     The --disable-assembly options has been added. This is a good way
6926 :     to compile XviD on nearly all platforms without having to deal with
6927 :     the assembly code -- useful on PPC platform at the moment where gcc
6928 :     seems to use a different kind of assembly syntax.
6929 :    
6930 :     modified files:
6931 :     build/generic/configure.in
6932 :    
6933 :    
6934 :     2003-02-06 21:49:16 GMT patch-3
6935 :    
6936 :     Summary:
6937 :     Fixes for the new build system in sources.
6938 :     Revision:
6939 :     xvidcore--stable--0.9--patch-3
6940 :    
6941 :     This patch fixes source files according to the new defines used
6942 :     by the reworked build system.
6943 :    
6944 :     modified files:
6945 :     src/bitstream/bitstream.h src/divx4.h src/portab.h
6946 :     src/utils/emms.h src/xvid.c
6947 :    
6948 :    
6949 :     2003-02-06 21:22:55 GMT patch-2
6950 :    
6951 :     Summary:
6952 :     Changed build system for Unix OSes
6953 :     Revision:
6954 :     xvidcore--stable--0.9--patch-2
6955 :    
6956 :     Changed the build system for Unix systems. It is now built upon
6957 :     an autoconf script that automatically configures the sources.
6958 :    
6959 :     The Makefile is portable accross various platforms and "make"
6960 :     programs. It is at least working on these platforms for now:
6961 :     - Debian GNU/Linux - StrongARM - Alphave67 (alpha 64bit) - ia32
6962 :     UltraSparcIII
6963 :     - Solaris - UltraSparcI - Sparc 32bit on old sun stations ( i don't
6964 :     remember the exact name)
6965 :     - FreeBSD 4.7 - ia32
6966 :     - RedHat 7.3 - ia32
6967 :     - Gentoo 1.4 - ia32
6968 :     - the Irix box according to christoph tests
6969 :     - ia64 - Unknown OS?
6970 :    
6971 :     The unix unified makefile supports:
6972 :     - gmake
6973 :     - pmake
6974 :    
6975 :     ToDo things to finish this new build system:
6976 :     - Manage the ecc/gcc source choice for ia64
6977 :     - Someone to test the makefile on Cygwin and/or mingw+minsys
6978 :     - Update MSVC projects (replace 2 or 3 defines)
6979 :     - See why MacOSX is complaining about duplicated symbols, it seems the
6980 :     mach ABI does not alow namespace collisions even between C modules.
6981 :     And add altivec detection in configure.in
6982 :    
6983 :     new files:
6984 :     build/generic/.arch-ids/configure.in.id
6985 :     build/generic/.arch-ids/Makefile.id
6986 :     build/generic/.arch-ids/platform.inc.in.id
6987 :     build/generic/.arch-ids/sources.inc.id
6988 :     build/generic/configure.in build/generic/Makefile
6989 :     build/generic/platform.inc.in build/generic/sources.inc
6990 :    
6991 :     removed files:
6992 :     build/generic/.arch-ids/Makefile.beos.id
6993 :     build/generic/.arch-ids/Makefile.cygwin.id
6994 :     build/generic/.arch-ids/Makefile.dj.id
6995 :     build/generic/.arch-ids/Makefile.freebsd.id
6996 :     build/generic/.arch-ids/Makefile.generic.id
6997 :     build/generic/.arch-ids/Makefile.ia64.id
6998 :     build/generic/.arch-ids/Makefile.inc.id
6999 :     build/generic/.arch-ids/Makefile.irix64.id
7000 :     build/generic/.arch-ids/Makefile.linuxppc.id
7001 :     build/generic/.arch-ids/Makefile.linuxppc_altivec.id
7002 :     build/generic/.arch-ids/Makefile.linuxx86.id
7003 :     build/generic/.arch-ids/Makefile.sparc.id
7004 :     build/generic/Makefile.beos build/generic/Makefile.cygwin
7005 :     build/generic/Makefile.dj build/generic/Makefile.freebsd
7006 :     build/generic/Makefile.generic build/generic/Makefile.ia64
7007 :     build/generic/Makefile.inc build/generic/Makefile.irix64
7008 :     build/generic/Makefile.linuxppc
7009 :     build/generic/Makefile.linuxppc_altivec
7010 :     build/generic/Makefile.linuxx86 build/generic/Makefile.sparc
7011 :    
7012 :    
7013 :     2003-02-06 21:11:17 GMT patch-1
7014 :    
7015 :     Summary:
7016 :     Updated to current stable CVS_HEAD
7017 :     Revision:
7018 :     xvidcore--stable--0.9--patch-1
7019 :    
7020 :     Updated files to current stable CVS_HEAD versions.
7021 :    
7022 :     new files:
7023 :     build/win32/.arch-ids/odivx_enc_dec.dsp.id
7024 :     build/win32/.arch-ids/xvidcore.dsw.id
7025 :     build/win32/.arch-ids/xvid_bench.dsp.id
7026 :     build/win32/odivx_enc_dec.dsp build/win32/xvidcore.dsw
7027 :     build/win32/xvid_bench.dsp
7028 :    
7029 :     modified files:
7030 :     authors.txt build/generic/Makefile.beos
7031 :     build/generic/Makefile.generic build/generic/Makefile.linuxx86
7032 :     doc/Makefile examples/Makefile examples/odivx_enc_dec.c
7033 :     examples/xvid_bench.c examples/xvid_encraw.c
7034 :     examples/xvid_stat.c src/bitstream/bitstream.c
7035 :     src/bitstream/bitstream.h src/bitstream/cbp.c
7036 :     src/bitstream/mbcoding.c src/bitstream/vlc_codes.h
7037 :     src/bitstream/zigzag.h src/dct/fdct.c src/dct/idct.c
7038 :     src/dct/idct.h src/decoder.c src/decoder.h src/divx4.h
7039 :     src/encoder.c src/encoder.h src/global.h
7040 :     src/image/colorspace.c src/image/image.c
7041 :     src/image/interpolate8x8.c src/image/interpolate8x8.h
7042 :     src/motion/motion.h src/motion/motion_comp.c
7043 :     src/motion/motion_est.c src/motion/sad.c src/portab.h
7044 :     src/prediction/mbprediction.c src/prediction/mbprediction.h
7045 :     src/quant/adapt_quant.c src/quant/adapt_quant.h
7046 :     src/quant/quant_h263.c src/quant/quant_mpeg4.c
7047 :     src/utils/emms.h src/utils/mbfunctions.h
7048 :     src/utils/mbtransquant.c src/utils/mem_align.c
7049 :     src/utils/mem_transfer.c src/utils/timer.c src/utils/timer.h
7050 :     src/xvid.h todo.txt
7051 :    
7052 :    
7053 :     2003-02-06 20:59:19 GMT base-0
7054 :    
7055 :     Summary:
7056 :     Imported xvidcore 0.9.0 into arch repository
7057 :     Revision:
7058 :     xvidcore--stable--0.9--base-0
7059 :    
7060 :     Imported xvidcore 0.9.0 into arch repository. I hope I forgot nothing.
7061 :    
7062 :     new files:
7063 :     ./.arch-ids/CodingStyle.id ./.arch-ids/LICENSE.id
7064 :     ./.arch-ids/README.txt.id ./.arch-ids/authors.txt.id
7065 :     ./.arch-ids/changelog.txt.id ./.arch-ids/todo.txt.id
7066 :     ./CodingStyle ./LICENSE ./README.txt ./authors.txt
7067 :     ./build/.arch-ids/=id ./build/generic/.arch-ids/=id
7068 :     ./build/generic/.arch-ids/Makefile.beos.id
7069 :     ./build/generic/.arch-ids/Makefile.cygwin.id
7070 :     ./build/generic/.arch-ids/Makefile.dj.id
7071 :     ./build/generic/.arch-ids/Makefile.freebsd.id
7072 :     ./build/generic/.arch-ids/Makefile.generic.id
7073 :     ./build/generic/.arch-ids/Makefile.ia64.id
7074 :     ./build/generic/.arch-ids/Makefile.inc.id
7075 :     ./build/generic/.arch-ids/Makefile.irix64.id
7076 :     ./build/generic/.arch-ids/Makefile.linuxppc.id
7077 :     ./build/generic/.arch-ids/Makefile.linuxppc_altivec.id
7078 :     ./build/generic/.arch-ids/Makefile.linuxx86.id
7079 :     ./build/generic/.arch-ids/Makefile.sparc.id
7080 :     ./build/generic/.arch-ids/libxvidcore.def.id
7081 :     ./build/generic/Makefile.beos ./build/generic/Makefile.cygwin
7082 :     ./build/generic/Makefile.dj ./build/generic/Makefile.freebsd
7083 :     ./build/generic/Makefile.generic ./build/generic/Makefile.ia64
7084 :     ./build/generic/Makefile.inc ./build/generic/Makefile.irix64
7085 :     ./build/generic/Makefile.linuxppc
7086 :     ./build/generic/Makefile.linuxppc_altivec
7087 :     ./build/generic/Makefile.linuxx86
7088 :     ./build/generic/Makefile.sparc ./build/generic/libxvidcore.def
7089 :     ./build/win32/.arch-ids/=id
7090 :     ./build/win32/.arch-ids/libxvidcore.dsp.id
7091 :     ./build/win32/.arch-ids/xvid_decraw.dsp.id
7092 :     ./build/win32/.arch-ids/xvid_encraw.dsp.id
7093 :     ./build/win32/.arch-ids/xvid_stat.dsp.id
7094 :     ./build/win32/libxvidcore.dsp ./build/win32/xvid_decraw.dsp
7095 :     ./build/win32/xvid_encraw.dsp ./build/win32/xvid_stat.dsp
7096 :     ./changelog.txt ./doc/.arch-ids/=id ./doc/.arch-ids/API.dox.id
7097 :     ./doc/.arch-ids/Makefile.id ./doc/.arch-ids/README.id
7098 :     ./doc/.arch-ids/foot.inc.in.id
7099 :     ./doc/.arch-ids/header.tex.in.id
7100 :     ./doc/.arch-ids/xvid-decoding.txt.id
7101 :     ./doc/.arch-ids/xvid-encoder.txt.id ./doc/API.dox
7102 :     ./doc/Makefile ./doc/README ./doc/foot.inc.in
7103 :     ./doc/header.tex.in ./doc/xvid-decoding.txt
7104 :     ./doc/xvid-encoder.txt ./examples/.arch-ids/=id
7105 :     ./examples/.arch-ids/Makefile.id
7106 :     ./examples/.arch-ids/README.id
7107 :     ./examples/.arch-ids/cactus.pgm.bz2.id
7108 :     ./examples/.arch-ids/odivx_enc_dec.c.id
7109 :     ./examples/.arch-ids/xvid_bench.c.id
7110 :     ./examples/.arch-ids/xvid_decraw.c.id
7111 :     ./examples/.arch-ids/xvid_encraw.c.id
7112 :     ./examples/.arch-ids/xvid_stat.c.id ./examples/Makefile
7113 :     ./examples/README ./examples/cactus.pgm.bz2
7114 :     ./examples/odivx_enc_dec.c ./examples/xvid_bench.c
7115 :     ./examples/xvid_decraw.c ./examples/xvid_encraw.c
7116 :     ./examples/xvid_stat.c ./src/.arch-ids/=id
7117 :     ./src/.arch-ids/decoder.c.id ./src/.arch-ids/decoder.h.id
7118 :     ./src/.arch-ids/divx4.c.id ./src/.arch-ids/divx4.h.id
7119 :     ./src/.arch-ids/encoder.c.id ./src/.arch-ids/encoder.h.id
7120 :     ./src/.arch-ids/global.h.id ./src/.arch-ids/portab.h.id
7121 :     ./src/.arch-ids/xvid.c.id ./src/.arch-ids/xvid.h.id
7122 :     ./src/bitstream/.arch-ids/=id
7123 :     ./src/bitstream/.arch-ids/bitstream.c.id
7124 :     ./src/bitstream/.arch-ids/bitstream.h.id
7125 :     ./src/bitstream/.arch-ids/cbp.c.id
7126 :     ./src/bitstream/.arch-ids/cbp.h.id
7127 :     ./src/bitstream/.arch-ids/mbcoding.c.id
7128 :     ./src/bitstream/.arch-ids/mbcoding.h.id
7129 :     ./src/bitstream/.arch-ids/vlc_codes.h.id
7130 :     ./src/bitstream/.arch-ids/zigzag.h.id
7131 :     ./src/bitstream/bitstream.c ./src/bitstream/bitstream.h
7132 :     ./src/bitstream/cbp.c ./src/bitstream/cbp.h
7133 :     ./src/bitstream/mbcoding.c ./src/bitstream/mbcoding.h
7134 :     ./src/bitstream/ppc_asm/.arch-ids/=id
7135 :     ./src/bitstream/ppc_asm/.arch-ids/cbp_altivec.s.id
7136 :     ./src/bitstream/ppc_asm/.arch-ids/cbp_ppc.s.id
7137 :     ./src/bitstream/ppc_asm/cbp_altivec.s
7138 :     ./src/bitstream/ppc_asm/cbp_ppc.s ./src/bitstream/vlc_codes.h
7139 :     ./src/bitstream/x86_asm/.arch-ids/=id
7140 :     ./src/bitstream/x86_asm/.arch-ids/cbp_mmx.asm.id
7141 :     ./src/bitstream/x86_asm/.arch-ids/cbp_sse2.asm.id
7142 :     ./src/bitstream/x86_asm/cbp_mmx.asm
7143 :     ./src/bitstream/x86_asm/cbp_sse2.asm ./src/bitstream/zigzag.h
7144 :     ./src/dct/.arch-ids/=id ./src/dct/.arch-ids/README.IJG.id
7145 :     ./src/dct/.arch-ids/fdct.c.id ./src/dct/.arch-ids/fdct.h.id
7146 :     ./src/dct/.arch-ids/idct.c.id ./src/dct/.arch-ids/idct.h.id
7147 :     ./src/dct/README.IJG ./src/dct/fdct.c ./src/dct/fdct.h
7148 :     ./src/dct/ia64_asm/.arch-ids/=id
7149 :     ./src/dct/ia64_asm/.arch-ids/fdct_ia64.s.id
7150 :     ./src/dct/ia64_asm/.arch-ids/genidct.py.id
7151 :     ./src/dct/ia64_asm/.arch-ids/idct_fini.s.id
7152 :     ./src/dct/ia64_asm/.arch-ids/idct_ia64_ecc.s.id
7153 :     ./src/dct/ia64_asm/.arch-ids/idct_ia64_gcc.s.id
7154 :     ./src/dct/ia64_asm/.arch-ids/idct_init.s.id
7155 :     ./src/dct/ia64_asm/fdct_ia64.s ./src/dct/ia64_asm/genidct.py
7156 :     ./src/dct/ia64_asm/idct_fini.s
7157 :     ./src/dct/ia64_asm/idct_ia64_ecc.s
7158 :     ./src/dct/ia64_asm/idct_ia64_gcc.s
7159 :     ./src/dct/ia64_asm/idct_init.s ./src/dct/idct.c
7160 :     ./src/dct/idct.h ./src/dct/ppc_asm/.arch-ids/=id
7161 :     ./src/dct/ppc_asm/.arch-ids/fdct_altivec.s.id
7162 :     ./src/dct/ppc_asm/.arch-ids/idct_altivec.s.id
7163 :     ./src/dct/ppc_asm/fdct_altivec.s
7164 :     ./src/dct/ppc_asm/idct_altivec.s
7165 :     ./src/dct/x86_asm/.arch-ids/=id
7166 :     ./src/dct/x86_asm/.arch-ids/fdct_mmx.asm.id
7167 :     ./src/dct/x86_asm/.arch-ids/idct_mmx.asm.id
7168 :     ./src/dct/x86_asm/fdct_mmx.asm ./src/dct/x86_asm/idct_mmx.asm
7169 :     ./src/decoder.c ./src/decoder.h ./src/divx4.c ./src/divx4.h
7170 :     ./src/encoder.c ./src/encoder.h ./src/global.h
7171 :     ./src/image/.arch-ids/=id
7172 :     ./src/image/.arch-ids/colorspace.c.id
7173 :     ./src/image/.arch-ids/colorspace.h.id
7174 :     ./src/image/.arch-ids/image.c.id
7175 :     ./src/image/.arch-ids/image.h.id
7176 :     ./src/image/.arch-ids/interpolate8x8.c.id
7177 :     ./src/image/.arch-ids/interpolate8x8.h.id
7178 :     ./src/image/colorspace.c ./src/image/colorspace.h
7179 :     ./src/image/ia64_asm/.arch-ids/=id
7180 :     ./src/image/ia64_asm/.arch-ids/README.id
7181 :     ./src/image/ia64_asm/.arch-ids/interpolate8x8_ia64.s.id
7182 :     ./src/image/ia64_asm/.arch-ids/interpolate8x8_ia64_exact.s.id
7183 :     ./src/image/ia64_asm/README
7184 :     ./src/image/ia64_asm/interpolate8x8_ia64.s
7185 :     ./src/image/ia64_asm/interpolate8x8_ia64_exact.s
7186 :     ./src/image/image.c ./src/image/image.h
7187 :     ./src/image/interpolate8x8.c ./src/image/interpolate8x8.h
7188 :     ./src/image/x86_asm/.arch-ids/=id
7189 :     ./src/image/x86_asm/.arch-ids/interpolate8x8_3dn.asm.id
7190 :     ./src/image/x86_asm/.arch-ids/interpolate8x8_mmx.asm.id
7191 :     ./src/image/x86_asm/.arch-ids/interpolate8x8_xmm.asm.id
7192 :     ./src/image/x86_asm/.arch-ids/rgb_to_yv12_mmx.asm.id
7193 :     ./src/image/x86_asm/.arch-ids/yuv_to_yv12_mmx.asm.id
7194 :     ./src/image/x86_asm/.arch-ids/yuyv_to_yv12_mmx.asm.id
7195 :     ./src/image/x86_asm/.arch-ids/yv12_to_rgb24_mmx.asm.id
7196 :     ./src/image/x86_asm/.arch-ids/yv12_to_rgb32_mmx.asm.id
7197 :     ./src/image/x86_asm/.arch-ids/yv12_to_yuyv_mmx.asm.id
7198 :     ./src/image/x86_asm/interpolate8x8_3dn.asm
7199 :     ./src/image/x86_asm/interpolate8x8_mmx.asm
7200 :     ./src/image/x86_asm/interpolate8x8_xmm.asm
7201 :     ./src/image/x86_asm/rgb_to_yv12_mmx.asm
7202 :     ./src/image/x86_asm/yuv_to_yv12_mmx.asm
7203 :     ./src/image/x86_asm/yuyv_to_yv12_mmx.asm
7204 :     ./src/image/x86_asm/yv12_to_rgb24_mmx.asm
7205 :     ./src/image/x86_asm/yv12_to_rgb32_mmx.asm
7206 :     ./src/image/x86_asm/yv12_to_yuyv_mmx.asm
7207 :     ./src/motion/.arch-ids/=id ./src/motion/.arch-ids/motion.h.id
7208 :     ./src/motion/.arch-ids/motion_comp.c.id
7209 :     ./src/motion/.arch-ids/motion_est.c.id
7210 :     ./src/motion/.arch-ids/sad.c.id
7211 :     ./src/motion/.arch-ids/sad.h.id
7212 :     ./src/motion/ia64_asm/.arch-ids/=id
7213 :     ./src/motion/ia64_asm/.arch-ids/calc_delta_1.s.id
7214 :     ./src/motion/ia64_asm/.arch-ids/calc_delta_2.s.id
7215 :     ./src/motion/ia64_asm/.arch-ids/calc_delta_3.s.id
7216 :     ./src/motion/ia64_asm/.arch-ids/halfpel8_refine_ia64.s.id
7217 :     ./src/motion/ia64_asm/.arch-ids/sad_ia64.s.id
7218 :     ./src/motion/ia64_asm/calc_delta_1.s
7219 :     ./src/motion/ia64_asm/calc_delta_2.s
7220 :     ./src/motion/ia64_asm/calc_delta_3.s
7221 :     ./src/motion/ia64_asm/halfpel8_refine_ia64.s
7222 :     ./src/motion/ia64_asm/sad_ia64.s ./src/motion/motion.h
7223 :     ./src/motion/motion_comp.c ./src/motion/motion_est.c
7224 :     ./src/motion/ppc_asm/.arch-ids/=id
7225 :     ./src/motion/ppc_asm/.arch-ids/README.id
7226 :     ./src/motion/ppc_asm/.arch-ids/sad_altivec.c.id
7227 :     ./src/motion/ppc_asm/.arch-ids/sad_altivec.s.id
7228 :     ./src/motion/ppc_asm/README ./src/motion/ppc_asm/sad_altivec.c
7229 :     ./src/motion/ppc_asm/sad_altivec.s ./src/motion/sad.c
7230 :     ./src/motion/sad.h ./src/motion/x86_asm/.arch-ids/=id
7231 :     ./src/motion/x86_asm/.arch-ids/sad_3dn.asm.id
7232 :     ./src/motion/x86_asm/.arch-ids/sad_mmx.asm.id
7233 :     ./src/motion/x86_asm/.arch-ids/sad_sse2.asm.id
7234 :     ./src/motion/x86_asm/.arch-ids/sad_xmm.asm.id
7235 :     ./src/motion/x86_asm/sad_3dn.asm
7236 :     ./src/motion/x86_asm/sad_mmx.asm
7237 :     ./src/motion/x86_asm/sad_sse2.asm
7238 :     ./src/motion/x86_asm/sad_xmm.asm ./src/portab.h
7239 :     ./src/prediction/.arch-ids/=id
7240 :     ./src/prediction/.arch-ids/mbprediction.c.id
7241 :     ./src/prediction/.arch-ids/mbprediction.h.id
7242 :     ./src/prediction/mbprediction.c
7243 :     ./src/prediction/mbprediction.h ./src/quant/.arch-ids/=id
7244 :     ./src/quant/.arch-ids/adapt_quant.c.id
7245 :     ./src/quant/.arch-ids/adapt_quant.h.id
7246 :     ./src/quant/.arch-ids/quant_h263.c.id
7247 :     ./src/quant/.arch-ids/quant_h263.h.id
7248 :     ./src/quant/.arch-ids/quant_matrix.c.id
7249 :     ./src/quant/.arch-ids/quant_matrix.h.id
7250 :     ./src/quant/.arch-ids/quant_mpeg4.c.id
7251 :     ./src/quant/.arch-ids/quant_mpeg4.h.id
7252 :     ./src/quant/adapt_quant.c ./src/quant/adapt_quant.h
7253 :     ./src/quant/ia64_asm/.arch-ids/=id
7254 :     ./src/quant/ia64_asm/.arch-ids/quant_h263_ia64.s.id
7255 :     ./src/quant/ia64_asm/quant_h263_ia64.s
7256 :     ./src/quant/quant_h263.c ./src/quant/quant_h263.h
7257 :     ./src/quant/quant_matrix.c ./src/quant/quant_matrix.h
7258 :     ./src/quant/quant_mpeg4.c ./src/quant/quant_mpeg4.h
7259 :     ./src/quant/x86_asm/.arch-ids/=id
7260 :     ./src/quant/x86_asm/.arch-ids/quantize4_mmx.asm.id
7261 :     ./src/quant/x86_asm/.arch-ids/quantize_mmx.asm.id
7262 :     ./src/quant/x86_asm/quantize4_mmx.asm
7263 :     ./src/quant/x86_asm/quantize_mmx.asm ./src/utils/.arch-ids/=id
7264 :     ./src/utils/.arch-ids/emms.c.id
7265 :     ./src/utils/.arch-ids/emms.h.id
7266 :     ./src/utils/.arch-ids/mbfunctions.h.id
7267 :     ./src/utils/.arch-ids/mbtransquant.c.id
7268 :     ./src/utils/.arch-ids/mem_align.c.id
7269 :     ./src/utils/.arch-ids/mem_align.h.id
7270 :     ./src/utils/.arch-ids/mem_transfer.c.id
7271 :     ./src/utils/.arch-ids/mem_transfer.h.id
7272 :     ./src/utils/.arch-ids/ratecontrol.c.id
7273 :     ./src/utils/.arch-ids/ratecontrol.h.id
7274 :     ./src/utils/.arch-ids/timer.c.id
7275 :     ./src/utils/.arch-ids/timer.h.id ./src/utils/emms.c
7276 :     ./src/utils/emms.h ./src/utils/ia64_asm/.arch-ids/=id
7277 :     ./src/utils/ia64_asm/.arch-ids/mem_transfer_ia64.s.id
7278 :     ./src/utils/ia64_asm/mem_transfer_ia64.s
7279 :     ./src/utils/mbfunctions.h ./src/utils/mbtransquant.c
7280 :     ./src/utils/mem_align.c ./src/utils/mem_align.h
7281 :     ./src/utils/mem_transfer.c ./src/utils/mem_transfer.h
7282 :     ./src/utils/ratecontrol.c ./src/utils/ratecontrol.h
7283 :     ./src/utils/timer.c ./src/utils/timer.h
7284 :     ./src/utils/x86_asm/.arch-ids/=id
7285 :     ./src/utils/x86_asm/.arch-ids/cpuid.asm.id
7286 :     ./src/utils/x86_asm/.arch-ids/mem_transfer_mmx.asm.id
7287 :     ./src/utils/x86_asm/cpuid.asm
7288 :     ./src/utils/x86_asm/mem_transfer_mmx.asm ./src/xvid.c
7289 :     ./src/xvid.h ./todo.txt
7290 :    
7291 :    

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