[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 :     There are still some wrong copyright (atm noted 'Anonymous') and i
4775 :     missed probably some old headers that contain the GNU GPL pattern my
4776 :     script searched for.
4777 :    
4778 :     modified files:
4779 :     dshow/src/CAbout.cpp dshow/src/CAbout.h
4780 :     dshow/src/CXvidDecoder.cpp dshow/src/CXvidDecoder.h
4781 :     dshow/src/IXvidDecoder.h examples/xvid_bench.c
4782 :     examples/xvid_decraw.c examples/xvid_encraw.c
4783 :     examples/xvid_stat.c rawdec/rawdec.c src/bitstream/bitstream.c
4784 :     src/bitstream/bitstream.h src/bitstream/cbp.c
4785 :     src/bitstream/cbp.h src/bitstream/mbcoding.c
4786 :     src/bitstream/mbcoding.h src/bitstream/vlc_codes.h
4787 :     src/bitstream/zigzag.h src/dct/fdct.c src/dct/fdct.h
4788 :     src/dct/idct.c src/dct/idct.h src/dct/simple_idct.c
4789 :     src/decoder.c src/decoder.h src/divx4.c src/divx4.h
4790 :     src/encoder.c src/encoder.h src/global.h
4791 :     src/image/colorspace.c src/image/colorspace.h src/image/font.c
4792 :     src/image/font.h src/image/image.c src/image/image.h
4793 :     src/image/interpolate8x8.c src/image/interpolate8x8.h
4794 :     src/image/reduced.c src/image/reduced.h src/motion/motion.h
4795 :     src/motion/motion_comp.c src/motion/motion_est.c
4796 :     src/motion/motion_est.h src/motion/ppc_asm/sad_altivec.c
4797 :     src/motion/sad.c src/motion/sad.h src/motion/smp_motion_est.c
4798 :     src/motion/smp_motion_est.h src/plugins/plugin_2pass1.c
4799 :     src/plugins/plugin_2pass2.c src/plugins/plugin_dump.c
4800 :     src/plugins/plugin_fixed.c src/plugins/plugin_lumimasking.c
4801 :     src/plugins/plugin_psnr.c src/plugins/plugin_single.c
4802 :     src/portab.h src/prediction/mbprediction.h
4803 :     src/quant/adapt_quant.c src/quant/adapt_quant.h
4804 :     src/quant/quant_h263.h src/quant/quant_matrix.c
4805 :     src/quant/quant_matrix.h src/quant/quant_mpeg4.c
4806 :     src/quant/quant_mpeg4.h src/utils/emms.c src/utils/emms.h
4807 :     src/utils/mbfunctions.h src/utils/mbtransquant.c
4808 :     src/utils/mem_align.c src/utils/mem_align.h
4809 :     src/utils/mem_transfer.c src/utils/mem_transfer.h
4810 :     src/utils/timer.c src/utils/timer.h src/xvid.c src/xvid.h
4811 :     vfw/src/2pass.h vfw/src/codec.h vfw/src/config.h
4812 :     vfw/src/debug.h vfw/src/resource.h vfw/src/vfwext.h
4813 :    
4814 :    
4815 :     2003-06-09 01:13:50 GMT patch-62
4816 :    
4817 :     Summary:
4818 :     ANSI C comments.
4819 :     Revision:
4820 :     xvidcore--devapi4--1.0--patch-62
4821 :    
4822 :     Turned all // ISO C99 comments into ISO C89 (aka ANSI C) coment style.
4823 :    
4824 :     Now XviD compiles fine with gcc 3.x -std=iso89 option. This should help
4825 :     those people who want to get XviD working on DSPs or any other exotic
4826 :     hardware. This type of exotic hardware is usually shipped with a very
4827 :     spartiate ANSI C compiler.
4828 :    
4829 :     NB: Big patch that breaks all kind of cherry picking merges.
4830 :    
4831 :     modified files:
4832 :     examples/odivx_enc_dec.c examples/xvid_bench.c
4833 :     src/bitstream/bitstream.c src/bitstream/mbcoding.c
4834 :     src/bitstream/mbcoding.h src/bitstream/zigzag.h src/dct/fdct.c
4835 :     src/dct/idct.c src/dct/simple_idct.c src/decoder.c
4836 :     src/decoder.h src/encoder.c src/encoder.h src/global.h
4837 :     src/image/colorspace.c src/image/font.c src/image/image.c
4838 :     src/image/interpolate8x8.c src/image/interpolate8x8.h
4839 :     src/image/reduced.c src/motion/motion.h
4840 :     src/motion/motion_comp.c src/motion/motion_est.c
4841 :     src/motion/motion_est.h src/motion/sad.c
4842 :     src/plugins/plugin_2pass2.c src/prediction/mbprediction.c
4843 :     src/prediction/mbprediction.h src/quant/adapt_quant.c
4844 :     src/quant/adapt_quant.h src/quant/quant_h263.c
4845 :     src/quant/quant_h263.h src/quant/quant_mpeg4.c
4846 :     src/quant/quant_mpeg4.h src/utils/mbtransquant.c
4847 :     src/utils/mem_transfer.c src/utils/timer.c src/xvid.c
4848 :     vfw/src/2pass.c vfw/src/codec.c vfw/src/codec.h
4849 :     vfw/src/config.c vfw/src/config.h vfw/src/driverproc.c
4850 :    
4851 :    
4852 :     2003-06-04 18:19:56 GMT patch-61
4853 :    
4854 :     Summary:
4855 :     Removed AltCC from VFW frontend
4856 :     Revision:
4857 :     xvidcore--devapi4--1.0--patch-61
4858 :    
4859 :     A previous patch removed AltCC from the 2pass plugin. Thus we
4860 :     remove the frontend panels for AltCC and corresponding code.
4861 :    
4862 :     modified files:
4863 :     src/xvid.h vfw/src/codec.c vfw/src/config.c vfw/src/config.h
4864 :     vfw/src/config.rc
4865 :    
4866 :    
4867 :     2003-05-29 14:47:28 GMT patch-60
4868 :    
4869 :     Summary:
4870 :     Lot of two pass updates.
4871 :     Revision:
4872 :     xvidcore--devapi4--1.0--patch-60
4873 :    
4874 :     * Removed Alt curve treatment
4875 :    
4876 :     * After reading VFW code, i found out that it was using the blocks stats
4877 :     fields to retrieve the number of MBs in a frame. So all this
4878 :     min_size[] was not meant to discover a min_size for each frame
4879 :     according to its intra MBs but rather an hardcoded minimum for all
4880 :     frames as advertised in earlier cvs revisions. It would be easier if
4881 :     original code was commented :-(
4882 :    
4883 :     * Some comment changes
4884 :     * bquant_error and pquant_error have been replaced by an array
4885 :     quant_error[3][32] indexed by frame type and quantizer value.
4886 :     * Moved some initialization stuff
4887 :    
4888 :     * I read VFW and noticed that min_length was supposed to be:
4889 :     min{hard coded length, min{observed lengths}}
4890 :    
4891 :     * Force frame type during the second pass.
4892 :    
4893 :     * Simplified equations.
4894 :    
4895 :     Scaling was needed because of the non linear formulas used in AltCC but
4896 :     now we can directly use avg_length[s->type-1] instead of "first prescaling
4897 :     bframes to pframes lengths then use pframe stats and at last prescaling back
4898 :     frame length to bframe lengths"
4899 :    
4900 :     See my new XXX: question about the overflow.
4901 :    
4902 :     modified files:
4903 :     src/plugins/plugin_2pass2.c
4904 :    
4905 :    
4906 :     2003-05-25 10:01:55 GMT patch-59
4907 :    
4908 :     Summary:
4909 :     Function reordering, fix minimum "hardcoded" frame sizes in internal_sacle().
4910 :     Revision:
4911 :     xvidcore--devapi4--1.0--patch-59
4912 :    
4913 :     Fixed a bug where hardcoded miminum frame lengths were computed only for
4914 :     first frame (IFrame) and was applied for al frames. I just moved the formulas
4915 :     into the frame loop.
4916 :    
4917 :     Lot of cosmetic work, function reodrering etc etc so the plugin function
4918 :     come first, and then we have sub function and helper functions. Some fixes
4919 :     in my previous comments.
4920 :    
4921 :     modified files:
4922 :     src/plugins/plugin_2pass2.c
4923 :    
4924 :    
4925 :     2003-05-22 23:11:21 GMT patch-58
4926 :    
4927 :     Summary:
4928 :     Added the container_frame_overhead field to the 2pass2 RC structure.
4929 :     Revision:
4930 :     xvidcore--devapi4--1.0--patch-58
4931 :    
4932 :     In my previous patches, i disabled container format overhead compensation
4933 :     because xvidcore can be used for other things than AVI. However this
4934 :     compensation is usefull, so it's back with its own structure field that
4935 :     specifies how much bytes the container uses for a frame (average value).
4936 :    
4937 :     We can now do some direct ogm, matroska encodings without loosing a single
4938 :     byte... :-)
4939 :    
4940 :     modified files:
4941 :     src/plugins/plugin_2pass2.c src/xvid.h vfw/src/codec.c
4942 :    
4943 :    
4944 :     2003-05-22 22:22:47 GMT patch-57
4945 :    
4946 :     Summary:
4947 :     Fixed an overflow bug in target filesize computation.
4948 :     Revision:
4949 :     xvidcore--devapi4--1.0--patch-57
4950 :    
4951 :     rc->target was an uint64_t data to avoid overflow when dealing
4952 :     with long movies and/or high bitrates. The problem is that its
4953 :     initialization was using int32 data, thus this was resulting
4954 :     in an overflow in its initial computation. Quite silly, but this
4955 :     bug drived me crazy during 4 hours...
4956 :    
4957 :     modified files:
4958 :     src/plugins/plugin_2pass2.c
4959 :    
4960 :    
4961 :     2003-05-22 18:53:19 GMT patch-56
4962 :    
4963 :     Summary:
4964 :     Added the mrproper Makefile target.
4965 :     Revision:
4966 :     xvidcore--devapi4--1.0--patch-56
4967 :    
4968 :     Added the mrproper Makefile target that deletes even bootstrapped
4969 :     files. mrproper name comes from the linux kernel makefile, i was
4970 :     out of inspiration.
4971 :    
4972 :     modified files:
4973 :     build/generic/Makefile
4974 :    
4975 :    
4976 :     2003-05-22 17:30:15 GMT patch-55
4977 :    
4978 :     Summary:
4979 :     Fix a nasty bug due to a typo mistake.
4980 :     Revision:
4981 :     xvidcore--devapi4--1.0--patch-55
4982 :    
4983 :     We were comparing frame length with a wrong min_size[index]
4984 :     that was out of bounds (in internal_scale).
4985 :    
4986 :     modified files:
4987 :     src/plugins/plugin_2pass2.c
4988 :    
4989 :    
4990 :     2003-05-22 17:24:19 GMT patch-54
4991 :    
4992 :     Summary:
4993 :     Removed automatic \n in DPRINTF calls.
4994 :     Revision:
4995 :     xvidcore--devapi4--1.0--patch-54
4996 :    
4997 :     Removed automatic \n in DPRINTF calls.
4998 :    
4999 :     modified files:
5000 :     src/bitstream/bitstream.c src/bitstream/mbcoding.c
5001 :     src/decoder.c src/encoder.c src/image/image.c
5002 :     src/plugins/plugin_2pass2.c src/portab.h
5003 :     src/prediction/mbprediction.c
5004 :    
5005 :    
5006 :     2003-05-22 17:03:38 GMT patch-53
5007 :    
5008 :     Summary:
5009 :     Cleaned up a bit, added comments.
5010 :     Revision:
5011 :     xvidcore--devapi4--1.0--patch-53
5012 :    
5013 :     I Cleaned up the plugin_before function. I added some comments at the
5014 :     same time, so now it should be more easy to understand the meaning of
5015 :     all these if/else thingies :-)
5016 :    
5017 :     modified files:
5018 :     src/plugins/plugin_2pass2.c
5019 :    
5020 :    
5021 :     2003-05-18 12:12:49 GMT patch-52
5022 :    
5023 :     Summary:
5024 :     Update of xvid_encraw (vop_debug, debug, max key frame)
5025 :     Revision:
5026 :     xvidcore--devapi4--1.0--patch-52
5027 :    
5028 :     Added a -vop_debug option. This makes xvidcore to print out frame
5029 :     information directly into the encoded frame.
5030 :    
5031 :     Changed the meaning of the -debug option. It activates now the
5032 :     internal xvidcore debug output.
5033 :    
5034 :     Added a -max_key_interval.
5035 :    
5036 :     modified files:
5037 :     examples/xvid_encraw.c
5038 :    
5039 :    
5040 :     2003-05-18 12:01:31 GMT patch-51
5041 :    
5042 :     Summary:
5043 :     Missing RateControl removal from Win32 visual project.
5044 :     Revision:
5045 :     xvidcore--devapi4--1.0--patch-51
5046 :    
5047 :     RateControl removal was missing in the visual c project.
5048 :    
5049 :     modified files:
5050 :     build/win32/libxvidcore.dsp
5051 :    
5052 :    
5053 :     2003-05-18 00:08:46 GMT patch-50
5054 :    
5055 :     Summary:
5056 :     Removed legacy RateControl module.
5057 :     Revision:
5058 :     xvidcore--devapi4--1.0--patch-50
5059 :    
5060 :     Removed all code related to the old RateControl module.
5061 :    
5062 :     removed files:
5063 :     src/utils/.arch-ids/ratecontrol.h.id
5064 :     src/utils/.arch-ids/ratecontrol.c.id src/utils/ratecontrol.h
5065 :     src/utils/ratecontrol.c
5066 :    
5067 :     modified files:
5068 :     build/generic/sources.inc src/encoder.h
5069 :    
5070 :    
5071 :     2003-05-17 23:54:55 GMT patch-49
5072 :    
5073 :     Summary:
5074 :     VFW Update.
5075 :     Revision:
5076 :     xvidcore--devapi4--1.0--patch-49
5077 :    
5078 :     Added support for the debug option. The registry key debug has been
5079 :     changed to vop_debug. The reg key debug is now used for the codec
5080 :     debugging output.
5081 :    
5082 :     Some work on zones and mispellings.
5083 :    
5084 :     modified files:
5085 :     vfw/src/codec.c vfw/src/config.c vfw/src/config.h
5086 :     vfw/src/config.rc vfw/src/resource.h
5087 :    
5088 :    
5089 :     2003-05-17 23:50:38 GMT patch-48
5090 :    
5091 :     Summary:
5092 :     2pass plugin updates for zone support.
5093 :     Revision:
5094 :     xvidcore--devapi4--1.0--patch-48
5095 :    
5096 :     A bit more work on zones support in the 2Pass2 plugin.
5097 :    
5098 :     Simple cleanup in the 2Pass1 plugin.
5099 :    
5100 :     modified files:
5101 :     src/plugins/plugin_2pass1.c src/plugins/plugin_2pass2.c
5102 :    
5103 :    
5104 :     2003-05-17 21:07:43 GMT patch-47
5105 :    
5106 :     Summary:
5107 :     Debug is now controled through xvid_global + INIT
5108 :     Revision:
5109 :     xvidcore--devapi4--1.0--patch-47
5110 :    
5111 :     Debug is now controlled through a global variable. It can be set thanx
5112 :     to the API using the new xvid_gbl_init_t.debug field.
5113 :    
5114 :     All DPRINTF constants have been turned into XVID_DEBUG_xxxx. They have
5115 :     been moved to xvid.h.
5116 :    
5117 :     modified files:
5118 :     src/bitstream/bitstream.c src/bitstream/mbcoding.c
5119 :     src/decoder.c src/encoder.c src/image/image.c
5120 :     src/plugins/plugin_2pass2.c src/plugins/plugin_single.c
5121 :     src/portab.h src/prediction/mbprediction.c
5122 :     src/utils/ratecontrol.c src/xvid.c src/xvid.h
5123 :    
5124 :    
5125 :     2003-05-17 20:32:59 GMT patch-46
5126 :    
5127 :     Summary:
5128 :     Fix for the patch-44.
5129 :     Revision:
5130 :     xvidcore--devapi4--1.0--patch-46
5131 :    
5132 :     The fix from pete was breaking lot of other stuff, or at least it was
5133 :     outlining it.
5134 :    
5135 :     Now it works reliably.
5136 :    
5137 :     modified files:
5138 :     src/encoder.c
5139 :    
5140 :    
5141 :     2003-05-15 17:31:04 GMT patch-45
5142 :    
5143 :     Summary:
5144 :     Removed XVID_VOP_DYNAMIC_BFRAMES flag.
5145 :     Revision:
5146 :     xvidcore--devapi4--1.0--patch-45
5147 :    
5148 :     The encoder loop bugfix removed this flag, so it's now being removed
5149 :     from xvid_encraw.
5150 :    
5151 :     modified files:
5152 :     examples/xvid_encraw.c
5153 :    
5154 :    
5155 :     2003-05-15 17:24:55 GMT patch-44
5156 :    
5157 :     Summary:
5158 :     Fix to the encoder loop (was not respecting dynamic decision).
5159 :     Revision:
5160 :     xvidcore--devapi4--1.0--patch-44
5161 :    
5162 :     The long awaited fix to the encoder loop that was not respecting the
5163 :     dynamic decision performed by the MEAnlyse function.
5164 :    
5165 :     modified files:
5166 :     src/encoder.c src/xvid.h
5167 :    
5168 :    
5169 :     2003-05-14 23:27:59 GMT patch-43
5170 :    
5171 :     Summary:
5172 :     Added module building for MacOSX.
5173 :     Revision:
5174 :     xvidcore--devapi4--1.0--patch-43
5175 :    
5176 :     Added the --enable-macosx_module option to the configure script.
5177 :     It allows module building on that platform as it differenciates
5178 :     loadable modules (a la dlopen) and dynamic libs that are simply
5179 :     linked at compile time.
5180 :    
5181 :     This was needed for transcode.
5182 :    
5183 :     Patch contributed by Tilmann Bitterberg <transcode at tibit.org>
5184 :    
5185 :     modified files:
5186 :     build/generic/configure.in
5187 :    
5188 :    
5189 :     2003-05-14 20:21:30 GMT patch-42
5190 :    
5191 :     Summary:
5192 :     Merged RD ME from cvs_head.
5193 :     Revision:
5194 :     xvidcore--devapi4--1.0--patch-42
5195 :    
5196 :     Syskin has changed a bit the ME algorithm, so now it does a kind of
5197 :     RD optimization of Vector search.
5198 :    
5199 :     modified files:
5200 :     src/motion/motion_est.c src/motion/motion_est.h
5201 :    
5202 :    
5203 :     2003-05-14 18:40:40 GMT patch-41
5204 :    
5205 :     Summary:
5206 :     Merged syskin ME changes.
5207 :     Revision:
5208 :     xvidcore--devapi4--1.0--patch-41
5209 :    
5210 :     Merged last syskin ME changes. Matches motion_est.c:1.69 and motion_est.h:1.7
5211 :     minus unneeded code plus some changes due to new API.
5212 :    
5213 :     modified files:
5214 :     src/motion/motion_est.c src/motion/motion_est.h
5215 :    
5216 :    
5217 :     2003-05-14 17:28:52 GMT patch-40
5218 :    
5219 :     Summary:
5220 :     Small update to xvid_encraw.
5221 :     Revision:
5222 :     xvidcore--devapi4--1.0--patch-40
5223 :    
5224 :     I added an help message to mention the fact we can repeat the zone options.
5225 :    
5226 :     modified files:
5227 :     examples/xvid_encraw.c
5228 :    
5229 :    
5230 :     2003-05-14 14:19:12 GMT patch-39
5231 :    
5232 :     Summary:
5233 :     VFW Update (zone support, profile support)
5234 :     Revision:
5235 :     xvidcore--devapi4--1.0--patch-39
5236 :    
5237 :     VFW Update (zone support, profile support)
5238 :    
5239 :     new files:
5240 :     vfw/src/.arch-ids/vfwext.h.id vfw/src/.arch-ids/debug.h.id
5241 :     vfw/src/vfwext.h vfw/src/debug.h
5242 :    
5243 :     modified files:
5244 :     vfw/src/codec.c vfw/src/config.c vfw/src/config.h
5245 :     vfw/src/config.rc vfw/src/driverproc.c vfw/src/driverproc.def
5246 :     vfw/src/resource.h vfw/vfw.dsp
5247 :    
5248 :    
5249 :     2003-05-14 14:02:05 GMT patch-38
5250 :    
5251 :     Summary:
5252 :     Add support for single RC and zones to xvid_encraw.
5253 :     Revision:
5254 :     xvidcore--devapi4--1.0--patch-38
5255 :    
5256 :     Adds support for single RC and zones to xvid_encraw.
5257 :    
5258 :     modified files:
5259 :     examples/xvid_encraw.c
5260 :    
5261 :    
5262 :     2003-05-14 13:58:56 GMT patch-37
5263 :    
5264 :     Summary:
5265 :     Fixes for Win32 build of libxvidcore.
5266 :     Revision:
5267 :     xvidcore--devapi4--1.0--patch-37
5268 :    
5269 :     A previous patch left the Win32 build process incomplete and not up
5270 :     to date.
5271 :    
5272 :     modified files:
5273 :     build/generic/libxvidcore.def.in build/win32/libxvidcore.dsp
5274 :    
5275 :    
5276 :     2003-05-13 00:10:12 GMT patch-36
5277 :    
5278 :     Summary:
5279 :     Small fixes.
5280 :     Revision:
5281 :     xvidcore--devapi4--1.0--patch-36
5282 :    
5283 :     data->quant fix.
5284 :    
5285 :     Fixed some coding bugs in trellis code. Used __inline and not inline.
5286 :    
5287 :     modified files:
5288 :     src/encoder.c src/utils/mbtransquant.c
5289 :    
5290 :    
5291 :     2003-05-13 00:05:03 GMT patch-35
5292 :    
5293 :     Summary:
5294 :     CBR plugin is renamed Single pass. Fixed Quant plugin is disabled.
5295 :     Revision:
5296 :     xvidcore--devapi4--1.0--patch-35
5297 :    
5298 :     With the zones feature, the CBR plugin could be used for all type
5299 :     of one pass RC. The better thing to do would be to include fixed
5300 :     quant to this new single pass plugin.
5301 :    
5302 :     Btw, a (clean) solution has not been found yet. I am obliged to
5303 :     disable the fixed quant plugin. This breaks xvid_encraw :-(
5304 :    
5305 :     modified files:
5306 :     build/generic/sources.inc src/plugins/plugin_single.c
5307 :     src/xvid.h
5308 :    
5309 :     renamed files:
5310 :     src/plugins/.arch-ids/plugin_cbr.c.id
5311 :     ==> src/plugins/.arch-ids/plugin_single.c.id
5312 :     src/plugins/plugin_cbr.c
5313 :     ==> src/plugins/plugin_single.c
5314 :    
5315 :    
5316 :     2003-05-12 23:49:14 GMT patch-34
5317 :    
5318 :     Summary:
5319 :     Removed quant limits per RC plugin, moved to global settings.
5320 :     Revision:
5321 :     xvidcore--devapi4--1.0--patch-34
5322 :    
5323 :     The I/P/B Frames' min/max quantizers have moved from RC plugins' interface
5324 :     to the general encoding interface.
5325 :    
5326 :     The CBR plugin has been updated for zones and the quent limits move.
5327 :    
5328 :     modified files:
5329 :     src/encoder.c src/encoder.h src/plugins/plugin_2pass2.c
5330 :     src/plugins/plugin_cbr.c src/xvid.h
5331 :    
5332 :    
5333 :     2003-05-12 23:25:54 GMT patch-33
5334 :    
5335 :     Summary:
5336 :     Added encoding zones
5337 :     Revision:
5338 :     xvidcore--devapi4--1.0--patch-33
5339 :    
5340 :     Added encoding zones in 2pass plugins. The idea behind "zones" is
5341 :     to define frame ranges for which we change the plugin's behavior.
5342 :    
5343 :     modified files:
5344 :     src/encoder.c src/encoder.h src/plugins/plugin_2pass1.c
5345 :     src/xvid.h
5346 :    
5347 :    
5348 :     2003-05-12 23:10:17 GMT patch-32
5349 :    
5350 :     Summary:
5351 :     Added the profile setting.
5352 :     Revision:
5353 :     xvidcore--devapi4--1.0--patch-32
5354 :    
5355 :     Added the profile setting to user API.
5356 :    
5357 :     modified files:
5358 :     src/bitstream/bitstream.c src/bitstream/bitstream.h
5359 :     src/encoder.c src/encoder.h src/xvid.h
5360 :    
5361 :    
5362 :     2003-05-11 23:59:01 GMT patch-31
5363 :    
5364 :     Summary:
5365 :     Changed quality presets.
5366 :     Revision:
5367 :     xvidcore--devapi4--1.0--patch-31
5368 :    
5369 :     The presets have been changed so now we should have better PSNR with
5370 :     higher quality presets in all cases.
5371 :    
5372 :     I changed a bit the way we treat quality overflow or overflow, now i
5373 :     just clip the value to allowed range.
5374 :    
5375 :     modified files:
5376 :     examples/xvid_encraw.c
5377 :    
5378 :    
5379 :     2003-05-11 20:47:55 GMT patch-30
5380 :    
5381 :     Summary:
5382 :     Some cleanups in the trellis code.
5383 :     Revision:
5384 :     xvidcore--devapi4--1.0--patch-30
5385 :    
5386 :     Some cleanup work on trellis code. Should compile file on Visual C++ now.
5387 :    
5388 :     modified files:
5389 :     src/utils/mbtransquant.c
5390 :    
5391 :    
5392 :     2003-05-10 23:53:28 GMT patch-29
5393 :    
5394 :     Summary:
5395 :     New trellis code
5396 :     Revision:
5397 :     xvidcore--devapi4--1.0--patch-29
5398 :    
5399 :     New trellis code from skal. It should be reworked a bit so it integrates
5400 :     better into XviD code.
5401 :    
5402 :     modified files:
5403 :     src/bitstream/mbcoding.c src/bitstream/mbcoding.h
5404 :     src/utils/mbtransquant.c
5405 :    
5406 :    
5407 :     2003-05-10 23:43:11 GMT patch-28
5408 :    
5409 :     Summary:
5410 :     Intra frame decision.
5411 :     Revision:
5412 :     xvidcore--devapi4--1.0--patch-28
5413 :    
5414 :     These are syskin's words: hopefully, intra frame at every scene
5415 :     change (we really need it to cut things).
5416 :    
5417 :    
5418 :     modified files:
5419 :     src/motion/motion_est.c
5420 :    
5421 :    
5422 :     2003-05-05 21:50:25 GMT patch-27
5423 :    
5424 :     Summary:
5425 :     Fixed double last calculation in trellis quantization.
5426 :     Revision:
5427 :     xvidcore--devapi4--1.0--patch-27
5428 :    
5429 :     chl changelog message: Removed double calculation of "last" => +0.02dB
5430 :    
5431 :     modified files:
5432 :     src/bitstream/mbcoding.c
5433 :    
5434 :    
5435 :     2003-05-05 21:46:29 GMT patch-26
5436 :    
5437 :     Summary:
5438 :     Added config.status to the distclean target.
5439 :     Revision:
5440 :     xvidcore--devapi4--1.0--patch-26
5441 :    
5442 :     The target distclean is supposed to clean all files so the remaining
5443 :     ones are those supposed to be found in a distribution tarball...
5444 :     config.status is not one of them, so let's add this to the distclean
5445 :     target.
5446 :    
5447 :     modified files:
5448 :     build/generic/Makefile
5449 :    
5450 :    
5451 :     2003-05-05 21:39:47 GMT patch-25
5452 :    
5453 :     Summary:
5454 :     configure.in tuning (API number and lib sonames).
5455 :     Revision:
5456 :     xvidcore--devapi4--1.0--patch-25
5457 :    
5458 :     I fixed a typo which prevented SPECIFIC_CFLAGS to be properly set by
5459 :     the configure script.
5460 :    
5461 :     I also bumped the API version number as API 3.0 is current cvs_head
5462 :     and this branch is the next major API version
5463 :    
5464 :     While trying to build my own debian package out of xvidcore, i ran into
5465 :     trouble with the soname not respecting some basic rules that prevented
5466 :     having different library revisions running alongside (with different major
5467 :     APIs). This has been fixed adding the major API number to the library
5468 :     SONAME.
5469 :    
5470 :     modified files:
5471 :     build/generic/configure.in
5472 :    
5473 :    
5474 :     2003-04-27 23:22:30 GMT patch-24
5475 :    
5476 :     Summary:
5477 :     Cleaned CBR plugin a bit, adds structure for a better initial quant.
5478 :     Revision:
5479 :     xvidcore--devapi4--1.0--patch-24
5480 :    
5481 :     Just a clean up turning default values to preprocessor constants. I added
5482 :     a get_initial_quant for trying to retrieve support in a near future, a good
5483 :     quantizer according to the desired target bitrate. This will be done thanks
5484 :     to a simple LUT where we'll have lut[quant] = average_bitrate;. This seems
5485 :     stupid but it'll be better than starting with an hardcoded value.
5486 :    
5487 :     modified files:
5488 :     src/plugins/plugin_cbr.c
5489 :    
5490 :    
5491 :     2003-04-27 23:18:20 GMT patch-23
5492 :    
5493 :     Summary:
5494 :     b-frames look good in still motion, after all.
5495 :     Revision:
5496 :     xvidcore--devapi4--1.0--patch-23
5497 :    
5498 :     b-frames look good in still motion, after all.
5499 :    
5500 :     modified files:
5501 :     src/motion/motion_est.c
5502 :    
5503 :    
5504 :     2003-04-27 23:14:39 GMT patch-22
5505 :    
5506 :     Summary:
5507 :     Add initial trellis quantization to inter+h263 frames.
5508 :     Revision:
5509 :     xvidcore--devapi4--1.0--patch-22
5510 :    
5511 :     This is the initial support of trellis quantization for inter frames
5512 :     + h263 quantization method.
5513 :    
5514 :     Complete support is on the way.
5515 :    
5516 :     modified files:
5517 :     examples/xvid_encraw.c src/bitstream/mbcoding.c
5518 :     src/bitstream/mbcoding.h src/utils/mbtransquant.c src/xvid.h
5519 :    
5520 :    
5521 :     2003-04-27 22:59:47 GMT patch-21
5522 :    
5523 :     Summary:
5524 :     Fixes 2 memory leaks.
5525 :     Revision:
5526 :     xvidcore--devapi4--1.0--patch-21
5527 :    
5528 :     After a valgrind pass I fixed these 2 leaks. We have still to fix
5529 :     an MEAnalysis on unitialized data.
5530 :    
5531 :     modified files:
5532 :     src/encoder.c src/utils/mem_align.c
5533 :    
5534 :    
5535 :     2003-04-27 22:50:27 GMT patch-20
5536 :    
5537 :     Summary:
5538 :     Adds Avg PSNR output to xvid_encraw.
5539 :     Revision:
5540 :     xvidcore--devapi4--1.0--patch-20
5541 :    
5542 :     Adds Avg PSNR output to xvid_encraw.
5543 :    
5544 :     modified files:
5545 :     examples/xvid_encraw.c
5546 :    
5547 :    
5548 :     2003-04-27 22:40:45 GMT patch-19
5549 :    
5550 :     Summary:
5551 :     Fixes the vfw Visual Project.
5552 :     Revision:
5553 :     xvidcore--devapi4--1.0--patch-19
5554 :    
5555 :     A missing file has been removed from the project file.
5556 :    
5557 :     modified files:
5558 :     vfw/vfw.dsp
5559 :    
5560 :    
5561 :     2003-04-14 20:07:47 GMT patch-18
5562 :    
5563 :     Summary:
5564 :     Fixes plugin initialization in xvid_encraw.
5565 :     Revision:
5566 :     xvidcore--devapi4--1.0--patch-18
5567 :    
5568 :     We were initializing plugins' versions before a memset...
5569 :     <homer>Doh...</homer>
5570 :    
5571 :     modified files:
5572 :     examples/xvid_encraw.c
5573 :    
5574 :    
5575 :     2003-04-14 15:28:57 GMT patch-17
5576 :    
5577 :     Summary:
5578 :     Fixed function prototypes <-> definitions mismatching.
5579 :     Revision:
5580 :     xvidcore--devapi4--1.0--patch-17
5581 :    
5582 :     Fixed function prototypes <-> definitions mismatching.
5583 :    
5584 :     modified files:
5585 :     src/utils/mbfunctions.h src/utils/mbtransquant.c
5586 :    
5587 :    
5588 :     2003-04-14 15:23:15 GMT patch-16
5589 :    
5590 :     Summary:
5591 :     VFW frontend update
5592 :     Revision:
5593 :     xvidcore--devapi4--1.0--patch-16
5594 :    
5595 :     The VFW frontend has been updated.
5596 :    
5597 :     modified files:
5598 :     vfw/src/codec.c vfw/src/codec.h vfw/src/config.c
5599 :     vfw/src/config.h vfw/src/config.rc vfw/src/driverproc.c
5600 :     vfw/src/resource.h vfw/vfw.dsp
5601 :    
5602 :    
5603 :     2003-04-14 15:05:20 GMT patch-15
5604 :    
5605 :     Summary:
5606 :     Fixed BITS decision for low quants, reworked p/b/i decision.
5607 :     Revision:
5608 :     xvidcore--devapi4--1.0--patch-15
5609 :    
5610 :     sysKin's log message: improved vhq (does not decrease psnr anymore - at least
5611 :     for low quants) and tweaked p/b/i decision again.
5612 :    
5613 :     I Added a fix to this CVS commit to avoid ALU Exception (division by zero). It
5614 :     has been commited to cvs_head as well by sysKin.
5615 :    
5616 :     modified files:
5617 :     src/motion/motion_est.c
5618 :    
5619 :    
5620 :     2003-04-10 13:01:07 GMT patch-14
5621 :    
5622 :     Summary:
5623 :     Removed all ABS() macros.
5624 :     Revision:
5625 :     xvidcore--devapi4--1.0--patch-14
5626 :    
5627 :     All ABS macros have been replace with their stdlib.h/math.h
5628 :     equivalent. This gives a 33% overall speedup for the plain C encoder,
5629 :     while the ia32 one seems to suffer a small speed loss. However this
5630 :     speed loss is very small and it seems it depends on the CPU type as
5631 :     the abs/fabs usage is impacting badly on sad functions but impacting
5632 :     well on interpolate functions ... weird inst'it ?
5633 :    
5634 :     modified files:
5635 :     src/bitstream/mbcoding.c src/global.h src/image/image.c
5636 :     src/motion/motion_comp.c src/motion/motion_est.c
5637 :     src/motion/sad.c src/prediction/mbprediction.c
5638 :     src/utils/mbtransquant.c src/xvid.c
5639 :    
5640 :    
5641 :     2003-04-09 18:44:24 GMT patch-13
5642 :    
5643 :     Summary:
5644 :     Added GNU profiling option to the configure script.
5645 :     Revision:
5646 :     xvidcore--devapi4--1.0--patch-13
5647 :    
5648 :     In order to allow easy profiling using GNU tools (gprof, gcov), I
5649 :     added the --enable-gnuprofile to the configure.in template. This
5650 :     modifies the SPECIFIC_LDFLAGS and SPECIFIC_CFLAGS for library building
5651 :     so they include all needed options for profiling and test coverage.
5652 :    
5653 :     /!\ When compiling your own program, don't forget to use these
5654 :     options:
5655 :     -pg -fprofile-arcs -ftest-coverage
5656 :    
5657 :     When linking your program, you MUST use the -pg option too, else
5658 :     your binary will not use/create profiling informations.
5659 :    
5660 :     modified files:
5661 :     build/generic/configure.in
5662 :    
5663 :    
5664 :     2003-04-09 16:09:33 GMT patch-12
5665 :    
5666 :     Summary:
5667 :     Build fix from release-0_9_1-fixes@cvs.xvid.org
5668 :     Revision:
5669 :     xvidcore--devapi4--1.0--patch-12
5670 :    
5671 :     MacOSX build process was wrong on the linking stage as it was ignoring
5672 :     the equivalent of the linux soname thingy.
5673 :    
5674 :     modified files:
5675 :     build/generic/configure.in
5676 :    
5677 :    
5678 :     2003-04-09 13:44:06 GMT patch-11
5679 :    
5680 :     Summary:
5681 :     Syncing arch tree with xvid.org cvs.
5682 :     Revision:
5683 :     xvidcore--devapi4--1.0--patch-11
5684 :    
5685 :     Synced with all the work done in the xvid.org cvs repository. I could
5686 :     not maintain a complete list of all items but here is a kind of
5687 :     digest.
5688 :    
5689 :     + Merged build files fixes from the release-0_9_1-fixes branch.
5690 :     + Synced all motion estimation changes from the cvs_head branch.
5691 :     + Added rate control plugins.
5692 :     + Added lumimasking plugin.
5693 :     + Synced optimizations from cvs_head in interpolate and cbp
5694 :     functions.
5695 :     + xvid_encraw improvements.
5696 :     + new mbtransquant set of functions.
5697 :     + Fixed bframe SSE calculation.
5698 :    
5699 :     new files:
5700 :     src/plugins/.arch-ids/plugin_2pass1.c.id
5701 :     src/plugins/.arch-ids/plugin_2pass2.c.id
5702 :     src/plugins/.arch-ids/plugin_cbr.c.id
5703 :     src/plugins/.arch-ids/plugin_fixed.c.id
5704 :     src/plugins/.arch-ids/plugin_lumimasking.c.id
5705 :     vfw/src/.arch-ids/XviD_logo.bmp.id src/plugins/plugin_2pass1.c
5706 :     src/plugins/plugin_2pass2.c src/plugins/plugin_cbr.c
5707 :     src/plugins/plugin_fixed.c src/plugins/plugin_lumimasking.c
5708 :     vfw/src/XviD_logo.bmp
5709 :    
5710 :     modified files:
5711 :     build/generic/Makefile build/generic/bootstrap.sh
5712 :     build/generic/configure.in build/generic/libxvidcore.def.in
5713 :     build/generic/platform.inc.in build/generic/sources.inc
5714 :     build/win32/libxvidcore.dsp examples/xvid_decraw.c
5715 :     examples/xvid_encraw.c examples/xvid_stat.c
5716 :     src/bitstream/bitstream.c src/bitstream/bitstream.h
5717 :     src/bitstream/cbp.c src/bitstream/mbcoding.c
5718 :     src/bitstream/vlc_codes.h src/decoder.c src/divx4.c
5719 :     src/encoder.c src/encoder.h src/global.h src/image/image.c
5720 :     src/image/interpolate8x8.c src/motion/motion.h
5721 :     src/motion/motion_comp.c src/motion/motion_est.c
5722 :     src/motion/motion_est.h src/motion/sad.c
5723 :     src/plugins/plugin_dump.c src/plugins/plugin_psnr.c
5724 :     src/portab.h src/prediction/mbprediction.c
5725 :     src/utils/mbfunctions.h src/utils/mbtransquant.c src/xvid.c
5726 :     src/xvid.h vfw/src/2pass.c vfw/src/codec.c
5727 :    
5728 :    
5729 :     2003-03-16 00:21:32 GMT patch-10
5730 :    
5731 :     Summary:
5732 :     Added suxen plugin system (Synced with CVS)
5733 :     Revision:
5734 :     xvidcore--devapi4--1.0--patch-10
5735 :    
5736 :     Sync with the CVS and thus adds the plugin framework.
5737 :    
5738 :     new files:
5739 :     src/plugins/.arch-ids/=id
5740 :     src/plugins/.arch-ids/plugin_dump.c.id
5741 :     src/plugins/.arch-ids/plugin_psnr.c.id
5742 :     src/plugins/plugin_dump.c src/plugins/plugin_psnr.c
5743 :    
5744 :     modified files:
5745 :     build/win32/libxvidcore.dsp examples/Makefile
5746 :     examples/xvid_decraw.c examples/xvid_encraw.c
5747 :     src/bitstream/bitstream.c src/encoder.c src/encoder.h
5748 :     src/portab.h src/utils/mbtransquant.c src/xvid.h
5749 :    
5750 :     new directories:
5751 :     src/plugins/.arch-ids src/plugins
5752 :    
5753 :    
5754 :     2003-03-11 23:37:06 GMT patch-9
5755 :    
5756 :     Summary:
5757 :     Changed xvid_decraw option handling for -d/-m.
5758 :     Revision:
5759 :     xvidcore--devapi4--1.0--patch-9
5760 :    
5761 :     -d and -m options were boolean so option values were not needed.
5762 :    
5763 :     modified files:
5764 :     examples/xvid_decraw.c
5765 :    
5766 :    
5767 :     2003-03-11 23:30:16 GMT patch-8
5768 :    
5769 :     Summary:
5770 :     Fixed frame counting in xvid_encraw.
5771 :     Revision:
5772 :     xvidcore--devapi4--1.0--patch-8
5773 :    
5774 :     We were branching before incrementing the frame counter when core was
5775 :     buffering frames. This was resulting in wrong frame counting during
5776 :     the buffering phase.
5777 :    
5778 :     modified files:
5779 :     examples/xvid_encraw.c
5780 :    
5781 :    
5782 :     2003-03-11 23:07:01 GMT patch-7
5783 :    
5784 :     Summary:
5785 :     Ported xvid_decraw to new API.
5786 :     Revision:
5787 :     xvidcore--devapi4--1.0--patch-7
5788 :    
5789 :     xvid_decraw has been ported to new API. It basically works fine,
5790 :     however i'm not completly staisfied. If I do a step by step run then i
5791 :     can see that second frame is reported as a VOL decoding though the
5792 :     first IFrame has been consumed. This makes xvid_decraw does not report
5793 :     correctly frames' length.
5794 :    
5795 :     Except that, xvid_decraw works well enough to activate it in the
5796 :     makefile.
5797 :    
5798 :     modified files:
5799 :     examples/Makefile examples/xvid_decraw.c
5800 :    
5801 :    
5802 :     2003-03-11 20:19:44 GMT patch-6
5803 :    
5804 :     Summary:
5805 :     Fix an important API comment in main header.
5806 :     Revision:
5807 :     xvidcore--devapi4--1.0--patch-6
5808 :    
5809 :     This patch fixes a comment in xvid.h which was simply wrong and
5810 :     could lead to uneeded code.
5811 :    
5812 :     modified files:
5813 :     src/xvid.h
5814 :    
5815 :    
5816 :     2003-03-11 00:36:34 GMT patch-5
5817 :    
5818 :     Summary:
5819 :     PSNR is now an option. More consistent -m/-s option handling.
5820 :     Revision:
5821 :     xvidcore--devapi4--1.0--patch-5
5822 :    
5823 :     I turned PSNR stats into an option (-s). I fixed the handling of the
5824 :     -m option that required only a bool.
5825 :    
5826 :     I could say in french "ma stupidité dans toute sa grandeur".
5827 :    
5828 :     -m presence is enough to significate "save _m_peg stream", we don't
5829 :     need the boolean value.
5830 :    
5831 :     modified files:
5832 :     examples/xvid_encraw.c
5833 :    
5834 :    
5835 :     2003-03-10 00:36:15 GMT patch-4
5836 :    
5837 :     Summary:
5838 :     Adds extended stats support even for bframes in xvidcore.
5839 :     Revision:
5840 :     xvidcore--devapi4--1.0--patch-4
5841 :    
5842 :     This patch enables core extended stats support even for bframes. It
5843 :     modifies the way the MBTransQuantBVOP function does its work. It used
5844 :     to not dequant, idct the MB because bframes are never used as reference
5845 :     frames. However if we want to compute stats, then we must perform these
5846 :     inverse transformations.
5847 :    
5848 :     modified files:
5849 :     src/encoder.c src/utils/mbfunctions.h src/utils/mbtransquant.c
5850 :    
5851 :    
5852 :     2003-03-09 16:42:27 GMT patch-3
5853 :    
5854 :     Summary:
5855 :     Adds extended stats support.
5856 :     Revision:
5857 :     xvidcore--devapi4--1.0--patch-3
5858 :    
5859 :     This patch enables core extended stats support. It seems that xvidcore
5860 :     does not compute sse for BFrames, I have tried to adds this by an ugly
5861 :     hack but it did not work as expected, i suppose core does not
5862 :     decompress bframes as they are not used as reference frames (unlike P
5863 :     and I frames).
5864 :    
5865 :     If we succeed in enabling sse calculation in core for bframes, then
5866 :     xvid_stat will not be needed anymore. This will save lot of trouble
5867 :     with frame matching in PSNR computation when bframes are enabled.
5868 :    
5869 :     modified files:
5870 :     examples/xvid_encraw.c
5871 :    
5872 :    
5873 :     2003-03-09 00:23:52 GMT patch-2
5874 :    
5875 :     Summary:
5876 :     Updated xvid_encraw for new API.
5877 :     Revision:
5878 :     xvidcore--devapi4--1.0--patch-2
5879 :    
5880 :     This patch updates the xvid_encraw example to support the
5881 :     new API. As it's the first patch for API 4 support, I
5882 :     disabled all other examples.
5883 :    
5884 :     BUG: first frame type is Unknown, I suppose I'm missing
5885 :     a subtility of the new API.
5886 :    
5887 :     modified files:
5888 :     examples/Makefile examples/xvid_encraw.c src/encoder.c
5889 :    
5890 :    
5891 :     2003-03-06 22:08:43 GMT patch-1
5892 :    
5893 :     Summary:
5894 :     Synced with dev-api-4 XviD branch.
5895 :     Revision:
5896 :     xvidcore--devapi4--1.0--patch-1
5897 :    
5898 :     Synced with dev-api-4 XviD branch. My branching was done at a later
5899 :     point than CVS. This resulted in version skew, now this branch is
5900 :     synced with CVS.
5901 :    
5902 :     new files:
5903 :     vfw/.arch-ids/=id vfw/bin/.arch-ids/=id vfw/src/.arch-ids/=id
5904 :     vfw/.arch-ids/vfw.dsp.id vfw/bin/.arch-ids/xvid.inf.id
5905 :     vfw/src/.arch-ids/2pass.c.id vfw/src/.arch-ids/2pass.h.id
5906 :     vfw/src/.arch-ids/codec.c.id vfw/src/.arch-ids/codec.h.id
5907 :     vfw/src/.arch-ids/config.c.id vfw/src/.arch-ids/config.h.id
5908 :     vfw/src/.arch-ids/config.rc.id
5909 :     vfw/src/.arch-ids/driverproc.c.id
5910 :     vfw/src/.arch-ids/driverproc.def.id
5911 :     vfw/src/.arch-ids/resource.h.id rawdec/.arch-ids/rawdec.c.id
5912 :     rawdec/.arch-ids/rawdec.dsp.id rawdec/.arch-ids/=id
5913 :     dshow/.arch-ids/=id dshow/.arch-ids/authors.txt.id
5914 :     dshow/.arch-ids/dshow.dsp.id dshow/src/.arch-ids/=id
5915 :     dshow/src/.arch-ids/CAbout.cpp.id
5916 :     dshow/src/.arch-ids/CAbout.h.id
5917 :     dshow/src/.arch-ids/CXvidDecoder.cpp.id
5918 :     dshow/src/.arch-ids/CXvidDecoder.h.id
5919 :     dshow/src/.arch-ids/IXvidDecoder.h.id
5920 :     dshow/src/.arch-ids/resource.h.id
5921 :     dshow/src/.arch-ids/xvid.ax.def.id
5922 :     dshow/src/.arch-ids/xvid.ax.rc.id vfw/vfw.dsp vfw/bin/xvid.inf
5923 :     vfw/src/2pass.c vfw/src/2pass.h vfw/src/codec.c
5924 :     vfw/src/codec.h vfw/src/config.c vfw/src/config.h
5925 :     vfw/src/config.rc vfw/src/driverproc.c vfw/src/driverproc.def
5926 :     vfw/src/resource.h rawdec/rawdec.c rawdec/rawdec.dsp
5927 :     dshow/authors.txt dshow/dshow.dsp dshow/src/CAbout.cpp
5928 :     dshow/src/CAbout.h dshow/src/CXvidDecoder.cpp
5929 :     dshow/src/CXvidDecoder.h dshow/src/IXvidDecoder.h
5930 :     dshow/src/resource.h dshow/src/xvid.ax.def
5931 :     dshow/src/xvid.ax.rc
5932 :    
5933 :     modified files:
5934 :     build/generic/Makefile build/generic/bootstrap.sh
5935 :     build/generic/configure.in build/generic/platform.inc.in
5936 :     build/win32/libxvidcore.dsp examples/Makefile
5937 :     examples/xvid_bench.c examples/xvid_decraw.c
5938 :     examples/xvid_encraw.c examples/xvid_stat.c
5939 :     src/bitstream/bitstream.c src/bitstream/bitstream.h
5940 :     src/bitstream/mbcoding.c src/bitstream/vlc_codes.h
5941 :     src/decoder.c src/decoder.h src/encoder.c src/encoder.h
5942 :     src/global.h src/image/colorspace.c src/image/colorspace.h
5943 :     src/image/image.c src/image/image.h src/image/interpolate8x8.c
5944 :     src/motion/motion.h src/motion/motion_comp.c
5945 :     src/motion/motion_est.c src/motion/motion_est.h
5946 :     src/motion/smp_motion_est.c src/motion/smp_motion_est.h
5947 :     src/portab.h src/prediction/mbprediction.c
5948 :     src/utils/mbtransquant.c src/xvid.c src/xvid.h todo.txt
5949 :    
5950 :     new directories:
5951 :     dshow/.arch-ids dshow/src/.arch-ids rawdec/.arch-ids
5952 :     vfw/.arch-ids vfw/bin/.arch-ids vfw/src/.arch-ids vfw vfw/bin
5953 :     vfw/src rawdec dshow dshow/src
5954 :    
5955 :    
5956 :     2003-03-06 21:27:16 GMT base-0
5957 :    
5958 :     Summary:
5959 :     tag of ed.gomez@free.fr--main/xvidcore--stable--1.0--patch-6
5960 :     Revision:
5961 :     xvidcore--devapi4--1.0--base-0
5962 :    
5963 :     (automatically generated log message)
5964 :    
5965 :    
5966 :     new patches:
5967 :     ed.gomez@free.fr--main/xvidcore--stable--0.9--base-0
5968 :     ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-1
5969 :     ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-2
5970 :     ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-3
5971 :     ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-4
5972 :     ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-5
5973 :     ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-6
5974 :     ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-7
5975 :     ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-8
5976 :     ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-9
5977 :     ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-10
5978 :     ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-11
5979 :     ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-12
5980 :     ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-13
5981 :     ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-14
5982 :     ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-15
5983 :     ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-16
5984 :     ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-17
5985 :     ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-18
5986 :     ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-19
5987 :     ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-20
5988 :     ed.gomez@free.fr--main/xvidcore--stable--0.9--version-0
5989 :     ed.gomez@free.fr--main/xvidcore--stable--1.0--base-0
5990 :     ed.gomez@free.fr--main/xvidcore--stable--1.0--patch-1
5991 :     ed.gomez@free.fr--main/xvidcore--stable--1.0--patch-2
5992 :     ed.gomez@free.fr--main/xvidcore--stable--1.0--patch-3
5993 :     ed.gomez@free.fr--main/xvidcore--stable--1.0--patch-4
5994 :     ed.gomez@free.fr--main/xvidcore--stable--1.0--patch-5
5995 :     ed.gomez@free.fr--main/xvidcore--stable--1.0--patch-6
5996 :    
5997 :     2003-02-15 18:40:33 GMT patch-3
5998 :    
5999 :     Summary:
6000 :     Added latest Pete's chroma optimization code.
6001 :     Revision:
6002 :     xvidcore--stable--1.0--patch-3
6003 :    
6004 :     During merge, i forgot that small piece of code.
6005 :    
6006 :     modified files:
6007 :     src/encoder.c src/xvid.h
6008 :    
6009 :    
6010 :     2003-02-15 14:48:12 GMT patch-2
6011 :    
6012 :     Summary:
6013 :     Fixed compilation and moved back to plain GPL.
6014 :     Revision:
6015 :     xvidcore--stable--1.0--patch-2
6016 :    
6017 :     portab.h was missing the DPRINTF_RC flag.
6018 :     I merged the watcom C portab.h part.
6019 :    
6020 :     Back to plain GPL as it is in dev-api-3 branch.
6021 :    
6022 :     modified files:
6023 :     LICENSE src/portab.h
6024 :    
6025 :    
6026 :     2003-02-15 14:05:17 GMT patch-1
6027 :    
6028 :     Summary:
6029 :     Updated tree to dev-api-3 branch.
6030 :     Revision:
6031 :     xvidcore--stable--1.0--patch-1
6032 :    
6033 :     This patch consists basically of merging things with dev-api-3
6034 :     CVS branch.
6035 :    
6036 :     - All asm, C, h files have been copied from this CVS branch.
6037 :     - Fixed generic sources.inc to take care of changes.
6038 :     - Fixed architecture stuff in sources (ARCH_IS_...).
6039 :     - Updated examples.
6040 :     - Updated libxvidcore.dsp.
6041 :     - Fixed libxvidcore.dsp for ARCH_IS_... constants.
6042 :     - Changed .so and .a naming convention. It is now postfixed
6043 :     with the API version to avoid API incompatibilities with 2.1
6044 :     which had had a postfix.
6045 :     - Fixed configure version 0.9.1 <-> 1.0.0 cvs-snaphot
6046 :    
6047 :     This is the first attempt. I don't even know if it compiles well.
6048 :    
6049 :     new files:
6050 :     src/bitstream/x86_asm/.arch-ids/cbp_3dne.asm.id
6051 :     src/dct/.arch-ids/simple_idct.c.id
6052 :     src/dct/x86_asm/.arch-ids/fdct_xmm.asm.id
6053 :     src/dct/x86_asm/.arch-ids/idct_3dne.asm.id
6054 :     src/dct/x86_asm/.arch-ids/simple_idct_mmx.asm.id
6055 :     src/image/.arch-ids/font.c.id src/image/.arch-ids/font.h.id
6056 :     src/image/.arch-ids/reduced.c.id
6057 :     src/image/.arch-ids/reduced.h.id
6058 :     src/image/x86_asm/.arch-ids/colorspace_mmx.inc.id
6059 :     src/image/x86_asm/.arch-ids/colorspace_rgb_mmx.asm.id
6060 :     src/image/x86_asm/.arch-ids/colorspace_yuv_mmx.asm.id
6061 :     src/image/x86_asm/.arch-ids/colorspace_yuyv_mmx.asm.id
6062 :     src/image/x86_asm/.arch-ids/interpolate8x8_3dne.asm.id
6063 :     src/image/x86_asm/.arch-ids/reduced_mmx.asm.id
6064 :     src/motion/.arch-ids/motion_est.h.id
6065 :     src/motion/.arch-ids/smp_motion_est.c.id
6066 :     src/motion/.arch-ids/smp_motion_est.h.id
6067 :     src/motion/x86_asm/.arch-ids/sad_3dne.asm.id
6068 :     src/quant/x86_asm/.arch-ids/quantize4_xmm.asm.id
6069 :     src/quant/x86_asm/.arch-ids/quantize_3dne.asm.id
6070 :     src/utils/x86_asm/.arch-ids/interlacing_mmx.asm.id
6071 :     src/utils/x86_asm/.arch-ids/mem_transfer_3dne.asm.id
6072 :     src/bitstream/x86_asm/cbp_3dne.asm src/dct/simple_idct.c
6073 :     src/dct/x86_asm/fdct_xmm.asm src/dct/x86_asm/idct_3dne.asm
6074 :     src/dct/x86_asm/simple_idct_mmx.asm src/image/font.c
6075 :     src/image/font.h src/image/reduced.c src/image/reduced.h
6076 :     src/image/x86_asm/colorspace_mmx.inc
6077 :     src/image/x86_asm/colorspace_rgb_mmx.asm
6078 :     src/image/x86_asm/colorspace_yuv_mmx.asm
6079 :     src/image/x86_asm/colorspace_yuyv_mmx.asm
6080 :     src/image/x86_asm/interpolate8x8_3dne.asm
6081 :     src/image/x86_asm/reduced_mmx.asm src/motion/motion_est.h
6082 :     src/motion/smp_motion_est.c src/motion/smp_motion_est.h
6083 :     src/motion/x86_asm/sad_3dne.asm
6084 :     src/quant/x86_asm/quantize4_xmm.asm
6085 :     src/quant/x86_asm/quantize_3dne.asm
6086 :     src/utils/x86_asm/interlacing_mmx.asm
6087 :     src/utils/x86_asm/mem_transfer_3dne.asm
6088 :    
6089 :     modified files:
6090 :     build/generic/Makefile build/generic/configure.in
6091 :     build/generic/sources.inc build/win32/libxvidcore.dsp
6092 :     examples/odivx_enc_dec.c examples/xvid_bench.c
6093 :     examples/xvid_decraw.c examples/xvid_encraw.c
6094 :     examples/xvid_stat.c src/bitstream/bitstream.c
6095 :     src/bitstream/bitstream.h src/bitstream/cbp.c
6096 :     src/bitstream/cbp.h src/bitstream/mbcoding.c
6097 :     src/bitstream/mbcoding.h src/bitstream/ppc_asm/cbp_altivec.s
6098 :     src/bitstream/ppc_asm/cbp_ppc.s src/bitstream/vlc_codes.h
6099 :     src/bitstream/x86_asm/cbp_mmx.asm
6100 :     src/bitstream/x86_asm/cbp_sse2.asm src/bitstream/zigzag.h
6101 :     src/dct/fdct.c src/dct/fdct.h src/dct/ia64_asm/fdct_ia64.s
6102 :     src/dct/idct.c src/dct/idct.h src/dct/ppc_asm/fdct_altivec.s
6103 :     src/dct/ppc_asm/idct_altivec.s src/dct/x86_asm/fdct_mmx.asm
6104 :     src/dct/x86_asm/idct_mmx.asm src/decoder.c src/decoder.h
6105 :     src/divx4.c src/divx4.h src/encoder.c src/encoder.h
6106 :     src/global.h src/image/colorspace.c src/image/colorspace.h
6107 :     src/image/image.c src/image/image.h src/image/interpolate8x8.c
6108 :     src/image/interpolate8x8.h
6109 :     src/image/x86_asm/interpolate8x8_3dn.asm
6110 :     src/image/x86_asm/interpolate8x8_mmx.asm
6111 :     src/image/x86_asm/interpolate8x8_xmm.asm
6112 :     src/image/x86_asm/rgb_to_yv12_mmx.asm
6113 :     src/image/x86_asm/yuv_to_yv12_mmx.asm
6114 :     src/image/x86_asm/yuyv_to_yv12_mmx.asm
6115 :     src/image/x86_asm/yv12_to_rgb24_mmx.asm
6116 :     src/image/x86_asm/yv12_to_rgb32_mmx.asm
6117 :     src/image/x86_asm/yv12_to_yuyv_mmx.asm
6118 :     src/motion/ia64_asm/sad_ia64.s src/motion/motion.h
6119 :     src/motion/motion_comp.c src/motion/motion_est.c
6120 :     src/motion/ppc_asm/sad_altivec.c src/motion/sad.c
6121 :     src/motion/sad.h src/motion/x86_asm/sad_3dn.asm
6122 :     src/motion/x86_asm/sad_mmx.asm src/motion/x86_asm/sad_sse2.asm
6123 :     src/motion/x86_asm/sad_xmm.asm src/portab.h
6124 :     src/prediction/mbprediction.c src/prediction/mbprediction.h
6125 :     src/quant/adapt_quant.c src/quant/adapt_quant.h
6126 :     src/quant/quant_h263.c src/quant/quant_h263.h
6127 :     src/quant/quant_matrix.c src/quant/quant_matrix.h
6128 :     src/quant/quant_mpeg4.c src/quant/quant_mpeg4.h
6129 :     src/quant/x86_asm/quantize4_mmx.asm
6130 :     src/quant/x86_asm/quantize_mmx.asm src/utils/emms.c
6131 :     src/utils/emms.h src/utils/ia64_asm/mem_transfer_ia64.s
6132 :     src/utils/mbfunctions.h src/utils/mbtransquant.c
6133 :     src/utils/mem_align.c src/utils/mem_align.h
6134 :     src/utils/mem_transfer.c src/utils/mem_transfer.h
6135 :     src/utils/ratecontrol.c src/utils/ratecontrol.h
6136 :     src/utils/timer.c src/utils/timer.h
6137 :     src/utils/x86_asm/cpuid.asm
6138 :     src/utils/x86_asm/mem_transfer_mmx.asm src/xvid.c src/xvid.h
6139 :    
6140 :    
6141 :     2003-02-14 23:01:44 GMT base-0
6142 :    
6143 :     Summary:
6144 :     Upcoming 1.0 version continuation
6145 :     Revision:
6146 :     xvidcore--stable--1.0--base-0
6147 :    
6148 :     Continuation of the xvidcore--stable--0.9 version.
6149 :    
6150 :     new directories:
6151 :     {arch}/xvidcore/xvidcore--stable/xvidcore--stable--1.0
6152 :     {arch}/xvidcore/xvidcore--stable/xvidcore--stable--1.0/ed.gomez@free.fr--main
6153 :     {arch}/xvidcore/xvidcore--stable/xvidcore--stable--1.0/ed.gomez@free.fr--main/patch-log
6154 :    
6155 :    
6156 :     2003-02-11 21:03:19 GMT patch-20
6157 :    
6158 :     Summary:
6159 :     Removed BFrame outdated bframe/qpel decoding.
6160 :     Revision:
6161 :     xvidcore--stable--0.9--patch-20
6162 :    
6163 :     Michael noticed there were still pieces of bframe and qpel decoding.
6164 :     He proposed to remove it or upgrade it... Feeling too lazy to merge
6165 :     all differences (the too much divergent) file from dev-api-3.
6166 :    
6167 :     modified files:
6168 :     changelog.txt src/decoder.c src/image/interpolate8x8.c
6169 :     src/image/interpolate8x8.h
6170 :    
6171 :    
6172 :     2003-02-11 18:40:48 GMT patch-19
6173 :    
6174 :     Summary:
6175 :     Fixed libxvidcore.def, revamped Makefile output, fixed ia64 build, added ranlib detection.
6176 :     Revision:
6177 :     xvidcore--stable--0.9--patch-19
6178 :    
6179 :     Ok this patch does lot of things.
6180 :    
6181 :     First, it fixes libxvidcore.def for win32 targets. This file is now
6182 :     generated at configure time. This way we make sure no symobols are
6183 :     exported without being compiled in.
6184 :    
6185 :     Second, I revamped Makefile so its output is more eye candy.
6186 :    
6187 :     Third change, I removed the ia64 dct file from SRC_IA64 variable,
6188 :     this was interfering with the DCT_IA64_SOURCES variable.
6189 :    
6190 :     Fourth change, ranlib is detected at configure time and used in the
6191 :     Makeile through the RANLIB variable.
6192 :    
6193 :     modified files:
6194 :     build/generic/Makefile build/generic/configure.in
6195 :     build/generic/libxvidcore.def.in build/generic/platform.inc.in
6196 :     build/generic/sources.inc
6197 :    
6198 :     renamed files:
6199 :     build/generic/.arch-ids/libxvidcore.def.id
6200 :     ==> build/generic/.arch-ids/libxvidcore.def.in.id
6201 :     build/generic/libxvidcore.def
6202 :     ==> build/generic/libxvidcore.def.in
6203 :    
6204 :    
6205 :    
6206 :     2003-02-10 23:31:01 GMT patch-18
6207 :    
6208 :     Summary:
6209 :     Fixed xvid_encraw help message.
6210 :     Revision:
6211 :     xvidcore--stable--0.9--patch-18
6212 :    
6213 :     Fixed xvid_encraw help message.
6214 :    
6215 :     modified files:
6216 :     examples/xvid_encraw.c
6217 :    
6218 :    
6219 :     2003-02-10 23:06:32 GMT patch-17
6220 :    
6221 :     Summary:
6222 :     Added IA64 DCT source choice according to the compiler basename.
6223 :     Revision:
6224 :     xvidcore--stable--0.9--patch-17
6225 :    
6226 :     The IA64 dct file must be choosen according to the compiler.
6227 :     I chose to look for a basename based on the *ecc* regexp, all
6228 :     other compiler will be treated as being the GNU C compiler.
6229 :    
6230 :     Hope this is enough.
6231 :    
6232 :     modified files:
6233 :     build/generic/Makefile build/generic/configure.in
6234 :     build/generic/platform.inc.in
6235 :    
6236 :    
6237 :     2003-02-10 13:49:25 GMT patch-16
6238 :    
6239 :     Summary:
6240 :     Changed linking option on PPC platforms (-flat_namespace)
6241 :     Revision:
6242 :     xvidcore--stable--0.9--patch-16
6243 :    
6244 :     Guillaume sent me this fix for PPC platforms.
6245 :    
6246 :     modified files:
6247 :     build/generic/configure.in
6248 :    
6249 :    
6250 :     2003-02-09 23:15:18 GMT patch-15
6251 :    
6252 :     Summary:
6253 :     Added the configure bootstrap script.
6254 :     Revision:
6255 :     xvidcore--stable--0.9--patch-15
6256 :    
6257 :     Added the configure bootstrap script.
6258 :    
6259 :     new files:
6260 :     build/generic/.arch-ids/bootstrap.sh.id
6261 :     build/generic/bootstrap.sh
6262 :    
6263 :    
6264 :     2003-02-09 23:06:51 GMT patch-14
6265 :    
6266 :     Summary:
6267 :     The PPC port is now disabled because it is outdated.
6268 :     Revision:
6269 :     xvidcore--stable--0.9--patch-14
6270 :    
6271 :     The PPC port is now disabled because it is outdated.
6272 :    
6273 :     modified files:
6274 :     build/generic/configure.in
6275 :    
6276 :    
6277 :     2003-02-09 23:01:30 GMT patch-13
6278 :    
6279 :     Summary:
6280 :     More "unknown compiler" friendly portab.h file.
6281 :     Revision:
6282 :     xvidcore--stable--0.9--patch-13
6283 :    
6284 :     Cristoph pointed out that portab.h was a problem when used with
6285 :     unknown compilers. This patch tries to fix that.
6286 :    
6287 :     modified files:
6288 :     src/portab.h
6289 :    
6290 :    
6291 :     2003-02-09 00:49:32 GMT patch-12
6292 :    
6293 :     Summary:
6294 :     DivX4 compatibility layer has been turned into an option (default:disable).
6295 :     Revision:
6296 :     xvidcore--stable--0.9--patch-12
6297 :    
6298 :     The divx4 compatibility API has been turned into an option. This
6299 :     has been a long wanted thing by mplayer's guys, so here it is.
6300 :     As we say in french "mieux vaut tard que jamais".
6301 :    
6302 :     modified files:
6303 :     build/generic/Makefile build/generic/configure.in
6304 :     build/generic/platform.inc.in build/generic/sources.inc
6305 :    
6306 :    
6307 :     2003-02-08 23:29:55 GMT patch-11
6308 :    
6309 :     Summary:
6310 :     Fixed WIN32/_MSC_VER confusion and updated MSVC libxvidcore.dsp project file.
6311 :     Revision:
6312 :     xvidcore--stable--0.9--patch-11
6313 :    
6314 :     This patch set fixes all WIN32/_MSC_VER conditional compilation
6315 :     in examples and in the Illegal Instruction detection for SSE2
6316 :     support in xvid.c.
6317 :    
6318 :     libxvidcore.dsp file as been updated with the right defines for
6319 :     x86 support (ARCH_IS_IA32, ARCH_IS_32BIT, ARCH_IS_LITTLE_ENDIAN)
6320 :    
6321 :     Hope Win32 is now completely ready.
6322 :    
6323 :     modified files:
6324 :     build/win32/libxvidcore.dsp examples/xvid_bench.c
6325 :     examples/xvid_decraw.c examples/xvid_encraw.c
6326 :     examples/xvid_stat.c src/xvid.c
6327 :    
6328 :    
6329 :     2003-02-08 14:55:19 GMT patch-10
6330 :    
6331 :     Summary:
6332 :     Fixed MacOSX build.
6333 :     Revision:
6334 :     xvidcore--stable--0.9--patch-10
6335 :    
6336 :     Two fixes for MacOSX. It adds a missing option to gcc to allow the
6337 :     linking stage on this platform (-fno-common). It fixes Altivec test
6338 :     which was outputting result on the console.
6339 :    
6340 :     modified files:
6341 :     build/generic/configure.in
6342 :    
6343 :    
6344 :     2003-02-08 12:49:17 GMT patch-9
6345 :    
6346 :     Summary:
6347 :     Added Altivec detection (Guillaume Morin)
6348 :     Revision:
6349 :     xvidcore--stable--0.9--patch-9
6350 :    
6351 :     Added Altivec detection test in configure.in.
6352 :    
6353 :     modified files:
6354 :     build/generic/configure.in
6355 :    
6356 :    
6357 :     2003-02-08 12:25:46 GMT patch-8
6358 :    
6359 :     Summary:
6360 :     Fixed portab.h for _DEBUG target and GCC/ICC compilers.
6361 :     Revision:
6362 :     xvidcore--stable--0.9--patch-8
6363 :    
6364 :     During the Unix build system change, i had to turn the DRPINTF macro
6365 :     into a real function because teh MacOSX compilers do not support the
6366 :     variadic macros as defined in ISO C99 standard. During this change,
6367 :     i forgot to adapt the macro code and the #include <stdarg.h> needed
6368 :     for variadic functions.
6369 :    
6370 :     modified files:
6371 :     src/portab.h
6372 :    
6373 :    
6374 :     2003-02-08 11:45:00 GMT patch-7
6375 :    
6376 :     Summary:
6377 :     Changed the way I add strings into variables.
6378 :     Revision:
6379 :     xvidcore--stable--0.9--patch-7
6380 :    
6381 :     I changed the way I add strings to variables (CFLAGS and so on). Now i use
6382 :     var="$var string2" instead of var=$var" string2".
6383 :    
6384 :     Fixed a typo reported by Pete for the cygwin part.
6385 :    
6386 :     modified files:
6387 :     build/generic/configure.in
6388 :    
6389 :    
6390 :     2003-02-07 23:16:57 GMT patch-6
6391 :    
6392 :     Summary:
6393 :     Fixed the "ar" "s" option for some platforms.
6394 :     Revision:
6395 :     xvidcore--stable--0.9--patch-6
6396 :    
6397 :     The "s" option of the "ar" program is not standard accross all
6398 :     platforms. I had at least problems on OpenBSD and an old Solaris
6399 :     version.
6400 :    
6401 :     modified files:
6402 :     build/generic/Makefile
6403 :    
6404 :    
6405 :     2003-02-07 22:19:37 GMT patch-5
6406 :    
6407 :     Summary:
6408 :     Fixed a BSD checking in ansm output format.
6409 :     Revision:
6410 :     xvidcore--stable--0.9--patch-5
6411 :    
6412 :     Fixed a BSD checking in ansm output format.
6413 :    
6414 :     modified files:
6415 :     build/generic/configure.in
6416 :    
6417 :    
6418 :     2003-02-07 21:18:14 GMT patch-4
6419 :    
6420 :     Summary:
6421 :     Fixed options and added the --disable-assembly option
6422 :     Revision:
6423 :     xvidcore--stable--0.9--patch-4
6424 :    
6425 :     Options have been fixed because they were not taking care of the
6426 :     enable_feature variable.
6427 :    
6428 :     The --disable-assembly options has been added. This is a good way
6429 :     to compile XviD on nearly all platforms without having to deal with
6430 :     the assembly code -- useful on PPC platform at the moment where gcc
6431 :     seems to use a different kind of assembly syntax.
6432 :    
6433 :     modified files:
6434 :     build/generic/configure.in
6435 :    
6436 :    
6437 :     2003-02-06 21:49:16 GMT patch-3
6438 :    
6439 :     Summary:
6440 :     Fixes for the new build system in sources.
6441 :     Revision:
6442 :     xvidcore--stable--0.9--patch-3
6443 :    
6444 :     This patch fixes source files according to the new defines used
6445 :     by the reworked build system.
6446 :    
6447 :     modified files:
6448 :     src/bitstream/bitstream.h src/divx4.h src/portab.h
6449 :     src/utils/emms.h src/xvid.c
6450 :    
6451 :    
6452 :     2003-02-06 21:22:55 GMT patch-2
6453 :    
6454 :     Summary:
6455 :     Changed build system for Unix OSes
6456 :     Revision:
6457 :     xvidcore--stable--0.9--patch-2
6458 :    
6459 :     Changed the build system for Unix systems. It is now built upon
6460 :     an autoconf script that automatically configures the sources.
6461 :    
6462 :     The Makefile is portable accross various platforms and "make"
6463 :     programs. It is at least working on these platforms for now:
6464 :     - Debian GNU/Linux - StrongARM - Alphave67 (alpha 64bit) - ia32
6465 :     UltraSparcIII
6466 :     - Solaris - UltraSparcI - Sparc 32bit on old sun stations ( i don't
6467 :     remember the exact name)
6468 :     - FreeBSD 4.7 - ia32
6469 :     - RedHat 7.3 - ia32
6470 :     - Gentoo 1.4 - ia32
6471 :     - the Irix box according to christoph tests
6472 :     - ia64 - Unknown OS?
6473 :    
6474 :     The unix unified makefile supports:
6475 :     - gmake
6476 :     - pmake
6477 :    
6478 :     ToDo things to finish this new build system:
6479 :     - Manage the ecc/gcc source choice for ia64
6480 :     - Someone to test the makefile on Cygwin and/or mingw+minsys
6481 :     - Update MSVC projects (replace 2 or 3 defines)
6482 :     - See why MacOSX is complaining about duplicated symbols, it seems the
6483 :     mach ABI does not alow namespace collisions even between C modules.
6484 :     And add altivec detection in configure.in
6485 :    
6486 :     new files:
6487 :     build/generic/.arch-ids/configure.in.id
6488 :     build/generic/.arch-ids/Makefile.id
6489 :     build/generic/.arch-ids/platform.inc.in.id
6490 :     build/generic/.arch-ids/sources.inc.id
6491 :     build/generic/configure.in build/generic/Makefile
6492 :     build/generic/platform.inc.in build/generic/sources.inc
6493 :    
6494 :     removed files:
6495 :     build/generic/.arch-ids/Makefile.beos.id
6496 :     build/generic/.arch-ids/Makefile.cygwin.id
6497 :     build/generic/.arch-ids/Makefile.dj.id
6498 :     build/generic/.arch-ids/Makefile.freebsd.id
6499 :     build/generic/.arch-ids/Makefile.generic.id
6500 :     build/generic/.arch-ids/Makefile.ia64.id
6501 :     build/generic/.arch-ids/Makefile.inc.id
6502 :     build/generic/.arch-ids/Makefile.irix64.id
6503 :     build/generic/.arch-ids/Makefile.linuxppc.id
6504 :     build/generic/.arch-ids/Makefile.linuxppc_altivec.id
6505 :     build/generic/.arch-ids/Makefile.linuxx86.id
6506 :     build/generic/.arch-ids/Makefile.sparc.id
6507 :     build/generic/Makefile.beos build/generic/Makefile.cygwin
6508 :     build/generic/Makefile.dj build/generic/Makefile.freebsd
6509 :     build/generic/Makefile.generic build/generic/Makefile.ia64
6510 :     build/generic/Makefile.inc build/generic/Makefile.irix64
6511 :     build/generic/Makefile.linuxppc
6512 :     build/generic/Makefile.linuxppc_altivec
6513 :     build/generic/Makefile.linuxx86 build/generic/Makefile.sparc
6514 :    
6515 :    
6516 :     2003-02-06 21:11:17 GMT patch-1
6517 :    
6518 :     Summary:
6519 :     Updated to current stable CVS_HEAD
6520 :     Revision:
6521 :     xvidcore--stable--0.9--patch-1
6522 :    
6523 :     Updated files to current stable CVS_HEAD versions.
6524 :    
6525 :     new files:
6526 :     build/win32/.arch-ids/odivx_enc_dec.dsp.id
6527 :     build/win32/.arch-ids/xvidcore.dsw.id
6528 :     build/win32/.arch-ids/xvid_bench.dsp.id
6529 :     build/win32/odivx_enc_dec.dsp build/win32/xvidcore.dsw
6530 :     build/win32/xvid_bench.dsp
6531 :    
6532 :     modified files:
6533 :     authors.txt build/generic/Makefile.beos
6534 :     build/generic/Makefile.generic build/generic/Makefile.linuxx86
6535 :     doc/Makefile examples/Makefile examples/odivx_enc_dec.c
6536 :     examples/xvid_bench.c examples/xvid_encraw.c
6537 :     examples/xvid_stat.c src/bitstream/bitstream.c
6538 :     src/bitstream/bitstream.h src/bitstream/cbp.c
6539 :     src/bitstream/mbcoding.c src/bitstream/vlc_codes.h
6540 :     src/bitstream/zigzag.h src/dct/fdct.c src/dct/idct.c
6541 :     src/dct/idct.h src/decoder.c src/decoder.h src/divx4.h
6542 :     src/encoder.c src/encoder.h src/global.h
6543 :     src/image/colorspace.c src/image/image.c
6544 :     src/image/interpolate8x8.c src/image/interpolate8x8.h
6545 :     src/motion/motion.h src/motion/motion_comp.c
6546 :     src/motion/motion_est.c src/motion/sad.c src/portab.h
6547 :     src/prediction/mbprediction.c src/prediction/mbprediction.h
6548 :     src/quant/adapt_quant.c src/quant/adapt_quant.h
6549 :     src/quant/quant_h263.c src/quant/quant_mpeg4.c
6550 :     src/utils/emms.h src/utils/mbfunctions.h
6551 :     src/utils/mbtransquant.c src/utils/mem_align.c
6552 :     src/utils/mem_transfer.c src/utils/timer.c src/utils/timer.h
6553 :     src/xvid.h todo.txt
6554 :    
6555 :    
6556 :     2003-02-06 20:59:19 GMT base-0
6557 :    
6558 :     Summary:
6559 :     Imported xvidcore 0.9.0 into arch repository
6560 :     Revision:
6561 :     xvidcore--stable--0.9--base-0
6562 :    
6563 :     Imported xvidcore 0.9.0 into arch repository. I hope I forgot nothing.
6564 :    
6565 :     new files:
6566 :     ./.arch-ids/CodingStyle.id ./.arch-ids/LICENSE.id
6567 :     ./.arch-ids/README.txt.id ./.arch-ids/authors.txt.id
6568 :     ./.arch-ids/changelog.txt.id ./.arch-ids/todo.txt.id
6569 :     ./CodingStyle ./LICENSE ./README.txt ./authors.txt
6570 :     ./build/.arch-ids/=id ./build/generic/.arch-ids/=id
6571 :     ./build/generic/.arch-ids/Makefile.beos.id
6572 :     ./build/generic/.arch-ids/Makefile.cygwin.id
6573 :     ./build/generic/.arch-ids/Makefile.dj.id
6574 :     ./build/generic/.arch-ids/Makefile.freebsd.id
6575 :     ./build/generic/.arch-ids/Makefile.generic.id
6576 :     ./build/generic/.arch-ids/Makefile.ia64.id
6577 :     ./build/generic/.arch-ids/Makefile.inc.id
6578 :     ./build/generic/.arch-ids/Makefile.irix64.id
6579 :     ./build/generic/.arch-ids/Makefile.linuxppc.id
6580 :     ./build/generic/.arch-ids/Makefile.linuxppc_altivec.id
6581 :     ./build/generic/.arch-ids/Makefile.linuxx86.id
6582 :     ./build/generic/.arch-ids/Makefile.sparc.id
6583 :     ./build/generic/.arch-ids/libxvidcore.def.id
6584 :     ./build/generic/Makefile.beos ./build/generic/Makefile.cygwin
6585 :     ./build/generic/Makefile.dj ./build/generic/Makefile.freebsd
6586 :     ./build/generic/Makefile.generic ./build/generic/Makefile.ia64
6587 :     ./build/generic/Makefile.inc ./build/generic/Makefile.irix64
6588 :     ./build/generic/Makefile.linuxppc
6589 :     ./build/generic/Makefile.linuxppc_altivec
6590 :     ./build/generic/Makefile.linuxx86
6591 :     ./build/generic/Makefile.sparc ./build/generic/libxvidcore.def
6592 :     ./build/win32/.arch-ids/=id
6593 :     ./build/win32/.arch-ids/libxvidcore.dsp.id
6594 :     ./build/win32/.arch-ids/xvid_decraw.dsp.id
6595 :     ./build/win32/.arch-ids/xvid_encraw.dsp.id
6596 :     ./build/win32/.arch-ids/xvid_stat.dsp.id
6597 :     ./build/win32/libxvidcore.dsp ./build/win32/xvid_decraw.dsp
6598 :     ./build/win32/xvid_encraw.dsp ./build/win32/xvid_stat.dsp
6599 :     ./changelog.txt ./doc/.arch-ids/=id ./doc/.arch-ids/API.dox.id
6600 :     ./doc/.arch-ids/Makefile.id ./doc/.arch-ids/README.id
6601 :     ./doc/.arch-ids/foot.inc.in.id
6602 :     ./doc/.arch-ids/header.tex.in.id
6603 :     ./doc/.arch-ids/xvid-decoding.txt.id
6604 :     ./doc/.arch-ids/xvid-encoder.txt.id ./doc/API.dox
6605 :     ./doc/Makefile ./doc/README ./doc/foot.inc.in
6606 :     ./doc/header.tex.in ./doc/xvid-decoding.txt
6607 :     ./doc/xvid-encoder.txt ./examples/.arch-ids/=id
6608 :     ./examples/.arch-ids/Makefile.id
6609 :     ./examples/.arch-ids/README.id
6610 :     ./examples/.arch-ids/cactus.pgm.bz2.id
6611 :     ./examples/.arch-ids/odivx_enc_dec.c.id
6612 :     ./examples/.arch-ids/xvid_bench.c.id
6613 :     ./examples/.arch-ids/xvid_decraw.c.id
6614 :     ./examples/.arch-ids/xvid_encraw.c.id
6615 :     ./examples/.arch-ids/xvid_stat.c.id ./examples/Makefile
6616 :     ./examples/README ./examples/cactus.pgm.bz2
6617 :     ./examples/odivx_enc_dec.c ./examples/xvid_bench.c
6618 :     ./examples/xvid_decraw.c ./examples/xvid_encraw.c
6619 :     ./examples/xvid_stat.c ./src/.arch-ids/=id
6620 :     ./src/.arch-ids/decoder.c.id ./src/.arch-ids/decoder.h.id
6621 :     ./src/.arch-ids/divx4.c.id ./src/.arch-ids/divx4.h.id
6622 :     ./src/.arch-ids/encoder.c.id ./src/.arch-ids/encoder.h.id
6623 :     ./src/.arch-ids/global.h.id ./src/.arch-ids/portab.h.id
6624 :     ./src/.arch-ids/xvid.c.id ./src/.arch-ids/xvid.h.id
6625 :     ./src/bitstream/.arch-ids/=id
6626 :     ./src/bitstream/.arch-ids/bitstream.c.id
6627 :     ./src/bitstream/.arch-ids/bitstream.h.id
6628 :     ./src/bitstream/.arch-ids/cbp.c.id
6629 :     ./src/bitstream/.arch-ids/cbp.h.id
6630 :     ./src/bitstream/.arch-ids/mbcoding.c.id
6631 :     ./src/bitstream/.arch-ids/mbcoding.h.id
6632 :     ./src/bitstream/.arch-ids/vlc_codes.h.id
6633 :     ./src/bitstream/.arch-ids/zigzag.h.id
6634 :     ./src/bitstream/bitstream.c ./src/bitstream/bitstream.h
6635 :     ./src/bitstream/cbp.c ./src/bitstream/cbp.h
6636 :     ./src/bitstream/mbcoding.c ./src/bitstream/mbcoding.h
6637 :     ./src/bitstream/ppc_asm/.arch-ids/=id
6638 :     ./src/bitstream/ppc_asm/.arch-ids/cbp_altivec.s.id
6639 :     ./src/bitstream/ppc_asm/.arch-ids/cbp_ppc.s.id
6640 :     ./src/bitstream/ppc_asm/cbp_altivec.s
6641 :     ./src/bitstream/ppc_asm/cbp_ppc.s ./src/bitstream/vlc_codes.h
6642 :     ./src/bitstream/x86_asm/.arch-ids/=id
6643 :     ./src/bitstream/x86_asm/.arch-ids/cbp_mmx.asm.id
6644 :     ./src/bitstream/x86_asm/.arch-ids/cbp_sse2.asm.id
6645 :     ./src/bitstream/x86_asm/cbp_mmx.asm
6646 :     ./src/bitstream/x86_asm/cbp_sse2.asm ./src/bitstream/zigzag.h
6647 :     ./src/dct/.arch-ids/=id ./src/dct/.arch-ids/README.IJG.id
6648 :     ./src/dct/.arch-ids/fdct.c.id ./src/dct/.arch-ids/fdct.h.id
6649 :     ./src/dct/.arch-ids/idct.c.id ./src/dct/.arch-ids/idct.h.id
6650 :     ./src/dct/README.IJG ./src/dct/fdct.c ./src/dct/fdct.h
6651 :     ./src/dct/ia64_asm/.arch-ids/=id
6652 :     ./src/dct/ia64_asm/.arch-ids/fdct_ia64.s.id
6653 :     ./src/dct/ia64_asm/.arch-ids/genidct.py.id
6654 :     ./src/dct/ia64_asm/.arch-ids/idct_fini.s.id
6655 :     ./src/dct/ia64_asm/.arch-ids/idct_ia64_ecc.s.id
6656 :     ./src/dct/ia64_asm/.arch-ids/idct_ia64_gcc.s.id
6657 :     ./src/dct/ia64_asm/.arch-ids/idct_init.s.id
6658 :     ./src/dct/ia64_asm/fdct_ia64.s ./src/dct/ia64_asm/genidct.py
6659 :     ./src/dct/ia64_asm/idct_fini.s
6660 :     ./src/dct/ia64_asm/idct_ia64_ecc.s
6661 :     ./src/dct/ia64_asm/idct_ia64_gcc.s
6662 :     ./src/dct/ia64_asm/idct_init.s ./src/dct/idct.c
6663 :     ./src/dct/idct.h ./src/dct/ppc_asm/.arch-ids/=id
6664 :     ./src/dct/ppc_asm/.arch-ids/fdct_altivec.s.id
6665 :     ./src/dct/ppc_asm/.arch-ids/idct_altivec.s.id
6666 :     ./src/dct/ppc_asm/fdct_altivec.s
6667 :     ./src/dct/ppc_asm/idct_altivec.s
6668 :     ./src/dct/x86_asm/.arch-ids/=id
6669 :     ./src/dct/x86_asm/.arch-ids/fdct_mmx.asm.id
6670 :     ./src/dct/x86_asm/.arch-ids/idct_mmx.asm.id
6671 :     ./src/dct/x86_asm/fdct_mmx.asm ./src/dct/x86_asm/idct_mmx.asm
6672 :     ./src/decoder.c ./src/decoder.h ./src/divx4.c ./src/divx4.h
6673 :     ./src/encoder.c ./src/encoder.h ./src/global.h
6674 :     ./src/image/.arch-ids/=id
6675 :     ./src/image/.arch-ids/colorspace.c.id
6676 :     ./src/image/.arch-ids/colorspace.h.id
6677 :     ./src/image/.arch-ids/image.c.id
6678 :     ./src/image/.arch-ids/image.h.id
6679 :     ./src/image/.arch-ids/interpolate8x8.c.id
6680 :     ./src/image/.arch-ids/interpolate8x8.h.id
6681 :     ./src/image/colorspace.c ./src/image/colorspace.h
6682 :     ./src/image/ia64_asm/.arch-ids/=id
6683 :     ./src/image/ia64_asm/.arch-ids/README.id
6684 :     ./src/image/ia64_asm/.arch-ids/interpolate8x8_ia64.s.id
6685 :     ./src/image/ia64_asm/.arch-ids/interpolate8x8_ia64_exact.s.id
6686 :     ./src/image/ia64_asm/README
6687 :     ./src/image/ia64_asm/interpolate8x8_ia64.s
6688 :     ./src/image/ia64_asm/interpolate8x8_ia64_exact.s
6689 :     ./src/image/image.c ./src/image/image.h
6690 :     ./src/image/interpolate8x8.c ./src/image/interpolate8x8.h
6691 :     ./src/image/x86_asm/.arch-ids/=id
6692 :     ./src/image/x86_asm/.arch-ids/interpolate8x8_3dn.asm.id
6693 :     ./src/image/x86_asm/.arch-ids/interpolate8x8_mmx.asm.id
6694 :     ./src/image/x86_asm/.arch-ids/interpolate8x8_xmm.asm.id
6695 :     ./src/image/x86_asm/.arch-ids/rgb_to_yv12_mmx.asm.id
6696 :     ./src/image/x86_asm/.arch-ids/yuv_to_yv12_mmx.asm.id
6697 :     ./src/image/x86_asm/.arch-ids/yuyv_to_yv12_mmx.asm.id
6698 :     ./src/image/x86_asm/.arch-ids/yv12_to_rgb24_mmx.asm.id
6699 :     ./src/image/x86_asm/.arch-ids/yv12_to_rgb32_mmx.asm.id
6700 :     ./src/image/x86_asm/.arch-ids/yv12_to_yuyv_mmx.asm.id
6701 :     ./src/image/x86_asm/interpolate8x8_3dn.asm
6702 :     ./src/image/x86_asm/interpolate8x8_mmx.asm
6703 :     ./src/image/x86_asm/interpolate8x8_xmm.asm
6704 :     ./src/image/x86_asm/rgb_to_yv12_mmx.asm
6705 :     ./src/image/x86_asm/yuv_to_yv12_mmx.asm
6706 :     ./src/image/x86_asm/yuyv_to_yv12_mmx.asm
6707 :     ./src/image/x86_asm/yv12_to_rgb24_mmx.asm
6708 :     ./src/image/x86_asm/yv12_to_rgb32_mmx.asm
6709 :     ./src/image/x86_asm/yv12_to_yuyv_mmx.asm
6710 :     ./src/motion/.arch-ids/=id ./src/motion/.arch-ids/motion.h.id
6711 :     ./src/motion/.arch-ids/motion_comp.c.id
6712 :     ./src/motion/.arch-ids/motion_est.c.id
6713 :     ./src/motion/.arch-ids/sad.c.id
6714 :     ./src/motion/.arch-ids/sad.h.id
6715 :     ./src/motion/ia64_asm/.arch-ids/=id
6716 :     ./src/motion/ia64_asm/.arch-ids/calc_delta_1.s.id
6717 :     ./src/motion/ia64_asm/.arch-ids/calc_delta_2.s.id
6718 :     ./src/motion/ia64_asm/.arch-ids/calc_delta_3.s.id
6719 :     ./src/motion/ia64_asm/.arch-ids/halfpel8_refine_ia64.s.id
6720 :     ./src/motion/ia64_asm/.arch-ids/sad_ia64.s.id
6721 :     ./src/motion/ia64_asm/calc_delta_1.s
6722 :     ./src/motion/ia64_asm/calc_delta_2.s
6723 :     ./src/motion/ia64_asm/calc_delta_3.s
6724 :     ./src/motion/ia64_asm/halfpel8_refine_ia64.s
6725 :     ./src/motion/ia64_asm/sad_ia64.s ./src/motion/motion.h
6726 :     ./src/motion/motion_comp.c ./src/motion/motion_est.c
6727 :     ./src/motion/ppc_asm/.arch-ids/=id
6728 :     ./src/motion/ppc_asm/.arch-ids/README.id
6729 :     ./src/motion/ppc_asm/.arch-ids/sad_altivec.c.id
6730 :     ./src/motion/ppc_asm/.arch-ids/sad_altivec.s.id
6731 :     ./src/motion/ppc_asm/README ./src/motion/ppc_asm/sad_altivec.c
6732 :     ./src/motion/ppc_asm/sad_altivec.s ./src/motion/sad.c
6733 :     ./src/motion/sad.h ./src/motion/x86_asm/.arch-ids/=id
6734 :     ./src/motion/x86_asm/.arch-ids/sad_3dn.asm.id
6735 :     ./src/motion/x86_asm/.arch-ids/sad_mmx.asm.id
6736 :     ./src/motion/x86_asm/.arch-ids/sad_sse2.asm.id
6737 :     ./src/motion/x86_asm/.arch-ids/sad_xmm.asm.id
6738 :     ./src/motion/x86_asm/sad_3dn.asm
6739 :     ./src/motion/x86_asm/sad_mmx.asm
6740 :     ./src/motion/x86_asm/sad_sse2.asm
6741 :     ./src/motion/x86_asm/sad_xmm.asm ./src/portab.h
6742 :     ./src/prediction/.arch-ids/=id
6743 :     ./src/prediction/.arch-ids/mbprediction.c.id
6744 :     ./src/prediction/.arch-ids/mbprediction.h.id
6745 :     ./src/prediction/mbprediction.c
6746 :     ./src/prediction/mbprediction.h ./src/quant/.arch-ids/=id
6747 :     ./src/quant/.arch-ids/adapt_quant.c.id
6748 :     ./src/quant/.arch-ids/adapt_quant.h.id
6749 :     ./src/quant/.arch-ids/quant_h263.c.id
6750 :     ./src/quant/.arch-ids/quant_h263.h.id
6751 :     ./src/quant/.arch-ids/quant_matrix.c.id
6752 :     ./src/quant/.arch-ids/quant_matrix.h.id
6753 :     ./src/quant/.arch-ids/quant_mpeg4.c.id
6754 :     ./src/quant/.arch-ids/quant_mpeg4.h.id
6755 :     ./src/quant/adapt_quant.c ./src/quant/adapt_quant.h
6756 :     ./src/quant/ia64_asm/.arch-ids/=id
6757 :     ./src/quant/ia64_asm/.arch-ids/quant_h263_ia64.s.id
6758 :     ./src/quant/ia64_asm/quant_h263_ia64.s
6759 :     ./src/quant/quant_h263.c ./src/quant/quant_h263.h
6760 :     ./src/quant/quant_matrix.c ./src/quant/quant_matrix.h
6761 :     ./src/quant/quant_mpeg4.c ./src/quant/quant_mpeg4.h
6762 :     ./src/quant/x86_asm/.arch-ids/=id
6763 :     ./src/quant/x86_asm/.arch-ids/quantize4_mmx.asm.id
6764 :     ./src/quant/x86_asm/.arch-ids/quantize_mmx.asm.id
6765 :     ./src/quant/x86_asm/quantize4_mmx.asm
6766 :     ./src/quant/x86_asm/quantize_mmx.asm ./src/utils/.arch-ids/=id
6767 :     ./src/utils/.arch-ids/emms.c.id
6768 :     ./src/utils/.arch-ids/emms.h.id
6769 :     ./src/utils/.arch-ids/mbfunctions.h.id
6770 :     ./src/utils/.arch-ids/mbtransquant.c.id
6771 :     ./src/utils/.arch-ids/mem_align.c.id
6772 :     ./src/utils/.arch-ids/mem_align.h.id
6773 :     ./src/utils/.arch-ids/mem_transfer.c.id
6774 :     ./src/utils/.arch-ids/mem_transfer.h.id
6775 :     ./src/utils/.arch-ids/ratecontrol.c.id
6776 :     ./src/utils/.arch-ids/ratecontrol.h.id
6777 :     ./src/utils/.arch-ids/timer.c.id
6778 :     ./src/utils/.arch-ids/timer.h.id ./src/utils/emms.c
6779 :     ./src/utils/emms.h ./src/utils/ia64_asm/.arch-ids/=id
6780 :     ./src/utils/ia64_asm/.arch-ids/mem_transfer_ia64.s.id
6781 :     ./src/utils/ia64_asm/mem_transfer_ia64.s
6782 :     ./src/utils/mbfunctions.h ./src/utils/mbtransquant.c
6783 :     ./src/utils/mem_align.c ./src/utils/mem_align.h
6784 :     ./src/utils/mem_transfer.c ./src/utils/mem_transfer.h
6785 :     ./src/utils/ratecontrol.c ./src/utils/ratecontrol.h
6786 :     ./src/utils/timer.c ./src/utils/timer.h
6787 :     ./src/utils/x86_asm/.arch-ids/=id
6788 :     ./src/utils/x86_asm/.arch-ids/cpuid.asm.id
6789 :     ./src/utils/x86_asm/.arch-ids/mem_transfer_mmx.asm.id
6790 :     ./src/utils/x86_asm/cpuid.asm
6791 :     ./src/utils/x86_asm/mem_transfer_mmx.asm ./src/xvid.c
6792 :     ./src/xvid.h ./todo.txt
6793 :    
6794 :    

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