[cvs] / xvidcore / ChangeLog Repository:
ViewVC logotype

Annotation of /xvidcore/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2.2.2 - (view) (download)

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