[svn] / branches / dev-api-4 / xvidcore / changelog.txt Repository:
ViewVC logotype

Diff of /branches/dev-api-4/xvidcore/changelog.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1076, Fri Jun 27 13:53:41 2003 UTC revision 1120, Sat Aug 9 21:01:23 2003 UTC
# Line 1  Line 1 
1  #  #
2  # This ChangeLog is generated from my(edgomez) personal tree maintained  # Ed.Gomez: This ChangeLog is generated from a personal tree maintained
3  # under the arch version control tool. That's why dates may be wrong and  # under the arch revision control tool. That's why dates may be skewed. I
4  # so may are patch submitters  # also removed all my email adresses from the output because they are not
5    # relevent
6  #  #
7    
8  2003-06-27 13:42:52 GMT Edouard Gomez <ed.gomez@free.fr>        patch-80  
9    2003-08-09 20:31:17 GMT                                         patch-23
10    
11        Summary:
12          Workaround to a GMC bug due to a MS compiler bug.
13        Revision:
14          xvidcore--devapi4--1.0--patch-23
15    
16        Christoph did use a trick to speed up code that resulted in badly
17        optimized code (teh compiler was missing a cast)
18    
19        modified files:
20         ./src/motion/gmc.c
21    
22    
23    2003-08-09 17:09:00 GMT                                         patch-22
24    
25        Summary:
26          Fixes to xvid_decraw
27        Revision:
28          xvidcore--devapi4--1.0--patch-22
29    
30        xvid_decraw has always been used on not so high bitrate sequences
31        and not so big sequences neither.
32    
33        I've been doing lot of tests on the Matrix 2 trailer
34        (1000x540 25fps ~5Mbits/s) and xvid_decraw was not able to handle that
35        because of bugs in the buffer filling algorithm.
36    
37        This patch fixes the buffer filling and catches up with christoph changes
38        in CVS (wrong help message and option parsing).
39    
40        modified files:
41         ./examples/xvid_decraw.c
42    
43    
44    2003-08-08 21:31:59 GMT                                         patch-21
45    
46        Summary:
47          Added QPel and GMC options.
48        Revision:
49          xvidcore--devapi4--1.0--patch-21
50    
51        XviD has so many options that we forget to propose them all on the
52        CLI, here are two more: GMC and Qpel.
53    
54        modified files:
55         ./examples/xvid_encraw.c
56    
57    
58    2003-08-07 19:26:28 GMT                                         patch-20
59    
60        Summary:
61          SVOP handling in status window
62        Revision:
63          xvidcore--devapi4--1.0--patch-20
64    
65        SVOP handling in status window
66    
67    
68        modified files:
69         ./vfw/src/status.c
70    
71    
72    2003-08-07 19:25:03 GMT                                         patch-19
73    
74        Summary:
75          Warning cleanups by chl
76        Revision:
77          xvidcore--devapi4--1.0--patch-19
78    
79        Warning cleanups by chl
80    
81    
82        modified files:
83         ./src/encoder.c ./src/encoder.h ./src/image/interpolate8x8.c
84         ./src/motion/motion_est.c ./src/xvid.h
85    
86    
87    2003-08-06 21:13:35 GMT                                         patch-18
88    
89        Summary:
90          Fix to GMC sprite trajectory code
91        Revision:
92          xvidcore--devapi4--1.0--patch-18
93    
94        Fix to GMC sprite trajectory code
95    
96    
97        modified files:
98         ./src/bitstream/mbcoding.c ./src/xvid.h
99    
100    
101    2003-08-06 10:57:25 GMT                                         patch-17
102    
103        Summary:
104          Fixes a bug in BVOP block skipping thresholding
105        Revision:
106          xvidcore--devapi4--1.0--patch-17
107    
108        Fixes a bug in BVOP block skipping thresholding
109    
110    
111        modified files:
112         ./src/motion/motion_est.c
113    
114    
115    2003-08-03 14:57:32 GMT                                         patch-16
116    
117        Summary:
118          Functions renaming + motion fixes.
119        Revision:
120          xvidcore--devapi4--1.0--patch-16
121    
122        BITS flags have been renamed to RD (Rate Distorsion) flags... however
123        function names were still xxxBitsxxx.
124    
125        Improved frame type decision
126    
127        Fix for DQUANTS plugins, their quant was never checked against valid
128        [1..31] range.
129    
130        modified files:
131         ./src/encoder.c ./src/motion/motion_est.c
132         ./src/motion/motion_est.h
133    
134    
135    2003-08-02 15:00:49 GMT                                         patch-15
136    
137        Summary:
138          API cleanup.
139        Revision:
140          xvidcore--devapi4--1.0--patch-15
141    
142        Since we started devapi3 and then devapi4, feature names did not change
143        because it was just convenient to keep them to minimize the change impact.
144        But most of the flags were now not even suggesting what they do. So this
145        patch cleans the API.
146    
147        This patch also change the way we describe flags, it's more compact and
148        shows better flags are bit sets that must not overlap. This change fixes
149        a plugin flag overlapping problem as well.
150    
151        modified files:
152         ./examples/xvid_encraw.c ./src/decoder.c ./src/encoder.c
153         ./src/encoder.h ./src/motion/motion_est.c
154         ./src/motion/motion_est.h ./src/xvid.c ./src/xvid.h
155         ./vfw/src/codec.c ./vfw/src/config.c
156    
157    
158    2003-07-29 22:25:12 GMT                                         patch-14
159    
160        Summary:
161          Fixed bogus memory accesses
162        Revision:
163          xvidcore--devapi4--1.0--patch-14
164    
165        Fixed bogus memory accesses
166    
167    
168        modified files:
169         ./src/encoder.c ./src/plugins/plugin_2pass1.c
170    
171    
172    2003-07-28 12:22:33 GMT                                         patch-13
173    
174        Summary:
175          Bitstream version increased to 16
176        Revision:
177          xvidcore--devapi4--1.0--patch-13
178    
179        Bitstream version increased to 16
180    
181    
182        modified files:
183         ./src/xvid.h
184    
185    
186    2003-07-25 12:01:51 GMT                                         patch-12
187    
188        Summary:
189          Added gmc files to teh windows project file
190        Revision:
191          xvidcore--devapi4--1.0--patch-12
192    
193        Added gmc files to teh windows project file
194    
195    
196        modified files:
197         ./build/win32/libxvidcore.dsp ./vfw/src/codec.c
198    
199    
200    2003-07-25 12:00:31 GMT                                         patch-11
201    
202        Summary:
203          Added cartoon mode from Isibaar
204        Revision:
205          xvidcore--devapi4--1.0--patch-11
206    
207        Added cartoon mode from Isibaar
208    
209    
210        modified files:
211         ./src/motion/motion_est.c ./src/plugins/plugin_single.c
212         ./src/utils/mbtransquant.c ./src/xvid.h
213    
214    
215    2003-07-25 10:30:41 GMT                                         patch-10
216    
217        Summary:
218          Bitstream syntax comments.
219        Revision:
220          xvidcore--devapi4--1.0--patch-10
221    
222        This patch does not change the bitstream but adds some comments that
223        can help in order to understand (lack of) calls to BitstreamPadAlways.
224    
225        modified files:
226         ./src/bitstream/bitstream.c ./src/encoder.c
227    
228    
229    2003-07-22 16:34:25 GMT                                         patch-9
230    
231        Summary:
232          Fixes Bistream errors in VOL (+ forced stuffing)
233        Revision:
234          xvidcore--devapi4--1.0--patch-9
235    
236        After a detailed bugreport at:
237        http://www.xvid.org/modules.php?op=modload&name=phpBB2&file=viewtopic&t=1387&highlight=
238    
239        I discovered that:
240    
241        1/ we did not write video_signal_type, but we were padding to the next
242        byte, that's why we had video_signal_type=0 and then only 1s until the
243        next byte boundary. This explains the 11 next_start_code();
244    
245        2/ video_object_type_indication = Reserved is right on my machine,
246        please check again, but i doubt there is a bug there, we use 3 hard
247        wired values and none of them is zero.
248    
249        3/ 01 : next_start_code() *** Was wrong in 24.02.2003; is correct in
250        dev-api-4!!! *** was a bug in fact... when we write user data, we pad to
251        the next byte boundary (if needed) like the standard says... by
252        chancepadding was almost always done, thus the next_start_code() was
253        respected.
254    
255        4/ The extra stuffing bits were caused by a forced padding between our
256        VOL function writer and VOP header function writer.
257    
258        modified files:
259         ./src/bitstream/bitstream.c ./src/encoder.c
260    
261    
262    2003-07-16 22:57:44 GMT                                         patch-8
263    
264        Summary:
265          Fixed quant4_intra_xmm and quant_intra_3dne bug for DC<0.
266        Revision:
267          xvidcore--devapi4--1.0--patch-8
268    
269        These two functions were suffering the same error that consists in
270        emulating idiv with some an inversed divisor array and an imul
271        instruction followed by a right shift...
272    
273        That was always decreasing the ressult by 1 for negative DC values.
274        A not so bad solution is simply to use a cmov instruction and choose
275        the right value according to the DC value. As these function were
276        for PIII and Athlon, we are sure we can use the cmov instruction.
277    
278        PS: the fix is somewhere in cosmetic changes... sorry but the code was
279        too ugly to fix it like it was.
280    
281        modified files:
282         ./src/quant/x86_asm/quantize4_xmm.asm
283         ./src/quant/x86_asm/quantize_3dne.asm
284    
285    
286    2003-07-16 12:58:21 GMT                                         patch-7
287    
288        Summary:
289          Fixed the build system (error caused by patch-5)
290        Revision:
291          xvidcore--devapi4--1.0--patch-7
292    
293        IA64 cahnges were wrong in the build system, they make all platforms
294        try to compile a directory... That patch should fix the IA64 target
295        build and get back to previous behavior for other architectures.
296    
297        modified files:
298         ./build/generic/configure.in ./build/generic/platform.inc.in
299         ./build/generic/sources.inc
300    
301    
302    2003-07-13 12:16:55 GMT                                         patch-6
303    
304        Summary:
305          Updates for GME and some cleanups.
306        Revision:
307          xvidcore--devapi4--1.0--patch-6
308    
309        This is a all in one patch from syskin:
310        * mcsel decision moved to ModeDecision() function. That makes motion
311          loop completely aware of macroblock mode and vectors (amv in that case).
312          A simple copy&paste was needed to make the the decision R-D based, to be
313          compatible with MODEDECISION_BITS.
314    
315        * many bugs fixed. Most of them very small,  the only big one was that
316          BITS was misunderstanding a flag and was thinking that mpeg quant is
317          used when h263 quant is used and vice versa :( Also, correct cbp with
318          inter4v mode makes mode decision better. Two speedups - for BITS (no
319          more dequantization when sum == 0) and for ChromaME (chroma sad not
320          computed if total sad too big before that). Some GMC compiler warnings
321          removed. Probably more, I don't remember ;) I haven't touched P/B/I
322          decision for once.
323    
324        * compiler warnings removed, mostly "const mismatch" in get_amv() <-- or
325          what was his name.
326    
327        * two functions made 2x smaller, shorter and faster.
328    
329        modified files:
330         ./src/encoder.c ./src/global.h ./src/image/interpolate8x8.h
331         ./src/motion/gmc.c ./src/motion/gmc.h
332         ./src/motion/motion_est.c ./src/motion/motion_est.h
333         ./vfw/src/codec.c
334    
335    
336    2003-07-10 17:35:59 GMT                                         patch-5
337    
338        Summary:
339          IA64 updates.
340        Revision:
341          xvidcore--devapi4--1.0--patch-5
342    
343        Changes from Stephan Krause <s_kraste at ira.uka.de>
344    
345        Small updates so ia64 is supposed to work. Further testing is needed
346        because tests have only been done with xvid_encraw.
347    
348        modified files:
349         ./build/generic/platform.inc.in ./examples/xvid_encraw.c
350         ./src/motion/motion_est.c ./src/xvid.c
351    
352    
353    2003-07-10 17:27:01 GMT                                         patch-4
354    
355        Summary:
356          Removed remaining expanded $ lines from the arch repo
357        Revision:
358          xvidcore--devapi4--1.0--patch-4
359    
360        Removed remaining expanded $ lines from the arch repo
361    
362    
363        modified files:
364         ./CodingStyle ./build/generic/bootstrap.sh
365         ./doc/xvid-encoder.txt ./src/bitstream/ppc_asm/cbp_altivec.s
366         ./src/bitstream/ppc_asm/cbp_ppc.s
367         ./src/dct/x86_asm/fdct_xmm.asm
368         ./src/image/x86_asm/colorspace_yuv_mmx.asm
369         ./src/image/x86_asm/reduced_mmx.asm
370         ./src/image/x86_asm/yuv_to_yv12_mmx.asm
371         ./src/image/x86_asm/yv12_to_rgb24_mmx.asm
372         ./src/image/x86_asm/yv12_to_rgb32_mmx.asm
373         ./src/motion/ppc_asm/sad_altivec.c ./todo.txt
374    
375    
376    2003-07-02 23:20:39 GMT                                         patch-3
377    
378        Summary:
379          Reset the IFrame counter when an iframe is encoded
380        Revision:
381          xvidcore--devapi4--1.0--patch-3
382    
383        Reset the IFrame counter when an iframe is encoded
384    
385    
386        modified files:
387         ./src/encoder.c
388    
389    
390    2003-06-29 21:58:24 GMT                                         patch-2
391    
392        Summary:
393          Added 3 warp point GMC.
394        Revision:
395          xvidcore--devapi4--1.0--patch-2
396    
397        Added 3 warp point GMC (first cvs commit + bitstream warp writing fix
398        from cvs)
399    
400        new files:
401         ./src/motion/.arch-ids/gmc.c.id
402         ./src/motion/.arch-ids/gmc.h.id ./src/motion/gmc.c
403         ./src/motion/gmc.h
404    
405        modified files:
406         ./build/generic/sources.inc ./src/bitstream/bitstream.c
407         ./src/decoder.c ./src/decoder.h ./src/encoder.c
408         ./src/encoder.h ./src/global.h ./src/motion/motion.h
409         ./src/motion/motion_comp.c ./src/motion/motion_est.c
410         ./src/motion/motion_est.h ./src/utils/mbfunctions.h
411         ./src/xvid.h
412    
413    
414    2003-06-29 21:35:01 GMT                                         patch-1
415    
416        Summary:
417          Updated changelog
418        Revision:
419          xvidcore--devapi4--1.0--patch-1
420    
421        Updated changelog
422    
423    
424        modified files:
425         ./changelog.txt
426    
427    
428    2003-06-27 17:01:46 GMT                                         base-0
429    
430        Summary:
431          tag of ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-80
432        Revision:
433          xvidcore--devapi4--1.0--base-0
434    
435        (automatically generated log message)
436    
437        new patches:
438         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--base-0
439         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-1
440         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-2
441         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-3
442         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-4
443         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-5
444         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-6
445         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-7
446         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-8
447         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-9
448         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-10
449         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-11
450         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-12
451         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-13
452         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-14
453         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-15
454         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-16
455         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-17
456         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-18
457         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-19
458         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-20
459         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-21
460         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-22
461         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-23
462         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-24
463         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-25
464         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-26
465         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-27
466         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-28
467         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-29
468         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-30
469         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-31
470         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-32
471         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-33
472         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-34
473         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-35
474         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-36
475         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-37
476         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-38
477         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-39
478         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-40
479         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-41
480         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-42
481         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-43
482         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-44
483         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-45
484         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-46
485         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-47
486         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-48
487         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-49
488         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-50
489         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-51
490         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-52
491         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-53
492         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-54
493         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-55
494         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-56
495         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-57
496         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-58
497         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-59
498         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-60
499         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-61
500         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-62
501         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-63
502         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-64
503         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-65
504         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-66
505         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-67
506         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-68
507         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-69
508         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-70
509         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-71
510         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-72
511         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-73
512         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-74
513         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-75
514         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-76
515         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-77
516         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-78
517         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-79
518         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-80
519         ed.gomez@free.fr--main/xvidcore--stable--0.9--base-0
520         ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-1
521         ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-2
522         ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-3
523         ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-4
524         ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-5
525         ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-6
526         ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-7
527         ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-8
528         ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-9
529         ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-10
530         ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-11
531         ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-12
532         ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-13
533         ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-14
534         ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-15
535         ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-16
536         ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-17
537         ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-18
538         ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-19
539         ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-20
540         ed.gomez@free.fr--main/xvidcore--stable--0.9--version-0
541         ed.gomez@free.fr--main/xvidcore--stable--1.0--base-0
542         ed.gomez@free.fr--main/xvidcore--stable--1.0--patch-1
543         ed.gomez@free.fr--main/xvidcore--stable--1.0--patch-2
544         ed.gomez@free.fr--main/xvidcore--stable--1.0--patch-3
545         ed.gomez@free.fr--main/xvidcore--stable--1.0--patch-4
546         ed.gomez@free.fr--main/xvidcore--stable--1.0--patch-5
547         ed.gomez@free.fr--main/xvidcore--stable--1.0--patch-6
548    
549    
550    2003-06-27 13:42:52 GMT                                         patch-80
551    
552      Summary:      Summary:
553        Still fixes and improvements to motion estimation        Still fixes and improvements to motion estimation
# Line 17  Line 560 
560       src/motion/motion_est.c src/motion/motion_est.h       src/motion/motion_est.c src/motion/motion_est.h
561    
562    
563  2003-06-27 13:35:20 GMT Edouard Gomez <ed.gomez@free.fr>        patch-79  2003-06-27 13:35:20 GMT                                         patch-79
564    
565      Summary:      Summary:
566        Added compile time PNM reading        Added compile time PNM reading
# Line 31  Line 574 
574       examples/xvid_encraw.c       examples/xvid_encraw.c
575    
576    
577  2003-06-24 12:19:01 GMT Edouard Gomez <ed.gomez@free.fr>        patch-78  2003-06-24 12:19:01 GMT                                         patch-78
578    
579      Summary:      Summary:
580        Fixes to the RD ME        Fixes to the RD ME
# Line 44  Line 587 
587       src/motion/motion_est.c src/motion/motion_est.h       src/motion/motion_est.c src/motion/motion_est.h
588    
589    
590  2003-06-14 09:14:11 GMT Edouard Gomez <ed.gomez@free.fr>        patch-77  2003-06-14 09:14:11 GMT                                         patch-77
591    
592      Summary:      Summary:
593        Zone update.        Zone update.
# Line 59  Line 602 
602       vfw/src/config.rc vfw/src/resource.h       vfw/src/config.rc vfw/src/resource.h
603    
604    
605  2003-06-14 09:06:37 GMT Edouard Gomez <ed.gomez@free.fr>        patch-76  2003-06-14 09:06:37 GMT                                         patch-76
606    
607      Summary:      Summary:
608        Fixes a bug where type was not respected in a BEFORE plugin.        Fixes a bug where type was not respected in a BEFORE plugin.
# Line 75  Line 618 
618       src/encoder.c       src/encoder.c
619    
620    
621  2003-06-12 23:03:38 GMT Edouard Gomez <ed.gomez@free.fr>        patch-75  2003-06-12 23:03:38 GMT                                         patch-75
622    
623      Summary:      Summary:
624        Fixed the old "yellow line on left" with rgb output.        Fixed the old "yellow line on left" with rgb output.
# Line 88  Line 631 
631       src/image/x86_asm/colorspace_rgb_mmx.asm       src/image/x86_asm/colorspace_rgb_mmx.asm
632    
633    
634  2003-06-12 23:02:10 GMT Edouard Gomez <ed.gomez@free.fr>        patch-74  2003-06-12 23:02:10 GMT                                         patch-74
635    
636      Summary:      Summary:
637        Removed log2bin ia32 optimization.        Removed log2bin ia32 optimization.
# Line 101  Line 644 
644       src/bitstream/bitstream.c       src/bitstream/bitstream.c
645    
646    
647  2003-06-12 22:55:10 GMT Edouard Gomez <ed.gomez@free.fr>        patch-73  2003-06-12 22:55:10 GMT                                         patch-73
648    
649      Summary:      Summary:
650        Fixed some small things in encoder.        Fixed some small things in encoder.
# Line 116  Line 659 
659       src/encoder.c       src/encoder.c
660    
661    
662  2003-06-12 22:51:55 GMT Edouard Gomez <ed.gomez@free.fr>        patch-72  2003-06-12 22:51:55 GMT                                         patch-72
663    
664      Summary:      Summary:
665        Back to Walken's Idct        Back to Walken's Idct
# Line 130  Line 673 
673       src/xvid.c src/xvid.h       src/xvid.c src/xvid.h
674    
675    
676  2003-06-10 22:45:57 GMT Edouard Gomez <ed.gomez@free.fr>        patch-71  2003-06-10 22:45:57 GMT                                         patch-71
677    
678      Summary:      Summary:
679        VFW front end update (New live quant histogram window)        VFW front end update (New live quant histogram window)
# Line 150  Line 693 
693       vfw/src/resource.h vfw/vfw.dsp       vfw/src/resource.h vfw/vfw.dsp
694    
695    
696  2003-06-10 20:58:09 GMT Edouard Gomez <ed.gomez@free.fr>        patch-70  2003-06-10 20:58:09 GMT                                         patch-70
697    
698      Summary:      Summary:
699        Fixed the win32 project file because of patch-64        Fixed the win32 project file because of patch-64
# Line 164  Line 707 
707       build/win32/libxvidcore.dsp       build/win32/libxvidcore.dsp
708    
709    
710  2003-06-10 20:53:31 GMT Edouard Gomez <ed.gomez@free.fr>        patch-69  2003-06-10 20:53:31 GMT                                         patch-69
711    
712      Summary:      Summary:
713        Added direct target frame size support + cosmetic.        Added direct target frame size support + cosmetic.
# Line 180  Line 723 
723       src/plugins/plugin_2pass2.c       src/plugins/plugin_2pass2.c
724    
725    
726  2003-06-10 09:13:40 GMT Edouard Gomez <ed.gomez@free.fr>        patch-68  2003-06-10 09:13:40 GMT                                         patch-68
727    
728      Summary:      Summary:
729        xvid_bench updates and corresponding Makefile changes.        xvid_bench updates and corresponding Makefile changes.
# Line 199  Line 742 
742       examples/Makefile examples/xvid_bench.c       examples/Makefile examples/xvid_bench.c
743    
744    
745  2003-06-10 09:05:14 GMT Edouard Gomez <ed.gomez@free.fr>        patch-67  2003-06-10 09:05:14 GMT                                         patch-67
746    
747      Summary:      Summary:
748        Probably a small copy/paste error        Probably a small copy/paste error
# Line 213  Line 756 
756       src/xvid.h       src/xvid.h
757    
758    
759  2003-06-09 19:39:47 GMT Edouard Gomez <ed.gomez@free.fr>        patch-66  2003-06-09 19:39:47 GMT                                         patch-66
760    
761      Summary:      Summary:
762        Activated simple_idct_mmx.        Activated simple_idct_mmx.
# Line 234  Line 777 
777       src/decoder.h src/xvid.c src/xvid.h       src/decoder.h src/xvid.c src/xvid.h
778    
779    
780  2003-06-09 19:15:18 GMT Edouard Gomez <ed.gomez@free.fr>        patch-65  2003-06-09 19:15:18 GMT                                         patch-65
781    
782      Summary:      Summary:
783        Remaining include of adapt_quant.h        Remaining include of adapt_quant.h
# Line 247  Line 790 
790       src/encoder.c       src/encoder.c
791    
792    
793  2003-06-09 17:49:44 GMT Edouard Gomez <ed.gomez@free.fr>        patch-64  2003-06-09 17:49:44 GMT                                         patch-64
794    
795      Summary:      Summary:
796        Moved code from adapt_quant.c to the lumimasking plugin.        Moved code from adapt_quant.c to the lumimasking plugin.
# Line 272  Line 815 
815       build/generic/sources.inc src/plugins/plugin_lumimasking.c       build/generic/sources.inc src/plugins/plugin_lumimasking.c
816    
817    
818  2003-06-09 13:45:29 GMT Edouard Gomez <ed.gomez@free.fr>        patch-63  2003-06-09 13:45:29 GMT                                         patch-63
819    
820      Summary:      Summary:
821        Legal GNU GPL Headers and copyright holders.        Legal GNU GPL Headers and copyright holders.
# Line 323  Line 866 
866       vfw/src/debug.h vfw/src/resource.h vfw/src/vfwext.h       vfw/src/debug.h vfw/src/resource.h vfw/src/vfwext.h
867    
868    
869  2003-06-09 01:13:50 GMT Edouard Gomez <ed.gomez@free.fr>        patch-62  2003-06-09 01:13:50 GMT                                         patch-62
870    
871      Summary:      Summary:
872        ANSI C comments.        ANSI C comments.
# Line 360  Line 903 
903       vfw/src/config.c vfw/src/config.h vfw/src/driverproc.c       vfw/src/config.c vfw/src/config.h vfw/src/driverproc.c
904    
905    
906  2003-06-04 18:19:56 GMT Edouard Gomez <ed.gomez@free.fr>        patch-61  2003-06-04 18:19:56 GMT                                         patch-61
907    
908      Summary:      Summary:
909        Removed AltCC from VFW frontend        Removed AltCC from VFW frontend
# Line 375  Line 918 
918       vfw/src/config.rc       vfw/src/config.rc
919    
920    
921  2003-05-29 14:47:28 GMT Edouard Gomez <ed.gomez@free.fr>        patch-60  2003-05-29 14:47:28 GMT                                         patch-60
922    
923      Summary:      Summary:
924        Lot of two pass updates.        Lot of two pass updates.
# Line 414  Line 957 
957       src/plugins/plugin_2pass2.c       src/plugins/plugin_2pass2.c
958    
959    
960  2003-05-25 10:01:55 GMT Edouard Gomez <ed.gomez@free.fr>        patch-59  2003-05-25 10:01:55 GMT                                         patch-59
961    
962      Summary:      Summary:
963        Function reordering, fix minimum "hardcoded" frame sizes in internal_sacle().        Function reordering, fix minimum "hardcoded" frame sizes in internal_sacle().
# Line 433  Line 976 
976       src/plugins/plugin_2pass2.c       src/plugins/plugin_2pass2.c
977    
978    
979  2003-05-22 23:11:21 GMT Edouard Gomez <ed.gomez@free.fr>        patch-58  2003-05-22 23:11:21 GMT                                         patch-58
980    
981      Summary:      Summary:
982        Added the container_frame_overhead field to the 2pass2 RC structure.        Added the container_frame_overhead field to the 2pass2 RC structure.
# Line 452  Line 995 
995       src/plugins/plugin_2pass2.c src/xvid.h vfw/src/codec.c       src/plugins/plugin_2pass2.c src/xvid.h vfw/src/codec.c
996    
997    
998  2003-05-22 22:22:47 GMT Edouard Gomez <ed.gomez@free.fr>        patch-57  2003-05-22 22:22:47 GMT                                         patch-57
999    
1000      Summary:      Summary:
1001        Fixed an overflow bug in target filesize computation.        Fixed an overflow bug in target filesize computation.
# Line 469  Line 1012 
1012       src/plugins/plugin_2pass2.c       src/plugins/plugin_2pass2.c
1013    
1014    
1015  2003-05-22 18:53:19 GMT Edouard Gomez <ed.gomez@free.fr>        patch-56  2003-05-22 18:53:19 GMT                                         patch-56
1016    
1017      Summary:      Summary:
1018        Added the mrproper Makefile target.        Added the mrproper Makefile target.
# Line 484  Line 1027 
1027       build/generic/Makefile       build/generic/Makefile
1028    
1029    
1030  2003-05-22 17:30:15 GMT Edouard Gomez <ed.gomez@free.fr>        patch-55  2003-05-22 17:30:15 GMT                                         patch-55
1031    
1032      Summary:      Summary:
1033        Fix a nasty bug due to a typo mistake.        Fix a nasty bug due to a typo mistake.
# Line 498  Line 1041 
1041       src/plugins/plugin_2pass2.c       src/plugins/plugin_2pass2.c
1042    
1043    
1044  2003-05-22 17:24:19 GMT Edouard Gomez <ed.gomez@free.fr>        patch-54  2003-05-22 17:24:19 GMT                                         patch-54
1045    
1046      Summary:      Summary:
1047        Removed automatic \n in DPRINTF calls.        Removed automatic \n in DPRINTF calls.
# Line 514  Line 1057 
1057       src/prediction/mbprediction.c       src/prediction/mbprediction.c
1058    
1059    
1060  2003-05-22 17:03:38 GMT Edouard Gomez <ed.gomez@free.fr>        patch-53  2003-05-22 17:03:38 GMT                                         patch-53
1061    
1062      Summary:      Summary:
1063        Cleaned up a bit, added comments.        Cleaned up a bit, added comments.
# Line 529  Line 1072 
1072       src/plugins/plugin_2pass2.c       src/plugins/plugin_2pass2.c
1073    
1074    
1075  2003-05-18 12:12:49 GMT Edouard Gomez <ed.gomez@free.fr>        patch-52  2003-05-18 12:12:49 GMT                                         patch-52
1076    
1077      Summary:      Summary:
1078        Update of xvid_encraw (vop_debug, debug, max key frame)        Update of xvid_encraw (vop_debug, debug, max key frame)
# Line 548  Line 1091 
1091       examples/xvid_encraw.c       examples/xvid_encraw.c
1092    
1093    
1094  2003-05-18 12:01:31 GMT Edouard Gomez <ed.gomez@free.fr>        patch-51  2003-05-18 12:01:31 GMT                                         patch-51
1095    
1096      Summary:      Summary:
1097        Missing RateControl removal from Win32 visual project.        Missing RateControl removal from Win32 visual project.
# Line 561  Line 1104 
1104       build/win32/libxvidcore.dsp       build/win32/libxvidcore.dsp
1105    
1106    
1107  2003-05-18 00:08:46 GMT Edouard Gomez <ed.gomez@free.fr>        patch-50  2003-05-18 00:08:46 GMT                                         patch-50
1108    
1109      Summary:      Summary:
1110        Removed legacy RateControl module.        Removed legacy RateControl module.
# Line 579  Line 1122 
1122       build/generic/sources.inc src/encoder.h       build/generic/sources.inc src/encoder.h
1123    
1124    
1125  2003-05-17 23:54:55 GMT Edouard Gomez <ed.gomez@free.fr>        patch-49  2003-05-17 23:54:55 GMT                                         patch-49
1126    
1127      Summary:      Summary:
1128        VFW Update.        VFW Update.
# Line 597  Line 1140 
1140       vfw/src/config.rc vfw/src/resource.h       vfw/src/config.rc vfw/src/resource.h
1141    
1142    
1143  2003-05-17 23:50:38 GMT Edouard Gomez <ed.gomez@free.fr>        patch-48  2003-05-17 23:50:38 GMT                                         patch-48
1144    
1145      Summary:      Summary:
1146        2pass plugin updates for zone support.        2pass plugin updates for zone support.
# Line 612  Line 1155 
1155       src/plugins/plugin_2pass1.c src/plugins/plugin_2pass2.c       src/plugins/plugin_2pass1.c src/plugins/plugin_2pass2.c
1156    
1157    
1158  2003-05-17 21:07:43 GMT Edouard Gomez <ed.gomez@free.fr>        patch-47  2003-05-17 21:07:43 GMT                                         patch-47
1159    
1160      Summary:      Summary:
1161        Debug is now controled through xvid_global + INIT        Debug is now controled through xvid_global + INIT
# Line 633  Line 1176 
1176       src/utils/ratecontrol.c src/xvid.c src/xvid.h       src/utils/ratecontrol.c src/xvid.c src/xvid.h
1177    
1178    
1179  2003-05-17 20:32:59 GMT Edouard Gomez <ed.gomez@free.fr>        patch-46  2003-05-17 20:32:59 GMT                                         patch-46
1180    
1181      Summary:      Summary:
1182        Fix for the patch-44.        Fix for the patch-44.
# Line 649  Line 1192 
1192       src/encoder.c       src/encoder.c
1193    
1194    
1195  2003-05-15 17:31:04 GMT Edouard Gomez <ed.gomez@free.fr>        patch-45  2003-05-15 17:31:04 GMT                                         patch-45
1196    
1197      Summary:      Summary:
1198        Removed XVID_VOP_DYNAMIC_BFRAMES flag.        Removed XVID_VOP_DYNAMIC_BFRAMES flag.
# Line 663  Line 1206 
1206       examples/xvid_encraw.c       examples/xvid_encraw.c
1207    
1208    
1209  2003-05-15 17:24:55 GMT Edouard Gomez <ed.gomez@free.fr>        patch-44  2003-05-15 17:24:55 GMT                                         patch-44
1210    
1211      Summary:      Summary:
1212        Fix to the encoder loop (was not respecting dynamic decision).        Fix to the encoder loop (was not respecting dynamic decision).
# Line 677  Line 1220 
1220       src/encoder.c src/xvid.h       src/encoder.c src/xvid.h
1221    
1222    
1223  2003-05-14 23:27:59 GMT Edouard Gomez <ed.gomez@free.fr>        patch-43  2003-05-14 23:27:59 GMT                                         patch-43
1224    
1225      Summary:      Summary:
1226        Added module building for MacOSX.        Added module building for MacOSX.
# Line 697  Line 1240 
1240       build/generic/configure.in       build/generic/configure.in
1241    
1242    
1243  2003-05-14 20:21:30 GMT Edouard Gomez <ed.gomez@free.fr>        patch-42  2003-05-14 20:21:30 GMT                                         patch-42
1244    
1245      Summary:      Summary:
1246        Merged RD ME from cvs_head.        Merged RD ME from cvs_head.
# Line 711  Line 1254 
1254       src/motion/motion_est.c src/motion/motion_est.h       src/motion/motion_est.c src/motion/motion_est.h
1255    
1256    
1257  2003-05-14 18:40:40 GMT Edouard Gomez <ed.gomez@free.fr>        patch-41  2003-05-14 18:40:40 GMT                                         patch-41
1258    
1259      Summary:      Summary:
1260        Merged syskin ME changes.        Merged syskin ME changes.
# Line 725  Line 1268 
1268       src/motion/motion_est.c src/motion/motion_est.h       src/motion/motion_est.c src/motion/motion_est.h
1269    
1270    
1271  2003-05-14 17:28:52 GMT Edouard Gomez <ed.gomez@free.fr>        patch-40  2003-05-14 17:28:52 GMT                                         patch-40
1272    
1273      Summary:      Summary:
1274        Small update to xvid_encraw.        Small update to xvid_encraw.
# Line 738  Line 1281 
1281       examples/xvid_encraw.c       examples/xvid_encraw.c
1282    
1283    
1284  2003-05-14 14:19:12 GMT Edouard Gomez <ed.gomez@free.fr>        patch-39  2003-05-14 14:19:12 GMT                                         patch-39
1285    
1286      Summary:      Summary:
1287        VFW Update (zone support, profile support)        VFW Update (zone support, profile support)
# Line 757  Line 1300 
1300       vfw/src/resource.h vfw/vfw.dsp       vfw/src/resource.h vfw/vfw.dsp
1301    
1302    
1303  2003-05-14 14:02:05 GMT Edouard Gomez <ed.gomez@free.fr>        patch-38  2003-05-14 14:02:05 GMT                                         patch-38
1304    
1305      Summary:      Summary:
1306        Add support for single RC and zones to xvid_encraw.        Add support for single RC and zones to xvid_encraw.
# Line 770  Line 1313 
1313       examples/xvid_encraw.c       examples/xvid_encraw.c
1314    
1315    
1316  2003-05-14 13:58:56 GMT Edouard Gomez <ed.gomez@free.fr>        patch-37  2003-05-14 13:58:56 GMT                                         patch-37
1317    
1318      Summary:      Summary:
1319        Fixes for Win32 build of libxvidcore.        Fixes for Win32 build of libxvidcore.
# Line 784  Line 1327 
1327       build/generic/libxvidcore.def.in build/win32/libxvidcore.dsp       build/generic/libxvidcore.def.in build/win32/libxvidcore.dsp
1328    
1329    
1330  2003-05-13 00:10:12 GMT Edouard Gomez <ed.gomez@free.fr>        patch-36  2003-05-13 00:10:12 GMT                                         patch-36
1331    
1332      Summary:      Summary:
1333        Small fixes.        Small fixes.
# Line 799  Line 1342 
1342       src/encoder.c src/utils/mbtransquant.c       src/encoder.c src/utils/mbtransquant.c
1343    
1344    
1345  2003-05-13 00:05:03 GMT Edouard Gomez <ed.gomez@free.fr>        patch-35  2003-05-13 00:05:03 GMT                                         patch-35
1346    
1347      Summary:      Summary:
1348        CBR plugin is renamed Single pass. Fixed Quant plugin is disabled.        CBR plugin is renamed Single pass. Fixed Quant plugin is disabled.
# Line 824  Line 1367 
1367         ==> src/plugins/plugin_single.c         ==> src/plugins/plugin_single.c
1368    
1369    
1370  2003-05-12 23:49:14 GMT Edouard Gomez <ed.gomez@free.fr>        patch-34  2003-05-12 23:49:14 GMT                                         patch-34
1371    
1372      Summary:      Summary:
1373        Removed quant limits per RC plugin, moved to global settings.        Removed quant limits per RC plugin, moved to global settings.
# Line 841  Line 1384 
1384       src/plugins/plugin_cbr.c src/xvid.h       src/plugins/plugin_cbr.c src/xvid.h
1385    
1386    
1387  2003-05-12 23:25:54 GMT Edouard Gomez <ed.gomez@free.fr>        patch-33  2003-05-12 23:25:54 GMT                                         patch-33
1388    
1389      Summary:      Summary:
1390        Added encoding zones        Added encoding zones
# Line 856  Line 1399 
1399       src/xvid.h       src/xvid.h
1400    
1401    
1402  2003-05-12 23:10:17 GMT Edouard Gomez <ed.gomez@free.fr>        patch-32  2003-05-12 23:10:17 GMT                                         patch-32
1403    
1404      Summary:      Summary:
1405        Added the profile setting.        Added the profile setting.
# Line 870  Line 1413 
1413       src/encoder.c src/encoder.h src/xvid.h       src/encoder.c src/encoder.h src/xvid.h
1414    
1415    
1416  2003-05-11 23:59:01 GMT Edouard Gomez <ed.gomez@free.fr>        patch-31  2003-05-11 23:59:01 GMT                                         patch-31
1417    
1418      Summary:      Summary:
1419        Changed quality presets.        Changed quality presets.
# Line 887  Line 1430 
1430       examples/xvid_encraw.c       examples/xvid_encraw.c
1431    
1432    
1433  2003-05-11 20:47:55 GMT Edouard Gomez <ed.gomez@free.fr>        patch-30  2003-05-11 20:47:55 GMT                                         patch-30
1434    
1435      Summary:      Summary:
1436        Some cleanups in the trellis code.        Some cleanups in the trellis code.
# Line 900  Line 1443 
1443       src/utils/mbtransquant.c       src/utils/mbtransquant.c
1444    
1445    
1446  2003-05-10 23:53:28 GMT Edouard Gomez <ed.gomez@free.fr>        patch-29  2003-05-10 23:53:28 GMT                                         patch-29
1447    
1448      Summary:      Summary:
1449        New trellis code        New trellis code
# Line 915  Line 1458 
1458       src/utils/mbtransquant.c       src/utils/mbtransquant.c
1459    
1460    
1461  2003-05-10 23:43:11 GMT Edouard Gomez <ed.gomez@free.fr>        patch-28  2003-05-10 23:43:11 GMT                                         patch-28
1462    
1463      Summary:      Summary:
1464        Intra frame decision.        Intra frame decision.
# Line 930  Line 1473 
1473       src/motion/motion_est.c       src/motion/motion_est.c
1474    
1475    
1476  2003-05-05 21:50:25 GMT Edouard Gomez <ed.gomez@free.fr>        patch-27  2003-05-05 21:50:25 GMT                                         patch-27
1477    
1478      Summary:      Summary:
1479        Fixed double last calculation in trellis quantization.        Fixed double last calculation in trellis quantization.
# Line 943  Line 1486 
1486       src/bitstream/mbcoding.c       src/bitstream/mbcoding.c
1487    
1488    
1489  2003-05-05 21:46:29 GMT Edouard Gomez <ed.gomez@free.fr>        patch-26  2003-05-05 21:46:29 GMT                                         patch-26
1490    
1491      Summary:      Summary:
1492        Added config.status to the distclean target.        Added config.status to the distclean target.
# Line 959  Line 1502 
1502       build/generic/Makefile       build/generic/Makefile
1503    
1504    
1505  2003-05-05 21:39:47 GMT Edouard Gomez <ed.gomez@free.fr>        patch-25  2003-05-05 21:39:47 GMT                                         patch-25
1506    
1507      Summary:      Summary:
1508        configure.in tuning (API number and lib sonames).        configure.in tuning (API number and lib sonames).
# Line 982  Line 1525 
1525       build/generic/configure.in       build/generic/configure.in
1526    
1527    
1528  2003-04-27 23:22:30 GMT Edouard Gomez <ed.gomez@free.fr>        patch-24  2003-04-27 23:22:30 GMT                                         patch-24
1529    
1530      Summary:      Summary:
1531        Cleaned CBR plugin a bit, adds structure for a better initial quant.        Cleaned CBR plugin a bit, adds structure for a better initial quant.
# Line 999  Line 1542 
1542       src/plugins/plugin_cbr.c       src/plugins/plugin_cbr.c
1543    
1544    
1545  2003-04-27 23:18:20 GMT Edouard Gomez <ed.gomez@free.fr>        patch-23  2003-04-27 23:18:20 GMT                                         patch-23
1546    
1547      Summary:      Summary:
1548        b-frames look good in still motion, after all.        b-frames look good in still motion, after all.
# Line 1012  Line 1555 
1555       src/motion/motion_est.c       src/motion/motion_est.c
1556    
1557    
1558  2003-04-27 23:14:39 GMT Edouard Gomez <ed.gomez@free.fr>        patch-22  2003-04-27 23:14:39 GMT                                         patch-22
1559    
1560      Summary:      Summary:
1561        Add initial trellis quantization to inter+h263 frames.        Add initial trellis quantization to inter+h263 frames.
# Line 1029  Line 1572 
1572       src/bitstream/mbcoding.h src/utils/mbtransquant.c src/xvid.h       src/bitstream/mbcoding.h src/utils/mbtransquant.c src/xvid.h
1573    
1574    
1575  2003-04-27 22:59:47 GMT Edouard Gomez <ed.gomez@free.fr>        patch-21  2003-04-27 22:59:47 GMT                                         patch-21
1576    
1577      Summary:      Summary:
1578        Fixes 2 memory leaks.        Fixes 2 memory leaks.
# Line 1043  Line 1586 
1586       src/encoder.c src/utils/mem_align.c       src/encoder.c src/utils/mem_align.c
1587    
1588    
1589  2003-04-27 22:50:27 GMT Edouard Gomez <ed.gomez@free.fr>        patch-20  2003-04-27 22:50:27 GMT                                         patch-20
1590    
1591      Summary:      Summary:
1592        Adds Avg PSNR output to xvid_encraw.        Adds Avg PSNR output to xvid_encraw.
# Line 1056  Line 1599 
1599       examples/xvid_encraw.c       examples/xvid_encraw.c
1600    
1601    
1602  2003-04-27 22:40:45 GMT Edouard Gomez <ed.gomez@free.fr>        patch-19  2003-04-27 22:40:45 GMT                                         patch-19
1603    
1604      Summary:      Summary:
1605        Fixes the vfw Visual Project.        Fixes the vfw Visual Project.
# Line 1069  Line 1612 
1612       vfw/vfw.dsp       vfw/vfw.dsp
1613    
1614    
1615  2003-04-14 20:07:47 GMT Edouard Gomez <ed.gomez@free.fr>        patch-18  2003-04-14 20:07:47 GMT                                         patch-18
1616    
1617      Summary:      Summary:
1618        Fixes plugin initialization in xvid_encraw.        Fixes plugin initialization in xvid_encraw.
# Line 1083  Line 1626 
1626       examples/xvid_encraw.c       examples/xvid_encraw.c
1627    
1628    
1629  2003-04-14 15:28:57 GMT Edouard Gomez <ed.gomez@free.fr>        patch-17  2003-04-14 15:28:57 GMT                                         patch-17
1630    
1631      Summary:      Summary:
1632        Fixed function prototypes <-> definitions mismatching.        Fixed function prototypes <-> definitions mismatching.
# Line 1096  Line 1639 
1639       src/utils/mbfunctions.h src/utils/mbtransquant.c       src/utils/mbfunctions.h src/utils/mbtransquant.c
1640    
1641    
1642  2003-04-14 15:23:15 GMT Edouard Gomez <ed.gomez@free.fr>        patch-16  2003-04-14 15:23:15 GMT                                         patch-16
1643    
1644      Summary:      Summary:
1645        VFW frontend update        VFW frontend update
# Line 1111  Line 1654 
1654       vfw/src/resource.h vfw/vfw.dsp       vfw/src/resource.h vfw/vfw.dsp
1655    
1656    
1657  2003-04-14 15:05:20 GMT Edouard Gomez <ed.gomez@free.fr>        patch-15  2003-04-14 15:05:20 GMT                                         patch-15
1658    
1659      Summary:      Summary:
1660        Fixed BITS decision for low quants, reworked p/b/i decision.        Fixed BITS decision for low quants, reworked p/b/i decision.
# Line 1128  Line 1671 
1671       src/motion/motion_est.c       src/motion/motion_est.c
1672    
1673    
1674  2003-04-10 13:01:07 GMT Edouard Gomez <ed.gomez@free.fr>        patch-14  2003-04-10 13:01:07 GMT                                         patch-14
1675    
1676      Summary:      Summary:
1677        Removed all ABS() macros.        Removed all ABS() macros.
# Line 1149  Line 1692 
1692       src/utils/mbtransquant.c src/xvid.c       src/utils/mbtransquant.c src/xvid.c
1693    
1694    
1695  2003-04-09 18:44:24 GMT Edouard Gomez <ed.gomez@free.fr>        patch-13  2003-04-09 18:44:24 GMT                                         patch-13
1696    
1697      Summary:      Summary:
1698        Added GNU profiling option to the configure script.        Added GNU profiling option to the configure script.
# Line 1172  Line 1715 
1715       build/generic/configure.in       build/generic/configure.in
1716    
1717    
1718  2003-04-09 16:09:33 GMT Edouard Gomez <ed.gomez@free.fr>        patch-12  2003-04-09 16:09:33 GMT                                         patch-12
1719    
1720      Summary:      Summary:
1721        Build fix from release-0_9_1-fixes@cvs.xvid.org        Build fix from release-0_9_1-fixes@cvs.xvid.org
# Line 1186  Line 1729 
1729       build/generic/configure.in       build/generic/configure.in
1730    
1731    
1732  2003-04-09 13:44:06 GMT Edouard Gomez <ed.gomez@free.fr>        patch-11  2003-04-09 13:44:06 GMT                                         patch-11
1733    
1734      Summary:      Summary:
1735        Syncing arch tree with xvid.org cvs.        Syncing arch tree with xvid.org cvs.
# Line 1237  Line 1780 
1780       src/xvid.h vfw/src/2pass.c vfw/src/codec.c       src/xvid.h vfw/src/2pass.c vfw/src/codec.c
1781    
1782    
1783  2003-03-16 00:21:32 GMT Edouard Gomez <ed.gomez@free.fr>        patch-10  2003-03-16 00:21:32 GMT                                         patch-10
1784    
1785      Summary:      Summary:
1786        Added suxen plugin system (Synced with CVS)        Added suxen plugin system (Synced with CVS)
# Line 1262  Line 1805 
1805       src/plugins/.arch-ids src/plugins       src/plugins/.arch-ids src/plugins
1806    
1807    
1808  2003-03-11 23:37:06 GMT Edouard Gomez <ed.gomez@free.fr>        patch-9  2003-03-11 23:37:06 GMT                                         patch-9
1809    
1810      Summary:      Summary:
1811        Changed xvid_decraw option handling for -d/-m.        Changed xvid_decraw option handling for -d/-m.
# Line 1275  Line 1818 
1818       examples/xvid_decraw.c       examples/xvid_decraw.c
1819    
1820    
1821  2003-03-11 23:30:16 GMT Edouard Gomez <ed.gomez@free.fr>        patch-8  2003-03-11 23:30:16 GMT                                         patch-8
1822    
1823      Summary:      Summary:
1824        Fixed frame counting in xvid_encraw.        Fixed frame counting in xvid_encraw.
# Line 1290  Line 1833 
1833       examples/xvid_encraw.c       examples/xvid_encraw.c
1834    
1835    
1836  2003-03-11 23:07:01 GMT Edouard Gomez <ed.gomez@free.fr>        patch-7  2003-03-11 23:07:01 GMT                                         patch-7
1837    
1838      Summary:      Summary:
1839        Ported xvid_decraw to new API.        Ported xvid_decraw to new API.
# Line 1310  Line 1853 
1853       examples/Makefile examples/xvid_decraw.c       examples/Makefile examples/xvid_decraw.c
1854    
1855    
1856  2003-03-11 20:19:44 GMT Edouard Gomez <ed.gomez@free.fr>        patch-6  2003-03-11 20:19:44 GMT                                         patch-6
1857    
1858      Summary:      Summary:
1859        Fix an important API comment in main header.        Fix an important API comment in main header.
# Line 1324  Line 1867 
1867       src/xvid.h       src/xvid.h
1868    
1869    
1870  2003-03-11 00:36:34 GMT Edouard Gomez <ed.gomez@free.fr>        patch-5  2003-03-11 00:36:34 GMT                                         patch-5
1871    
1872      Summary:      Summary:
1873        PSNR is now an option. More consistent -m/-s option handling.        PSNR is now an option. More consistent -m/-s option handling.
# Line 1343  Line 1886 
1886       examples/xvid_encraw.c       examples/xvid_encraw.c
1887    
1888    
1889  2003-03-10 00:36:15 GMT Edouard Gomez <ed.gomez@free.fr>        patch-4  2003-03-10 00:36:15 GMT                                         patch-4
1890    
1891      Summary:      Summary:
1892        Adds extended stats support even for bframes in xvidcore.        Adds extended stats support even for bframes in xvidcore.
# Line 1360  Line 1903 
1903       src/encoder.c src/utils/mbfunctions.h src/utils/mbtransquant.c       src/encoder.c src/utils/mbfunctions.h src/utils/mbtransquant.c
1904    
1905    
1906  2003-03-09 16:42:27 GMT Edouard Gomez <ed.gomez@free.fr>        patch-3  2003-03-09 16:42:27 GMT                                         patch-3
1907    
1908      Summary:      Summary:
1909        Adds extended stats support.        Adds extended stats support.
# Line 1381  Line 1924 
1924       examples/xvid_encraw.c       examples/xvid_encraw.c
1925    
1926    
1927  2003-03-09 00:23:52 GMT Edouard Gomez <ed.gomez@free.fr>        patch-2  2003-03-09 00:23:52 GMT                                         patch-2
1928    
1929      Summary:      Summary:
1930        Updated xvid_encraw for new API.        Updated xvid_encraw for new API.
# Line 1399  Line 1942 
1942       examples/Makefile examples/xvid_encraw.c src/encoder.c       examples/Makefile examples/xvid_encraw.c src/encoder.c
1943    
1944    
1945  2003-03-06 22:08:43 GMT Edouard Gomez <ed.gomez@free.fr>        patch-1  2003-03-06 22:08:43 GMT                                         patch-1
1946    
1947      Summary:      Summary:
1948        Synced with dev-api-4 XviD branch.        Synced with dev-api-4 XviD branch.
# Line 1464  Line 2007 
2007       vfw/src rawdec dshow dshow/src       vfw/src rawdec dshow dshow/src
2008    
2009    
2010  2003-03-06 21:27:16 GMT Edouard Gomez <ed.gomez@free.fr>        base-0  2003-03-06 21:27:16 GMT                                         base-0
2011    
2012      Summary:      Summary:
2013        tag of ed.gomez@free.fr--main/xvidcore--stable--1.0--patch-6        tag of ed.gomez@free.fr--main/xvidcore--stable--1.0--patch-6
# Line 1505  Line 2048 
2048       ed.gomez@free.fr--main/xvidcore--stable--1.0--patch-5       ed.gomez@free.fr--main/xvidcore--stable--1.0--patch-5
2049       ed.gomez@free.fr--main/xvidcore--stable--1.0--patch-6       ed.gomez@free.fr--main/xvidcore--stable--1.0--patch-6
2050    
2051  2003-02-15 18:40:33 GMT Edouard Gomez <ed.gomez@free.fr>        patch-3  2003-02-15 18:40:33 GMT                                         patch-3
2052    
2053      Summary:      Summary:
2054        Added latest Pete's chroma optimization code.        Added latest Pete's chroma optimization code.
# Line 1518  Line 2061 
2061       src/encoder.c src/xvid.h       src/encoder.c src/xvid.h
2062    
2063    
2064  2003-02-15 14:48:12 GMT Edouard Gomez <ed.gomez@free.fr>        patch-2  2003-02-15 14:48:12 GMT                                         patch-2
2065    
2066      Summary:      Summary:
2067        Fixed compilation and moved back to plain GPL.        Fixed compilation and moved back to plain GPL.
# Line 1534  Line 2077 
2077       LICENSE src/portab.h       LICENSE src/portab.h
2078    
2079    
2080  2003-02-15 14:05:17 GMT Edouard Gomez <ed.gomez@free.fr>        patch-1  2003-02-15 14:05:17 GMT                                         patch-1
2081    
2082      Summary:      Summary:
2083        Updated tree to dev-api-3 branch.        Updated tree to dev-api-3 branch.
# Line 1649  Line 2192 
2192       src/utils/x86_asm/mem_transfer_mmx.asm src/xvid.c src/xvid.h       src/utils/x86_asm/mem_transfer_mmx.asm src/xvid.c src/xvid.h
2193    
2194    
2195  2003-02-14 23:01:44 GMT Edouard Gomez <ed.gomez@free.fr>        base-0  2003-02-14 23:01:44 GMT                                         base-0
2196    
2197      Summary:      Summary:
2198        Upcoming 1.0 version continuation        Upcoming 1.0 version continuation
# Line 1664  Line 2207 
2207       {arch}/xvidcore/xvidcore--stable/xvidcore--stable--1.0/ed.gomez@free.fr--main/patch-log       {arch}/xvidcore/xvidcore--stable/xvidcore--stable--1.0/ed.gomez@free.fr--main/patch-log
2208    
2209    
2210  2003-02-11 21:03:19 GMT Edouard Gomez <ed.gomez@free.fr>        patch-20  2003-02-11 21:03:19 GMT                                         patch-20
2211    
2212      Summary:      Summary:
2213        Removed BFrame outdated bframe/qpel decoding.        Removed BFrame outdated bframe/qpel decoding.
# Line 1680  Line 2223 
2223       src/image/interpolate8x8.h       src/image/interpolate8x8.h
2224    
2225    
2226  2003-02-11 18:40:48 GMT Edouard Gomez <ed.gomez@free.fr>        patch-19  2003-02-11 18:40:48 GMT                                         patch-19
2227    
2228      Summary:      Summary:
2229        Fixed libxvidcore.def, revamped Makefile output, fixed ia64 build, added ranlib detection.        Fixed libxvidcore.def, revamped Makefile output, fixed ia64 build, added ranlib detection.
# Line 1714  Line 2257 
2257    
2258    
2259    
2260  2003-02-10 23:31:01 GMT Edouard Gomez <ed.gomez@free.fr>        patch-18  2003-02-10 23:31:01 GMT                                         patch-18
2261    
2262      Summary:      Summary:
2263        Fixed xvid_encraw help message.        Fixed xvid_encraw help message.
# Line 1727  Line 2270 
2270       examples/xvid_encraw.c       examples/xvid_encraw.c
2271    
2272    
2273  2003-02-10 23:06:32 GMT Edouard Gomez <ed.gomez@free.fr>        patch-17  2003-02-10 23:06:32 GMT                                         patch-17
2274    
2275      Summary:      Summary:
2276        Added IA64 DCT source choice according to the compiler basename.        Added IA64 DCT source choice according to the compiler basename.
# Line 1745  Line 2288 
2288       build/generic/platform.inc.in       build/generic/platform.inc.in
2289    
2290    
2291  2003-02-10 13:49:25 GMT Edouard Gomez <ed.gomez@free.fr>        patch-16  2003-02-10 13:49:25 GMT                                         patch-16
2292    
2293      Summary:      Summary:
2294        Changed linking option on PPC platforms (-flat_namespace)        Changed linking option on PPC platforms (-flat_namespace)
# Line 1758  Line 2301 
2301       build/generic/configure.in       build/generic/configure.in
2302    
2303    
2304  2003-02-09 23:15:18 GMT Edouard Gomez <ed.gomez@free.fr>        patch-15  2003-02-09 23:15:18 GMT                                         patch-15
2305    
2306      Summary:      Summary:
2307        Added the configure bootstrap script.        Added the configure bootstrap script.
# Line 1772  Line 2315 
2315       build/generic/bootstrap.sh       build/generic/bootstrap.sh
2316    
2317    
2318  2003-02-09 23:06:51 GMT Edouard Gomez <ed.gomez@free.fr>        patch-14  2003-02-09 23:06:51 GMT                                         patch-14
2319    
2320      Summary:      Summary:
2321        The PPC port is now disabled because it is outdated.        The PPC port is now disabled because it is outdated.
# Line 1785  Line 2328 
2328       build/generic/configure.in       build/generic/configure.in
2329    
2330    
2331  2003-02-09 23:01:30 GMT Edouard Gomez <ed.gomez@free.fr>        patch-13  2003-02-09 23:01:30 GMT                                         patch-13
2332    
2333      Summary:      Summary:
2334        More "unknown compiler" friendly portab.h file.        More "unknown compiler" friendly portab.h file.
# Line 1799  Line 2342 
2342       src/portab.h       src/portab.h
2343    
2344    
2345  2003-02-09 00:49:32 GMT Edouard Gomez <ed.gomez@free.fr>        patch-12  2003-02-09 00:49:32 GMT                                         patch-12
2346    
2347      Summary:      Summary:
2348        DivX4 compatibility layer has been turned into an option (default:disable).        DivX4 compatibility layer has been turned into an option (default:disable).
# Line 1815  Line 2358 
2358       build/generic/platform.inc.in build/generic/sources.inc       build/generic/platform.inc.in build/generic/sources.inc
2359    
2360    
2361  2003-02-08 23:29:55 GMT Edouard Gomez <ed.gomez@free.fr>        patch-11  2003-02-08 23:29:55 GMT                                         patch-11
2362    
2363      Summary:      Summary:
2364        Fixed WIN32/_MSC_VER confusion and updated MSVC libxvidcore.dsp project file.        Fixed WIN32/_MSC_VER confusion and updated MSVC libxvidcore.dsp project file.
# Line 1837  Line 2380 
2380       examples/xvid_stat.c src/xvid.c       examples/xvid_stat.c src/xvid.c
2381    
2382    
2383  2003-02-08 14:55:19 GMT Edouard Gomez <ed.gomez@free.fr>        patch-10  2003-02-08 14:55:19 GMT                                         patch-10
2384    
2385      Summary:      Summary:
2386        Fixed MacOSX build.        Fixed MacOSX build.
# Line 1852  Line 2395 
2395       build/generic/configure.in       build/generic/configure.in
2396    
2397    
2398  2003-02-08 12:49:17 GMT Edouard Gomez <ed.gomez@free.fr>        patch-9  2003-02-08 12:49:17 GMT                                         patch-9
2399    
2400      Summary:      Summary:
2401        Added Altivec detection (Guillaume Morin)        Added Altivec detection (Guillaume Morin)
# Line 1865  Line 2408 
2408       build/generic/configure.in       build/generic/configure.in
2409    
2410    
2411  2003-02-08 12:25:46 GMT Edouard Gomez <ed.gomez@free.fr>        patch-8  2003-02-08 12:25:46 GMT                                         patch-8
2412    
2413      Summary:      Summary:
2414        Fixed portab.h for _DEBUG target and GCC/ICC compilers.        Fixed portab.h for _DEBUG target and GCC/ICC compilers.
# Line 1882  Line 2425 
2425       src/portab.h       src/portab.h
2426    
2427    
2428  2003-02-08 11:45:00 GMT Edouard Gomez <ed.gomez@free.fr>        patch-7  2003-02-08 11:45:00 GMT                                         patch-7
2429    
2430      Summary:      Summary:
2431        Changed the way I add strings into variables.        Changed the way I add strings into variables.
# Line 1898  Line 2441 
2441       build/generic/configure.in       build/generic/configure.in
2442    
2443    
2444  2003-02-07 23:16:57 GMT Edouard Gomez <ed.gomez@free.fr>        patch-6  2003-02-07 23:16:57 GMT                                         patch-6
2445    
2446      Summary:      Summary:
2447        Fixed the "ar" "s" option for some platforms.        Fixed the "ar" "s" option for some platforms.
# Line 1913  Line 2456 
2456       build/generic/Makefile       build/generic/Makefile
2457    
2458    
2459  2003-02-07 22:19:37 GMT Edouard Gomez <ed.gomez@free.fr>        patch-5  2003-02-07 22:19:37 GMT                                         patch-5
2460    
2461      Summary:      Summary:
2462        Fixed a BSD checking in ansm output format.        Fixed a BSD checking in ansm output format.
# Line 1926  Line 2469 
2469       build/generic/configure.in       build/generic/configure.in
2470    
2471    
2472  2003-02-07 21:18:14 GMT Edouard Gomez <ed.gomez@free.fr>        patch-4  2003-02-07 21:18:14 GMT                                         patch-4
2473    
2474      Summary:      Summary:
2475        Fixed options and added the --disable-assembly option        Fixed options and added the --disable-assembly option
# Line 1945  Line 2488 
2488       build/generic/configure.in       build/generic/configure.in
2489    
2490    
2491  2003-02-06 21:49:16 GMT Edouard Gomez <ed.gomez@free.fr>        patch-3  2003-02-06 21:49:16 GMT                                         patch-3
2492    
2493      Summary:      Summary:
2494        Fixes for the new build system in sources.        Fixes for the new build system in sources.
# Line 1960  Line 2503 
2503       src/utils/emms.h src/xvid.c       src/utils/emms.h src/xvid.c
2504    
2505    
2506  2003-02-06 21:22:55 GMT Edouard Gomez <ed.gomez@free.fr>        patch-2  2003-02-06 21:22:55 GMT                                         patch-2
2507    
2508      Summary:      Summary:
2509        Changed build system for Unix OSes        Changed build system for Unix OSes
# Line 2024  Line 2567 
2567       build/generic/Makefile.linuxx86 build/generic/Makefile.sparc       build/generic/Makefile.linuxx86 build/generic/Makefile.sparc
2568    
2569    
2570  2003-02-06 21:11:17 GMT Edouard Gomez <ed.gomez@free.fr>        patch-1  2003-02-06 21:11:17 GMT                                         patch-1
2571    
2572      Summary:      Summary:
2573        Updated to current stable CVS_HEAD        Updated to current stable CVS_HEAD
# Line 2064  Line 2607 
2607       src/xvid.h todo.txt       src/xvid.h todo.txt
2608    
2609    
2610  2003-02-06 20:59:19 GMT Edouard Gomez <ed.gomez@free.fr>        base-0  2003-02-06 20:59:19 GMT                                         base-0
2611    
2612      Summary:      Summary:
2613        Imported xvidcore 0.9.0 into arch repository        Imported xvidcore 0.9.0 into arch repository

Legend:
Removed from v.1076  
changed lines
  Added in v.1120

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