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

Annotation of /xvidcore/ChangeLog-1.0

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.3 - (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 : edgomez 1.3 2004-07-24 11:33:57 GMT patch-50
8 :    
9 :     Summary:
10 :     BVOP direct/interpolated ref block rounding fix.
11 :     Revision:
12 :     xvidcore--stable--1.0--patch-50
13 :    
14 :     From ed.gomez:
15 :     * BVOP direct/interpolated ref block rounding fix.
16 :     It's been using rounding=1 for averaging stage since ever.
17 :     The standard says it's rounding=0.
18 :    
19 :     See standard clause 7.6.9.4 for explicit code and Section 6.3.5
20 :     that says "rounding=0" in bframes as they don't set the
21 :     vop_rounding_type in VOP header. Both sections match, xvid was
22 :     wrong
23 :    
24 :     modified files:
25 :     src/decoder.c
26 :    
27 :    
28 :     2004-07-23 20:37:09 GMT patch-49
29 :    
30 :     Summary:
31 :     Removed data qualifer in .rodata
32 :     Revision:
33 :     xvidcore--stable--1.0--patch-49
34 :    
35 :     From ed.gomez:
36 :     * long standing warning by yasm... data isn't a keyword for
37 :     .(ro)data sections.
38 :    
39 :     modified files:
40 :     src/bitstream/x86_asm/cbp_mmx.asm
41 :     src/bitstream/x86_asm/cbp_sse2.asm
42 :     src/dct/x86_asm/fdct_mmx_ffmpeg.asm
43 :     src/dct/x86_asm/fdct_mmx_skal.asm
44 :     src/dct/x86_asm/fdct_sse2_skal.asm
45 :     src/dct/x86_asm/idct_3dne.asm src/dct/x86_asm/idct_mmx.asm
46 :     src/dct/x86_asm/idct_sse2_dmitry.asm
47 :     src/dct/x86_asm/simple_idct_mmx.asm
48 :     src/image/x86_asm/colorspace_rgb_mmx.asm
49 :     src/image/x86_asm/colorspace_yuyv_mmx.asm
50 :     src/image/x86_asm/interpolate8x8_3dn.asm
51 :     src/image/x86_asm/interpolate8x8_3dne.asm
52 :     src/image/x86_asm/interpolate8x8_mmx.asm
53 :     src/image/x86_asm/interpolate8x8_xmm.asm
54 :     src/image/x86_asm/qpel_mmx.asm
55 :     src/image/x86_asm/reduced_mmx.asm
56 :     src/motion/x86_asm/sad_3dn.asm src/motion/x86_asm/sad_3dne.asm
57 :     src/motion/x86_asm/sad_mmx.asm src/motion/x86_asm/sad_sse2.asm
58 :     src/motion/x86_asm/sad_xmm.asm
59 :     src/quant/x86_asm/quantize_h263_3dne.asm
60 :     src/quant/x86_asm/quantize_h263_mmx.asm
61 :     src/quant/x86_asm/quantize_mpeg_mmx.asm
62 :     src/quant/x86_asm/quantize_mpeg_xmm.asm
63 :     src/utils/x86_asm/cpuid.asm
64 :     src/utils/x86_asm/interlacing_mmx.asm
65 :     src/utils/x86_asm/mem_transfer_3dne.asm
66 :     src/utils/x86_asm/mem_transfer_mmx.asm
67 :    
68 :    
69 :     2004-07-19 18:45:14 GMT patch-48
70 :    
71 :     Summary:
72 :     Complete previous xvid_decraw patch
73 :     Revision:
74 :     xvidcore--stable--1.0--patch-48
75 :    
76 :     Complete previous xvid_decraw patch
77 :    
78 :    
79 :     modified files:
80 :     examples/xvid_decraw.c
81 :    
82 :    
83 :     2004-07-18 11:58:48 GMT patch-47
84 :    
85 :     Summary:
86 :     ISO C99'ism fix
87 :     Revision:
88 :     xvidcore--stable--1.0--patch-47
89 :    
90 :     ISO C99'ism fix
91 :    
92 :    
93 :     modified files:
94 :     src/encoder.c
95 :    
96 :    
97 :     2004-07-17 11:32:42 GMT patch-46
98 :    
99 :     Summary:
100 :     Make sure time incr is never larger than 16bit.
101 :     Revision:
102 :     xvidcore--stable--1.0--patch-46
103 :    
104 :     From ed.gomez:
105 :     * Keep both fbase and fincr under 16bit limit.
106 :    
107 :     modified files:
108 :     src/encoder.c
109 :    
110 :    
111 :     2004-07-17 10:00:42 GMT patch-45
112 :    
113 :     Summary:
114 :     Future version interoperability
115 :     Revision:
116 :     xvidcore--stable--1.0--patch-45
117 :    
118 :     From ed.gomez:
119 :     * Zeroing the structures is the best way not to pass
120 :     wrong data when dealing with slightly new XviD (like
121 :     head). If we don't zero here, then brightness is not
122 :     initialized in HEAD leading to crash.
123 :    
124 :     modified files:
125 :     examples/xvid_decraw.c
126 :    
127 :    
128 :     2004-07-10 17:30:40 GMT patch-44
129 :    
130 :     Summary:
131 :     ChangeLog update
132 :     Revision:
133 :     xvidcore--stable--1.0--patch-44
134 :    
135 :     ChangeLog update
136 :    
137 :    
138 :     modified files:
139 :     ChangeLog
140 :    
141 :    
142 : edgomez 1.2 2004-07-10 17:27:06 GMT patch-43
143 :    
144 :     Summary:
145 :     Small mem leak in vfw.
146 :     Revision:
147 :     xvidcore--stable--1.0--patch-43
148 :    
149 :     From sysKin:
150 :     * Free zones.
151 :    
152 :     modified files:
153 :     vfw/src/codec.c
154 :    
155 :    
156 :     2004-07-10 16:55:53 GMT patch-42
157 :    
158 :     Summary:
159 :     Fix wrong matrix reading logic.
160 :     Revision:
161 :     xvidcore--stable--1.0--patch-42
162 :    
163 :     From sysKin:
164 :     * Fix a problem reading quantization matrix.
165 :    
166 :     modified files:
167 :     src/bitstream/bitstream.c
168 :    
169 :    
170 :     2004-06-26 21:26:35 GMT patch-41
171 :    
172 :     Summary:
173 :     low delay guessing (il)logic fix.
174 :     Revision:
175 :     xvidcore--stable--1.0--patch-41
176 :    
177 :     From sysKin:
178 :     * bframes were decoded wrong when trying to guess low_delay flag
179 :     as specified in the standard when vol_control_parameters aren't
180 :     available.
181 :    
182 :     modified files:
183 :     src/decoder.c
184 :    
185 :    
186 :     2004-06-13 19:15:05 GMT patch-40
187 :    
188 :     Summary:
189 :     Small memory error in ia32 cpuid function.
190 :     Revision:
191 :     xvidcore--stable--1.0--patch-40
192 :    
193 :     From ed.gomez:
194 :     * Valgrind detected a write to suspicious stack space. To avoid
195 :     any false reporting, added an explicit stack space allocation.
196 :    
197 :     modified files:
198 :     src/utils/x86_asm/cpuid.asm
199 :    
200 : edgomez 1.1 #########################################################################
201 :     # 1.0.1 (Bitstream Version 35)
202 :     #########################################################################
203 :    
204 : edgomez 1.2 2004-06-05 22:55:56 GMT patch-39
205 :    
206 :     Summary:
207 :     Marking 1.0.1 release
208 :     Revision:
209 :     xvidcore--stable--1.0--patch-39
210 :    
211 :     Marking 1.0.1 release
212 :    
213 :    
214 :     modified files:
215 :     ChangeLog TODO build/generic/configure.in src/xvid.c
216 :     src/xvid.h
217 :    
218 :    
219 : edgomez 1.1 2004-06-02 20:58:38 GMT patch-38
220 :    
221 :     Summary:
222 :     DC clipping bug for real
223 :     Revision:
224 :     xvidcore--stable--1.0--patch-38
225 :    
226 :     From ed.gomez:
227 :     * patch-25 was supposed to fix a DC clipping bug. However i
228 :     added the additional clipping code in the wrong place. But
229 :     at least, my fix didn't cause any trouble, it was just noop.
230 :     This patch should really fix this very "unlikely bug" (i just
231 :     want to remind the reader that this bug isn't easy to trigger,
232 :     and eg: my test sequences don't trigger it at all)
233 :    
234 :     BS version incremented: 35
235 :    
236 :     modified files:
237 :     src/decoder.c src/motion/estimation_rd_based.c
238 :     src/prediction/mbprediction.c src/prediction/mbprediction.h
239 :     src/xvid.h
240 :    
241 :    
242 :     2004-05-31 21:11:49 GMT patch-37
243 :    
244 :     Summary:
245 :     time fixes to decoder.
246 :     Revision:
247 :     xvidcore--stable--1.0--patch-37
248 :    
249 :     From ed.gomez:
250 :     * timestamps were badly computed by teh decoder in some corner cases
251 :     (1fps). This bug revealed that, timestamps were indeed wrong as
252 :     expected, but that bvop blocks in direct mode (vectors interpolated)
253 :     were somewhat compensated with wrong vectors in these same corner
254 :     cases.
255 :    
256 :     modified files:
257 :     src/bitstream/bitstream.c src/decoder.c src/decoder.h
258 :    
259 :    
260 :     2004-05-30 09:36:13 GMT patch-36
261 :    
262 :     Summary:
263 :     Wrong license header.
264 :     Revision:
265 :     xvidcore--stable--1.0--patch-36
266 :    
267 :     From ed.gomez:
268 :     * Pascal did agree a plain GPL migration long ago, but this file
269 :     remained GPL+location restriction.
270 :    
271 :     modified files:
272 :     src/image/reduced.c
273 :    
274 :    
275 :     2004-05-29 09:02:25 GMT patch-35
276 :    
277 :     Summary:
278 :     More missing va_end() calls.
279 :     Revision:
280 :     xvidcore--stable--1.0--patch-35
281 :    
282 :     From pete:
283 :     * portab.h is plenty of missing calls to va_end().
284 :    
285 :     modified files:
286 :     src/portab.h
287 :    
288 :    
289 :     2004-05-28 21:28:21 GMT patch-34
290 :    
291 :     Summary:
292 :     FPS=1 problem in decoder.
293 :     Revision:
294 :     xvidcore--stable--1.0--patch-34
295 :    
296 :     From ed.gomez:
297 :     * patch-24 did fix bad behavior in encoder, so at least, compliant
298 :     streams were generated but the decoder was still doing the maths
299 :     a wrong way. Apply same logic to decoder.
300 :    
301 :     Thanks to the patch-24 bug reporter for this followup.
302 :    
303 :     modified files:
304 :     src/bitstream/bitstream.c
305 :    
306 :    
307 :     2004-05-27 20:04:01 GMT patch-33
308 :    
309 :     Summary:
310 :     Nasty typo in pvop vector lambdas.
311 :     Revision:
312 :     xvidcore--stable--1.0--patch-33
313 :    
314 :     From sysKin:
315 :     * s/+/*/ in the lambda value array for vectors in the pvop
316 :     estimation module.
317 :    
318 :     modified files:
319 :     src/motion/estimation_pvop.c
320 :    
321 :    
322 :     2004-05-26 13:23:38 GMT patch-32
323 :    
324 :     Summary:
325 :     Bits/Bytes confusion in the VFW frontend.
326 :     Revision:
327 :     xvidcore--stable--1.0--patch-32
328 :    
329 :     From sysKin:
330 :     * confusion between the kilo, in kilobits (1000) and
331 :     the kilo in kilobytes (1024, should be named KiB anyway)
332 :     * biSizeImage is in bytes, not bits according to the Win32
333 :     API.
334 :    
335 :     modified files:
336 :     vfw/src/codec.c vfw/src/config.c
337 :    
338 :    
339 :     2004-05-26 09:28:31 GMT patch-31
340 :    
341 :     Summary:
342 :     Close variable argument list.
343 :     Revision:
344 :     xvidcore--stable--1.0--patch-31
345 :    
346 :     From ed.gomez:
347 :     * Close the variable argument list as specified by the ANSI C
348 :     standard. Reported by Carsten <list4darav at gmx dot de> on
349 :     xvid-devel.
350 :    
351 :     modified files:
352 :     src/image/font.c
353 :    
354 :    
355 :     2004-05-26 09:00:26 GMT patch-30
356 :    
357 :     Summary:
358 :     ICM compatibility for VFW
359 :     Revision:
360 :     xvidcore--stable--1.0--patch-30
361 :    
362 :     From sysKin:
363 :     * Makes the VFW frontend compatible with ICM applications
364 :     (Ooo, MS Office... etc). Reported on IRC.
365 :    
366 :     modified files:
367 :     vfw/src/config.c vfw/src/driverproc.c
368 :    
369 :    
370 :     2004-05-26 08:58:56 GMT patch-29
371 :    
372 :     Summary:
373 :     Small trellis bug
374 :     Revision:
375 :     xvidcore--stable--1.0--patch-29
376 :    
377 :     From sysKin:
378 :     * Last coeff wasn't summed.
379 :    
380 :     Reported by Jean Marc.
381 :    
382 :     modified files:
383 :     src/utils/mbtransquant.c
384 :    
385 :    
386 :     2004-05-26 08:46:45 GMT patch-28
387 :    
388 :     Summary:
389 :     Small bug in bframe ME.
390 :     Revision:
391 :     xvidcore--stable--1.0--patch-28
392 :    
393 :     From sysKin:
394 :     * Small bug in bframe ME.
395 :    
396 :     modified files:
397 :     src/motion/estimation_bvop.c
398 :    
399 :     #########################################################################
400 :     # 1.0.0 final (Bitstream Version 34)
401 :     #########################################################################
402 :    
403 :     2004-05-08 22:26:06 GMT patch-27
404 :    
405 :     Summary:
406 :     Marking 1.0.0 final
407 :     Revision:
408 :     xvidcore--stable--1.0--patch-27
409 :    
410 :     From ed.gomez:
411 :     * Marking 1.0.0 final \o/
412 :    
413 :     modified files:
414 :     ChangeLog build/generic/configure.in src/xvid.h
415 :    
416 :    
417 :     2004-05-06 17:56:52 GMT patch-26
418 :    
419 :     Summary:
420 :     Small mismatch in hint<->widget in VFW
421 :     Revision:
422 :     xvidcore--stable--1.0--patch-26
423 :    
424 :     From sysKin:
425 :     * Small mismatch in hint<->widget.
426 :    
427 :     modified files:
428 :     vfw/src/resource.rc
429 :    
430 :    
431 :     2004-05-02 22:40:50 GMT patch-25
432 :    
433 :     Summary:
434 :     DC prediction fix.
435 :     Revision:
436 :     xvidcore--stable--1.0--patch-25
437 :    
438 :     From ed.gomez:
439 :     * DC predictors weren't clipped to the [-2048, 2047] range.
440 :    
441 :     BS version increased to 33
442 :    
443 :     Thanks to jnorish on our forums to point out the problem.
444 :    
445 :     modified files:
446 :     src/bitstream/bitstream.c src/decoder.c
447 :     src/motion/estimation_rd_based.c src/prediction/mbprediction.c
448 :     src/prediction/mbprediction.h src/xvid.h
449 :    
450 :    
451 :     2004-05-02 10:30:29 GMT patch-24
452 :    
453 :     Summary:
454 :     Possible VOL header corruption.
455 :     Revision:
456 :     xvidcore--stable--1.0--patch-24
457 :    
458 :     From ed.gomez:
459 :     * The VOL header could be corrupted when passing fincr=fbase=1 which
460 :     happens for fps=1 sequences.
461 :    
462 :     BS version bumped up to 32
463 :    
464 :     Original report:
465 :     http://www.xvid.org/modules.php?op=modload&name=phpBB2&file=viewtopic&t=2026&highlight=
466 :    
467 :     modified files:
468 :     src/bitstream/bitstream.c src/xvid.h
469 :    
470 :    
471 :     2004-04-30 23:10:19 GMT patch-23
472 :    
473 :     Summary:
474 :     Some very light Unix build system changes
475 :     Revision:
476 :     xvidcore--stable--1.0--patch-23
477 :    
478 :     To prepare testing framework merging.
479 :    
480 :     From ed.gomez:
481 :     * Some typos
482 :     * Copyright updates (it's 2004 since a few months ;-)
483 :     * Added some checking to bootstrap.sh
484 :     * Added m4 AC_PREREQ macro to configure.in
485 :    
486 :     modified files:
487 :     build/generic/Makefile build/generic/bootstrap.sh
488 :     build/generic/configure.in
489 :    
490 :    
491 :     2004-04-20 19:40:29 GMT patch-22
492 :    
493 :     Summary:
494 :     Small visual fix.
495 :     Revision:
496 :     xvidcore--stable--1.0--patch-22
497 :    
498 :     From sysKin:
499 :     * Small visual fix
500 :    
501 :     modified files:
502 :     vfw/src/config.c
503 :    
504 :    
505 :     2004-04-20 19:38:24 GMT patch-21
506 :    
507 :     Summary:
508 :     Fix crash in decoder for non IFrame 1st frame.
509 :     Revision:
510 :     xvidcore--stable--1.0--patch-21
511 :    
512 :     From sysKin:
513 :     * Fixed the crash caused by non IFrame 1st frame.
514 :    
515 :     modified files:
516 :     src/decoder.c
517 :    
518 :    
519 :     2004-04-18 16:21:50 GMT patch-20
520 :    
521 :     Summary:
522 :     Typo
523 :     Revision:
524 :     xvidcore--stable--1.0--patch-20
525 :    
526 :     Typo
527 :    
528 :    
529 :     modified files:
530 :     vfw/src/resource.rc
531 :    
532 :    
533 :     2004-04-17 17:04:20 GMT patch-19
534 :    
535 :     Summary:
536 :     vfw opens audio file in shared access mode
537 :     Revision:
538 :     xvidcore--stable--1.0--patch-19
539 :    
540 :     vfw opens audio file in shared access mode
541 :    
542 :    
543 :     modified files:
544 :     vfw/src/config.c
545 :    
546 :    
547 :     2004-04-15 22:39:12 GMT patch-18
548 :    
549 :     Summary:
550 :     Tiny xvid_decraw cleaning
551 :     Revision:
552 :     xvidcore--stable--1.0--patch-18
553 :    
554 :     Tiny xvid_decraw cleaning
555 :    
556 :    
557 :     modified files:
558 :     examples/xvid_decraw.c
559 :    
560 :    
561 :     2004-04-15 19:14:31 GMT patch-17
562 :    
563 :     Summary:
564 :     Tiny minor fixes for msvc.
565 :     Revision:
566 :     xvidcore--stable--1.0--patch-17
567 :    
568 :     From pete:
569 :     * Missing arch endianness define in project files.
570 :     * Add a textual warning about win32 console EOF misreading.
571 :     * Prevent a SIGFPE when no frames were decoded.
572 :    
573 :     modified files:
574 :     build/win32/xvid_decraw.dsp build/win32/xvid_encraw.dsp
575 :     examples/xvid_decraw.c
576 :    
577 :    
578 :     2004-04-14 22:41:07 GMT patch-16
579 :    
580 :     Summary:
581 :     Fixed missing 1st frame in dshow output.
582 :     Revision:
583 :     xvidcore--stable--1.0--patch-16
584 :    
585 :     From sysKin:
586 :     * decoder flags were overwritten, this was preventing from outputing
587 :     the first frame immediatly.
588 :    
589 :     modified files:
590 :     dshow/src/CXvidDecoder.cpp
591 :    
592 :    
593 :     2004-04-14 22:39:17 GMT patch-15
594 :    
595 :     Summary:
596 :     Ressource leaking in dshow.
597 :     Revision:
598 :     xvidcore--stable--1.0--patch-15
599 :    
600 :     From sysKin:
601 :     * Same kind of ressource leaking as in vfw. Same cure.
602 :    
603 :     modified files:
604 :     dshow/src/CXvidDecoder.cpp dshow/src/CXvidDecoder.h
605 :    
606 :    
607 :     2004-04-14 19:45:23 GMT patch-14
608 :    
609 :     Summary:
610 :     Fixed small bug in trellis code.
611 :     Revision:
612 :     xvidcore--stable--1.0--patch-14
613 :    
614 :     From ed.gomez (spotted by jean marc):
615 :     * Trellis optimization was computing the sum |coeffs| wrongly
616 :     because the Compute_sum function wasn't doing zigzag scanning
617 :     and stopped at last non zero coeffs in linear scanning...
618 :     The trivial fix could have been to pass the zigzag to the compute
619 :     sum function so it could have done its job right.
620 :     But... Why computing stuff that is already known in the upper layer ?
621 :     I removed the compute sum function, and just pass the original sum
622 :     value in trellis function parameters, just in case we have to return
623 :     it again because trellis failed optimizing the block coeffs.
624 :    
625 :     This fix the bug and saves cycles :-) (but should not be noticeable)
626 :    
627 :     modified files:
628 :     src/utils/mbtransquant.c src/xvid.h
629 :    
630 :    
631 :     2004-04-12 12:06:12 GMT patch-13
632 :    
633 :     Summary:
634 :     Don't do SAD and RD based searches for qp.
635 :     Revision:
636 :     xvidcore--stable--1.0--patch-13
637 :    
638 :     From sysKin:
639 :     * MakeGoodFlags function wasn't disabling SAD based search when
640 :     using RD. This was causing slowdown for no gain at all. This
641 :     patch should speed up encoding in qp mode.
642 :    
643 :    
644 :     modified files:
645 :     src/motion/estimation_pvop.c
646 :    
647 :    
648 :     2004-04-12 12:01:19 GMT patch-12
649 :    
650 :     Summary:
651 :     3dnow functions proper separation.
652 :     Revision:
653 :     xvidcore--stable--1.0--patch-12
654 :    
655 :     From pete (thx to a forum report):
656 :     * Separate correctly pure 3dnow functions and 3dnow+mmxext functions.
657 :     This fix "Illegal instruction" crash on old k6-2 CPUs.
658 :    
659 :     modified files:
660 :     src/xvid.c
661 :    
662 :    
663 :     2004-04-12 11:57:20 GMT patch-11
664 :    
665 :     Summary:
666 :     Better MV clipping code.
667 :     Revision:
668 :     xvidcore--stable--1.0--patch-11
669 :    
670 :     From sysKin:
671 :     * Better MV clipping. DivX 5 generates out of range vectors and clipping
672 :     them directly borks the decoding of other MVs for which out of range
673 :     MVs were predictors. So it's just better to clip them for the block
674 :     decoding and keep an unclipped version for predictions.
675 :    
676 :     modified files:
677 :     src/decoder.c
678 :    
679 :    
680 :     2004-04-08 20:34:54 GMT patch-10
681 :    
682 :     Summary:
683 :     PGM support back in xvid_decraw.
684 :     Revision:
685 :     xvidcore--stable--1.0--patch-10
686 :    
687 :     From ed.gomez:
688 :     * pgm/pnm format added back to xvid_decraw
689 :     + pgm/pnm formats are now default for yv12/i420/rgb24 pixel format.
690 :     + tga is default for rgb16/32
691 :     + use option -f to choose tga, or pnm/pgm
692 :    
693 :     modified files:
694 :     examples/xvid_decraw.c
695 :    
696 :    
697 :     2004-04-07 22:30:15 GMT patch-9
698 :    
699 :     Summary:
700 :     3DNow Ext functions use MMXEXT opcodes.
701 :     Revision:
702 :     xvidcore--stable--1.0--patch-9
703 :    
704 :     From Soltius (XviD Forum):
705 :     * Most of 3dnow extension functions do use MMXEXT opcodes, so
706 :     classify these functions as 3dnowext+mmxext. Avoids K6-2
707 :     boxes to crash with an invalid instruction error reported
708 :     by the host OS.
709 :    
710 :     PS: original bug report
711 :     http://www.xvid.org/modules.php?op=modload&name=phpBB2&file=viewtopic&t=1656
712 :    
713 :     modified files:
714 :     src/xvid.c
715 :    
716 :    
717 :     2004-04-07 22:01:54 GMT patch-8
718 :    
719 :     Summary:
720 :     RGB 16bit output fix.
721 :     Revision:
722 :     xvidcore--stable--1.0--patch-8
723 :    
724 :     From ScarletteTout (XviD Forum):
725 :     * Fix RGB 16bit output in C functions.
726 :    
727 :     From ed.gomez:
728 :     * Replaced PGM output by TGA output so it's easy to implement
729 :     RGB 16/24/32 and greyscale bitmaps support in a single format.
730 :     (pgm could have supported RGB 24 and Greyscale only)
731 :     * Added colorspace choice to xvid_decraw
732 :     Use option -c csp, where csp is either rgb16, rgb24, rgb32, yv12 or i420
733 :     Defaults to i420.
734 :    
735 :     PS: original bug report
736 :     http://www.xvid.org/modules.php?op=modload&name=phpBB2&file=viewtopic&t=1960&highlight=
737 :    
738 :     modified files:
739 :     examples/xvid_decraw.c src/image/colorspace.c
740 :    
741 :    
742 :     #########################################################################
743 :     # 1.0.0 RC4 (Bitstream Version 30)
744 :     #########################################################################
745 :    
746 :     2004-04-04 20:21:38 GMT patch-7
747 :    
748 :     Summary:
749 :     DShow widget hiding.
750 :     Revision:
751 :     xvidcore--stable--1.0--patch-7
752 :    
753 :     From Michael:
754 :     * No need to keep widget visibles if they won't be in 1.0.0.
755 :    
756 :     modified files:
757 :     dshow/src/xvid.ax.rc
758 :    
759 :    
760 :     2004-04-04 20:17:52 GMT patch-6
761 :    
762 :     Summary:
763 :     Compiler quirk in portab.h
764 :     Revision:
765 :     xvidcore--stable--1.0--patch-6
766 :    
767 :     From Michael:
768 :     * The VC.NET workaround was causing trouble. Inversed the test.
769 :    
770 :     modified files:
771 :     src/portab.h
772 :    
773 :    
774 :     2004-04-04 14:19:10 GMT patch-5
775 :    
776 :     Summary:
777 :     Marking RC4
778 :     Revision:
779 :     xvidcore--stable--1.0--patch-5
780 :    
781 :     Marking RC4
782 :    
783 :    
784 :     modified files:
785 :     ChangeLog build/generic/configure.in src/xvid.h
786 :    
787 :    
788 :     2004-04-04 14:07:00 GMT patch-4
789 :    
790 :     Summary:
791 :     Frame dropping disabling for bframes.
792 :     Revision:
793 :     xvidcore--stable--1.0--patch-4
794 :    
795 :     From sysKin & Pete:
796 :     * Disable frame dropping with bframes enabled. These two options
797 :     do not play fine together.
798 :    
799 :     modified files:
800 :     src/encoder.c
801 :    
802 :    
803 :     2004-04-04 14:05:50 GMT patch-3
804 :    
805 :     Summary:
806 :     Dead code removal.
807 :     Revision:
808 :     xvidcore--stable--1.0--patch-3
809 :    
810 :     From sysKin:
811 :     * FrameCodeP was always called with contanst parameters. Removed
812 :     these parameters and associated dead code.
813 :    
814 :     modified files:
815 :     src/encoder.c
816 :    
817 :    
818 :     2004-04-04 14:03:42 GMT patch-2
819 :    
820 :     Summary:
821 :     Typo in ME fast comparison.
822 :     Revision:
823 :     xvidcore--stable--1.0--patch-2
824 :    
825 :     From sysKin:
826 :     * Small typo in Fast ME code.
827 :    
828 :     modified files:
829 :     src/motion/estimation_common.c
830 :    
831 :    
832 :     2004-04-02 23:58:19 GMT patch-1
833 :    
834 :     Summary:
835 :     VFW Resource leak fix (try #2)
836 :     Revision:
837 :     xvidcore--stable--1.0--patch-1
838 :    
839 :     From Suiryc on IRC:
840 :     * both encoder and decoder ending functions were calling
841 :     the dll freeing code. This was an error as the first function
842 :     called would unbind core function for the second called one.
843 :     Thus xvidcore could not release buffers.
844 :    
845 :     modified files:
846 :     vfw/src/codec.c vfw/src/driverproc.c
847 :    
848 :    
849 :     2004-04-02 20:33:02 GMT base-0
850 :    
851 :     Summary:
852 :     tag of ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-53
853 :     Revision:
854 :     xvidcore--stable--1.0--base-0
855 :    
856 :     (automatically generated log message)
857 :    
858 :    
859 :     2004-03-31 19:32:47 GMT patch-53
860 :    
861 :     Summary:
862 :     Ressources leaking in VFW.
863 :     Revision:
864 :     xvidcore--devapi4--1.0--patch-53
865 :    
866 :     From sysKin:
867 :     * Storing ressources in global vars is making multithreaded/instanced
868 :     apps leaking lot of memory. Moved these vars to codec struct.
869 :    
870 :     Thanks to dalox <fdalleau at hymatom d0t fr> to spot and fix the bug.
871 :    
872 :     modified files:
873 :     vfw/src/codec.c vfw/src/codec.h vfw/src/driverproc.c
874 :    
875 :    
876 :     2004-03-31 19:28:51 GMT patch-52
877 :    
878 :     Summary:
879 :     Fix to bad NVOP+bframe interaction.
880 :     Revision:
881 :     xvidcore--devapi4--1.0--patch-52
882 :    
883 :     From syskin:
884 :     * When generating a NVOP, it interferes with bframe flushing and
885 :     packing.
886 :    
887 :     modified files:
888 :     src/encoder.c
889 :    
890 :    
891 :     2004-03-31 19:24:42 GMT patch-51
892 :    
893 :     Summary:
894 :     Fix GMC 2 warp point.
895 :     Revision:
896 :     xvidcore--devapi4--1.0--patch-51
897 :    
898 :     From Skal:
899 :     * Fix 2 warp points GMC.
900 :    
901 :     modified files:
902 :     src/motion/gmc.c
903 :    
904 :    
905 :     2004-03-31 19:18:46 GMT patch-50
906 :    
907 :     Summary:
908 :     Added intra quant testing.
909 :     Revision:
910 :     xvidcore--devapi4--1.0--patch-50
911 :    
912 :     From Skal:
913 :     * Added intra quant testing to xvid_bench
914 :    
915 :     modified files:
916 :     examples/xvid_bench.c
917 :    
918 :    
919 :     2004-03-31 19:07:55 GMT patch-49
920 :    
921 :     Summary:
922 :     input width/height check
923 :     Revision:
924 :     xvidcore--devapi4--1.0--patch-49
925 :    
926 :     From Skal:
927 :     * Input width and height aren't checked and this can cause crash.
928 :    
929 :     modified files:
930 :     src/encoder.c
931 :    
932 :    
933 :     2004-03-28 01:02:21 GMT patch-48
934 :    
935 :     Summary:
936 :     $ CVS expansion removed
937 :     Revision:
938 :     xvidcore--devapi4--1.0--patch-48
939 :    
940 :     $ CVS expansion removed
941 :    
942 :    
943 :     modified files:
944 :     dshow/src/Configure.cpp dshow/src/config.c
945 :     examples/xvid_encraw.c
946 :    
947 :    
948 :     2004-03-28 00:45:23 GMT patch-47
949 :    
950 :     Summary:
951 :     Allow bigger frames
952 :     Revision:
953 :     xvidcore--devapi4--1.0--patch-47
954 :    
955 :     Allow bigger frames
956 :    
957 :    
958 :     modified files:
959 :     examples/xvid_encraw.c
960 :    
961 :    
962 :     2004-03-28 00:41:54 GMT patch-46
963 :    
964 :     Summary:
965 :     Fix in postproc header
966 :     Revision:
967 :     xvidcore--devapi4--1.0--patch-46
968 :    
969 :     Fix in postproc header
970 :    
971 :    
972 :     modified files:
973 :     src/image/postprocessing.h
974 :    
975 :    
976 :     2004-03-28 00:33:02 GMT patch-45
977 :    
978 :     Summary:
979 :     Fixed xvidvfw build on real mingw+msys systems
980 :     Revision:
981 :     xvidcore--devapi4--1.0--patch-45
982 :    
983 :     Fixed xvidvfw build on real mingw+msys systems
984 :    
985 :    
986 :     modified files:
987 :     vfw/bin/Makefile
988 :    
989 :    
990 :     2004-03-15 21:48:48 GMT patch-44
991 :    
992 :     Summary:
993 :     VFW updates.
994 :     Revision:
995 :     xvidcore--devapi4--1.0--patch-44
996 :    
997 :     VFW updates.
998 :    
999 :     modified files:
1000 :     vfw/src/config.c vfw/src/resource.rc
1001 :    
1002 :    
1003 :     2004-03-15 21:44:17 GMT patch-43
1004 :    
1005 :     Summary:
1006 :     GMC bugfix.
1007 :     Revision:
1008 :     xvidcore--devapi4--1.0--patch-43
1009 :    
1010 :     From skal:
1011 :     * GMC bugfixes.
1012 :    
1013 :     modified files:
1014 :     src/motion/gmc.c
1015 :    
1016 :    
1017 :     2004-03-15 21:41:18 GMT patch-42
1018 :    
1019 :     Summary:
1020 :     Buffer overrun fix in post proc.
1021 :     Revision:
1022 :     xvidcore--devapi4--1.0--patch-42
1023 :    
1024 :     From sysKin:
1025 :     * Fixed buffer overrun in postproc code.
1026 :    
1027 :     modified files:
1028 :     src/image/postprocessing.c src/image/postprocessing.h
1029 :    
1030 :    
1031 :     2004-03-15 21:33:22 GMT patch-41
1032 :    
1033 :     Summary:
1034 :     Forgotten files.
1035 :     Revision:
1036 :     xvidcore--devapi4--1.0--patch-41
1037 :    
1038 :     Me:
1039 :     * Sorry i missed these file additions. Important for the packages
1040 :     as i build them from the tla archive.
1041 :    
1042 :     new files:
1043 :     dshow/src/.arch-ids/Configure.cpp.id
1044 :     dshow/src/.arch-ids/config.c.id
1045 :     dshow/src/.arch-ids/config.h.id dshow/src/.arch-ids/debug.h.id
1046 :     dshow/src/Configure.cpp dshow/src/config.c dshow/src/config.h
1047 :     dshow/src/debug.h
1048 :    
1049 :    
1050 :     2004-03-03 21:01:09 GMT patch-40
1051 :    
1052 :     Summary:
1053 :     MV clipping in decoder.
1054 :     Revision:
1055 :     xvidcore--devapi4--1.0--patch-40
1056 :    
1057 :     From sysKin:
1058 :     * clip MVs to valid ranges.
1059 :    
1060 :     modified files:
1061 :     src/decoder.c src/decoder.h
1062 :    
1063 :    
1064 :     #########################################################################
1065 :     # 1.0.0 RC3 (Bistream Version 29)
1066 :     #########################################################################
1067 :    
1068 :     2004-02-29 13:17:10 GMT patch-39
1069 :    
1070 :     Summary:
1071 :     Marking 1.0.0 RC3
1072 :     Revision:
1073 :     xvidcore--devapi4--1.0--patch-39
1074 :    
1075 :     * Marking RC3
1076 :    
1077 :     modified files:
1078 :     ChangeLog build/generic/configure.in src/xvid.h
1079 :    
1080 :    
1081 :     2004-02-29 13:08:38 GMT patch-38
1082 :    
1083 :     Summary:
1084 :     Win32 project fixes for xvid_encraw and xvid_decraw.
1085 :     Revision:
1086 :     xvidcore--devapi4--1.0--patch-38
1087 :    
1088 :     From sysKin:
1089 :     * xvid_dec/encraw were linking against libxvidcore.lib. Now they link
1090 :     against xvidcore.dll.a
1091 :    
1092 :     NB: xvid_bench is left as is though it doesn't link. This program
1093 :     requires access to internal functions which aren't available
1094 :     through the dll link lib. No good solution exists for MSVC to
1095 :     build both a dll+its link lib+static lib.
1096 :    
1097 :     modified files:
1098 :     build/win32/xvid_decraw.dsp build/win32/xvid_encraw.dsp
1099 :    
1100 :    
1101 :     2004-02-29 12:56:36 GMT patch-37
1102 :    
1103 :     Summary:
1104 :     DShow updates
1105 :     Revision:
1106 :     xvidcore--devapi4--1.0--patch-37
1107 :    
1108 :     Bunch of DShow updates
1109 :    
1110 :     modified files:
1111 :     dshow/src/CXvidDecoder.cpp dshow/src/resource.h
1112 :     dshow/src/xvid.ax.rc
1113 :    
1114 :    
1115 :     2004-02-29 12:55:41 GMT patch-36
1116 :    
1117 :     Summary:
1118 :     VFW updates.
1119 :     Revision:
1120 :     xvidcore--devapi4--1.0--patch-36
1121 :    
1122 :     * Bunch of VFW frontends updates.
1123 :    
1124 :     modified files:
1125 :     vfw/src/codec.c vfw/src/codec.h vfw/src/config.c
1126 :     vfw/src/resource.rc vfw/src/status.c vfw/vfw.dsp
1127 :    
1128 :    
1129 :     2004-02-29 12:49:24 GMT patch-35
1130 :    
1131 :     Summary:
1132 :     Artefact workaround in bframes.
1133 :     Revision:
1134 :     xvidcore--devapi4--1.0--patch-35
1135 :    
1136 :     From sysKin:
1137 :     * Workaround for some artefacts appearing in bframes.
1138 :    
1139 :     modified files:
1140 :     src/motion/estimation_bvop.c
1141 :    
1142 :    
1143 :     2004-02-29 12:46:13 GMT patch-34
1144 :    
1145 :     Summary:
1146 :     Decoder buffer overflow fix.
1147 :     Revision:
1148 :     xvidcore--devapi4--1.0--patch-34
1149 :    
1150 :     From sysKin:
1151 :     * Avoids buffer overflow when reading the last align byte. Our
1152 :     bitstream do 4 byte reading because of some platform contraints
1153 :     (ARM) and can cause buffer overflow reads.
1154 :    
1155 :     modified files:
1156 :     src/decoder.c
1157 :    
1158 :    
1159 :     2004-02-29 11:53:47 GMT patch-33
1160 :    
1161 :     Summary:
1162 :     Compatibility decoding for old bitstreams.
1163 :     Revision:
1164 :     xvidcore--devapi4--1.0--patch-33
1165 :    
1166 :     From syskin:
1167 :     * old core versions used in dev-api-3 distributed by nearly all win32 bin
1168 :     builders used to have a edging bug. So when this information is known,
1169 :     workaround the bug.
1170 :    
1171 :     modified files:
1172 :     src/decoder.c src/encoder.c src/image/image.c
1173 :     src/image/image.h
1174 :    
1175 :     #########################################################################
1176 :     # 1.0.0 RC2 (Bistream Version 28)
1177 :     #########################################################################
1178 :    
1179 :     2004-02-08 01:06:40 GMT patch-32
1180 :    
1181 :     Summary:
1182 :     Marking RC2
1183 :     Revision:
1184 :     xvidcore--devapi4--1.0--patch-32
1185 :    
1186 :     Marking RC2
1187 :    
1188 :    
1189 :     modified files:
1190 :     ChangeLog build/generic/configure.in
1191 :    
1192 :    
1193 :     2004-02-07 13:54:24 GMT patch-31
1194 :    
1195 :     Summary:
1196 :     Win32 project outputs dll lib for linking.
1197 :     Revision:
1198 :     xvidcore--devapi4--1.0--patch-31
1199 :    
1200 :     From pete:
1201 :     * output a lib to link against the dll (xvidcore.dll.a).
1202 :    
1203 :     modified files:
1204 :     build/win32/libxvidcore.dsp
1205 :    
1206 :    
1207 :     2004-02-07 13:51:01 GMT patch-30
1208 :    
1209 :     Summary:
1210 :     DShow update.
1211 :     Revision:
1212 :     xvidcore--devapi4--1.0--patch-30
1213 :    
1214 :     From pete:
1215 :     * cmd line driving
1216 :    
1217 :     From sysKin(?):
1218 :     * bugfixes related to video flipping
1219 :     * bugfix for the 'crash at the end" bug
1220 :    
1221 :     modified files:
1222 :     TODO dshow/dshow.dsp dshow/src/CAbout.cpp dshow/src/CAbout.h
1223 :     dshow/src/CXvidDecoder.cpp dshow/src/CXvidDecoder.h
1224 :     dshow/src/xvid.ax.def
1225 :    
1226 :    
1227 :     2004-02-07 13:47:45 GMT patch-29
1228 :    
1229 :     Summary:
1230 :     VFW updates
1231 :     Revision:
1232 :     xvidcore--devapi4--1.0--patch-29
1233 :    
1234 :     Sorry feeling lazy about splitting this patch...
1235 :    
1236 :     From peter:
1237 :     * bitrate calculator
1238 :    
1239 :     From sysKin:
1240 :     * WMP9 bugfix
1241 :    
1242 :     modified files:
1243 :     TODO vfw/src/codec.c vfw/src/config.c vfw/src/config.h
1244 :     vfw/src/resource.h vfw/src/resource.rc
1245 :    
1246 :    
1247 :     2004-02-07 13:43:26 GMT patch-28
1248 :    
1249 :     Summary:
1250 :     Implicit overflow tuning for 2nd pass.
1251 :     Revision:
1252 :     xvidcore--devapi4--1.0--patch-28
1253 :    
1254 :     From sysKin:
1255 :     * When doing a bigger 2nd pass, the overflow loop must be more
1256 :     aggressive else no bonus bits are reinjected. So we can auto
1257 :     tune the overlow values in that case.
1258 :    
1259 :     modified files:
1260 :     src/plugins/plugin_2pass2.c
1261 :    
1262 :    
1263 :     2004-02-07 13:38:33 GMT patch-27
1264 :    
1265 :     Summary:
1266 :     GMC+interlaced bugfix in decoder.
1267 :     Revision:
1268 :     xvidcore--devapi4--1.0--patch-27
1269 :    
1270 :     From sysKin:
1271 :     * GMC+interlaced bugfix in decoder.
1272 :    
1273 :     modified files:
1274 :     src/decoder.c
1275 :    
1276 :    
1277 :     2004-02-07 13:35:16 GMT patch-26
1278 :    
1279 :     Summary:
1280 :     Reverted patch-23
1281 :     Revision:
1282 :     xvidcore--devapi4--1.0--patch-26
1283 :    
1284 :     From christoph:
1285 :     * reverted patch-23, old code was right.
1286 :     * Important typo for the YVYU csp (passing the y plane instead of u).
1287 :    
1288 :     modified files:
1289 :     src/image/image.c src/xvid.h
1290 :    
1291 :    
1292 :     2004-01-31 11:20:36 GMT patch-25
1293 :    
1294 :     Summary:
1295 :     DShow support for more mpeg4 fourccs.
1296 :     Revision:
1297 :     xvidcore--devapi4--1.0--patch-25
1298 :    
1299 :     From sysKin:
1300 :     * Added support for the MP4V fourcc.
1301 :    
1302 :     modified files:
1303 :     dshow/src/CAbout.cpp dshow/src/CAbout.h
1304 :     dshow/src/CXvidDecoder.cpp dshow/src/CXvidDecoder.h
1305 :     dshow/src/resource.h dshow/src/xvid.ax.rc
1306 :    
1307 :    
1308 :     2004-01-31 11:12:38 GMT patch-24
1309 :    
1310 :     Summary:
1311 :     DivX decoder compatibility
1312 :     Revision:
1313 :     xvidcore--devapi4--1.0--patch-24
1314 :    
1315 :     From sysKin:
1316 :     * DivX decoder compatibility improved for packed bitstreams.
1317 :     It should now detect them and play them fine.
1318 :    
1319 :     modified files:
1320 :     src/bitstream/bitstream.c
1321 :    
1322 :    
1323 :     2004-01-31 11:10:26 GMT patch-23
1324 :    
1325 :     Summary:
1326 :     YV12/I420 confusion fixed.
1327 :     Revision:
1328 :     xvidcore--devapi4--1.0--patch-23
1329 :    
1330 :     From christoph:
1331 :     * I420/YV12 were swapped since ... ages.
1332 :     * CSP_USER renamed to CSP_PLANAR
1333 :    
1334 :     modified files:
1335 :     src/encoder.c src/image/image.c src/xvid.h
1336 :    
1337 :    
1338 :     2004-01-31 10:53:20 GMT patch-22
1339 :    
1340 :     Summary:
1341 :     Arch separation for mem transfer functions
1342 :     Revision:
1343 :     xvidcore--devapi4--1.0--patch-22
1344 :    
1345 :     Arch separation for mem transfer functions
1346 :    
1347 :    
1348 :     modified files:
1349 :     src/utils/mem_transfer.h
1350 :    
1351 :    
1352 :     2004-01-27 14:47:08 GMT patch-21
1353 :    
1354 :     Summary:
1355 :     Write to registry Flip video flag in dshow
1356 :     Revision:
1357 :     xvidcore--devapi4--1.0--patch-21
1358 :    
1359 :     From sysKin:
1360 :     * The flip video flag is now saved in registry.
1361 :     * Changed internal flags name convention (use n prefix for all now)
1362 :    
1363 :     modified files:
1364 :     dshow/src/CAbout.cpp dshow/src/CAbout.h
1365 :     dshow/src/CXvidDecoder.cpp
1366 :    
1367 :    
1368 :     2004-01-27 14:42:52 GMT patch-20
1369 :    
1370 :     Summary:
1371 :     Added bitrate calc to VFW
1372 :     Revision:
1373 :     xvidcore--devapi4--1.0--patch-20
1374 :    
1375 :     From Pete:
1376 :     * Added bitrate calculator.
1377 :     * Changed up a few function calls to static type.
1378 :    
1379 :     modified files:
1380 :     vfw/src/codec.c vfw/src/codec.h vfw/src/config.c
1381 :     vfw/src/config.h vfw/src/resource.h vfw/src/resource.rc
1382 :     vfw/vfw.dsp
1383 :    
1384 :    
1385 :     2004-01-27 14:29:49 GMT patch-19
1386 :    
1387 :     Summary:
1388 :     Bugfix in decoder
1389 :     Revision:
1390 :     xvidcore--devapi4--1.0--patch-19
1391 :    
1392 :     From sysKin:
1393 :     * when stats are not used, don't write to the stats pointer.
1394 :    
1395 :     modified files:
1396 :     src/decoder.c
1397 :    
1398 :     #########################################################################
1399 :     # 1.0.0 RC1 (Bistream Version 26)
1400 :     #########################################################################
1401 :    
1402 :     2004-01-25 16:01:06 GMT patch-18
1403 :    
1404 :     Summary:
1405 :     Marking RC1
1406 :     Revision:
1407 :     xvidcore--devapi4--1.0--patch-18
1408 :    
1409 :     Marking RC1
1410 :    
1411 :     modified files:
1412 :     ChangeLog build/generic/configure.in src/xvid.h
1413 :    
1414 :    
1415 :     2004-01-25 15:37:57 GMT patch-17
1416 :    
1417 :     Summary:
1418 :     VFW update (again²)
1419 :     Revision:
1420 :     xvidcore--devapi4--1.0--patch-17
1421 :    
1422 :     From sysKin:
1423 :     * Added Constant Quant encoding.
1424 :    
1425 :     modified files:
1426 :     vfw/src/codec.c vfw/src/config.c vfw/src/config.h
1427 :     vfw/src/resource.rc
1428 :    
1429 :    
1430 :     2004-01-25 15:35:38 GMT patch-16
1431 :    
1432 :     Summary:
1433 :     Missing MB quants for PP.
1434 :     Revision:
1435 :     xvidcore--devapi4--1.0--patch-16
1436 :    
1437 :     From sysKin:
1438 :     * MB Quants are used by the PP code, so don't forget to update
1439 :     them even if the block is skipped or not coded.
1440 :    
1441 :     modified files:
1442 :     src/decoder.c
1443 :    
1444 :    
1445 :     2004-01-23 13:25:52 GMT patch-15
1446 :    
1447 :     Summary:
1448 :     VFW update (again)
1449 :     Revision:
1450 :     xvidcore--devapi4--1.0--patch-15
1451 :    
1452 :     From sysKin:
1453 :     * Status window updates.
1454 :     * Big resource.h cleanup, it seems msvc isn't able to do it automatically.
1455 :    
1456 :     modified files:
1457 :     vfw/src/resource.h vfw/src/resource.rc vfw/src/status.c
1458 :    
1459 :    
1460 :     2004-01-23 11:17:20 GMT patch-14
1461 :    
1462 :     Summary:
1463 :     VFW gcc warnings
1464 :     Revision:
1465 :     xvidcore--devapi4--1.0--patch-14
1466 :    
1467 :     VFW gcc warnings
1468 :    
1469 :    
1470 :     modified files:
1471 :     vfw/src/codec.c vfw/src/config.c vfw/src/config.h
1472 :    
1473 :    
1474 :     2004-01-22 20:54:53 GMT patch-13
1475 :    
1476 :     Summary:
1477 :     DShow updates.
1478 :     Revision:
1479 :     xvidcore--devapi4--1.0--patch-13
1480 :    
1481 :     From sysKin:
1482 :     * Fixed registry params type. Bool cannot be used or something weird
1483 :     happens when writing to registry
1484 :     * Defaults set to what the Reset widget sets.
1485 :    
1486 :     modified files:
1487 :     dshow/src/CAbout.h dshow/src/CXvidDecoder.cpp
1488 :    
1489 :    
1490 :     2004-01-22 20:35:27 GMT patch-12
1491 :    
1492 :     Summary:
1493 :     VFW updates.
1494 :     Revision:
1495 :     xvidcore--devapi4--1.0--patch-12
1496 :    
1497 :     From sysKin:
1498 :     * GUI improvements.
1499 :     * Stats fixing.
1500 :     * Automatic config clear upon installation.
1501 :     * Added postprocessing options in there too.
1502 :    
1503 :     modified files:
1504 :     vfw/bin/xvid.inf vfw/src/codec.c vfw/src/codec.h
1505 :     vfw/src/config.c vfw/src/config.h vfw/src/resource.h
1506 :     vfw/src/resource.rc vfw/src/status.c vfw/src/status.h
1507 :    
1508 :    
1509 :     2004-01-22 20:28:54 GMT patch-11
1510 :    
1511 :     Summary:
1512 :     Minor updates to text files
1513 :     Revision:
1514 :     xvidcore--devapi4--1.0--patch-11
1515 :    
1516 :     Minor updates to text files
1517 :    
1518 :    
1519 :     modified files:
1520 :     AUTHORS TODO
1521 :    
1522 :    
1523 :     2004-01-22 20:27:10 GMT patch-10
1524 :    
1525 :     Summary:
1526 :     2pass plugin changes.
1527 :     Revision:
1528 :     xvidcore--devapi4--1.0--patch-10
1529 :    
1530 :     From sysKin:
1531 :     * Disabled QPel during first pass as well.
1532 :     * Fix a mistaking condition when enabling largers 2nd passes.
1533 :    
1534 :     From ed.gomez:
1535 :     * Fix the fix logic. The previous fix enclosed a condition it should
1536 :     not have touched. So i removed the mistaking condition, which was
1537 :     wrong anyway as stated in the comment, and got back the sane condition
1538 :     test.
1539 :    
1540 :     modified files:
1541 :     src/plugins/plugin_2pass1.c src/plugins/plugin_2pass2.c
1542 :    
1543 :    
1544 :     2004-01-17 13:03:11 GMT patch-9
1545 :    
1546 :     Summary:
1547 :     Unitialized pointers during plugin creation.
1548 :     Revision:
1549 :     xvidcore--devapi4--1.0--patch-9
1550 :    
1551 :     From sysKin:
1552 :     - plugins which do not require private data were leaving the param2
1553 :     unitialized. Just init it to NULL. This bug wasn't causing any
1554 :     trouble anyway...
1555 :    
1556 :     modified files:
1557 :     src/plugins/plugin_dump.c src/plugins/plugin_psnr.c
1558 :     vfw/src/codec.c
1559 :    
1560 :    
1561 :     2004-01-17 01:09:01 GMT patch-8
1562 :    
1563 :     Summary:
1564 :     DShow forwwards AR information.
1565 :     Revision:
1566 :     xvidcore--devapi4--1.0--patch-8
1567 :    
1568 :     From syskin(?):
1569 :     - forward AR information to DShow framework.
1570 :     - grayed some widgets.
1571 :    
1572 :     modified files:
1573 :     dshow/src/CXvidDecoder.cpp dshow/src/CXvidDecoder.h
1574 :     dshow/src/xvid.ax.rc
1575 :    
1576 :    
1577 :     2004-01-07 13:50:29 GMT patch-7
1578 :    
1579 :     Summary:
1580 :     Scaled zones fix.
1581 :     Revision:
1582 :     xvidcore--devapi4--1.0--patch-7
1583 :    
1584 :     From sysKin (ideas from Koepi iirc):
1585 :     * Fix scaled zones computing prescaled data and so on instead of
1586 :     guessing everything with a global zone weight factor.
1587 :    
1588 :     modified files:
1589 :     src/plugins/plugin_2pass2.c
1590 :    
1591 :    
1592 :     2004-01-06 01:06:39 GMT patch-6
1593 :    
1594 :     Summary:
1595 :     Tab->Spaces in header only
1596 :     Revision:
1597 :     xvidcore--devapi4--1.0--patch-6
1598 :    
1599 :     Tab->Spaces in header only
1600 :    
1601 :    
1602 :     modified files:
1603 :     src/xvid.h
1604 :    
1605 :    
1606 :     2004-01-04 18:35:35 GMT patch-5
1607 :    
1608 :     Summary:
1609 :     Typo fixed
1610 :     Revision:
1611 :     xvidcore--devapi4--1.0--patch-5
1612 :    
1613 :     Typo fixed
1614 :    
1615 :    
1616 :     modified files:
1617 :     build/generic/configure.in
1618 :    
1619 :    
1620 :     2004-01-04 13:40:51 GMT patch-4
1621 :    
1622 :     Summary:
1623 :     VFW safer code.
1624 :     Revision:
1625 :     xvidcore--devapi4--1.0--patch-4
1626 :    
1627 :     From sysKin:
1628 :     * Protects some parts of the code depending on a previous
1629 :     xvidcore opening. Avoids resources leaking.
1630 :    
1631 :     modified files:
1632 :     vfw/src/codec.c vfw/src/driverproc.c
1633 :    
1634 :    
1635 :     2004-01-04 13:33:28 GMT patch-3
1636 :    
1637 :     Summary:
1638 :     Fixes VC debug target name
1639 :     Revision:
1640 :     xvidcore--devapi4--1.0--patch-3
1641 :    
1642 :     Fixes VC debug target name
1643 :    
1644 :    
1645 :     modified files:
1646 :     vfw/vfw.dsp
1647 :    
1648 :    
1649 :     2004-01-02 23:10:56 GMT patch-2
1650 :    
1651 :     Summary:
1652 :     Win32 linking policy revised.
1653 :     Revision:
1654 :     xvidcore--devapi4--1.0--patch-2
1655 :    
1656 :     Finnaly Win32 linking policy is to separate all XviD components:
1657 :     - xvidcore.dll exports XviD API
1658 :     - xvidvfw.dll links against xvidcore DLL
1659 :     - xviddshow.dll links against xvidcore DLL
1660 :    
1661 :     From sysKin:
1662 :     * Changed DShow linking policy in VS project file.
1663 :     * Changed VFW linking policy in VS project file.
1664 :     * Added runtime xvidcore.dll loading in DShow and VFW.
1665 :     * Installs xvidcore.dll along side with xvidvfw.dll.
1666 :    
1667 :     From ed.gomez:
1668 :     * Changed libxvidcore.dll mingw32/cygwin target name to
1669 :     xvidcore.dll in the configure script.
1670 :     * Changed xvid.dll VFW target name to xvidvfw.dll in the
1671 :     generic Makefile.
1672 :    
1673 :     PS: unlike CVS, i reverted back to MS build tools in VS project files
1674 :    
1675 :     modified files:
1676 :     build/generic/configure.in build/win32/libxvidcore.dsp
1677 :     dshow/dshow.dsp dshow/src/CXvidDecoder.cpp
1678 :     dshow/src/CXvidDecoder.h vfw/bin/Makefile vfw/bin/sources.inc
1679 :     vfw/bin/xvid.inf vfw/src/codec.c vfw/src/codec.h
1680 :     vfw/src/config.c vfw/src/config.h vfw/vfw.dsp
1681 :    
1682 :    
1683 :     2004-01-02 22:02:07 GMT patch-1
1684 :    
1685 :     Summary:
1686 :     Better seeking in dshow
1687 :     Revision:
1688 :     xvidcore--devapi4--1.0--patch-1
1689 :    
1690 :     From Michael:
1691 :     * Better DShow seeking.
1692 :    
1693 :     modified files:
1694 :     dshow/src/CXvidDecoder.cpp
1695 :    
1696 :    
1697 :     2004-01-02 12:28:39 GMT base-0
1698 :    
1699 :     Summary:
1700 :     tag of ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-162
1701 :     Revision:
1702 :     xvidcore--devapi4--1.0--base-0
1703 :    
1704 :     Archive cycling...
1705 :    
1706 :     #########################################################################
1707 :     # 1.0.0 beta3 (Bistream Version 25)
1708 :     #########################################################################
1709 :    
1710 :     2003-12-26 22:21:35 GMT patch-162
1711 :    
1712 :     Summary:
1713 :     Marking 1.0.0 beta3
1714 :     Revision:
1715 :     xvidcore--devapi4--1.0--patch-162
1716 :    
1717 :     Marking beta3
1718 :    
1719 :     modified files:
1720 :     ChangeLog TODO build/generic/configure.in src/xvid.h
1721 :    
1722 :    
1723 :     2003-12-25 20:57:52 GMT patch-161
1724 :    
1725 :     Summary:
1726 :     Thread safe PP.
1727 :     Revision:
1728 :     xvidcore--devapi4--1.0--patch-161
1729 :    
1730 :     From Michael:
1731 :     * Thread safe PP, context is now stored in DECODER struct.
1732 :    
1733 :     modified files:
1734 :     src/decoder.c src/decoder.h src/image/postprocessing.c
1735 :     src/image/postprocessing.h
1736 :    
1737 :    
1738 :     2003-12-25 20:49:36 GMT patch-160
1739 :    
1740 :     Summary:
1741 :     Added Turbo option to VFW GUI
1742 :     Revision:
1743 :     xvidcore--devapi4--1.0--patch-160
1744 :    
1745 :     From Michael:
1746 :     * Added turbo mode that enables all fast ME flags.
1747 :    
1748 :     modified files:
1749 :     vfw/src/codec.c vfw/src/config.c vfw/src/config.h
1750 :     vfw/src/resource.h vfw/src/resource.rc
1751 :    
1752 :    
1753 :     2003-12-25 20:46:16 GMT patch-159
1754 :    
1755 :     Summary:
1756 :     Cartoon mode usage written to stream.
1757 :     Revision:
1758 :     xvidcore--devapi4--1.0--patch-159
1759 :    
1760 :     From Michael:
1761 :     * @encoding: write cartoon usage in the version user data.
1762 :     * @decoding: detect cartoon flag appended to version string
1763 :     and force FILM PP disabling.
1764 :    
1765 :     modified files:
1766 :     src/bitstream/bitstream.c src/bitstream/bitstream.h
1767 :     src/decoder.c src/decoder.h src/encoder.c
1768 :    
1769 :    
1770 :     2003-12-21 13:34:03 GMT patch-158
1771 :    
1772 :     Summary:
1773 :     Removed unused var in VFW GUI
1774 :     Revision:
1775 :     xvidcore--devapi4--1.0--patch-158
1776 :    
1777 :     Removed unused var in VFW GUI
1778 :    
1779 :    
1780 :     modified files:
1781 :     vfw/src/config.c
1782 :    
1783 :    
1784 :     2003-12-21 13:32:52 GMT patch-157
1785 :    
1786 :     Summary:
1787 :     Two pass small update
1788 :     Revision:
1789 :     xvidcore--devapi4--1.0--patch-157
1790 :    
1791 :     from syskin:
1792 :     * allow second pass to be bigger than 1st one
1793 :     (not tested, the quant mapping formula may not be adapted for this
1794 :     usage, so take this change as experimental, and prefer doing
1795 :     second pass still smaller than 1st one)
1796 :     * let ivops benefit from positive overflow.
1797 :    
1798 :     from me:
1799 :     * set frame type in quant zones (was a buglet)
1800 :    
1801 :     modified files:
1802 :     src/plugins/plugin_2pass2.c
1803 :    
1804 :    
1805 :     2003-12-20 22:28:07 GMT patch-156
1806 :    
1807 :     Summary:
1808 :     New VFW defaults
1809 :     Revision:
1810 :     xvidcore--devapi4--1.0--patch-156
1811 :    
1812 :     From michael:
1813 :     * new VFW default values
1814 :    
1815 :     modified files:
1816 :     vfw/src/config.c
1817 :    
1818 :    
1819 :     2003-12-20 22:12:38 GMT patch-155
1820 :    
1821 :     Summary:
1822 :     Added ARGB colorspace.
1823 :     Revision:
1824 :     xvidcore--devapi4--1.0--patch-155
1825 :    
1826 :     Christoph Nägeli naegelic(at)ee{dot}ethz<dot>ch asked me to add C
1827 :     support for ARGB colorspace. He provided the encoding part, and i
1828 :     extended the original patch in order to have full support for ARGB
1829 :     both for encoding and decoding (though it's C only, read *slow*).
1830 :    
1831 :     modified files:
1832 :     src/image/colorspace.c src/image/colorspace.h
1833 :     src/image/image.c src/xvid.c src/xvid.h
1834 :    
1835 :    
1836 :     2003-12-20 21:29:37 GMT patch-154
1837 :    
1838 :     Summary:
1839 :     Added 2pass1 comment about fast 1st pass.
1840 :     Revision:
1841 :     xvidcore--devapi4--1.0--patch-154
1842 :    
1843 :     Just added a comment on fast 1st pass, so it explains why
1844 :     we do it that way and why some things are left aside.
1845 :    
1846 :     modified files:
1847 :     src/plugins/plugin_2pass1.c
1848 :    
1849 :    
1850 :     2003-12-20 20:03:51 GMT patch-153
1851 :    
1852 :     Summary:
1853 :     Win32 VC6 wrong libc linking.
1854 :     Revision:
1855 :     xvidcore--devapi4--1.0--patch-153
1856 :    
1857 :     From sysKin:
1858 :     * Changed single thread libc linking to multithreaded version.
1859 :    
1860 :     modified files:
1861 :     vfw/vfw.dsp
1862 :    
1863 :    
1864 :     2003-12-20 15:28:53 GMT patch-152
1865 :    
1866 :     Summary:
1867 :     VOL flags updating -- take #2
1868 :     Revision:
1869 :     xvidcore--devapi4--1.0--patch-152
1870 :    
1871 :     From sysKin:
1872 :     * VOL flags updates fix take #2
1873 :    
1874 :     modified files:
1875 :     src/encoder.c
1876 :    
1877 :    
1878 :     2003-12-20 15:10:30 GMT patch-151
1879 :    
1880 :     Summary:
1881 :     Fast ME tunings.
1882 :     Revision:
1883 :     xvidcore--devapi4--1.0--patch-151
1884 :    
1885 :     From michael:
1886 :     * fast refinement for 8x8 blocks
1887 :     * more reliable behavior for all fast ME decisions
1888 :    
1889 :     modified files:
1890 :     src/motion/estimation_bvop.c src/motion/estimation_pvop.c
1891 :     src/xvid.h
1892 :    
1893 :    
1894 :     2003-12-20 14:59:58 GMT patch-150
1895 :    
1896 :     Summary:
1897 :     VFW AR revamping -- take #2
1898 :     Revision:
1899 :     xvidcore--devapi4--1.0--patch-150
1900 :    
1901 :     From sysKin:
1902 :     * more AR revamping
1903 :    
1904 :     modified files:
1905 :     vfw/src/codec.c vfw/src/config.c vfw/src/config.h
1906 :     vfw/src/resource.h vfw/src/resource.rc
1907 :    
1908 :    
1909 :     2003-12-20 14:57:40 GMT patch-149
1910 :    
1911 :     Summary:
1912 :     Unbuffured IO for 1st pass stat files
1913 :     Revision:
1914 :     xvidcore--devapi4--1.0--patch-149
1915 :    
1916 :     Unbuffured IO for 1st pass stat files
1917 :    
1918 :    
1919 :     modified files:
1920 :     src/plugins/plugin_2pass1.c
1921 :    
1922 :    
1923 :     2003-12-18 17:44:07 GMT patch-148
1924 :    
1925 :     Summary:
1926 :     Forgotten bit of patch-141
1927 :     Revision:
1928 :     xvidcore--devapi4--1.0--patch-148
1929 :    
1930 :     Damn i forgot to merge the 1st pass changes... so lame, i tested the
1931 :     original patch but not the merged one.
1932 :    
1933 :     modified files:
1934 :     src/plugins/plugin_2pass1.c
1935 :    
1936 :    
1937 :     2003-12-18 14:45:39 GMT patch-147
1938 :    
1939 :     Summary:
1940 :     More postprocessing.
1941 :     Revision:
1942 :     xvidcore--devapi4--1.0--patch-147
1943 :    
1944 :     From michael:
1945 :     * added film noise effect.
1946 :     * moved postproc initialization to decoder initialization.
1947 :     * added support for this postproc filter into DShow.
1948 :    
1949 :     modified files:
1950 :     dshow/src/CAbout.cpp dshow/src/CAbout.h
1951 :     dshow/src/CXvidDecoder.cpp dshow/src/resource.h
1952 :     dshow/src/xvid.ax.rc src/decoder.c src/image/postprocessing.c
1953 :     src/image/postprocessing.h src/xvid.c src/xvid.h
1954 :    
1955 :    
1956 :     2003-12-18 14:38:19 GMT patch-146
1957 :    
1958 :     Summary:
1959 :     BFrames ME speed up flags.
1960 :     Revision:
1961 :     xvidcore--devapi4--1.0--patch-146
1962 :    
1963 :     From michael:
1964 :     * Added 3 ME flags to skip some bvop ME steps and thus speed up
1965 :     ME for bvops (at the expense of quality loss).
1966 :     - skip delta search
1967 :     - fast interpolate mode
1968 :     - early stop
1969 :    
1970 :     modified files:
1971 :     src/motion/estimation.h src/motion/estimation_bvop.c
1972 :     src/motion/estimation_common.c src/motion/estimation_pvop.c
1973 :     src/xvid.h
1974 :    
1975 :    
1976 :     2003-12-18 14:11:01 GMT patch-145
1977 :    
1978 :     Summary:
1979 :     VFW defaults changed
1980 :     Revision:
1981 :     xvidcore--devapi4--1.0--patch-145
1982 :    
1983 :     From michael:
1984 :     * disabled DXN profiles. Better not say we are compatible to avoid
1985 :     problems with DXN. Mostly because of VBV lacking.
1986 :     * Changed overflow defaults to 5/5/5 with new 2pass code.
1987 :    
1988 :     modified files:
1989 :     vfw/src/config.c
1990 :    
1991 :    
1992 :     2003-12-17 16:45:59 GMT patch-144
1993 :    
1994 :     Summary:
1995 :     Forgotten bit for AR support in VFW
1996 :     Revision:
1997 :     xvidcore--devapi4--1.0--patch-144
1998 :    
1999 :     Koepi might have forgotten to send me this change:
2000 :     * added resource id to the resource header
2001 :    
2002 :     modified files:
2003 :     vfw/src/resource.h
2004 :    
2005 :    
2006 :     2003-12-17 15:11:37 GMT patch-143
2007 :    
2008 :     Summary:
2009 :     Lower starting quantizer for CBR encoding
2010 :     Revision:
2011 :     xvidcore--devapi4--1.0--patch-143
2012 :    
2013 :     From christoph:
2014 :     * Lower starting quantizer for CBR encodings.
2015 :    
2016 :     modified files:
2017 :     src/plugins/plugin_single.c
2018 :    
2019 :    
2020 :     2003-12-17 15:04:33 GMT patch-142
2021 :    
2022 :     Summary:
2023 :     Small xvid_encraw updates
2024 :     Revision:
2025 :     xvidcore--devapi4--1.0--patch-142
2026 :    
2027 :     From christoph:
2028 :     * set upper frame size limit to 4096 pixels
2029 :     * GME refinement flag set where it belongs to.
2030 :    
2031 :     modified files:
2032 :     examples/xvid_encraw.c
2033 :    
2034 :    
2035 :     2003-12-17 15:01:52 GMT patch-141
2036 :    
2037 :     Summary:
2038 :     Two pass update.
2039 :     Revision:
2040 :     xvidcore--devapi4--1.0--patch-141
2041 :    
2042 :     This patch improves the two pass code, quantizer distribution is
2043 :     smoother and results seem to be better.
2044 :    
2045 :     * Two pass now scales only a specific part of the frame length.
2046 :     This required changing the stats file format (added a header+MV
2047 :     length field) and the xvid_plg_data_t structure (binary compatible).
2048 :     * Overflow improvement and degradation set to 10% instead of 60%
2049 :     Assymetric values may help...
2050 :     * Some cleanup work done on the encoder part of the API header.
2051 :    
2052 :     NB: plg data struct will be cleaned up before 1.0 so if you rely on it
2053 :     please read the header file to know which part will disappear.
2054 :    
2055 :     modified files:
2056 :     src/encoder.c src/plugins/plugin_2pass1.c
2057 :     src/plugins/plugin_2pass2.c src/xvid.h
2058 :    
2059 :    
2060 :     2003-12-17 13:53:34 GMT patch-140
2061 :    
2062 :     Summary:
2063 :     VOL flags fix.
2064 :     Revision:
2065 :     xvidcore--devapi4--1.0--patch-140
2066 :    
2067 :     From sysKin:
2068 :     * VOL flags updated as they should
2069 :    
2070 :     modified files:
2071 :     src/encoder.c
2072 :    
2073 :    
2074 :     2003-12-17 11:07:15 GMT patch-139
2075 :    
2076 :     Summary:
2077 :     VFW GUI Update.
2078 :     Revision:
2079 :     xvidcore--devapi4--1.0--patch-139
2080 :    
2081 :     From Koepi:
2082 :     * typo in GMC description
2083 :     * Added AR widget (experimental)
2084 :    
2085 :     modified files:
2086 :     vfw/src/codec.c vfw/src/config.c vfw/src/config.h
2087 :     vfw/src/resource.rc
2088 :    
2089 :    
2090 :     2003-12-14 12:44:36 GMT patch-138
2091 :    
2092 :     Summary:
2093 :     Fix PP crash
2094 :     Revision:
2095 :     xvidcore--devapi4--1.0--patch-138
2096 :    
2097 :     Fix PP crash
2098 :    
2099 :    
2100 :     modified files:
2101 :     src/decoder.c
2102 :    
2103 :    
2104 :     2003-12-14 12:43:21 GMT patch-137
2105 :    
2106 :     Summary:
2107 :     Texture bit counting for bframes
2108 :     Revision:
2109 :     xvidcore--devapi4--1.0--patch-137
2110 :    
2111 :     Texture bit counting for bframes
2112 :    
2113 :    
2114 :     modified files:
2115 :     src/bitstream/mbcoding.c
2116 :    
2117 :    
2118 :     2003-12-12 23:58:18 GMT patch-136
2119 :    
2120 :     Summary:
2121 :     SSE2 code enabled.
2122 :     Revision:
2123 :     xvidcore--devapi4--1.0--patch-136
2124 :    
2125 :     * SSE2 code enabled by default (only sane ones, _no_ idct)
2126 :     * Aligned data in xvid_bench to avoid crashes with SSE2 code
2127 :     because of unaligned read accesses.
2128 :    
2129 :     modified files:
2130 :     examples/xvid_bench.c src/xvid.c
2131 :    
2132 :    
2133 :     2003-12-12 22:50:33 GMT patch-135
2134 :    
2135 :     Summary:
2136 :     DShow update.
2137 :     Revision:
2138 :     xvidcore--devapi4--1.0--patch-135
2139 :    
2140 :     From michael (from nic):
2141 :     * Dshow updates (colorspace etc...)
2142 :     * Deblocking option.
2143 :    
2144 :     modified files:
2145 :     dshow/src/CAbout.cpp dshow/src/CAbout.h
2146 :     dshow/src/CXvidDecoder.cpp dshow/src/CXvidDecoder.h
2147 :     dshow/src/resource.h dshow/src/xvid.ax.rc
2148 :    
2149 :    
2150 :     2003-12-12 14:18:13 GMT patch-134
2151 :    
2152 :     Summary:
2153 :     Added missing postproc init
2154 :     Revision:
2155 :     xvidcore--devapi4--1.0--patch-134
2156 :    
2157 :     Added missing postproc init
2158 :    
2159 :    
2160 :     modified files:
2161 :     src/xvid.c
2162 :    
2163 :    
2164 :     2003-12-12 14:16:29 GMT patch-133
2165 :    
2166 :     Summary:
2167 :     YUV space clarifications and fix.
2168 :     Revision:
2169 :     xvidcore--devapi4--1.0--patch-133
2170 :    
2171 :     From christoph:
2172 :     * Put some comments
2173 :     * fixed UV swapping in USER case.
2174 :    
2175 :     modified files:
2176 :     src/image/image.c
2177 :    
2178 :    
2179 :     2003-12-12 14:01:52 GMT patch-132
2180 :    
2181 :     Summary:
2182 :     Default compilation flags change.
2183 :     Revision:
2184 :     xvidcore--devapi4--1.0--patch-132
2185 :    
2186 :     from christoph:
2187 :     - -fgcse was causing trouble on Suse9 gcc
2188 :     - -01->-02
2189 :    
2190 :     modified files:
2191 :     build/generic/configure.in
2192 :    
2193 :    
2194 :     2003-12-12 13:43:35 GMT patch-131
2195 :    
2196 :     Summary:
2197 :     Pixel Aspect Ratio support improvement.
2198 :     Revision:
2199 :     xvidcore--devapi4--1.0--patch-131
2200 :    
2201 :     * 1:1 VGA is default now (old behavior)
2202 :     * When passed EXT PAR type, we now (try to) sanityse the
2203 :     par_width/par_height value:
2204 :     - make it positive
2205 :     - using 0 (typical memset reseting) defaults to 1
2206 :     - simplify the PAR (using gcd)
2207 :     - then range it in [1..255] (can be lossy)
2208 :     * Specify valid range in API header
2209 :    
2210 :     Bitstream version bumped to 24.
2211 :    
2212 :     PS: this patch supersedes sysKin's one in CVS.
2213 :    
2214 :     modified files:
2215 :     src/encoder.c src/xvid.h
2216 :    
2217 :    
2218 :     2003-12-10 22:57:50 GMT patch-130
2219 :    
2220 :     Summary:
2221 :     xvid_decraw cmdline changes.
2222 :     Revision:
2223 :     xvidcore--devapi4--1.0--patch-130
2224 :    
2225 :     * -nframes -> -frames (why did i put a 'n' there ?)
2226 :     * -save changed its meaning, it now controls per frame Elementary
2227 :     Stream saving.
2228 :     * -o string is now independent from -save.
2229 :    
2230 :     So now it's possible to save both a ES file per frame + a ES file for the
2231 :     sequence.
2232 :    
2233 :     modified files:
2234 :     examples/xvid_encraw.c
2235 :    
2236 :    
2237 :     2003-12-10 15:08:20 GMT patch-129
2238 :    
2239 :     Summary:
2240 :     Decoder bugfixes.
2241 :     Revision:
2242 :     xvidcore--devapi4--1.0--patch-129
2243 :    
2244 :     From syskin:
2245 :     * bvops MBs were going banana from time to time because they were
2246 :     referencing wrong future ref MBs.
2247 :     * decoder now informs the client app about bvop lag, returning
2248 :     XVID_TYPE_NOTHING, up to the client app to display (or not)
2249 :     the bvop lag frame (black with error message).
2250 :    
2251 :     Fixing previous patch a bit:
2252 :     * added $Id$ fields
2253 :     * Fixed copyright
2254 :    
2255 :     modified files:
2256 :     dshow/src/CXvidDecoder.cpp src/decoder.c
2257 :     src/image/postprocessing.c src/image/postprocessing.h
2258 :    
2259 :    
2260 :     2003-12-10 14:53:58 GMT patch-128
2261 :    
2262 :     Summary:
2263 :     Deblocking code.
2264 :     Revision:
2265 :     xvidcore--devapi4--1.0--patch-128
2266 :    
2267 :     Patch from michael:
2268 :     * added deblocking code
2269 :    
2270 :     Merge work:
2271 :     * Added postprocessing.[ch] to project files
2272 :     * added #include "image/postprocessing.h" directive in decoder.c
2273 :     * new lines missing (gcc is so pedantic)
2274 :    
2275 :     NB: slice rendering + postprocessing is impossible. Slice rendering is
2276 :     somewhat abandoned.
2277 :    
2278 :     new files:
2279 :     src/image/.arch-ids/postprocessing.c.id
2280 :     src/image/.arch-ids/postprocessing.h.id
2281 :     src/image/postprocessing.c src/image/postprocessing.h
2282 :    
2283 :     modified files:
2284 :     build/generic/sources.inc build/win32/libxvidcore.dsp
2285 :     src/decoder.c src/xvid.h
2286 :    
2287 :    
2288 :     2003-12-08 18:33:26 GMT patch-127
2289 :    
2290 :     Summary:
2291 :     Don't read out of bounds
2292 :     Revision:
2293 :     xvidcore--devapi4--1.0--patch-127
2294 :    
2295 :     Don't read out of bounds
2296 :    
2297 :    
2298 :     modified files:
2299 :     src/plugins/plugin_2pass2.c
2300 :    
2301 :    
2302 :     2003-12-08 18:31:41 GMT patch-126
2303 :    
2304 :     Summary:
2305 :     Macroblock structure cleanup
2306 :     Revision:
2307 :     xvidcore--devapi4--1.0--patch-126
2308 :    
2309 :     Macroblock structure cleanup
2310 :    
2311 :    
2312 :     modified files:
2313 :     src/global.h
2314 :    
2315 :    
2316 :     2003-12-07 15:09:41 GMT patch-125
2317 :    
2318 :     Summary:
2319 :     Small fixes.
2320 :     Revision:
2321 :     xvidcore--devapi4--1.0--patch-125
2322 :    
2323 :     From gruel:
2324 :     * xvid.h: Minor color space correction.
2325 :    
2326 :     From sysKin:
2327 :     * codec.c: Zones fix
2328 :    
2329 :     modified files:
2330 :     src/xvid.h vfw/src/codec.c
2331 :    
2332 :    
2333 :     2003-12-07 14:57:14 GMT patch-124
2334 :    
2335 :     Summary:
2336 :     HUGE file handling in twopass.
2337 :     Revision:
2338 :     xvidcore--devapi4--1.0--patch-124
2339 :    
2340 :     Because of a lacking cast, two pass did not handle well some very
2341 :     large target size (bitrate mode is not affected).
2342 :    
2343 :     It should now be safe specifying target sizes up to 2^31kB which
2344 :     represents 2TB. Someone using XviD in studios ? ;-)
2345 :    
2346 :     modified files:
2347 :     src/plugins/plugin_2pass2.c
2348 :    
2349 :     #########################################################################
2350 :     # 1.0.0 beta2 (Bitstream Version 23)
2351 :     #########################################################################
2352 :    
2353 :     2003-12-05 14:43:53 GMT patch-123
2354 :    
2355 :     Summary:
2356 :     Marking 1.0.0 Beta2
2357 :     Revision:
2358 :     xvidcore--devapi4--1.0--patch-123
2359 :    
2360 :     Marking 1.0.0 Beta2
2361 :    
2362 :    
2363 :     modified files:
2364 :     ChangeLog TODO build/generic/configure.in
2365 :    
2366 :    
2367 :     2003-12-05 14:35:22 GMT patch-122
2368 :    
2369 :     Summary:
2370 :     Cap quants correctly (the best we can at least)
2371 :     Revision:
2372 :     xvidcore--devapi4--1.0--patch-122
2373 :    
2374 :     Cap quants correctly (the best we can at least)
2375 :    
2376 :    
2377 :     modified files:
2378 :     src/plugins/plugin_single.c
2379 :    
2380 :    
2381 :     2003-12-05 14:33:48 GMT patch-121
2382 :    
2383 :     Summary:
2384 :     Small glitch
2385 :     Revision:
2386 :     xvidcore--devapi4--1.0--patch-121
2387 :    
2388 :     Small glitch
2389 :    
2390 :    
2391 :     modified files:
2392 :     src/motion/vop_type_decision.c
2393 :    
2394 :    
2395 :     2003-12-05 14:06:19 GMT patch-120
2396 :    
2397 :     Summary:
2398 :     KFthresholding changes.
2399 :     Revision:
2400 :     xvidcore--devapi4--1.0--patch-120
2401 :    
2402 :     As user reports proved, the logic behind the min_key_interval was
2403 :     1/ misleading because the parameter is kfthreshold indeed and not
2404 :     a minimum keyframe interval
2405 :     2/ the formula was a bit too aggressive (removing 20% of bitrate
2406 :     per frame until distance to next iframe was 1)
2407 :    
2408 :     I posted a RFC to try to settle a decision on what behavior this
2409 :     setting should have. We have still have no clear answer so i prefer
2410 :     just fixing the misleading name right now and wait for a common
2411 :     position about its behavior later.
2412 :    
2413 :     Libraries are *binary* compatible, but *source code* compatibility
2414 :     is broken (rename rc_2pass2_t->min_key_interval to kfthreshold).
2415 :     This is probably the last API change.
2416 :    
2417 :     NB: fixes a type problem during scaling parameter computing which
2418 :     was causing insane pb_iboost_tax_ratio values.
2419 :    
2420 :     modified files:
2421 :     src/plugins/plugin_2pass2.c src/xvid.h vfw/src/codec.c
2422 :     vfw/src/config.c vfw/src/config.h
2423 :    
2424 :    
2425 :     2003-12-05 00:20:28 GMT patch-119
2426 :    
2427 :     Summary:
2428 :     ivop decision tuning.
2429 :     Revision:
2430 :     xvidcore--devapi4--1.0--patch-119
2431 :    
2432 :     ivop decision tuning from sysKin.
2433 :    
2434 :     modified files:
2435 :     src/motion/vop_type_decision.c
2436 :    
2437 :    
2438 :     2003-12-03 18:55:29 GMT patch-118
2439 :    
2440 :     Summary:
2441 :     VOSH header always written.
2442 :     Revision:
2443 :     xvidcore--devapi4--1.0--patch-118
2444 :    
2445 :     * profile is set to sane default value in BitstreamWriteVolHeaders
2446 :     * VOSH is now always written (note that the ending code is never
2447 :     written)
2448 :     * doubled variable removed from bvop estimation file.
2449 :    
2450 :     bitstream version set to 23
2451 :     Version 22 was used in CVS by a fix from michael for VOSH, it was just
2452 :     lacking the sane default value setting when profile is 0x00 from user.
2453 :     0x00 is a reserved profile ID in the spec so it wasn't making much sense
2454 :     to write 0x00.
2455 :    
2456 :     modified files:
2457 :     src/bitstream/bitstream.c src/motion/estimation_bvop.c
2458 :     src/xvid.h
2459 :    
2460 :    
2461 :     2003-12-03 15:29:30 GMT patch-117
2462 :    
2463 :     Summary:
2464 :     VFW GUI fixes.
2465 :     Revision:
2466 :     xvidcore--devapi4--1.0--patch-117
2467 :    
2468 :     min key was misleading because it was legacy code from dev-api-3.
2469 :    
2470 :     modified files:
2471 :     vfw/src/codec.c vfw/src/config.c vfw/src/resource.rc
2472 :    
2473 :    
2474 :     2003-12-03 15:22:25 GMT patch-116
2475 :    
2476 :     Summary:
2477 :     ME fixes.
2478 :     Revision:
2479 :     xvidcore--devapi4--1.0--patch-116
2480 :    
2481 :     From syskin:
2482 :     - small typo in chroma sad reset
2483 :     - code tweaking
2484 :     + adv diamond search used intead of mainsearch
2485 :     + and some other stuff
2486 :     - thresholds tuned.
2487 :    
2488 :     modified files:
2489 :     src/motion/estimation.h src/motion/estimation_bvop.c
2490 :     src/motion/estimation_pvop.c
2491 :    
2492 :    
2493 :     2003-12-01 11:17:20 GMT patch-115
2494 :    
2495 :     Summary:
2496 :     Small changes and interlacing bugfix.
2497 :     Revision:
2498 :     xvidcore--devapi4--1.0--patch-115
2499 :    
2500 :     * Interlacing bugfix, code got swapped in a very old patch
2501 :     (back in March)
2502 :     * xvid_encraw forces VOSH writing.
2503 :     * VFW GUI fixes.
2504 :    
2505 :     modified files:
2506 :     examples/Makefile examples/xvid_encraw.c
2507 :     src/utils/mbtransquant.c vfw/src/config.c vfw/src/resource.rc
2508 :    
2509 :    
2510 :     2003-11-30 15:47:41 GMT patch-114
2511 :    
2512 :     Summary:
2513 :     Thread safe MPEG4 quantization functions + xvid_bench update
2514 :     Revision:
2515 :     xvidcore--devapi4--1.0--patch-114
2516 :    
2517 :     * Thread safe MPEG4 quantization functions.
2518 :     Cleaned up version of patch provided by Michael
2519 :     - fixed compiling problems on gcc
2520 :     - added const qualifiers every where it was possible to help C compiler
2521 :     optimization.
2522 :     - added the mpeg_quant_matrices param to all ASM function prototype
2523 :     in comments (even if it's not used, that shows we do it deliberatly)
2524 :     - forces m[intra][0][0] = 8, otherwise XviD could write invalid streams.
2525 :     * Added real CRC computing in xvid_bench.c
2526 :    
2527 :     modified files:
2528 :     TODO examples/xvid_bench.c src/bitstream/bitstream.c
2529 :     src/decoder.c src/decoder.h src/encoder.c src/encoder.h
2530 :     src/motion/estimation.h src/motion/estimation_pvop.c
2531 :     src/motion/estimation_rd_based.c src/quant/quant.h
2532 :     src/quant/quant_h263.c src/quant/quant_matrix.c
2533 :     src/quant/quant_matrix.h src/quant/quant_mpeg.c
2534 :     src/quant/x86_asm/quantize_h263_3dne.asm
2535 :     src/quant/x86_asm/quantize_h263_mmx.asm
2536 :     src/quant/x86_asm/quantize_mpeg_mmx.asm
2537 :     src/quant/x86_asm/quantize_mpeg_xmm.asm
2538 :     src/utils/mbtransquant.c src/xvid.c
2539 :    
2540 :    
2541 :     2003-11-29 18:10:25 GMT patch-113
2542 :    
2543 :     Summary:
2544 :     Fixed csp asm rules for real?
2545 :     Revision:
2546 :     xvidcore--devapi4--1.0--patch-113
2547 :    
2548 :     Fixed csp asm rules for real?
2549 :    
2550 :    
2551 :     modified files:
2552 :     build/win32/libxvidcore.dsp
2553 :    
2554 :    
2555 :     2003-11-29 17:58:09 GMT patch-112
2556 :    
2557 :     Summary:
2558 :     TODO/ChangeLog updated
2559 :     Revision:
2560 :     xvidcore--devapi4--1.0--patch-112
2561 :    
2562 :     TODO/ChangeLog updated
2563 :    
2564 :    
2565 :     modified files:
2566 :     ChangeLog TODO
2567 :    
2568 :    
2569 :     #########################################################################
2570 :     # 1.0.0 beta1 (Bitstream Version 21)
2571 :     #########################################################################
2572 :    
2573 :     2003-11-29 17:21:08 GMT patch-111
2574 :    
2575 :     Summary:
2576 :     First beta marking
2577 :     Revision:
2578 :     xvidcore--devapi4--1.0--patch-111
2579 :    
2580 :     First beta marking
2581 :    
2582 :    
2583 :     modified files:
2584 :     build/generic/configure.in src/xvid.c src/xvid.h
2585 :    
2586 :    
2587 :     2003-11-29 16:59:14 GMT patch-110
2588 :    
2589 :     Summary:
2590 :     Catching up with CVS.
2591 :     Revision:
2592 :     xvidcore--devapi4--1.0--patch-110
2593 :    
2594 :     Changes from sysKin:
2595 :     * dquant optimization.
2596 :     * CBR fix
2597 :    
2598 :     modified files:
2599 :     src/encoder.c src/plugins/plugin_single.c
2600 :    
2601 :    
2602 :     2003-11-24 22:05:38 GMT patch-109
2603 :    
2604 :     Summary:
2605 :     Big level handling in trellis.
2606 :     Revision:
2607 :     xvidcore--devapi4--1.0--patch-109
2608 :    
2609 :     Trellis was treating big levels exactly the same way as lower ones.
2610 :     In some cases, trellis was doing wild optimizations favoring a 0
2611 :     because the distortion introduced by that big coeff change was acceptable.
2612 :     But visually this could result in some nasty blocks with wrong chroma
2613 :     information or similar brutal changes in other planes as well.
2614 :    
2615 :     Skal added big levels handling where trellis just tries to minimize
2616 :     the cost varying the run value only. No level modification is done
2617 :     anymore.
2618 :    
2619 :     modified files:
2620 :     TODO src/utils/mbtransquant.c
2621 :    
2622 :    
2623 :     2003-11-23 16:42:55 GMT patch-108
2624 :    
2625 :     Summary:
2626 :     Trellis for MPEG.
2627 :     Revision:
2628 :     xvidcore--devapi4--1.0--patch-108
2629 :    
2630 :     * Added trellis support for MPEg quantization type.
2631 :     * Changed RD fixed point precision, should help avoiding overflow
2632 :     (see the constant TL_SHIFT)
2633 :    
2634 :     NB: we still have some problems when trellis optimizes DC for big DC
2635 :     values.
2636 :    
2637 :     modified files:
2638 :     src/utils/mbtransquant.c
2639 :    
2640 :    
2641 :     2003-11-22 00:53:59 GMT patch-107
2642 :    
2643 :     Summary:
2644 :     Win32 lib project fix (bis)
2645 :     Revision:
2646 :     xvidcore--devapi4--1.0--patch-107
2647 :    
2648 :     * nasm >= 0.98.37 support in project file got reverted in a previous
2649 :     patch, push it back. Nota bene /O3 changed to /O2 for proper
2650 :     compilation with msvc compiler (everyone is not supposed to compile
2651 :     stuff with icc)
2652 :     * TODO update.
2653 :    
2654 :     modified files:
2655 :     TODO build/win32/libxvidcore.dsp
2656 :    
2657 :    
2658 :     2003-11-19 21:26:34 GMT patch-106
2659 :    
2660 :     Summary:
2661 :     updated bench crc
2662 :     Revision:
2663 :     xvidcore--devapi4--1.0--patch-106
2664 :    
2665 :     updated bench crc
2666 :    
2667 :    
2668 :     modified files:
2669 :     examples/xvid_bench.c
2670 :    
2671 :    
2672 :     2003-11-19 16:00:00 GMT patch-105
2673 :    
2674 :     Summary:
2675 :     Lumimasking fixes.
2676 :     Revision:
2677 :     xvidcore--devapi4--1.0--patch-105
2678 :    
2679 :     from sysKin:
2680 :     * New plugin hook entry XVID_PLG_FRAME that happens inside FrameCodeIPB
2681 :     when both type and quant are known. Added hook handling in all plugins.
2682 :     * Fixed lumimasking.
2683 :    
2684 :     from me:
2685 :     * small reverse commit in pvop estimation fixed.
2686 :    
2687 :     modified files:
2688 :     src/bitstream/bitstream.c src/bitstream/bitstream.h
2689 :     src/encoder.c src/motion/estimation_pvop.c
2690 :     src/plugins/plugin_2pass1.c src/plugins/plugin_2pass2.c
2691 :     src/plugins/plugin_dump.c src/plugins/plugin_lumimasking.c
2692 :     src/plugins/plugin_psnr.c src/plugins/plugin_single.c
2693 :     src/xvid.h
2694 :    
2695 :    
2696 :     2003-11-19 15:37:16 GMT patch-104
2697 :    
2698 :     Summary:
2699 :     Removed indirections from SearchData structure.
2700 :     Revision:
2701 :     xvidcore--devapi4--1.0--patch-104
2702 :    
2703 :     Patch from sysKin:
2704 :     * removed indirections in SearchData structure. CheckCandidate functions
2705 :     don't use a const SearchData pointer anymore, but they should be a bit
2706 :     faster because of the less numerous indirections.
2707 :    
2708 :     modified files:
2709 :     src/motion/estimation.h src/motion/estimation_bvop.c
2710 :     src/motion/estimation_common.c src/motion/estimation_gmc.c
2711 :     src/motion/estimation_pvop.c src/motion/estimation_rd_based.c
2712 :     src/motion/vop_type_decision.c
2713 :    
2714 :    
2715 :     2003-11-19 15:33:55 GMT patch-103
2716 :    
2717 :     Summary:
2718 :     Formula error in twopass code.
2719 :     Revision:
2720 :     xvidcore--devapi4--1.0--patch-103
2721 :    
2722 :     The reversing bframe formula in 2pass 2 was not right. This was in fact
2723 :     a test code i used when i was maintaining the code on its own branch.
2724 :     I should not have commited it :\
2725 :    
2726 :     Fixed :-)
2727 :    
2728 :     modified files:
2729 :     src/plugins/plugin_2pass2.c
2730 :    
2731 :    
2732 :     2003-11-18 21:41:08 GMT patch-102
2733 :    
2734 :     Summary:
2735 :     Another problem with mis/unitialized reads.
2736 :     Revision:
2737 :     xvidcore--devapi4--1.0--patch-102
2738 :    
2739 :     Michael introduced a fast subpel refine that uses a (iMinSAD2, currentQMV2)
2740 :     couple of data. The problem is that he plugged this in CheckCandidate16_qpel
2741 :     that is used outside this context, thus a if statement was traversed with
2742 :     garbage data in the standard subpel case. For perfection sake, using a
2743 :     iMinSAD=256*4096 value collects correct data even if it will not be used in
2744 :     the normal subpel case.
2745 :    
2746 :     modified files:
2747 :     src/motion/estimation_pvop.c
2748 :    
2749 :    
2750 :     2003-11-16 17:29:39 GMT patch-101
2751 :    
2752 :     Summary:
2753 :     The MEanalysis patch assumed bvops were always used
2754 :     Revision:
2755 :     xvidcore--devapi4--1.0--patch-101
2756 :    
2757 :     The MEanalysis patch assumed bvops were always used
2758 :    
2759 :    
2760 :     modified files:
2761 :     src/encoder.c
2762 :    
2763 :    
2764 :     2003-11-16 15:12:15 GMT patch-100
2765 :    
2766 :     Summary:
2767 :     MEanalysis using wrong mvs + bframe search using wrong mvs
2768 :     Revision:
2769 :     xvidcore--devapi4--1.0--patch-100
2770 :    
2771 :     Valgrind reported lot of unitialized reads. These unitialized reads
2772 :     helped sysKin finding three bugs:
2773 :     - ZeroMacroblock did not reset the cbp field. So for some skipped
2774 :     blocks, a test was done on the cbp value...
2775 :     - MEanalysis was using wrong mvs from the current bvop (unitialized
2776 :     or just wrong in current context). That's because in devapi3, bframes
2777 :     used to share the same mvs array wheras now, it's one array a bvop.
2778 :     - Collocated skipped MBs for a bvop didn't reset mvs[0] and b_mvs[0].
2779 :    
2780 :     modified files:
2781 :     src/encoder.c src/motion/estimation_bvop.c src/motion/motion.h
2782 :     src/motion/motion_inlines.h src/motion/vop_type_decision.c
2783 :    
2784 :    
2785 :     2003-11-15 15:21:09 GMT patch-99
2786 :    
2787 :     Summary:
2788 :     Small fixes
2789 :     Revision:
2790 :     xvidcore--devapi4--1.0--patch-99
2791 :    
2792 :     Small fixes
2793 :    
2794 :    
2795 :     modified files:
2796 :     src/encoder.c src/motion/vop_type_decision.c
2797 :    
2798 :    
2799 :     2003-11-15 15:02:47 GMT patch-98
2800 :    
2801 :     Summary:
2802 :     DShow update + libxvidcore project file update
2803 :     Revision:
2804 :     xvidcore--devapi4--1.0--patch-98
2805 :    
2806 :     From peter:
2807 :     * DShow now links against libxvidcore.lib
2808 :     * Some updates to the libxvidcore project file
2809 :    
2810 :     modified files:
2811 :     TODO build/win32/libxvidcore.dsp dshow/dshow.dsp
2812 :     dshow/src/CXvidDecoder.cpp dshow/src/CXvidDecoder.h
2813 :    
2814 :    
2815 :     2003-11-15 01:51:28 GMT patch-97
2816 :    
2817 :     Summary:
2818 :     Small updates to doc files
2819 :     Revision:
2820 :     xvidcore--devapi4--1.0--patch-97
2821 :    
2822 :     Small updates to doc files
2823 :    
2824 :    
2825 :     modified files:
2826 :     AUTHORS CodingStyle TODO doc/INSTALL doc/README
2827 :    
2828 :     renamed files:
2829 :     .arch-ids/authors.txt.id
2830 :     ==> .arch-ids/AUTHORS.id
2831 :     .arch-ids/todo.txt.id
2832 :     ==> .arch-ids/TODO.id
2833 :     authors.txt
2834 :     ==> AUTHORS
2835 :     todo.txt
2836 :     ==> TODO
2837 :    
2838 :    
2839 :     2003-11-14 11:23:55 GMT patch-96
2840 :    
2841 :     Summary:
2842 :     Updated ChangeLog
2843 :     Revision:
2844 :     xvidcore--devapi4--1.0--patch-96
2845 :    
2846 :     Updated ChangeLog
2847 :    
2848 :    
2849 :     modified files:
2850 :     ChangeLog
2851 :    
2852 :    
2853 :     2003-11-13 23:09:34 GMT patch-95
2854 :    
2855 :     Summary:
2856 :     8x8 16bit Block SSE optimization.
2857 :     Revision:
2858 :     xvidcore--devapi4--1.0--patch-95
2859 :    
2860 :     MMXed the calculation of SSE for 8x8 16bit blocks. This helps quite
2861 :     a lot VHQ=4 mode.
2862 :    
2863 :     My tests show with trellis:chroma_me:
2864 :     - ~20% speed improvement for vhq=4.
2865 :     - at least 5% when using vhq=1.
2866 :    
2867 :     Of course this speedup vanishes if more CPU intensive features are used.
2868 :     CruNcher who used gmc/qpel, noticed "only" a ~5% speed improvement.
2869 :    
2870 :     NB: i'm of course talking about overall speed improvement. Such a small
2871 :     patch for such a big improvement :-)
2872 :    
2873 :     modified files:
2874 :     src/motion/estimation_rd_based.c src/motion/sad.c
2875 :     src/motion/sad.h src/motion/x86_asm/sad_mmx.asm src/xvid.c
2876 :    
2877 :    
2878 :     2003-11-13 22:34:33 GMT patch-94
2879 :    
2880 :     Summary:
2881 :     Various small bug fixes.
2882 :     Revision:
2883 :     xvidcore--devapi4--1.0--patch-94
2884 :    
2885 :     * encoder.c: GMC code fix in encoder.c. Now gmcval is initialized correctly
2886 :     when using GME.
2887 :     * xvid_decraw.c: Fix elementary stream output.
2888 :     * plugin_2pass2.c: Small parsing bug in stats reading in 2pass2.
2889 :     * decoder.c: Read resync markers in bframes.
2890 :    
2891 :     modified files:
2892 :     examples/xvid_decraw.c src/decoder.c src/encoder.c
2893 :     src/plugins/plugin_2pass2.c
2894 :    
2895 :    
2896 :     2003-11-11 16:24:05 GMT patch-93
2897 :    
2898 :     Summary:
2899 :     VFW update for overflow control
2900 :     Revision:
2901 :     xvidcore--devapi4--1.0--patch-93
2902 :    
2903 :     From Koepi.
2904 :     * Added widget and code for overflow control strength.
2905 :     * Removed widgets for payback options and kfthresholds.
2906 :     * Activated frame stats in DebugOutputView all the time.
2907 :    
2908 :     From me:
2909 :     * Activated static motion detection in cartoon mode.
2910 :    
2911 :     modified files:
2912 :     vfw/src/codec.c vfw/src/config.c vfw/src/resource.h
2913 :     vfw/src/resource.rc
2914 :    
2915 :    
2916 :     2003-11-09 20:47:47 GMT patch-92
2917 :    
2918 :     Summary:
2919 :     New two pass code.
2920 :     Revision:
2921 :     xvidcore--devapi4--1.0--patch-92
2922 :    
2923 :     New two pass code. I may say it's just a fixed version, though it looks
2924 :     more like a "take all the ideas and write it again" version. It performs
2925 :     better with all natural sequences i have and a bit worse with anime.
2926 :    
2927 :     Including it now, allow me improving the code during the beta releases.
2928 :    
2929 :     modified files:
2930 :     src/encoder.c src/plugins/plugin_2pass1.c
2931 :     src/plugins/plugin_2pass2.c src/xvid.h vfw/src/codec.c
2932 :     vfw/src/config.c vfw/src/config.h
2933 :    
2934 :    
2935 :     2003-11-09 17:07:16 GMT patch-91
2936 :    
2937 :     Summary:
2938 :     Fixes for bframe compensation (used in psnr tests).
2939 :     Revision:
2940 :     xvidcore--devapi4--1.0--patch-91
2941 :    
2942 :     * transfer_8to16_sub2_(c|mmx|xmm|3dne) write back the compensated
2943 :     result to current frame pointer.
2944 :     * transfer_8to16_sub2_mmx uses proper rounding (a+b+1)/2. The +1
2945 :     operation was missing.
2946 :     * Blocks skipped in bframes must be compensated for psnr computing.
2947 :    
2948 :     modified files:
2949 :     src/encoder.c src/motion/estimation_bvop.c
2950 :     src/utils/mem_transfer.c
2951 :     src/utils/x86_asm/mem_transfer_3dne.asm
2952 :     src/utils/x86_asm/mem_transfer_mmx.asm
2953 :    
2954 :    
2955 :     2003-11-05 16:05:44 GMT patch-90
2956 :    
2957 :     Summary:
2958 :     Speed improvement not wasting setedges and interpolate calls.
2959 :     Revision:
2960 :     xvidcore--devapi4--1.0--patch-90
2961 :    
2962 :     Patch from syskin.
2963 :    
2964 :     * This patch avoids calling setedges and interpolate for uneeded cases:
2965 :     - setedges is only called once per frame.
2966 :     - interpolate is called only when the previous rounding
2967 :     was different from the one needed.
2968 :     * Interpolation has been optimized a bit for qpel case, we do the
2969 :     hv pass down to top to use the cache more efficiently (hope so).
2970 :    
2971 :     modified files:
2972 :     src/encoder.c src/encoder.h src/image/image.c
2973 :    
2974 :    
2975 :     2003-11-03 19:51:12 GMT patch-89
2976 :    
2977 :     Summary:
2978 :     SSE2 dev16 fix + xvid_bench DCT block alignments.
2979 :     Revision:
2980 :     xvidcore--devapi4--1.0--patch-89
2981 :    
2982 :     * Small error fixed by Skal in his dev16 code (missing pshufd).
2983 :     * Blocks used by DCT tests are now aligned with DECLARE_ALIGNED_MATRIX
2984 :     this avoids the well know segfaults when using SSE2 instructions that
2985 :     suppose data alignment.
2986 :    
2987 :     modified files:
2988 :     examples/xvid_bench.c src/motion/x86_asm/sad_sse2.asm
2989 :    
2990 :    
2991 :     2003-11-03 15:42:23 GMT patch-88
2992 :    
2993 :     Summary:
2994 :     Align .rodata section for non coff objects
2995 :     Revision:
2996 :     xvidcore--devapi4--1.0--patch-88
2997 :    
2998 :     Align .rodata section for non coff objects
2999 :    
3000 :    
3001 :     modified files:
3002 :     src/bitstream/x86_asm/cbp_mmx.asm
3003 :     src/bitstream/x86_asm/cbp_sse2.asm
3004 :     src/dct/x86_asm/fdct_mmx_ffmpeg.asm
3005 :     src/dct/x86_asm/fdct_mmx_skal.asm
3006 :     src/dct/x86_asm/fdct_sse2_skal.asm
3007 :     src/dct/x86_asm/idct_3dne.asm src/dct/x86_asm/idct_mmx.asm
3008 :     src/dct/x86_asm/idct_sse2_dmitry.asm
3009 :     src/dct/x86_asm/simple_idct_mmx.asm
3010 :     src/image/x86_asm/colorspace_rgb_mmx.asm
3011 :     src/image/x86_asm/colorspace_yuyv_mmx.asm
3012 :     src/image/x86_asm/interpolate8x8_3dn.asm
3013 :     src/image/x86_asm/interpolate8x8_3dne.asm
3014 :     src/image/x86_asm/interpolate8x8_mmx.asm
3015 :     src/image/x86_asm/interpolate8x8_xmm.asm
3016 :     src/image/x86_asm/qpel_mmx.asm
3017 :     src/image/x86_asm/reduced_mmx.asm
3018 :     src/motion/x86_asm/sad_3dn.asm src/motion/x86_asm/sad_3dne.asm
3019 :     src/motion/x86_asm/sad_mmx.asm src/motion/x86_asm/sad_sse2.asm
3020 :     src/motion/x86_asm/sad_xmm.asm
3021 :     src/quant/x86_asm/quantize_h263_3dne.asm
3022 :     src/quant/x86_asm/quantize_h263_mmx.asm
3023 :     src/quant/x86_asm/quantize_mpeg_mmx.asm
3024 :     src/quant/x86_asm/quantize_mpeg_xmm.asm
3025 :     src/utils/x86_asm/cpuid.asm
3026 :     src/utils/x86_asm/interlacing_mmx.asm
3027 :     src/utils/x86_asm/mem_transfer_3dne.asm
3028 :    
3029 :    
3030 :     2003-11-02 23:01:43 GMT patch-87
3031 :    
3032 :     Summary:
3033 :     SSE2 update
3034 :     Revision:
3035 :     xvidcore--devapi4--1.0--patch-87
3036 :    
3037 :     * Added Dmitry SSE2 iDCT code back.
3038 :     * Plugged Dmitry iDCT as default for SSE2
3039 :     * Fixed a bug in xvid_bench that was making it would test some CPU
3040 :     instruction set w/o host CPU support. xvidcore init was simply
3041 :     discarding irrelevant cpu flags.
3042 :    
3043 :     new files:
3044 :     src/dct/x86_asm/.arch-ids/idct_sse2_dmitry.asm.id
3045 :     src/dct/x86_asm/idct_sse2_dmitry.asm
3046 :    
3047 :     modified files:
3048 :     build/generic/sources.inc build/win32/libxvidcore.dsp
3049 :     examples/xvid_bench.c src/dct/fdct.h src/dct/idct.h src/xvid.c
3050 :    
3051 :    
3052 :     2003-10-31 14:53:26 GMT patch-86
3053 :    
3054 :     Summary:
3055 :     Better handling of old windres versions + GNU make dependency.
3056 :     Revision:
3057 :     xvidcore--devapi4--1.0--patch-86
3058 :    
3059 :     Old versions of GNU windres (<2.14) don't have the same short options.
3060 :     But long options remain the same so it's better to use long option names
3061 :     to have ful compatibility with older versions.
3062 :    
3063 :     The Makefile appears to be dependent on GNU make because shell expansion
3064 :     for retrieving the path of the Makefile is wrong when using `` even with
3065 :     a single expansion assignment :=. It keeps being expanded when used.
3066 :    
3067 :     modified files:
3068 :     doc/INSTALL vfw/bin/Makefile
3069 :    
3070 :    
3071 :     2003-10-29 11:31:28 GMT patch-85
3072 :    
3073 :     Summary:
3074 :     Added sse2 f/iDCT code from skal
3075 :     Revision:
3076 :     xvidcore--devapi4--1.0--patch-85
3077 :    
3078 :     * Added sse2 f/iDCT code from skal
3079 :     * Added hooking in xvid.c
3080 :    
3081 :     new files:
3082 :     src/dct/x86_asm/.arch-ids/fdct_sse2_skal.asm.id
3083 :     src/dct/x86_asm/fdct_sse2_skal.asm
3084 :    
3085 :     modified files:
3086 :     build/generic/sources.inc build/win32/libxvidcore.dsp
3087 :     src/xvid.c
3088 :    
3089 :    
3090 :     2003-10-29 00:19:10 GMT patch-84
3091 :    
3092 :     Summary:
3093 :     Fix the static motion detection
3094 :     Revision:
3095 :     xvidcore--devapi4--1.0--patch-84
3096 :    
3097 :     Fix the static motion detection
3098 :    
3099 :    
3100 :     modified files:
3101 :     src/motion/estimation_pvop.c
3102 :    
3103 :    
3104 :     2003-10-28 23:39:46 GMT patch-83
3105 :    
3106 :     Summary:
3107 :     Added cartoon option handling.
3108 :     Revision:
3109 :     xvidcore--devapi4--1.0--patch-83
3110 :    
3111 :     Added cartoon widgets + handling code.
3112 :    
3113 :     NB: static motion detection is disabled because of crashes on P4
3114 :     cpus.
3115 :    
3116 :     modified files:
3117 :     vfw/src/codec.c vfw/src/config.c vfw/src/config.h
3118 :     vfw/src/resource.h vfw/src/resource.rc
3119 :    
3120 :    
3121 :     2003-10-28 17:44:09 GMT patch-82
3122 :    
3123 :     Summary:
3124 :     ASM cleanups;
3125 :     Revision:
3126 :     xvidcore--devapi4--1.0--patch-82
3127 :    
3128 :     * Applied same style to all asm files
3129 :     * Replaced current sad sse2 operators with skal's ones
3130 :     * Removed old and unused colorspace asm files
3131 :    
3132 :     removed files:
3133 :     src/image/x86_asm/.arch-ids/rgb_to_yv12_mmx.asm.id
3134 :     src/image/x86_asm/.arch-ids/yuv_to_yv12_mmx.asm.id
3135 :     src/image/x86_asm/.arch-ids/yuyv_to_yv12_mmx.asm.id
3136 :     src/image/x86_asm/.arch-ids/yv12_to_rgb24_mmx.asm.id
3137 :     src/image/x86_asm/.arch-ids/yv12_to_rgb32_mmx.asm.id
3138 :     src/image/x86_asm/.arch-ids/yv12_to_yuyv_mmx.asm.id
3139 :     src/image/x86_asm/rgb_to_yv12_mmx.asm
3140 :     src/image/x86_asm/yuv_to_yv12_mmx.asm
3141 :     src/image/x86_asm/yuyv_to_yv12_mmx.asm
3142 :     src/image/x86_asm/yv12_to_rgb24_mmx.asm
3143 :     src/image/x86_asm/yv12_to_rgb32_mmx.asm
3144 :     src/image/x86_asm/yv12_to_yuyv_mmx.asm
3145 :    
3146 :     modified files:
3147 :     build/generic/sources.inc src/bitstream/x86_asm/cbp_3dne.asm
3148 :     src/bitstream/x86_asm/cbp_mmx.asm
3149 :     src/bitstream/x86_asm/cbp_sse2.asm
3150 :     src/dct/x86_asm/fdct_mmx_ffmpeg.asm
3151 :     src/dct/x86_asm/fdct_mmx_skal.asm
3152 :     src/dct/x86_asm/idct_3dne.asm src/dct/x86_asm/idct_mmx.asm
3153 :     src/dct/x86_asm/simple_idct_mmx.asm
3154 :     src/image/x86_asm/colorspace_mmx.inc
3155 :     src/image/x86_asm/colorspace_rgb_mmx.asm
3156 :     src/image/x86_asm/colorspace_yuv_mmx.asm
3157 :     src/image/x86_asm/colorspace_yuyv_mmx.asm
3158 :     src/image/x86_asm/interpolate8x8_3dn.asm
3159 :     src/image/x86_asm/interpolate8x8_3dne.asm
3160 :     src/image/x86_asm/interpolate8x8_mmx.asm
3161 :     src/image/x86_asm/interpolate8x8_xmm.asm
3162 :     src/image/x86_asm/qpel_mmx.asm
3163 :     src/image/x86_asm/reduced_mmx.asm
3164 :     src/motion/x86_asm/sad_3dn.asm src/motion/x86_asm/sad_3dne.asm
3165 :     src/motion/x86_asm/sad_mmx.asm src/motion/x86_asm/sad_sse2.asm
3166 :     src/motion/x86_asm/sad_xmm.asm
3167 :     src/quant/x86_asm/quantize_h263_3dne.asm
3168 :     src/quant/x86_asm/quantize_h263_mmx.asm
3169 :     src/quant/x86_asm/quantize_mpeg_mmx.asm
3170 :     src/quant/x86_asm/quantize_mpeg_xmm.asm
3171 :     src/utils/x86_asm/cpuid.asm
3172 :     src/utils/x86_asm/interlacing_mmx.asm
3173 :     src/utils/x86_asm/mem_transfer_3dne.asm
3174 :     src/utils/x86_asm/mem_transfer_mmx.asm
3175 :    
3176 :    
3177 :     2003-10-27 01:13:47 GMT patch-81
3178 :    
3179 :     Summary:
3180 :     d_mv_bits speedup from sysKin
3181 :     Revision:
3182 :     xvidcore--devapi4--1.0--patch-81
3183 :    
3184 :     d_mv_bits speedup from sysKin
3185 :    
3186 :    
3187 :     modified files:
3188 :     src/motion/motion_inlines.h
3189 :    
3190 :    
3191 :     2003-10-27 00:55:51 GMT patch-80
3192 :    
3193 :     Summary:
3194 :     fDCT changes, new asm CodingStyle applied to dct dir
3195 :     Revision:
3196 :     xvidcore--devapi4--1.0--patch-80
3197 :    
3198 :     * Ported the ffmpeg fDCT functions (mmx and xmm).
3199 :     * Modified the skal's versions a bit to allow rolling loops.
3200 :     * Activated Skal's fDCTs (unrolled versions) for mmx _and_ xmm
3201 :     (old code was ignoring xmm versions)
3202 :     * Removed the SSE2 versions (they'll be back later)
3203 :     * .data -> .rodata
3204 :     * Applied announced asm CodingStyle to the dct dir
3205 :     (I'll have to add a section with the said CodingStyle)
3206 :    
3207 :     modified files:
3208 :     build/generic/sources.inc build/win32/libxvidcore.dsp
3209 :     src/dct/fdct.h src/dct/idct.h
3210 :     src/dct/x86_asm/fdct_mmx_ffmpeg.asm
3211 :     src/dct/x86_asm/fdct_mmx_skal.asm
3212 :     src/dct/x86_asm/idct_3dne.asm src/dct/x86_asm/idct_mmx.asm
3213 :     src/dct/x86_asm/simple_idct_mmx.asm src/xvid.c
3214 :    
3215 :     renamed files:
3216 :     src/dct/x86_asm/.arch-ids/fdct_mmx.asm.id
3217 :     ==> src/dct/x86_asm/.arch-ids/fdct_mmx_ffmpeg.asm.id
3218 :     src/dct/x86_asm/.arch-ids/fdct_xmm.asm.id
3219 :     ==> src/dct/x86_asm/.arch-ids/fdct_mmx_skal.asm.id
3220 :     src/dct/x86_asm/fdct_mmx.asm
3221 :     ==> src/dct/x86_asm/fdct_mmx_ffmpeg.asm
3222 :     src/dct/x86_asm/fdct_xmm.asm
3223 :     ==> src/dct/x86_asm/fdct_mmx_skal.asm
3224 :    
3225 :    
3226 :     2003-10-25 13:48:42 GMT patch-79
3227 :    
3228 :     Summary:
3229 :     BQuant->PQuant fix.
3230 :     Revision:
3231 :     xvidcore--devapi4--1.0--patch-79
3232 :    
3233 :     When using closed_gop, a BFrame before an IFrame is turned into a PFrame.
3234 :     Thus is original quant has to be computed back, a rounding was causing these
3235 :     frames to be orig_quant-1. As a consequence we had very big frames before
3236 :     the IFrame, loosing many bits for nearly no visual benefit.
3237 :    
3238 :     modified files:
3239 :     src/encoder.c
3240 :    
3241 :    
3242 :     2003-10-25 10:26:48 GMT patch-78
3243 :    
3244 :     Summary:
3245 :     Added closed gop option to xvid_encraw
3246 :     Revision:
3247 :     xvidcore--devapi4--1.0--patch-78
3248 :    
3249 :     Added closed gop option to xvid_encraw
3250 :    
3251 :    
3252 :     modified files:
3253 :     examples/xvid_encraw.c
3254 :    
3255 :    
3256 :     2003-10-24 17:39:53 GMT patch-77
3257 :    
3258 :     Summary:
3259 :     RD fixes.
3260 :     Revision:
3261 :     xvidcore--devapi4--1.0--patch-77
3262 :    
3263 :     Inter RD optimization relied on buggy functions to predict bitsize.
3264 :    
3265 :     modified files:
3266 :     src/motion/estimation_pvop.c src/motion/motion_inlines.h
3267 :    
3268 :    
3269 :     2003-10-22 15:48:01 GMT patch-76
3270 :    
3271 :     Summary:
3272 :     Small INSTALL update due to previous build patches.
3273 :     Revision:
3274 :     xvidcore--devapi4--1.0--patch-76
3275 :    
3276 :     Small INSTALL update due to previous build patches.
3277 :    
3278 :     modified files:
3279 :     doc/INSTALL
3280 :    
3281 :    
3282 :     2003-10-21 21:27:46 GMT patch-75
3283 :    
3284 :     Summary:
3285 :     Removed unused next_block vars.
3286 :     Revision:
3287 :     xvidcore--devapi4--1.0--patch-75
3288 :    
3289 :     Removed unused next_block vars.
3290 :    
3291 :     modified files:
3292 :     src/decoder.c
3293 :    
3294 :    
3295 :     2003-10-21 21:24:15 GMT patch-74
3296 :    
3297 :     Summary:
3298 :     VFW build changes.
3299 :     Revision:
3300 :     xvidcore--devapi4--1.0--patch-74
3301 :    
3302 :     The build system has been modified to look like the core lib one
3303 :     minus the configure system.
3304 :    
3305 :     modified files:
3306 :     vfw/bin/Makefile vfw/bin/sources.inc vfw/src/config.c
3307 :     vfw/vfw.dsp
3308 :    
3309 :     renamed files:
3310 :     vfw/bin/.arch-ids/Makefile.cygwin.id
3311 :     ==> vfw/bin/.arch-ids/Makefile.id
3312 :     vfw/bin/.arch-ids/Makefile.inc.id
3313 :     ==> vfw/bin/.arch-ids/sources.inc.id
3314 :     vfw/bin/Makefile.cygwin
3315 :     ==> vfw/bin/Makefile
3316 :     vfw/bin/Makefile.inc
3317 :     ==> vfw/bin/sources.inc
3318 :     vfw/src/.arch-ids/config.rc.id
3319 :     ==> vfw/src/.arch-ids/resource.rc.id
3320 :     vfw/src/config.rc
3321 :     ==> vfw/src/resource.rc
3322 :    
3323 :    
3324 :     2003-10-21 17:00:09 GMT patch-73
3325 :    
3326 :     Summary:
3327 :     Decoder cleanups and speedup
3328 :     Revision:
3329 :     xvidcore--devapi4--1.0--patch-73
3330 :    
3331 :     cleanups, speedups from sysKin
3332 :    
3333 :     modified files:
3334 :     src/decoder.c
3335 :    
3336 :    
3337 :     2003-10-21 16:22:15 GMT patch-72
3338 :    
3339 :     Summary:
3340 :     Build fixes for newer nasm versions.
3341 :     Revision:
3342 :     xvidcore--devapi4--1.0--patch-72
3343 :    
3344 :     nasm does not take care of adding trailing slashes to include paths.
3345 :     A patch to upstream authors has been refused because "the backslash()
3346 :     feature has been abandoned to get back to old nasm behavior"
3347 :    
3348 :     Their choice is kinda stupid as nasm is now open to user mistakes... :\
3349 :     So we fix that on ou side.
3350 :    
3351 :     modified files:
3352 :     build/generic/configure.in build/win32/libxvidcore.dsp
3353 :    
3354 :    
3355 :     2003-10-17 15:13:12 GMT patch-71
3356 :    
3357 :     Summary:
3358 :     Updated docs.
3359 :     Revision:
3360 :     xvidcore--devapi4--1.0--patch-71
3361 :    
3362 :     The doc of devapi4 is mostly out dated, i t is much better not to
3363 :     keep it in the repository at the moment. We'll add new docs later.
3364 :    
3365 :     Added a INSTALL doc that explains the build/install process for
3366 :     supported platforms. It's a first try, things may be added later.
3367 :    
3368 :     new files:
3369 :     doc/.arch-ids/INSTALL.id doc/INSTALL
3370 :    
3371 :     removed files:
3372 :     doc/.arch-ids/API.dox.id doc/.arch-ids/Makefile.id
3373 :     doc/.arch-ids/foot.inc.in.id doc/.arch-ids/header.tex.in.id
3374 :     doc/.arch-ids/xvid-decoding.txt.id
3375 :     doc/.arch-ids/xvid-encoder.txt.id doc/API.dox doc/Makefile
3376 :     doc/foot.inc.in doc/header.tex.in doc/xvid-decoding.txt
3377 :     doc/xvid-encoder.txt
3378 :    
3379 :     modified files:
3380 :     CodingStyle README doc/README
3381 :    
3382 :     renamed files:
3383 :     .arch-ids/README.txt.id
3384 :     ==> .arch-ids/README.id
3385 :     .arch-ids/changelog.txt.id
3386 :     ==> .arch-ids/ChangeLog.id
3387 :     README.txt
3388 :     ==> README
3389 :     changelog.txt
3390 :     ==> ChangeLog
3391 :    
3392 :    
3393 :     2003-10-15 13:53:11 GMT patch-70
3394 :    
3395 :     Summary:
3396 :     Better cross compilation handling.
3397 :     Revision:
3398 :     xvidcore--devapi4--1.0--patch-70
3399 :    
3400 :     With this patch it is now possible to cross compile xvid
3401 :     quite easily for win32 platform on a build linux host.
3402 :    
3403 :     Recipe for debian system:
3404 :     $ apt-get install mingw32
3405 :     (or create your own cross compiler/binutils suite and install mingw32
3406 :     header files -- sorry i don't have a recipe for this, this is let as
3407 :     an exercice for the reader)
3408 :     $ cd ${xvidcore}
3409 :     $ cd build/generic
3410 :     $ ./bootstrap.sh
3411 :     $ ./configure --host=i586-mingw32msvc
3412 :     (all occurences of i586-mingw32msvc may be replaced with the right
3413 :     prefix you've choosen for your cross compiler and cross binutils)
3414 :     $ make
3415 :     $ cd ../../vfw/bin
3416 :     $ make -f Makefile.cygwin \
3417 :     CC=i586-mingw32msvc-gcc WINDRES=i586-mingw32msvc-windres
3418 :    
3419 :     Enjoy your win32 xvid.dll build by free software, on a free OS, for a devil
3420 :     OS target.
3421 :    
3422 :     modified files:
3423 :     build/generic/configure.in vfw/bin/Makefile.cygwin
3424 :    
3425 :    
3426 :     2003-10-14 15:17:28 GMT patch-69
3427 :    
3428 :     Summary:
3429 :     Fixed Qpel+Interpolation decoding. Cleaned up mb->mode usage.
3430 :     Revision:
3431 :     xvidcore--devapi4--1.0--patch-69
3432 :    
3433 :     * Fixed interpolate mode + qpel decoding.
3434 :     * MB->mb_type completely replaced by MB->mode
3435 :    
3436 :     modified files:
3437 :     src/decoder.c
3438 :    
3439 :    
3440 :     2003-10-12 21:57:24 GMT patch-68
3441 :    
3442 :     Summary:
3443 :     ac/dc prediction for intra RD search.
3444 :     Revision:
3445 :     xvidcore--devapi4--1.0--patch-68
3446 :    
3447 :     From syskin, added real ac/dc prediction for INTRA's bitcount.
3448 :    
3449 :     modified files:
3450 :     src/motion/estimation_rd_based.c
3451 :    
3452 :    
3453 :     2003-10-09 18:15:50 GMT patch-67
3454 :    
3455 :     Summary:
3456 :     Pigrated asm code to new quant API.
3457 :     Revision:
3458 :     xvidcore--devapi4--1.0--patch-67
3459 :    
3460 :     Many changes that are mostly cosmetic in the asm files.
3461 :     * indent
3462 :     * added xor eax, eax in quant_(h263|mpeg)_intra_.* functions
3463 :     (just to make sure the returned value isn't random)
3464 :     * added xor eax, eax in dequant_(h263|mpeg)_.* functions
3465 :     (just to make sure the returned value isn't random)
3466 :     * synced cpuid.asm XVID_CPU_feature constants with the one
3467 :     defined in the C code (xvid.h)
3468 :     * enabled all cpu tests in xvid_bench.c
3469 :    
3470 :     modified files:
3471 :     examples/xvid_bench.c src/quant/quant_h263.c
3472 :     src/quant/quant_mpeg.c
3473 :     src/quant/x86_asm/quantize_h263_3dne.asm
3474 :     src/quant/x86_asm/quantize_h263_mmx.asm
3475 :     src/quant/x86_asm/quantize_mpeg_mmx.asm
3476 :     src/quant/x86_asm/quantize_mpeg_xmm.asm
3477 :     src/utils/x86_asm/cpuid.asm src/xvid.h
3478 :    
3479 :    
3480 :     2003-10-08 21:05:47 GMT patch-66
3481 :    
3482 :     Summary:
3483 :     Updated xvid_bench for quant API changes
3484 :     Revision:
3485 :     xvidcore--devapi4--1.0--patch-66
3486 :    
3487 :     Updated xvid_bench for quant API changes
3488 :    
3489 :    
3490 :     modified files:
3491 :     examples/xvid_bench.c
3492 :    
3493 :    
3494 :     2003-10-07 13:03:51 GMT patch-65
3495 :    
3496 :     Summary:
3497 :     Quant functions API changes (first step)
3498 :     Revision:
3499 :     xvidcore--devapi4--1.0--patch-65
3500 :    
3501 :     In the road to instance safe mpeg quantization, a small cleanup
3502 :     to the quant API was needed. It consists in changing the way we
3503 :     name the functions quant_{mpeg|h263}_{inter|intra}_{arch} and in
3504 :     a move to a more unified API (even intra functions return the sum
3505 :     of coefficients, it can be used as a complexity measure at a later
3506 :     time).
3507 :    
3508 :     This patch touch lot of files, but all changes are trivial.
3509 :    
3510 :     NB: we should check the IA64 asm validity, i changed things but
3511 :     i can't test them.
3512 :    
3513 :     new files:
3514 :     src/quant/.arch-ids/quant.h.id src/quant/quant.h
3515 :    
3516 :     removed files:
3517 :     src/quant/.arch-ids/quant_h263.h.id
3518 :     src/quant/.arch-ids/quant_mpeg4.h.id src/quant/quant_h263.h
3519 :     src/quant/quant_mpeg4.h
3520 :    
3521 :     modified files:
3522 :     build/generic/sources.inc build/win32/libxvidcore.dsp
3523 :     src/decoder.c src/encoder.c src/image/qpel.c
3524 :     src/motion/estimation_rd_based.c
3525 :     src/quant/ia64_asm/quant_h263_ia64.s src/quant/quant_h263.c
3526 :     src/quant/quant_matrix.c src/quant/quant_matrix.h
3527 :     src/quant/quant_mpeg.c
3528 :     src/quant/x86_asm/quantize_h263_3dne.asm
3529 :     src/quant/x86_asm/quantize_h263_mmx.asm
3530 :     src/quant/x86_asm/quantize_mpeg_mmx.asm
3531 :     src/quant/x86_asm/quantize_mpeg_xmm.asm
3532 :     src/utils/mbtransquant.c src/xvid.c src/xvid.h
3533 :    
3534 :     renamed files:
3535 :     src/quant/.arch-ids/quant_mpeg4.c.id
3536 :     ==> src/quant/.arch-ids/quant_mpeg.c.id
3537 :     src/quant/quant_mpeg4.c
3538 :     ==> src/quant/quant_mpeg.c
3539 :     src/quant/x86_asm/.arch-ids/quantize4_mmx.asm.id
3540 :     ==> src/quant/x86_asm/.arch-ids/quantize_mpeg_mmx.asm.id
3541 :     src/quant/x86_asm/.arch-ids/quantize4_xmm.asm.id
3542 :     ==> src/quant/x86_asm/.arch-ids/quantize_mpeg_xmm.asm.id
3543 :     src/quant/x86_asm/.arch-ids/quantize_3dne.asm.id
3544 :     ==> src/quant/x86_asm/.arch-ids/quantize_h263_3dne.asm.id
3545 :     src/quant/x86_asm/.arch-ids/quantize_mmx.asm.id
3546 :     ==> src/quant/x86_asm/.arch-ids/quantize_h263_mmx.asm.id
3547 :     src/quant/x86_asm/quantize4_mmx.asm
3548 :     ==> src/quant/x86_asm/quantize_mpeg_mmx.asm
3549 :     src/quant/x86_asm/quantize4_xmm.asm
3550 :     ==> src/quant/x86_asm/quantize_mpeg_xmm.asm
3551 :     src/quant/x86_asm/quantize_3dne.asm
3552 :     ==> src/quant/x86_asm/quantize_h263_3dne.asm
3553 :     src/quant/x86_asm/quantize_mmx.asm
3554 :     ==> src/quant/x86_asm/quantize_h263_mmx.asm
3555 :    
3556 :    
3557 :     2003-10-05 00:15:15 GMT patch-64
3558 :    
3559 :     Summary:
3560 :     Updated ChangeLog
3561 :     Revision:
3562 :     xvidcore--devapi4--1.0--patch-64
3563 :    
3564 :     Updated ChangeLog
3565 :    
3566 :    
3567 :     modified files:
3568 :     changelog.txt
3569 :    
3570 :    
3571 :     2003-10-04 16:04:30 GMT patch-63
3572 :    
3573 :     Summary:
3574 :     Removed legacy 2pass code from vfw
3575 :     Revision:
3576 :     xvidcore--devapi4--1.0--patch-63
3577 :    
3578 :     Removed legacy 2pass code from vfw
3579 :    
3580 :    
3581 :     removed files:
3582 :     vfw/src/.arch-ids/2pass.c.id vfw/src/.arch-ids/2pass.h.id
3583 :     vfw/src/2pass.c vfw/src/2pass.h
3584 :    
3585 :    
3586 :     2003-10-04 00:41:38 GMT patch-62
3587 :    
3588 :     Summary:
3589 :     Working VFW mingw/cygwin build system.
3590 :     Revision:
3591 :     xvidcore--devapi4--1.0--patch-62
3592 :    
3593 :     This patch fixes the VFW building process. Now it should work out
3594 :     of the box using these steps:
3595 :     # cd ${xvidcore}
3596 :     # cd build/generic
3597 :     # ./bootstrap.sh <-- only needed for CVS checkouts.
3598 :     # ./configure
3599 :     # make
3600 :     # cd ../../vfw/bin
3601 :     # make -f Makefile.cygwin
3602 :    
3603 :     Then install as usual clicking on the inf file or "make install"
3604 :     in the vfw/bin dir.
3605 :    
3606 :     modified files:
3607 :     vfw/bin/Makefile.cygwin vfw/src/config.rc vfw/src/debug.h
3608 :     vfw/src/driverproc.c
3609 :    
3610 :    
3611 :     2003-10-03 17:00:53 GMT patch-61
3612 :    
3613 :     Summary:
3614 :     Fixes for alternate scan and interlacing support.
3615 :     Revision:
3616 :     xvidcore--devapi4--1.0--patch-61
3617 :    
3618 :     Fixes from CVS (by sysKin) for:
3619 :     - added alternate scan support with VHQ
3620 :     - fixed interlacing support in s/b-frames. May fix a potential problem
3621 :     as field_pred struct field seemed not to be initialized anywhere.
3622 :     As it's not supported yet, write an hardcoded 0 bit.
3623 :    
3624 :     Fixes from me for the fixes from syKin:
3625 :     - scan_table effectively used in MBCodingBVOP
3626 :     - Block_CalcBits(Intra) fixes to data->scan_table (implies prototype
3627 :     change and code modification every where the functions were used)
3628 :    
3629 :     I also increased BS version as it might result in different bitstreams
3630 :     It's now at version 20.
3631 :    
3632 :     modified files:
3633 :     src/bitstream/mbcoding.c src/bitstream/mbcoding.h
3634 :     src/decoder.c src/encoder.c src/motion/estimation.h
3635 :     src/motion/estimation_rd_based.c src/xvid.h
3636 :    
3637 :    
3638 :     2003-10-03 15:41:37 GMT patch-60
3639 :    
3640 :     Summary:
3641 :     Removed BIGLUT support.
3642 :     Revision:
3643 :     xvidcore--devapi4--1.0--patch-60
3644 :    
3645 :     Remobed legacy code for BIGLUT support. It was unused and RD based
3646 :     Motion Estimation was not even compatible with this type of VLC coding.
3647 :    
3648 :     modified files:
3649 :     build/generic/configure.in src/bitstream/mbcoding.c
3650 :     src/bitstream/mbcoding.h src/prediction/mbprediction.c
3651 :    
3652 :    
3653 :     2003-10-03 13:25:17 GMT patch-59
3654 :    
3655 :     Summary:
3656 :     Bugfix for PFrames+ Ext Search.
3657 :     Revision:
3658 :     xvidcore--devapi4--1.0--patch-59
3659 :    
3660 :     In Qpel mode, the code was doing a diamond search for wrong predictors.
3661 :     This resulted in poor performance as the diamond search was sitting there
3662 :     for sometime.
3663 :    
3664 :     modified files:
3665 :     src/motion/estimation.h src/motion/estimation_pvop.c
3666 :    
3667 :    
3668 :     2003-10-02 16:50:51 GMT patch-58
3669 :    
3670 :     Summary:
3671 :     Added VFW makefile for cygwin/minsys
3672 :     Revision:
3673 :     xvidcore--devapi4--1.0--patch-58
3674 :    
3675 :     Added VFW makefile for cygwin/minsys. I can't test it so it is probably not
3676 :     right out of the box. Waiting for feedback in order to fix it.
3677 :    
3678 :     new files:
3679 :     vfw/bin/.arch-ids/Makefile.cygwin.id
3680 :     vfw/bin/.arch-ids/Makefile.inc.id vfw/bin/Makefile.cygwin
3681 :     vfw/bin/Makefile.inc vfw/src/w32api/.arch-ids/=id
3682 :     vfw/src/w32api/.arch-ids/vfw.h.id vfw/src/w32api/vfw.h
3683 :    
3684 :     new directories:
3685 :     vfw/src/w32api vfw/src/w32api/.arch-ids
3686 :    
3687 :    
3688 :     2003-10-02 13:35:15 GMT patch-57
3689 :    
3690 :     Summary:
3691 :     Cleaned up the lumimasking code.
3692 :     Revision:
3693 :     xvidcore--devapi4--1.0--patch-57
3694 :    
3695 :     The lumimasking code was not very plugin oriented as it has been ported
3696 :     from old XviD versions. This patch cleans up the code and integrates it
3697 :     better with plugin design. No changes done in teh functionnal code.
3698 :    
3699 :     modified files:
3700 :     src/plugins/plugin_lumimasking.c
3701 :    
3702 :    
3703 :     2003-10-01 23:07:07 GMT patch-56
3704 :    
3705 :     Summary:
3706 :     Cleaned up trailing space chars.
3707 :     Revision:
3708 :     xvidcore--devapi4--1.0--patch-56
3709 :    
3710 :     The kind of patch we would love to avoid as they make merging
3711 :     a nightmare while they're kind of useless patches.
3712 :    
3713 :     Applied sed 's/[ \t]*$//' to all c/h files.
3714 :    
3715 :     modified files:
3716 :     src/bitstream/bitstream.c src/bitstream/bitstream.h
3717 :     src/bitstream/cbp.c src/bitstream/mbcoding.c src/dct/idct.c
3718 :     src/dct/simple_idct.c src/decoder.c src/decoder.h
3719 :     src/encoder.c src/encoder.h src/global.h
3720 :     src/image/colorspace.c src/image/colorspace.h src/image/font.c
3721 :     src/image/image.c src/image/image.h src/image/interpolate8x8.c
3722 :     src/image/interpolate8x8.h src/image/qpel.c src/image/qpel.h
3723 :     src/image/reduced.c src/motion/estimation_rd_based.c
3724 :     src/motion/gmc.c src/motion/gmc.h src/motion/motion.h
3725 :     src/motion/sad.c src/plugins/plugin_2pass1.c
3726 :     src/plugins/plugin_2pass2.c src/plugins/plugin_fixed.c
3727 :     src/plugins/plugin_psnr.c src/plugins/plugin_single.c
3728 :     src/portab.h src/prediction/mbprediction.c
3729 :     src/utils/mbtransquant.c src/utils/timer.c src/xvid.c
3730 :     src/xvid.h
3731 :    
3732 :    
3733 :     2003-09-30 18:10:18 GMT patch-55
3734 :    
3735 :     Summary:
3736 :     Code cleanups.
3737 :     Revision:
3738 :     xvidcore--devapi4--1.0--patch-55
3739 :    
3740 :     It's been a while since the last ISOC89 conformance cleanup.
3741 :    
3742 :     Using the following switches help a lot :-)
3743 :     -Wall -Wsign-compare -Wredundant-decls -Wunreachable-code -Wnested-externs \
3744 :     -ansi
3745 :    
3746 :     Result: 0 warning/0 error
3747 :    
3748 :     modified files:
3749 :     src/bitstream/vlc_codes.h src/global.h src/image/qpel.h
3750 :     src/motion/estimation.h src/motion/estimation_bvop.c
3751 :     src/motion/estimation_gmc.c src/motion/estimation_pvop.c
3752 :     src/motion/estimation_rd_based.c src/motion/gmc.c
3753 :     src/motion/gmc.h src/motion/motion_inlines.h
3754 :     src/motion/vop_type_decision.c
3755 :    
3756 :    
3757 :     2003-09-29 00:31:32 GMT patch-54
3758 :    
3759 :     Summary:
3760 :     Memory leakage fixes.
3761 :     Revision:
3762 :     xvidcore--devapi4--1.0--patch-54
3763 :    
3764 :     The pEnc->queue was allocated but not freed when bframes == 0.
3765 :     And queue images were not freed as well.
3766 :    
3767 :     modified files:
3768 :     examples/Makefile src/encoder.c src/image/image.c
3769 :     src/utils/mem_align.c
3770 :    
3771 :    
3772 :     2003-09-28 16:45:02 GMT patch-53
3773 :    
3774 :     Summary:
3775 :     Fixes the unitialized mcsel bit in RD based ME
3776 :     Revision:
3777 :     xvidcore--devapi4--1.0--patch-53
3778 :    
3779 :     Fixes the unitialized mcsel bit in RD based ME
3780 :    
3781 :    
3782 :     modified files:
3783 :     src/motion/estimation_rd_based.c
3784 :    
3785 :    
3786 :     2003-09-28 01:00:06 GMT patch-52
3787 :    
3788 :     Summary:
3789 :     Fix the XviD constant version initialization
3790 :     Revision:
3791 :     xvidcore--devapi4--1.0--patch-52
3792 :    
3793 :     Fix the XviD constant version initialization
3794 :    
3795 :    
3796 :     modified files:
3797 :     src/xvid.h
3798 :    
3799 :    
3800 :     2003-09-28 00:47:05 GMT patch-51
3801 :    
3802 :     Summary:
3803 :     Fix to the build system (the come back).
3804 :     Revision:
3805 :     xvidcore--devapi4--1.0--patch-51
3806 :    
3807 :     Ok this one fixes the way we build the targets. The VPATH thingy really
3808 :     works with the library targets. My understanding of the VPATH mechanism
3809 :     was wrong. Now it should be ok (i promess).
3810 :    
3811 :     modified files:
3812 :     build/generic/Makefile
3813 :    
3814 :    
3815 :     2003-09-27 11:45:18 GMT patch-50
3816 :    
3817 :     Summary:
3818 :     Small fix to previous patch.
3819 :     Revision:
3820 :     xvidcore--devapi4--1.0--patch-50
3821 :    
3822 :     A pair ofdouble quotes prevented "make" to sort out the VPATH
3823 :     dependences in "=build". This resulted in compiling all the
3824 :     sources, all the time, whether a file changed or not.
3825 :    
3826 :     modified files:
3827 :     build/generic/Makefile
3828 :    
3829 :    
3830 :     2003-09-26 22:39:44 GMT patch-49
3831 :    
3832 :     Summary:
3833 :     Updated the build files for *nix.
3834 :     Revision:
3835 :     xvidcore--devapi4--1.0--patch-49
3836 :    
3837 :     - Fixed MacOSX build (w/o module option). The subversion was not right
3838 :     it was just minor version though it has to be major.minor.
3839 :     - Fixed bootstrap.sh for MacOSX environment, it now looks for
3840 :     glibtoolize if libtoolize is not found.
3841 :     - The unified Makefile now builds XviD out of source tree in the directory
3842 :     =build. It's cleaner, and clashes much less w/ arch/tla source linting.
3843 :     - Tuned the tagging regexps so:
3844 :     + autoconf files are ignored (considered backup => not erased, not copied
3845 :     and not commited/imported)
3846 :     + =build is also considered backup.
3847 :    
3848 :     modified files:
3849 :     build/generic/Makefile build/generic/bootstrap.sh
3850 :     build/generic/configure.in build/generic/platform.inc.in
3851 :     build/generic/sources.inc examples/Makefile
3852 :     {arch}/=tagging-method
3853 :    
3854 :    
3855 :     2003-09-24 01:38:03 GMT patch-48
3856 :    
3857 :     Summary:
3858 :     Bug fix to decoder (mcsel/acpred bits swapped)
3859 :     Revision:
3860 :     xvidcore--devapi4--1.0--patch-48
3861 :    
3862 :     As reported here:
3863 :     http://www.xvid.org/modules.php?op=modload&name=phpBB2&file=viewtopic&t=1513&highlight=
3864 :    
3865 :     <quote>
3866 :     in the spec, 'there is 'mcsel' before 'ac_pred_flag'.
3867 :     however, if you see the code, it's changed.
3868 :     </quote>
3869 :    
3870 :     We were doing the opposite, ac_pred before mcsel.
3871 :    
3872 :     modified files:
3873 :     src/decoder.c
3874 :    
3875 :    
3876 :     2003-09-11 17:19:35 GMT patch-47
3877 :    
3878 :     Summary:
3879 :     Small fix to GMC+QuarterPel -- BS version bumped to 19
3880 :     Revision:
3881 :     xvidcore--devapi4--1.0--patch-47
3882 :    
3883 :     During the split up, a line has been disabled that prevented good
3884 :     quartelpel+GMC. Fixed.
3885 :    
3886 :     This fix + patch-43 are a good reason to bump up the bitstream
3887 :     version to 19.
3888 :    
3889 :     modified files:
3890 :     src/motion/gmc.h src/xvid.h
3891 :    
3892 :    
3893 :     2003-09-11 17:11:28 GMT patch-46
3894 :    
3895 :     Summary:
3896 :     Build process fix for MacOSX+module option
3897 :     Revision:
3898 :     xvidcore--devapi4--1.0--patch-46
3899 :    
3900 :     This patch fixes the install rule of the MacOSX module style library.
3901 :     It adds a PRE_SHARED_LIB == SHARED_LIB for all platforms except
3902 :     MacOSX that uses it a different way, and exploits the fact
3903 :     $(SPECIFIC_LDFLAGS) is the last var of the build line to insert a
3904 :     command for post linking the right .so file.
3905 :    
3906 :     modified files:
3907 :     build/generic/Makefile build/generic/configure.in
3908 :     build/generic/platform.inc.in
3909 :    
3910 :    
3911 :     2003-09-11 13:56:40 GMT patch-45
3912 :    
3913 :     Summary:
3914 :     Tree cleanup and build files updated.
3915 :     Revision:
3916 :     xvidcore--devapi4--1.0--patch-45
3917 :    
3918 :     * Win32 files switched to Unix format.
3919 :     Ok, on IRC, we sorted out what was b0rking the project files each
3920 :     time I commit them in DOS format. In fact the Unix CVS does upload
3921 :     DOS format files if i commit them, and then Win32 CVS users get
3922 :     double \r\n files. So the best is to use unix format in CVS. This
3923 :     way, the checked out versions are right for Win32 users.
3924 :    
3925 :     NB: this imply a unix2dos conversion when doing a release from a
3926 :     Unix box. I think it's better than current policy, but automatic
3927 :     tarballs/zip of the tree should take care of that.
3928 :    
3929 :     * odivx and xvid_stat examples removed. Associated project files have
3930 :     been removed as well.
3931 :    
3932 :     * The divx4 compatibility layer has been removed. Associated options
3933 :     in the configure script removed. libxvidcore.def has no more need
3934 :     to be an autoconf generated file.
3935 :    
3936 :     * rawdec removed. It has never been used and will never be.
3937 :    
3938 :     * Added major api appending to the macosx module build.
3939 :    
3940 :     removed files:
3941 :     build/win32/.arch-ids/odivx_enc_dec.dsp.id
3942 :     build/win32/.arch-ids/xvid_stat.dsp.id
3943 :     build/win32/odivx_enc_dec.dsp build/win32/xvid_stat.dsp
3944 :     examples/.arch-ids/odivx_enc_dec.c.id
3945 :     examples/.arch-ids/xvid_stat.c.id examples/odivx_enc_dec.c
3946 :     examples/xvid_stat.c rawdec/.arch-ids/=id
3947 :     rawdec/.arch-ids/rawdec.c.id rawdec/.arch-ids/rawdec.dsp.id
3948 :     rawdec/rawdec.c rawdec/rawdec.dsp src/.arch-ids/divx4.c.id
3949 :     src/.arch-ids/divx4.h.id src/divx4.c src/divx4.h
3950 :    
3951 :     modified files:
3952 :     build/generic/Makefile build/generic/configure.in
3953 :     build/generic/libxvidcore.def build/win32/libxvidcore.dsp
3954 :     build/win32/xvid_decraw.dsp build/win32/xvid_encraw.dsp
3955 :     build/win32/xvidcore.dsw
3956 :    
3957 :     renamed files:
3958 :     build/generic/.arch-ids/libxvidcore.def.in.id
3959 :     ==> build/generic/.arch-ids/libxvidcore.def.id
3960 :     build/generic/libxvidcore.def.in
3961 :     ==> build/generic/libxvidcore.def
3962 :    
3963 :     removed directories:
3964 :     rawdec rawdec/.arch-ids
3965 :    
3966 :    
3967 :     2003-09-11 12:59:19 GMT patch-44
3968 :    
3969 :     Summary:
3970 :     Replaced malloc.h header file with stdlib.h
3971 :     Revision:
3972 :     xvidcore--devapi4--1.0--patch-44
3973 :    
3974 :     Replaced malloc.h header file with stdlib.h
3975 :    
3976 :    
3977 :     modified files:
3978 :     src/plugins/plugin_lumimasking.c
3979 :    
3980 :    
3981 :     2003-09-10 22:33:04 GMT patch-43
3982 :    
3983 :     Summary:
3984 :     Fixed a problem for 'power of 2' framerates
3985 :     Revision:
3986 :     xvidcore--devapi4--1.0--patch-43
3987 :    
3988 :     Fixed a problem for 'power of 2' framerates
3989 :    
3990 :    
3991 :     modified files:
3992 :     src/bitstream/bitstream.c
3993 :    
3994 :    
3995 :     2003-09-10 21:57:12 GMT patch-42
3996 :    
3997 :     Summary:
3998 :     Motion Estimation module splitting.
3999 :     Revision:
4000 :     xvidcore--devapi4--1.0--patch-42
4001 :    
4002 :     The motion estimation module was the biggest file of the source
4003 :     tree. After some previous attempts, sysKin decided to split it
4004 :     up again. This time he's done it right.
4005 :    
4006 :     This split up just changes the organization of ME functions
4007 :     inside different files. This should help a bit in keeping the
4008 :     motion estimation being manageable by a normal human ;-)
4009 :    
4010 :     Here is the splitting logic quoted from sysKin's email to
4011 :     xvid-devel:
4012 :     - estimation.h: header files #included in all ME modules:
4013 :     + deftypes,
4014 :     + macros
4015 :     + constants
4016 :     NB: no code.
4017 :     - estimation_bvop.c: motion estimation for b-vops.
4018 :     everything in it :)
4019 :     - estimation_common.c: functions shared among all ME
4020 :     modules:
4021 :     + diamonds
4022 :     + subpel
4023 :     + refinement
4024 :     + picture
4025 :     + manipulation
4026 :     + tables
4027 :     + ... etc.
4028 :     - estimation_gmc.c: gruel's GME code
4029 :     - estimation_pvop.c: ME for p-vops. Also SAD-based mode
4030 :     decision
4031 :     - estimation_rd_based.c: everything R-D-based: mode
4032 :     decison (including _Fast) and ME.
4033 :     - gmc.c, gmc.h: no change.
4034 :    
4035 :     new files:
4036 :     src/motion/.arch-ids/estimation.h.id
4037 :     src/motion/.arch-ids/estimation_bvop.c.id
4038 :     src/motion/.arch-ids/estimation_common.c.id
4039 :     src/motion/.arch-ids/estimation_gmc.c.id
4040 :     src/motion/.arch-ids/estimation_pvop.c.id
4041 :     src/motion/.arch-ids/estimation_rd_based.c.id
4042 :     src/motion/.arch-ids/motion_inlines.h.id
4043 :     src/motion/.arch-ids/vop_type_decision.c.id
4044 :     src/motion/estimation.h src/motion/estimation_bvop.c
4045 :     src/motion/estimation_common.c src/motion/estimation_gmc.c
4046 :     src/motion/estimation_pvop.c src/motion/estimation_rd_based.c
4047 :     src/motion/motion_inlines.h src/motion/vop_type_decision.c
4048 :    
4049 :     removed files:
4050 :     src/motion/.arch-ids/motion_est.c.id
4051 :     src/motion/.arch-ids/motion_est.h.id
4052 :     src/motion/.arch-ids/smp_motion_est.c.id
4053 :     src/motion/.arch-ids/smp_motion_est.h.id
4054 :     src/motion/motion_est.c src/motion/motion_est.h
4055 :     src/motion/smp_motion_est.c src/motion/smp_motion_est.h
4056 :    
4057 :     modified files:
4058 :     build/generic/sources.inc build/win32/libxvidcore.dsp
4059 :     src/bitstream/mbcoding.h src/motion/gmc.c src/motion/gmc.h
4060 :     src/motion/motion.h src/motion/motion_comp.c src/motion/sad.c
4061 :     src/motion/sad.h src/prediction/mbprediction.c
4062 :     src/prediction/mbprediction.h src/utils/mbfunctions.h
4063 :    
4064 :    
4065 :     2003-09-10 00:40:44 GMT patch-41
4066 :    
4067 :     Summary:
4068 :     Cleanups and fix to (trellis+thresholding) logic
4069 :     Revision:
4070 :     xvidcore--devapi4--1.0--patch-41
4071 :    
4072 :     Cleanups to some functions (loop unrolling, call to functions
4073 :     through function array pointers)...
4074 :    
4075 :     Fix to the trellis+thresholding logic. It was comparing the
4076 :     return value of trellis with a threshold but the trellis function
4077 :     returns the last non zero coeff index... this was basically
4078 :     comparing apples with oranges... funny but wrong. Trellis now
4079 :     returns the sum of absolute coeffs, so the comparison is logical.
4080 :     Btw, as discussed on the devel ML, this is probably uneeded as
4081 :     trellis does an RD optimized coeff distribution.
4082 :    
4083 :     modified files:
4084 :     src/utils/mbtransquant.c
4085 :    
4086 :    
4087 :     2003-09-09 13:13:58 GMT patch-40
4088 :    
4089 :     Summary:
4090 :     Missing ressource for dshow frontend
4091 :     Revision:
4092 :     xvidcore--devapi4--1.0--patch-40
4093 :    
4094 :     Missing ressource for dshow frontend
4095 :    
4096 :    
4097 :     new files:
4098 :     dshow/src/.arch-ids/XviD_logo.bmp.id dshow/src/XviD_logo.bmp
4099 :    
4100 :    
4101 :     2003-09-08 11:02:10 GMT patch-39
4102 :    
4103 :     Summary:
4104 :     Small fixes for fast mode decision
4105 :     Revision:
4106 :     xvidcore--devapi4--1.0--patch-39
4107 :    
4108 :     Small fixes for fast mode decision
4109 :    
4110 :    
4111 :     modified files:
4112 :     src/motion/motion_est.c src/xvid.h
4113 :    
4114 :    
4115 :     2003-09-05 23:45:48 GMT patch-38
4116 :    
4117 :     Summary:
4118 :     New RD mode decision and subpel refinement.
4119 :     Revision:
4120 :     xvidcore--devapi4--1.0--patch-38
4121 :    
4122 :     New stuff from michael. It deals with mode decision and subpel
4123 :     refinement. Integration of these new flags are not settled.
4124 :    
4125 :     Wait and see. Further testing is needed.
4126 :    
4127 :     modified files:
4128 :     src/motion/motion_est.c src/motion/motion_est.h src/xvid.h
4129 :    
4130 :    
4131 :     2003-08-29 13:56:30 GMT patch-37
4132 :    
4133 :     Summary:
4134 :     Still more ME tuning
4135 :     Revision:
4136 :     xvidcore--devapi4--1.0--patch-37
4137 :    
4138 :     Still more ME tuning
4139 :    
4140 :    
4141 :     modified files:
4142 :     src/motion/motion_est.c
4143 :    
4144 :    
4145 :     2003-08-28 12:43:22 GMT patch-36
4146 :    
4147 :     Summary:
4148 :     Removed expanded the cvs Id field
4149 :     Revision:
4150 :     xvidcore--devapi4--1.0--patch-36
4151 :    
4152 :     Removed expanded the cvs Id field
4153 :    
4154 :    
4155 :     modified files:
4156 :     src/image/x86_asm/qpel_mmx.asm
4157 :    
4158 :    
4159 :     2003-08-28 12:39:44 GMT patch-35
4160 :    
4161 :     Summary:
4162 :     More motion est cleanup and bugfixes.
4163 :     Revision:
4164 :     xvidcore--devapi4--1.0--patch-35
4165 :    
4166 :     Still more bugfixes, cleanups and improvements to the Motion Est
4167 :     by sysKin
4168 :    
4169 :     modified files:
4170 :     src/motion/motion_est.c src/motion/motion_est.h
4171 :    
4172 :    
4173 :     2003-08-26 13:57:39 GMT patch-34
4174 :    
4175 :     Summary:
4176 :     Added final bits of Aspect Ratio flag.
4177 :     Revision:
4178 :     xvidcore--devapi4--1.0--patch-34
4179 :    
4180 :     Peter did think of the AR flag since the very beginning of devapi4.
4181 :     He just forgot to code the final bits to effectively write it to
4182 :     the bitstream. This patch adds these missing final bits so XviD now
4183 :     reads and writes AR flags.
4184 :    
4185 :     modified files:
4186 :     ./src/bitstream/bitstream.c ./src/encoder.c ./src/encoder.h
4187 :     ./src/xvid.h
4188 :    
4189 :    
4190 :     2003-08-25 16:41:09 GMT patch-33
4191 :    
4192 :     Summary:
4193 :     Small motion estimation cleanup.
4194 :     Revision:
4195 :     xvidcore--devapi4--1.0--patch-33
4196 :    
4197 :     Cleanups from sysKin.
4198 :    
4199 :     modified files:
4200 :     ./src/motion/motion_est.c ./src/motion/motion_est.h
4201 :    
4202 :    
4203 :     2003-08-25 14:59:28 GMT patch-32
4204 :    
4205 :     Summary:
4206 :     Frame padding bug.
4207 :     Revision:
4208 :     xvidcore--devapi4--1.0--patch-32
4209 :    
4210 :     We were edging the image repeating pixels from the image directly,
4211 :     but the standard says we must repeat from a 16 pixel boundary.
4212 :    
4213 :     See Chapter 7.6.4 of the standard.
4214 :    
4215 :     modified files:
4216 :     ./src/image/image.c
4217 :    
4218 :    
4219 :     2003-08-23 15:07:44 GMT patch-31
4220 :    
4221 :     Summary:
4222 :     New Qpel code.
4223 :     Revision:
4224 :     xvidcore--devapi4--1.0--patch-31
4225 :    
4226 :     Isibaar commited a new piece of QPel code that seems to be optimized
4227 :     for ia32(mmx) architectures. I had to clean it up a bit to make it
4228 :     respectful of architecture separations. This code is disabled for
4229 :     non ia32 arch, a comment mention it's only faster on ia32... i wonder
4230 :     if it's true, some tests have to be done on sourceforge compile farm
4231 :     in order to confirm that.
4232 :    
4233 :     Compared to the bared CVS commit, this patch includes:
4234 :     - fixes the unix build.
4235 :     - better architecture separation.
4236 :     - CodingStyle respected.
4237 :    
4238 :     new files:
4239 :     ./src/image/.arch-ids/qpel.c.id
4240 :     ./src/image/.arch-ids/qpel.h.id ./src/image/qpel.c
4241 :     ./src/image/qpel.h
4242 :     ./src/image/x86_asm/.arch-ids/qpel_mmx.asm.id
4243 :     ./src/image/x86_asm/qpel_mmx.asm
4244 :    
4245 :     modified files:
4246 :     ./build/generic/sources.inc ./build/win32/libxvidcore.dsp
4247 :     ./src/encoder.c ./src/motion/motion_comp.c ./src/xvid.c
4248 :    
4249 :    
4250 :     2003-08-22 13:20:36 GMT patch-30
4251 :    
4252 :     Summary:
4253 :     sad32v does really what it's expected (ie 32x32 SAD :-)
4254 :     Revision:
4255 :     xvidcore--devapi4--1.0--patch-30
4256 :    
4257 :     sad32v does really what it's expected (ie 32x32 SAD :-)
4258 :    
4259 :    
4260 :     modified files:
4261 :     ./src/motion/sad.c
4262 :    
4263 :    
4264 :     2003-08-18 19:00:49 GMT patch-29
4265 :    
4266 :     Summary:
4267 :     64bit fix.
4268 :     Revision:
4269 :     xvidcore--devapi4--1.0--patch-29
4270 :    
4271 :     The interpolation code was unsafe on 64bit platforms, the offset was
4272 :     badly sized, resulting in segfaults.
4273 :    
4274 :     modified files:
4275 :     ./src/image/interpolate8x8.h
4276 :    
4277 :    
4278 :     2003-08-17 14:08:48 GMT patch-28
4279 :    
4280 :     Summary:
4281 :     Greyscale mode fixes.
4282 :     Revision:
4283 :     xvidcore--devapi4--1.0--patch-28
4284 :    
4285 :     We were missing some greyscale tests in the encoder loop... noticeably
4286 :     in the PVOP function when coding an intra block, and in BVOP function
4287 :     when coding all types.
4288 :    
4289 :     I added the cbp trick in the cases discussed above.
4290 :    
4291 :     modified files:
4292 :     ./src/encoder.c
4293 :    
4294 :    
4295 :     2003-08-13 11:47:33 GMT patch-27
4296 :    
4297 :     Summary:
4298 :     Forgotten bit for IA64 separation
4299 :     Revision:
4300 :     xvidcore--devapi4--1.0--patch-27
4301 :    
4302 :     Forgotten bit for IA64 separation
4303 :    
4304 :    
4305 :     modified files:
4306 :     ./src/image/interpolate8x8.h
4307 :    
4308 :    
4309 :     2003-08-11 15:42:30 GMT patch-26
4310 :    
4311 :     Summary:
4312 :     Some qpel changes (sync with Isibaar)
4313 :     Revision:
4314 :     xvidcore--devapi4--1.0--patch-26
4315 :    
4316 :     Some qpel changes (sync with Isibaar)
4317 :    
4318 :    
4319 :     modified files:
4320 :     ./examples/xvid_encraw.c
4321 :    
4322 :    
4323 :     2003-08-11 15:30:04 GMT patch-25
4324 :    
4325 :     Summary:
4326 :     Better architecture separation.
4327 :     Revision:
4328 :     xvidcore--devapi4--1.0--patch-25
4329 :    
4330 :     Architecture depending functions were declared whatever arch you
4331 :     were compiling. This patch fixes that.
4332 :    
4333 :     I also removed the simple_idct hack in decoder.c as it was simply
4334 :     not used. Better not have ugly code in there.
4335 :    
4336 :     xvid_bench, should now compile and run on all archs. However I did
4337 :     not put the cpu definitions for each arch, i just separated
4338 :     ARCH_IS_IA32 so even ARCH_IS_GENERIC can compile
4339 :    
4340 :     modified files:
4341 :     ./examples/xvid_bench.c ./src/bitstream/cbp.h ./src/dct/fdct.h
4342 :     ./src/dct/idct.h ./src/decoder.c ./src/image/colorspace.h
4343 :     ./src/image/interpolate8x8.h ./src/image/reduced.h
4344 :     ./src/motion/sad.h ./src/quant/quant_h263.h
4345 :     ./src/quant/quant_mpeg4.h ./src/utils/emms.h
4346 :    
4347 :    
4348 :     2003-08-09 20:47:42 GMT patch-24
4349 :    
4350 :     Summary:
4351 :     Updated changelog
4352 :     Revision:
4353 :     xvidcore--devapi4--1.0--patch-24
4354 :    
4355 :     Updated changelog
4356 :    
4357 :    
4358 :     modified files:
4359 :     ./changelog.txt
4360 :    
4361 :    
4362 :     2003-08-09 20:31:17 GMT patch-23
4363 :    
4364 :     Summary:
4365 :     Workaround to a GMC bug due to a MS compiler bug.
4366 :     Revision:
4367 :     xvidcore--devapi4--1.0--patch-23
4368 :    
4369 :     Christoph did use a trick to speed up code that resulted in badly
4370 :     optimized code (teh compiler was missing a cast)
4371 :    
4372 :     modified files:
4373 :     ./src/motion/gmc.c
4374 :    
4375 :    
4376 :     2003-08-09 17:09:00 GMT patch-22
4377 :    
4378 :     Summary:
4379 :     Fixes to xvid_decraw
4380 :     Revision:
4381 :     xvidcore--devapi4--1.0--patch-22
4382 :    
4383 :     xvid_decraw has always been used on not so high bitrate sequences
4384 :     and not so big sequences neither.
4385 :    
4386 :     I've been doing lot of tests on the Matrix 2 trailer
4387 :     (1000x540 25fps ~5Mbits/s) and xvid_decraw was not able to handle that
4388 :     because of bugs in the buffer filling algorithm.
4389 :    
4390 :     This patch fixes the buffer filling and catches up with christoph changes
4391 :     in CVS (wrong help message and option parsing).
4392 :    
4393 :     modified files:
4394 :     ./examples/xvid_decraw.c
4395 :    
4396 :    
4397 :     2003-08-08 21:31:59 GMT patch-21
4398 :    
4399 :     Summary:
4400 :     Added QPel and GMC options.
4401 :     Revision:
4402 :     xvidcore--devapi4--1.0--patch-21
4403 :    
4404 :     XviD has so many options that we forget to propose them all on the
4405 :     CLI, here are two more: GMC and Qpel.
4406 :    
4407 :     modified files:
4408 :     ./examples/xvid_encraw.c
4409 :    
4410 :    
4411 :     2003-08-07 19:26:28 GMT patch-20
4412 :    
4413 :     Summary:
4414 :     SVOP handling in status window
4415 :     Revision:
4416 :     xvidcore--devapi4--1.0--patch-20
4417 :    
4418 :     SVOP handling in status window
4419 :    
4420 :    
4421 :     modified files:
4422 :     ./vfw/src/status.c
4423 :    
4424 :    
4425 :     2003-08-07 19:25:03 GMT patch-19
4426 :    
4427 :     Summary:
4428 :     Warning cleanups by chl
4429 :     Revision:
4430 :     xvidcore--devapi4--1.0--patch-19
4431 :    
4432 :     Warning cleanups by chl
4433 :    
4434 :    
4435 :     modified files:
4436 :     ./src/encoder.c ./src/encoder.h ./src/image/interpolate8x8.c
4437 :     ./src/motion/motion_est.c ./src/xvid.h
4438 :    
4439 :    
4440 :     2003-08-06 21:13:35 GMT patch-18
4441 :    
4442 :     Summary:
4443 :     Fix to GMC sprite trajectory code
4444 :     Revision:
4445 :     xvidcore--devapi4--1.0--patch-18
4446 :    
4447 :     Fix to GMC sprite trajectory code
4448 :    
4449 :    
4450 :     modified files:
4451 :     ./src/bitstream/mbcoding.c ./src/xvid.h
4452 :    
4453 :    
4454 :     2003-08-06 10:57:25 GMT patch-17
4455 :    
4456 :     Summary:
4457 :     Fixes a bug in BVOP block skipping thresholding
4458 :     Revision:
4459 :     xvidcore--devapi4--1.0--patch-17
4460 :    
4461 :     Fixes a bug in BVOP block skipping thresholding
4462 :    
4463 :    
4464 :     modified files:
4465 :     ./src/motion/motion_est.c
4466 :    
4467 :    
4468 :     2003-08-03 14:57:32 GMT patch-16
4469 :    
4470 :     Summary:
4471 :     Functions renaming + motion fixes.
4472 :     Revision:
4473 :     xvidcore--devapi4--1.0--patch-16
4474 :    
4475 :     BITS flags have been renamed to RD (Rate Distorsion) flags... however
4476 :     function names were still xxxBitsxxx.
4477 :    
4478 :     Improved frame type decision
4479 :    
4480 :     Fix for DQUANTS plugins, their quant was never checked against valid
4481 :     [1..31] range.
4482 :    
4483 :     modified files:
4484 :     ./src/encoder.c ./src/motion/motion_est.c
4485 :     ./src/motion/motion_est.h
4486 :    
4487 :    
4488 :     2003-08-02 15:00:49 GMT patch-15
4489 :    
4490 :     Summary:
4491 :     API cleanup.
4492 :     Revision:
4493 :     xvidcore--devapi4--1.0--patch-15
4494 :    
4495 :     Since we started devapi3 and then devapi4, feature names did not change
4496 :     because it was just convenient to keep them to minimize the change impact.
4497 :     But most of the flags were now not even suggesting what they do. So this
4498 :     patch cleans the API.
4499 :    
4500 :     This patch also change the way we describe flags, it's more compact and
4501 :     shows better flags are bit sets that must not overlap. This change fixes
4502 :     a plugin flag overlapping problem as well.
4503 :    
4504 :     modified files:
4505 :     ./examples/xvid_encraw.c ./src/decoder.c ./src/encoder.c
4506 :     ./src/encoder.h ./src/motion/motion_est.c
4507 :     ./src/motion/motion_est.h ./src/xvid.c ./src/xvid.h
4508 :     ./vfw/src/codec.c ./vfw/src/config.c
4509 :    
4510 :    
4511 :     2003-07-29 22:25:12 GMT patch-14
4512 :    
4513 :     Summary:
4514 :     Fixed bogus memory accesses
4515 :     Revision:
4516 :     xvidcore--devapi4--1.0--patch-14
4517 :    
4518 :     Fixed bogus memory accesses
4519 :    
4520 :    
4521 :     modified files:
4522 :     ./src/encoder.c ./src/plugins/plugin_2pass1.c
4523 :    
4524 :    
4525 :     2003-07-28 12:22:33 GMT patch-13
4526 :    
4527 :     Summary:
4528 :     Bitstream version increased to 16
4529 :     Revision:
4530 :     xvidcore--devapi4--1.0--patch-13
4531 :    
4532 :     Bitstream version increased to 16
4533 :    
4534 :    
4535 :     modified files:
4536 :     ./src/xvid.h
4537 :    
4538 :    
4539 :     2003-07-25 12:01:51 GMT patch-12
4540 :    
4541 :     Summary:
4542 :     Added gmc files to teh windows project file
4543 :     Revision:
4544 :     xvidcore--devapi4--1.0--patch-12
4545 :    
4546 :     Added gmc files to teh windows project file
4547 :    
4548 :    
4549 :     modified files:
4550 :     ./build/win32/libxvidcore.dsp ./vfw/src/codec.c
4551 :    
4552 :    
4553 :     2003-07-25 12:00:31 GMT patch-11
4554 :    
4555 :     Summary:
4556 :     Added cartoon mode from Isibaar
4557 :     Revision:
4558 :     xvidcore--devapi4--1.0--patch-11
4559 :    
4560 :     Added cartoon mode from Isibaar
4561 :    
4562 :    
4563 :     modified files:
4564 :     ./src/motion/motion_est.c ./src/plugins/plugin_single.c
4565 :     ./src/utils/mbtransquant.c ./src/xvid.h
4566 :    
4567 :    
4568 :     2003-07-25 10:30:41 GMT patch-10
4569 :    
4570 :     Summary:
4571 :     Bitstream syntax comments.
4572 :     Revision:
4573 :     xvidcore--devapi4--1.0--patch-10
4574 :    
4575 :     This patch does not change the bitstream but adds some comments that
4576 :     can help in order to understand (lack of) calls to BitstreamPadAlways.
4577 :    
4578 :     modified files:
4579 :     ./src/bitstream/bitstream.c ./src/encoder.c
4580 :    
4581 :    
4582 :     2003-07-22 16:34:25 GMT patch-9
4583 :    
4584 :     Summary:
4585 :     Fixes Bistream errors in VOL (+ forced stuffing)
4586 :     Revision:
4587 :     xvidcore--devapi4--1.0--patch-9
4588 :    
4589 :     After a detailed bugreport at:
4590 :     http://www.xvid.org/modules.php?op=modload&name=phpBB2&file=viewtopic&t=1387&highlight=
4591 :    
4592 :     I discovered that:
4593 :    
4594 :     1/ we did not write video_signal_type, but we were padding to the next
4595 :     byte, that's why we had video_signal_type=0 and then only 1s until the
4596 :     next byte boundary. This explains the 11 next_start_code();
4597 :    
4598 :     2/ video_object_type_indication = Reserved is right on my machine,
4599 :     please check again, but i doubt there is a bug there, we use 3 hard
4600 :     wired values and none of them is zero.
4601 :    
4602 :     3/ 01 : next_start_code() *** Was wrong in 24.02.2003; is correct in
4603 :     dev-api-4!!! *** was a bug in fact... when we write user data, we pad to
4604 :     the next byte boundary (if needed) like the standard says... by
4605 :     chancepadding was almost always done, thus the next_start_code() was
4606 :     respected.
4607 :    
4608 :     4/ The extra stuffing bits were caused by a forced padding between our
4609 :     VOL function writer and VOP header function writer.
4610 :    
4611 :     modified files:
4612 :     ./src/bitstream/bitstream.c ./src/encoder.c
4613 :    
4614 :    
4615 :     2003-07-16 22:57:44 GMT patch-8
4616 :    
4617 :     Summary:
4618 :     Fixed quant4_intra_xmm and quant_intra_3dne bug for DC<0.
4619 :     Revision:
4620 :     xvidcore--devapi4--1.0--patch-8
4621 :    
4622 :     These two functions were suffering the same error that consists in
4623 :     emulating idiv with some an inversed divisor array and an imul
4624 :     instruction followed by a right shift...
4625 :    
4626 :     That was always decreasing the ressult by 1 for negative DC values.
4627 :     A not so bad solution is simply to use a cmov instruction and choose
4628 :     the right value according to the DC value. As these function were
4629 :     for PIII and Athlon, we are sure we can use the cmov instruction.
4630 :    
4631 :     PS: the fix is somewhere in cosmetic changes... sorry but the code was
4632 :     too ugly to fix it like it was.
4633 :    
4634 :     modified files:
4635 :     ./src/quant/x86_asm/quantize4_xmm.asm
4636 :     ./src/quant/x86_asm/quantize_3dne.asm
4637 :    
4638 :    
4639 :     2003-07-16 12:58:21 GMT patch-7
4640 :    
4641 :     Summary:
4642 :     Fixed the build system (error caused by patch-5)
4643 :     Revision:
4644 :     xvidcore--devapi4--1.0--patch-7
4645 :    
4646 :     IA64 cahnges were wrong in the build system, they make all platforms
4647 :     try to compile a directory... That patch should fix the IA64 target
4648 :     build and get back to previous behavior for other architectures.
4649 :    
4650 :     modified files:
4651 :     ./build/generic/configure.in ./build/generic/platform.inc.in
4652 :     ./build/generic/sources.inc
4653 :    
4654 :    
4655 :     2003-07-13 12:16:55 GMT patch-6
4656 :    
4657 :     Summary:
4658 :     Updates for GME and some cleanups.
4659 :     Revision:
4660 :     xvidcore--devapi4--1.0--patch-6
4661 :    
4662 :     This is a all in one patch from syskin:
4663 :     * mcsel decision moved to ModeDecision() function. That makes motion
4664 :     loop completely aware of macroblock mode and vectors (amv in that case).
4665 :     A simple copy&paste was needed to make the the decision R-D based, to be
4666 :     compatible with MODEDECISION_BITS.
4667 :    
4668 :     * many bugs fixed. Most of them very small, the only big one was that
4669 :     BITS was misunderstanding a flag and was thinking that mpeg quant is
4670 :     used when h263 quant is used and vice versa :( Also, correct cbp with
4671 :     inter4v mode makes mode decision better. Two speedups - for BITS (no
4672 :     more dequantization when sum == 0) and for ChromaME (chroma sad not
4673 :     computed if total sad too big before that). Some GMC compiler warnings
4674 :     removed. Probably more, I don't remember ;) I haven't touched P/B/I
4675 :     decision for once.
4676 :    
4677 :     * compiler warnings removed, mostly "const mismatch" in get_amv() <-- or
4678 :     what was his name.
4679 :    
4680 :     * two functions made 2x smaller, shorter and faster.
4681 :    
4682 :     modified files:
4683 :     ./src/encoder.c ./src/global.h ./src/image/interpolate8x8.h
4684 :     ./src/motion/gmc.c ./src/motion/gmc.h
4685 :     ./src/motion/motion_est.c ./src/motion/motion_est.h
4686 :     ./vfw/src/codec.c
4687 :    
4688 :    
4689 :     2003-07-10 17:35:59 GMT patch-5
4690 :    
4691 :     Summary:
4692 :     IA64 updates.
4693 :     Revision:
4694 :     xvidcore--devapi4--1.0--patch-5
4695 :    
4696 :     Changes from Stephan Krause <s_kraste at ira.uka.de>
4697 :    
4698 :     Small updates so ia64 is supposed to work. Further testing is needed
4699 :     because tests have only been done with xvid_encraw.
4700 :    
4701 :     modified files:
4702 :     ./build/generic/platform.inc.in ./examples/xvid_encraw.c
4703 :     ./src/motion/motion_est.c ./src/xvid.c
4704 :    
4705 :    
4706 :     2003-07-10 17:27:01 GMT patch-4
4707 :    
4708 :     Summary:
4709 :     Removed remaining expanded $ lines from the arch repo
4710 :     Revision:
4711 :     xvidcore--devapi4--1.0--patch-4
4712 :    
4713 :     Removed remaining expanded $ lines from the arch repo
4714 :    
4715 :    
4716 :     modified files:
4717 :     ./CodingStyle ./build/generic/bootstrap.sh
4718 :     ./doc/xvid-encoder.txt ./src/bitstream/ppc_asm/cbp_altivec.s
4719 :     ./src/bitstream/ppc_asm/cbp_ppc.s
4720 :     ./src/dct/x86_asm/fdct_xmm.asm
4721 :     ./src/image/x86_asm/colorspace_yuv_mmx.asm
4722 :     ./src/image/x86_asm/reduced_mmx.asm
4723 :     ./src/image/x86_asm/yuv_to_yv12_mmx.asm
4724 :     ./src/image/x86_asm/yv12_to_rgb24_mmx.asm
4725 :     ./src/image/x86_asm/yv12_to_rgb32_mmx.asm
4726 :     ./src/motion/ppc_asm/sad_altivec.c ./todo.txt
4727 :    
4728 :    
4729 :     2003-07-02 23:20:39 GMT patch-3
4730 :    
4731 :     Summary:
4732 :     Reset the IFrame counter when an iframe is encoded
4733 :     Revision:
4734 :     xvidcore--devapi4--1.0--patch-3
4735 :    
4736 :     Reset the IFrame counter when an iframe is encoded
4737 :    
4738 :    
4739 :     modified files:
4740 :     ./src/encoder.c
4741 :    
4742 :    
4743 :     2003-06-29 21:58:24 GMT patch-2
4744 :    
4745 :     Summary:
4746 :     Added 3 warp point GMC.
4747 :     Revision:
4748 :     xvidcore--devapi4--1.0--patch-2
4749 :    
4750 :     Added 3 warp point GMC (first cvs commit + bitstream warp writing fix
4751 :     from cvs)
4752 :    
4753 :     new files:
4754 :     ./src/motion/.arch-ids/gmc.c.id
4755 :     ./src/motion/.arch-ids/gmc.h.id ./src/motion/gmc.c
4756 :     ./src/motion/gmc.h
4757 :    
4758 :     modified files:
4759 :     ./build/generic/sources.inc ./src/bitstream/bitstream.c
4760 :     ./src/decoder.c ./src/decoder.h ./src/encoder.c
4761 :     ./src/encoder.h ./src/global.h ./src/motion/motion.h
4762 :     ./src/motion/motion_comp.c ./src/motion/motion_est.c
4763 :     ./src/motion/motion_est.h ./src/utils/mbfunctions.h
4764 :     ./src/xvid.h
4765 :    
4766 :    
4767 :     2003-06-29 21:35:01 GMT patch-1
4768 :    
4769 :     Summary:
4770 :     Updated changelog
4771 :     Revision:
4772 :     xvidcore--devapi4--1.0--patch-1
4773 :    
4774 :     Updated changelog
4775 :    
4776 :    
4777 :     modified files:
4778 :     ./changelog.txt
4779 :    
4780 :    
4781 :     2003-06-27 17:01:46 GMT base-0
4782 :    
4783 :     Summary:
4784 :     tag of ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-80
4785 :     Revision:
4786 :     xvidcore--devapi4--1.0--base-0
4787 :    
4788 :     (automatically generated log message)
4789 :    
4790 :     new patches:
4791 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--base-0
4792 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-1
4793 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-2
4794 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-3
4795 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-4
4796 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-5
4797 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-6
4798 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-7
4799 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-8
4800 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-9
4801 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-10
4802 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-11