[cvs] / xvidcore / ChangeLog-1.0 Repository:
ViewVC logotype

Annotation of /xvidcore/ChangeLog-1.0

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (view) (download)

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

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