[cvs] / xvidcore / ChangeLog Repository:
ViewVC logotype

Diff of /xvidcore/ChangeLog

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

revision 1.1.2.2, Fri Nov 14 11:25:00 2003 UTC revision 1.15, Fri Nov 28 20:51:04 2008 UTC
# Line 1  Line 1 
1  #  # Note that this ChangeLog covers only changes to the HEAD branch
 # Ed.Gomez: This ChangeLog is generated from a personal tree maintained  
 # under the arch revision control tool. That's why dates may be skewed. I  
 # also removed all my email adresses from the output because they are not  
 # relevant.  
 #  
2    
3    ---------------------
4    Date: 2008/11/28 19:28:41
5    Author: Isibaar
6    Branch: HEAD
7    Tag: (none)
8    Log:
9    updated nasm dependency
10    
11    Members:
12            debian/control:1.2->1.3
13    
14    ---------------------
15    Date: 2008/11/28 19:16:42
16    Author: Isibaar
17    Branch: HEAD
18    Tag: (none)
19    Log:
20    pump up HEAD version numbers
21    
22    Members:
23            build/generic/configure.in:1.25->1.26
24            debian/changelog:1.2->1.3
25            src/xvid.c:1.77->1.78
26            src/xvid.h:1.63->1.64
27    
28    ---------------------
29    Date: 2008/11/28 17:54:43
30    Author: Isibaar
31    Branch: HEAD
32    Tag: tag-branching-1_2_0
33    Log:
34    WIN64 compatibility
35    
36    Members:
37            dshow/src/config.h:1.5->1.6
38    
39    ---------------------
40    Date: 2008/11/28 17:42:50
41    Author: Isibaar
42    Branch: HEAD
43    Tag: (none)
44    Log:
45    alternative multicore detection
46    
47    Members:
48            src/xvid.c:1.76->1.77
49    
50    ---------------------
51    Date: 2008/11/28 12:56:01
52    Author: Isibaar
53    Branch: HEAD
54    Tag: (none)
55    Log:
56    Auto SMP
57    
58    Members:
59            vfw/src/codec.c:1.21->1.22
60            vfw/src/config.c:1.35->1.36
61            vfw/src/resource.rc:1.24->1.25
62    
63    ---------------------
64    Date: 2008/11/28 11:58:07
65    Author: Isibaar
66    Branch: HEAD
67    Tag: (none)
68    Log:
69    bugfix: prevent access violation if width/height is not multiple of 2
70    
71    Members:
72            src/image/image.c:1.42->1.43
73    
74    ---------------------
75    Date: 2008/11/27 21:46:13
76    Author: Isibaar
77    Branch: HEAD
78    Tag: (none)
79    Log:
80    AMD64 fix
81    
82    Members:
83            src/plugins/x86_asm/plugin_ssim-a.asm:1.8->1.9
84    
85    ---------------------
86    Date: 2008/11/27 21:34:53
87    Author: Isibaar
88    Branch: HEAD
89    Tag: (none)
90    Log:
91    readded cpu check
92    
93    Members:
94            src/plugins/plugin_ssim.c:1.11->1.12
95    
96    ---------------------
97    Date: 2008/11/27 21:17:33
98    Author: Isibaar
99    Branch: HEAD
100    Tag: (none)
101    Log:
102    more ssim fixes
103    
104    Members:
105            examples/xvid_encraw.c:1.36->1.37
106            src/xvid.h:1.62->1.63
107            src/plugins/plugin_ssim.c:1.10->1.11
108            src/plugins/plugin_ssim.h:1.3->1.4
109    
110    ---------------------
111    Date: 2008/11/27 20:45:28
112    Author: Isibaar
113    Branch: HEAD
114    Tag: (none)
115    Log:
116    fix for -ssim option
117    
118    Members:
119            examples/xvid_encraw.c:1.35->1.36
120    
121    ---------------------
122    Date: 2008/11/27 19:35:36
123    Author: Isibaar
124    Branch: HEAD
125    Tag: (none)
126    Log:
127    64-bit fix
128    
129    Members:
130            src/utils/x86_asm/interlacing_mmx.asm:1.9->1.10
131    
132    ---------------------
133    Date: 2008/11/27 17:42:00
134    Author: Isibaar
135    Branch: HEAD
136    Tag: (none)
137    Log:
138    updated strings
139    
140    Members:
141            vfw/bin/xvid.inf:1.3->1.4
142    
143    ---------------------
144    Date: 2008/11/27 17:33:32
145    Author: Isibaar
146    Branch: HEAD
147    Tag: (none)
148    Log:
149    64-bit GUI note
150    
151    Members:
152            vfw/src/config.c:1.34->1.35
153            vfw/src/config.h:1.11->1.12
154            vfw/src/resource.rc:1.23->1.24
155    
156    ---------------------
157    Date: 2008/11/27 17:31:48
158    Author: Isibaar
159    Branch: HEAD
160    Tag: (none)
161    Log:
162    enable SSE4 GMC code
163    
164    Members:
165            src/portab.h:1.57->1.58
166            src/motion/gmc.c:1.8->1.9
167    
168    ---------------------
169    Date: 2008/11/27 12:57:28
170    Author: Isibaar
171    Branch: HEAD
172    Tag: (none)
173    Log:
174    WIN64 compatibility
175    
176    Members:
177            dshow/Makefile:1.6->1.7
178            vfw/bin/Makefile:1.5->1.6
179            vfw/src/config.c:1.33->1.34
180            vfw/src/status.c:1.2->1.3
181    
182    ---------------------
183    Date: 2008/11/27 01:47:03
184    Author: Isibaar
185    Branch: HEAD
186    Tag: (none)
187    Log:
188    brightness control fix
189    
190    Members:
191            src/xvid.c:1.75->1.76
192            src/image/postprocessing.c:1.4->1.5
193            src/image/x86_asm/postprocessing_sse2.asm:1.9->1.10
194    
195    ---------------------
196    Date: 2008/11/27 00:37:28
197    Author: Isibaar
198    Branch: HEAD
199    Tag: (none)
200    Log:
201    sad8bi bench
202    
203    Members:
204            examples/xvid_bench.c:1.37->1.38
205    
206    ---------------------
207    Date: 2008/11/27 00:35:50
208    Author: Isibaar
209    Branch: HEAD
210    Tag: (none)
211    Log:
212    some WIN64 fixes
213    
214    Members:
215            src/image/x86_asm/colorspace_mmx.inc:1.6->1.7
216            src/image/x86_asm/colorspace_yuv_mmx.asm:1.9->1.10
217            src/image/x86_asm/gmc_mmx.asm:1.6->1.7
218            src/image/x86_asm/interpolate8x8_mmx.asm:1.21->1.22
219            src/image/x86_asm/postprocessing_mmx.asm:1.8->1.9
220            src/image/x86_asm/qpel_mmx.asm:1.8->1.9
221            src/quant/x86_asm/quantize_h263_mmx.asm:1.10->1.11
222            src/quant/x86_asm/quantize_mpeg_mmx.asm:1.12->1.13
223    
224    ---------------------
225    Date: 2008/11/26 11:11:16
226    Author: Isibaar
227    Branch: HEAD
228    Tag: (none)
229    Log:
230    GUI controls for SSE3/SSE4
231    Updated about box and messages
232    
233    Members:
234            dshow/src/CXvidDecoder.h:1.6->1.7
235            dshow/src/Configure.cpp:1.4->1.5
236            dshow/src/config.c:1.8->1.9
237            vfw/src/codec.h:1.5->1.6
238            vfw/src/config.c:1.32->1.33
239            vfw/src/resource.h:1.10->1.11
240            vfw/src/resource.rc:1.22->1.23
241    
242    ---------------------
243    Date: 2008/11/26 10:31:06
244    Author: Isibaar
245    Branch: HEAD
246    Tag: (none)
247    Log:
248    some more benches
249    
250    Members:
251            examples/xvid_bench.c:1.36->1.37
252    
253    ---------------------
254    Date: 2008/11/26 03:36:37
255    Author: Isibaar
256    Branch: HEAD
257    Tag: (none)
258    Log:
259    increment bs version
260    
261    Members:
262            src/xvid.h:1.61->1.62
263    
264    ---------------------
265    Date: 2008/11/26 03:32:54
266    Author: Isibaar
267    Branch: HEAD
268    Tag: (none)
269    Log:
270    removed obsolete AMD64 asm source files
271    
272    Members:
273            src/dct/x86_64_asm/fdct_mmx_skal.asm:1.3->1.4(DEAD)
274            src/dct/x86_64_asm/idct_mmx.asm:1.3->1.4(DEAD)
275            src/image/x86_64_asm/interpolate8x8_mmx.asm:1.3->1.4(DEAD)
276            src/image/x86_64_asm/interpolate8x8_xmm.asm:1.3->1.4(DEAD)
277            src/image/x86_64_asm/qpel_mmx.asm:1.4->1.5(DEAD)
278            src/motion/x86_64_asm/sad_mmx.asm:1.3->1.4(DEAD)
279            src/motion/x86_64_asm/sad_xmm.asm:1.3->1.4(DEAD)
280            src/quant/x86_64_asm/quantize_h263_mmx.asm:1.3->1.4(DEAD)
281            src/quant/x86_64_asm/quantize_mpeg_xmm.asm:1.3->1.4(DEAD)
282            src/utils/x86_64_asm/cpuid.asm:1.6->1.7(DEAD)
283            src/utils/x86_64_asm/interlacing_mmx.asm:1.5->1.6(DEAD)
284            src/utils/x86_64_asm/mem_transfer_mmx.asm:1.3->1.4(DEAD)
285    
286    ---------------------
287    Date: 2008/11/26 03:21:02
288    Author: Isibaar
289    Branch: HEAD
290    Tag: (none)
291    Log:
292    X86_64 fixes
293    
294    Members:
295            src/image/x86_asm/postprocessing_mmx.asm:1.7->1.8
296            src/image/x86_asm/postprocessing_sse2.asm:1.8->1.9
297            src/quant/quant_mpeg.c:1.4->1.5
298            src/quant/x86_asm/quantize_mpeg_mmx.asm:1.11->1.12
299            src/quant/x86_asm/quantize_mpeg_xmm.asm:1.9->1.10
300    
301    ---------------------
302    Date: 2008/11/26 03:17:50
303    Author: Isibaar
304    Branch: HEAD
305    Tag: (none)
306    Log:
307    win64 target
308    
309    Members:
310            build/generic/Makefile:1.16->1.17
311            build/generic/configure.in:1.24->1.25
312            build/generic/sources.inc:1.14->1.15
313    
314    ---------------------
315    Date: 2008/11/26 03:12:41
316    Author: Isibaar
317    Branch: HEAD
318    Tag: (none)
319    Log:
320    updated MSVC project files
321    
322    Members:
323            build/win32/libxvidcore.dsp:1.14->1.15
324            build/win32/libxvidcore_static.dsp:1.4->1.5
325    
326    ---------------------
327    Date: 2008/11/26 02:04:34
328    Author: Isibaar
329    Branch: HEAD
330    Tag: (none)
331    Log:
332    Unified elf64/win64 X86_64 support
333    
334    Members:
335            src/nasm.inc:INITIAL->1.1
336            src/xvid.c:1.74->1.75
337            src/bitstream/cbp.h:1.11->1.12
338            src/bitstream/mbcoding.c:1.56->1.57
339            src/bitstream/x86_asm/cbp_3dne.asm:1.7->1.8(DEAD)
340            src/bitstream/x86_asm/cbp_mmx.asm:1.16->1.17
341            src/bitstream/x86_asm/cbp_sse2.asm:1.9->1.10
342            src/dct/fdct.h:1.10->1.11
343            src/dct/idct.h:1.12->1.13
344            src/dct/x86_asm/fdct_mmx_ffmpeg.asm:1.7->1.8
345            src/dct/x86_asm/fdct_mmx_skal.asm:1.9->1.10
346            src/dct/x86_asm/fdct_sse2_skal.asm:1.9->1.10
347            src/dct/x86_asm/idct_3dne.asm:1.8->1.9
348            src/dct/x86_asm/idct_mmx.asm:1.12->1.13
349            src/dct/x86_asm/idct_sse2_dmitry.asm:1.7->1.8
350            src/dct/x86_asm/simple_idct_mmx.asm:1.9->1.10(DEAD)
351            src/image/colorspace.h:1.9->1.10
352            src/image/image.c:1.41->1.42
353            src/image/interpolate8x8.h:1.16->1.17
354            src/image/qpel.c:1.8->1.9
355            src/image/qpel.h:1.7->1.8
356            src/image/reduced.h:1.3->1.4
357            src/image/x86_asm/colorspace_mmx.inc:1.5->1.6
358            src/image/x86_asm/colorspace_rgb_mmx.asm:1.9->1.10
359            src/image/x86_asm/colorspace_yuv_mmx.asm:1.8->1.9
360            src/image/x86_asm/colorspace_yuyv_mmx.asm:1.9->1.10
361            src/image/x86_asm/deintl_sse.asm:1.3->1.4
362            src/image/x86_asm/gmc_mmx.asm:1.5->1.6
363            src/image/x86_asm/interpolate8x8_3dn.asm:1.11->1.12
364            src/image/x86_asm/interpolate8x8_3dne.asm:1.10->1.11
365            src/image/x86_asm/interpolate8x8_mmx.asm:1.20->1.21
366            src/image/x86_asm/interpolate8x8_xmm.asm:1.12->1.13
367            src/image/x86_asm/postprocessing_mmx.asm:1.6->1.7
368            src/image/x86_asm/postprocessing_sse2.asm:1.7->1.8
369            src/image/x86_asm/qpel_mmx.asm:1.7->1.8
370            src/image/x86_asm/reduced_mmx.asm:1.8->1.9
371            src/motion/motion_smp.h:1.4->1.5
372            src/motion/sad.h:1.23->1.24
373            src/motion/x86_asm/sad_3dn.asm:1.11->1.12
374            src/motion/x86_asm/sad_3dne.asm:1.9->1.10
375            src/motion/x86_asm/sad_mmx.asm:1.19->1.20
376            src/motion/x86_asm/sad_sse2.asm:1.15->1.16
377            src/motion/x86_asm/sad_xmm.asm:1.12->1.13
378            src/plugins/plugin_ssim.c:1.9->1.10
379            src/plugins/x86_asm/plugin_ssim-a.asm:1.7->1.8
380            src/quant/quant.h:1.7->1.8
381            src/quant/quant_matrix.c:1.15->1.16
382            src/quant/quant_mpeg.c:1.3->1.4
383            src/quant/x86_asm/quantize_h263_3dne.asm:1.8->1.9
384            src/quant/x86_asm/quantize_h263_mmx.asm:1.9->1.10
385            src/quant/x86_asm/quantize_mpeg_mmx.asm:1.10->1.11
386            src/quant/x86_asm/quantize_mpeg_xmm.asm:1.8->1.9
387            src/utils/mbfunctions.h:1.20->1.21
388            src/utils/mem_transfer.h:1.17->1.18
389            src/utils/x86_asm/cpuid.asm:1.14->1.15
390            src/utils/x86_asm/interlacing_mmx.asm:1.8->1.9
391            src/utils/x86_asm/mem_transfer_3dne.asm:1.10->1.11
392            src/utils/x86_asm/mem_transfer_mmx.asm:1.19->1.20
393    
394    ---------------------
395    Date: 2008/11/14 16:43:27
396    Author: Isibaar
397    Branch: HEAD
398    Tag: (none)
399    Log:
400    initial SSE4 support
401    
402    Members:
403            build/generic/configure.in:1.23->1.24
404            examples/xvid_bench.c:1.35->1.36
405            examples/xvid_encraw.c:1.34->1.35
406            src/xvid.c:1.73->1.74
407            src/xvid.h:1.60->1.61
408            src/image/x86_asm/gmc_mmx.asm:1.4->1.5
409            src/motion/gmc.c:1.7->1.8
410            src/utils/x86_64_asm/cpuid.asm:1.5->1.6
411            src/utils/x86_asm/cpuid.asm:1.13->1.14
412    
413    ---------------------
414    Date: 2008/11/11 21:46:24
415    Author: Isibaar
416    Branch: HEAD
417    Tag: (none)
418    Log:
419    NASM 2.x compatibility
420    
421    Members:
422            src/bitstream/x86_asm/cbp_3dne.asm:1.6->1.7
423            src/bitstream/x86_asm/cbp_mmx.asm:1.15->1.16
424            src/bitstream/x86_asm/cbp_sse2.asm:1.8->1.9
425            src/dct/x86_64_asm/fdct_mmx_skal.asm:1.2->1.3
426            src/dct/x86_64_asm/idct_mmx.asm:1.2->1.3
427            src/dct/x86_asm/fdct_mmx_ffmpeg.asm:1.6->1.7
428            src/dct/x86_asm/fdct_mmx_skal.asm:1.8->1.9
429            src/dct/x86_asm/fdct_sse2_skal.asm:1.8->1.9
430            src/dct/x86_asm/idct_3dne.asm:1.7->1.8
431            src/dct/x86_asm/idct_mmx.asm:1.11->1.12
432            src/dct/x86_asm/idct_sse2_dmitry.asm:1.6->1.7
433            src/dct/x86_asm/simple_idct_mmx.asm:1.8->1.9
434            src/image/x86_64_asm/interpolate8x8_mmx.asm:1.2->1.3
435            src/image/x86_64_asm/interpolate8x8_xmm.asm:1.2->1.3
436            src/image/x86_64_asm/qpel_mmx.asm:1.3->1.4
437            src/image/x86_asm/colorspace_mmx.inc:1.4->1.5
438            src/image/x86_asm/colorspace_rgb_mmx.asm:1.8->1.9
439            src/image/x86_asm/colorspace_yuv_mmx.asm:1.7->1.8
440            src/image/x86_asm/colorspace_yuyv_mmx.asm:1.8->1.9
441            src/image/x86_asm/deintl_sse.asm:1.2->1.3
442            src/image/x86_asm/gmc_mmx.asm:1.3->1.4
443            src/image/x86_asm/interpolate8x8_3dn.asm:1.10->1.11
444            src/image/x86_asm/interpolate8x8_3dne.asm:1.9->1.10
445            src/image/x86_asm/interpolate8x8_mmx.asm:1.19->1.20
446            src/image/x86_asm/interpolate8x8_xmm.asm:1.11->1.12
447            src/image/x86_asm/postprocessing_mmx.asm:1.5->1.6
448            src/image/x86_asm/postprocessing_sse2.asm:1.6->1.7
449            src/image/x86_asm/qpel_mmx.asm:1.6->1.7
450            src/image/x86_asm/reduced_mmx.asm:1.7->1.8
451            src/motion/x86_64_asm/sad_mmx.asm:1.2->1.3
452            src/motion/x86_64_asm/sad_xmm.asm:1.2->1.3
453            src/motion/x86_asm/sad_3dn.asm:1.10->1.11
454            src/motion/x86_asm/sad_3dne.asm:1.8->1.9
455            src/motion/x86_asm/sad_mmx.asm:1.18->1.19
456            src/motion/x86_asm/sad_sse2.asm:1.14->1.15
457            src/motion/x86_asm/sad_xmm.asm:1.11->1.12
458            src/plugins/x86_asm/plugin_ssim-a.asm:1.6->1.7
459            src/quant/x86_64_asm/quantize_h263_mmx.asm:1.2->1.3
460            src/quant/x86_64_asm/quantize_mpeg_xmm.asm:1.2->1.3
461            src/quant/x86_asm/quantize_h263_3dne.asm:1.7->1.8
462            src/quant/x86_asm/quantize_h263_mmx.asm:1.8->1.9
463            src/quant/x86_asm/quantize_mpeg_mmx.asm:1.9->1.10
464            src/quant/x86_asm/quantize_mpeg_xmm.asm:1.7->1.8
465            src/utils/x86_64_asm/cpuid.asm:1.4->1.5
466            src/utils/x86_64_asm/interlacing_mmx.asm:1.4->1.5
467            src/utils/x86_64_asm/mem_transfer_mmx.asm:1.2->1.3
468            src/utils/x86_asm/cpuid.asm:1.12->1.13
469            src/utils/x86_asm/interlacing_mmx.asm:1.7->1.8
470            src/utils/x86_asm/mem_transfer_3dne.asm:1.9->1.10
471            src/utils/x86_asm/mem_transfer_mmx.asm:1.18->1.19
472    
473    ---------------------
474    Date: 2008/09/02 14:23:30
475    Author: Isibaar
476    Branch: HEAD
477    Tag: (none)
478    Log:
479    - added the debian files from 1.1.3 release to CVS head
480    - applied a patch by Fabian Greffrath <greffrath at leat ! rub ! de>
481    
482    Members:
483            debian/changelog:1.1->1.2
484            debian/compat:INITIAL->1.1
485            debian/control:1.1->1.2
486            debian/copyright:INITIAL->1.1
487            debian/libxvidcore4-dev.dirs:INITIAL->1.1
488            debian/libxvidcore4-dev.docs:INITIAL->1.1
489            debian/libxvidcore4-dev.install:INITIAL->1.1
490            debian/libxvidcore4.dirs:INITIAL->1.1
491            debian/libxvidcore4.docs:INITIAL->1.1
492            debian/libxvidcore4.install:INITIAL->1.1
493            debian/rules:1.1->1.2
494    
495    ---------------------
496    Date: 2008/08/19 11:17:17
497    Author: Isibaar
498    Branch: HEAD
499    Tag: (none)
500    Log:
501    - removed accidental duplicates
502    
503    Members:
504            src/utils/x86_64_asm/cpuid.asm:1.3->1.4
505            src/utils/x86_64_asm/interlacing_mmx.asm:1.3->1.4
506    
507    ---------------------
508    Date: 2008/08/19 11:06:48
509    Author: Isibaar
510    Branch: HEAD
511    Tag: (none)
512    Log:
513    - noexecstack patch by Hans de Goede
514    
515    Members:
516            src/bitstream/x86_asm/cbp_3dne.asm:1.5->1.6
517            src/bitstream/x86_asm/cbp_mmx.asm:1.14->1.15
518            src/bitstream/x86_asm/cbp_sse2.asm:1.7->1.8
519            src/dct/x86_64_asm/fdct_mmx_skal.asm:1.1->1.2
520            src/dct/x86_64_asm/idct_mmx.asm:1.1->1.2
521            src/dct/x86_asm/fdct_mmx_ffmpeg.asm:1.5->1.6
522            src/dct/x86_asm/fdct_mmx_skal.asm:1.7->1.8
523            src/dct/x86_asm/fdct_sse2_skal.asm:1.7->1.8
524            src/dct/x86_asm/idct_3dne.asm:1.6->1.7
525            src/dct/x86_asm/idct_mmx.asm:1.10->1.11
526            src/dct/x86_asm/idct_sse2_dmitry.asm:1.5->1.6
527            src/dct/x86_asm/simple_idct_mmx.asm:1.7->1.8
528            src/image/x86_64_asm/interpolate8x8_mmx.asm:1.1->1.2
529            src/image/x86_64_asm/interpolate8x8_xmm.asm:1.1->1.2
530            src/image/x86_64_asm/qpel_mmx.asm:1.2->1.3
531            src/image/x86_asm/colorspace_rgb_mmx.asm:1.7->1.8
532            src/image/x86_asm/colorspace_yuv_mmx.asm:1.6->1.7
533            src/image/x86_asm/colorspace_yuyv_mmx.asm:1.7->1.8
534            src/image/x86_asm/deintl_sse.asm:1.1->1.2
535            src/image/x86_asm/gmc_mmx.asm:1.2->1.3
536            src/image/x86_asm/interpolate8x8_3dn.asm:1.9->1.10
537            src/image/x86_asm/interpolate8x8_3dne.asm:1.8->1.9
538            src/image/x86_asm/interpolate8x8_mmx.asm:1.18->1.19
539            src/image/x86_asm/interpolate8x8_xmm.asm:1.10->1.11
540            src/image/x86_asm/postprocessing_mmx.asm:1.4->1.5
541            src/image/x86_asm/postprocessing_sse2.asm:1.5->1.6
542            src/image/x86_asm/qpel_mmx.asm:1.5->1.6
543            src/image/x86_asm/reduced_mmx.asm:1.6->1.7
544            src/motion/x86_64_asm/sad_mmx.asm:1.1->1.2
545            src/motion/x86_64_asm/sad_xmm.asm:1.1->1.2
546            src/motion/x86_asm/sad_3dn.asm:1.9->1.10
547            src/motion/x86_asm/sad_3dne.asm:1.7->1.8
548            src/motion/x86_asm/sad_mmx.asm:1.17->1.18
549            src/motion/x86_asm/sad_sse2.asm:1.13->1.14
550            src/motion/x86_asm/sad_xmm.asm:1.10->1.11
551            src/plugins/x86_asm/plugin_ssim-a.asm:1.5->1.6
552            src/quant/x86_64_asm/quantize_h263_mmx.asm:1.1->1.2
553            src/quant/x86_64_asm/quantize_mpeg_xmm.asm:1.1->1.2
554            src/quant/x86_asm/quantize_h263_3dne.asm:1.6->1.7
555            src/quant/x86_asm/quantize_h263_mmx.asm:1.7->1.8
556            src/quant/x86_asm/quantize_mpeg_mmx.asm:1.8->1.9
557            src/quant/x86_asm/quantize_mpeg_xmm.asm:1.6->1.7
558            src/utils/x86_64_asm/cpuid.asm:1.2->1.3
559            src/utils/x86_64_asm/interlacing_mmx.asm:1.2->1.3
560            src/utils/x86_64_asm/mem_transfer_mmx.asm:1.1->1.2
561            src/utils/x86_asm/cpuid.asm:1.11->1.12
562            src/utils/x86_asm/interlacing_mmx.asm:1.6->1.7
563            src/utils/x86_asm/mem_transfer_3dne.asm:1.8->1.9
564            src/utils/x86_asm/mem_transfer_mmx.asm:1.17->1.18
565    
566    ---------------------
567    Date: 2007/11/23 11:45:09
568    Author: Isibaar
569    Branch: HEAD
570    Tag: (none)
571    Log:
572    - add missing #!/usr/bin/perl
573    
574    Members:
575            examples/bench_list.pl:1.2->1.3
576    
577    ---------------------
578    Date: 2007/11/23 11:44:11
579    Author: Isibaar
580    Branch: HEAD
581    Tag: (none)
582    Log:
583    - update for nasm >= 0.99
584    
585    Members:
586            build/generic/configure.in:1.22->1.23
587    
588    ---------------------
589    Date: 2007/09/11 14:41:13
590    Author: suxen_drol
591    Branch: HEAD
592    Tag: (none)
593    Log:
594    nasm 0.99.x compatibility
595    
596    Members:
597            src/dct/x86_asm/fdct_mmx_skal.asm:1.6->1.7
598            src/image/x86_asm/interpolate8x8_3dne.asm:1.7->1.8
599            src/motion/x86_asm/sad_3dne.asm:1.6->1.7
600            src/quant/x86_asm/quantize_h263_3dne.asm:1.5->1.6
601            src/utils/x86_asm/mem_transfer_3dne.asm:1.7->1.8
602    
603    ---------------------
604    Date: 2007/07/26 16:30:31
605    Author: suxen_drol
606    Branch: HEAD
607    Tag: (none)
608    Log:
609    posix compliance; s/malloc\.h/stdlib\.h/
610    
611    Members:
612            src/plugins/plugin_ssim.c:1.8->1.9
613    
614    ---------------------
615    Date: 2007/07/24 11:43:10
616    Author: Isibaar
617    Branch: HEAD
618    Tag: (none)
619    Log:
620    - improve b-frame decoding robustness (with broken stream or missing
621      ref frame)
622    
623    Members:
624            src/bitstream/bitstream.c:1.57->1.58
625    
626    ---------------------
627    Date: 2007/07/19 15:46:16
628    Author: suxen_drol
629    Branch: HEAD
630    Tag: (none)
631    Log:
632    remove plugin_fixed.c as per instruction "[XviD-devel] pete cvs commits digest" (13 May 2003)
633    
634    Members:
635            src/plugins/plugin_fixed.c:1.2->1.3(DEAD)
636    
637    ---------------------
638    Date: 2007/06/28 16:55:11
639    Author: Skal
640    Branch: HEAD
641    Tag: (none)
642    Log:
643    
644            Simplify index testing after get_coeff(), esp. after decoding error.
645    
646    Members:
647            src/bitstream/mbcoding.c:1.55->1.56
648    
649    ---------------------
650    Date: 2007/06/27 16:38:05
651    Author: Isibaar
652    Branch: HEAD
653    Tag: (none)
654    Log:
655    - patch for a potential vulnerability reported by Secunia
656    
657    Members:
658            src/bitstream/mbcoding.c:1.54->1.55
659    
660    ---------------------
661    Date: 2007/06/02 15:53:13
662    Author: syskin
663    Branch: HEAD
664    Tag: (none)
665    Log:
666    compile with unicode support correctly (windows/debug). Patch by Kurt Pruenner
667    
668    Members:
669            src/portab.h:1.56->1.57
670    
671    ---------------------
672    Date: 2007/04/28 18:30:20
673    Author: syskin
674    Branch: HEAD
675    Tag: (none)
676    Log:
677    Correction to out-of-bounds memory access in d_mv_bits; an assertion showing that d_mv_bits is still wrong; VC8 project files
678    
679    Members:
680            build/win32/libxvidcore.sln:INITIAL->1.1
681            build/win32/libxvidcore.vcproj:INITIAL->1.1
682            src/bitstream/mbcoding.c:1.53->1.54
683            src/motion/motion_inlines.h:1.4->1.5
684    
685    ---------------------
686    Date: 2007/04/16 21:01:28
687    Author: Skal
688    Branch: HEAD
689    Tag: (none)
690    Log:
691    
692            fix for bad resync_marker length in b-vops (both enc and dec)
693    
694            Thanks to Mathieu Monnier for the report
695            (mathieu.monnier at polytechnique dot org)
696    
697    Members:
698            src/decoder.c:1.79->1.80
699            src/bitstream/bitstream.c:1.56->1.57
700    
701    ---------------------
702    Date: 2007/03/08 22:40:12
703    Author: Isibaar
704    Branch: HEAD
705    Tag: (none)
706    Log:
707    - fix SSE3 detection and port to x86_64
708    
709    Members:
710            src/utils/x86_64_asm/cpuid.asm:1.1->1.2
711            src/utils/x86_asm/cpuid.asm:1.10->1.11
712    
713    ---------------------
714    Date: 2007/02/08 14:10:24
715    Author: Isibaar
716    Branch: HEAD
717    Tag: (none)
718    Log:
719    - avoid access violation when stats==NULL - patch by Felipe Contreras
720    
721    Members:
722            src/encoder.c:1.129->1.130
723    
724    ---------------------
725    Date: 2007/01/09 21:08:53
726    Author: Isibaar
727    Branch: HEAD
728    Tag: (none)
729    Log:
730    - ssim and colorspace set-up patches by Johannes Reinhardt
731    
732    Members:
733            examples/xvid_encraw.c:1.33->1.34
734    
735    ---------------------
736    Date: 2006/12/22 00:29:27
737    Author: Isibaar
738    Branch: HEAD
739    Tag: (none)
740    Log:
741    - build patch for Mac by Eric Petit
742    
743    Members:
744            build/generic/configure.in:1.21->1.22
745    
746    ---------------------
747    Date: 2006/12/22 00:27:25
748    Author: Isibaar
749    Branch: HEAD
750    Tag: (none)
751    Log:
752    - PPC build cleanup patch for SSIM by Paul Kurucz
753    
754    Members:
755            examples/xvid_bench.c:1.34->1.35
756            src/plugins/plugin_ssim.c:1.7->1.8
757    
758    ---------------------
759    Date: 2006/12/14 14:09:00
760    Author: Isibaar
761    Branch: HEAD
762    Tag: (none)
763    Log:
764    - missing emms() fix by squid_80
765    
766    Members:
767            src/encoder.c:1.128->1.129
768    
769    ---------------------
770    Date: 2006/12/06 20:55:42
771    Author: Isibaar
772    Branch: HEAD
773    Tag: (none)
774    Log:
775    - Add xvid_plugin_ssim
776    
777    Members:
778            build/generic/libxvidcore.def:1.4->1.5
779    
780    ---------------------
781    Date: 2006/12/06 20:55:07
782    Author: Isibaar
783    Branch: HEAD
784    Tag: (none)
785    Log:
786    - SSE3 patch
787    
788    Members:
789            src/xvid.c:1.72->1.73
790            src/xvid.h:1.59->1.60
791            src/motion/sad.h:1.22->1.23
792            src/motion/x86_asm/sad_sse2.asm:1.12->1.13
793            src/utils/x86_asm/cpuid.asm:1.9->1.10
794    
795    ---------------------
796    Date: 2006/11/12 02:40:36
797    Author: chl
798    Branch: HEAD
799    Tag: (none)
800    Log:
801    MMX version of RGB_to_yv12, shamelessly copy&pasted from the BGR version.
802    
803    Members:
804            src/xvid.c:1.71->1.72
805            src/image/colorspace.h:1.8->1.9
806            src/image/x86_asm/colorspace_rgb_mmx.asm:1.6->1.7
807    
808    ---------------------
809    Date: 2006/11/11 23:06:44
810    Author: chl
811    Branch: HEAD
812    Tag: (none)
813    Log:
814    Fixed RGB but, simply forgot to initialize the function ptr
815    
816    Members:
817            src/xvid.c:1.70->1.71
818    
819    ---------------------
820    Date: 2006/11/11 23:03:30
821    Author: chl
822    Branch: HEAD
823    Tag: (none)
824    Log:
825    Same RGB bug, different location
826    
827    Members:
828            src/image/image.c:1.40->1.41
829    
830    ---------------------
831    Date: 2006/11/11 06:07:25
832    Author: chl
833    Branch: HEAD
834    Tag: (none)
835    Log:
836    Typo in RGB, but still seems broken.
837    
838    Members:
839            src/image/image.c:1.39->1.40
840    
841    ---------------------
842    Date: 2006/11/10 19:58:39
843    Author: chl
844    Branch: HEAD
845    Tag: (none)
846    Log:
847    Added support for RGB colorspace. Incredible that after 5 years, this still
848    wasn't there (only BGR and RGB+alpha).
849    There are no accelerated MMX version, yet.
850    
851    Members:
852            src/xvid.h:1.58->1.59
853            src/image/colorspace.c:1.13->1.14
854            src/image/colorspace.h:1.7->1.8
855            src/image/image.c:1.38->1.39
856    
857    ---------------------
858    Date: 2006/11/08 08:17:22
859    Author: Skal
860    Branch: HEAD
861    Tag: (none)
862    Log:
863    
864            + added an integer-based alternative to float gaussian.
865            #define USE_INT_GAUSSIAN to activate it
866    
867    Members:
868            src/plugins/plugin_ssim.c:1.6->1.7
869    
870    ---------------------
871    Date: 2006/11/08 07:55:27
872    Author: Skal
873    Branch: HEAD
874    Tag: (none)
875    Log:
876    
877            + applied ssim_part3.diff patch, by Johannes Reinhardt
878    
879    Members:
880            examples/xvid_encraw.c:1.32->1.33
881            src/plugins/plugin_ssim.c:1.5->1.6
882            src/plugins/plugin_ssim.h:1.2->1.3
883    
884    ---------------------
885    Date: 2006/11/07 20:59:03
886    Author: Skal
887    Branch: HEAD
888    Tag: (none)
889    Log:
890    
891            + added a seamingly missing emms() to generate_GMCimage()
892            + little ASM clean-up, pointer out by Celtic_Druid
893    
894    Members:
895            src/image/x86_asm/gmc_mmx.asm:1.1->1.2
896            src/motion/gmc.c:1.6->1.7
897    
898    ---------------------
899    Date: 2006/11/01 11:04:29
900    Author: Isibaar
901    Branch: HEAD
902    Tag: (none)
903    Log:
904    - upped BS_VERSION to 47
905    
906    Members:
907            src/xvid.h:1.57->1.58
908    
909    ---------------------
910    Date: 2006/11/01 08:12:26
911    Author: Skal
912    Branch: HEAD
913    Tag: (none)
914    Log:
915    
916            + added a very simple bench to test bitstream-read functions
917            mostly to be used in conjunction to valgrind to spot uninitialized
918            reads.
919    
920    Members:
921            examples/xvid_bench.c:1.33->1.34
922    
923    ---------------------
924    Date: 2006/10/30 23:23:05
925    Author: chl
926    Branch: HEAD
927    Tag: (none)
928    Log:
929    nasm/yasm (at least my versions) didn't like the 0EH syntax in pshufd.
930    Change to 0x0E fixes it (thanks for the hint, skal!).
931    
932    Members:
933            src/plugins/x86_asm/plugin_ssim-a.asm:1.4->1.5
934    
935    ---------------------
936    Date: 2006/10/30 12:33:57
937    Author: Skal
938    Branch: HEAD
939    Tag: (none)
940    Log:
941    
942            + fix for rounding error while descaling
943    
944    Members:
945            src/plugins/x86_asm/plugin_ssim-a.asm:1.3->1.4
946    
947    ---------------------
948    Date: 2006/10/30 12:21:42
949    Author: Skal
950    Branch: HEAD
951    Tag: (none)
952    Log:
953    
954            + further patch for SSIM plugin by Johannes Reinhardt
955            + updated `xvid_bench 15` => there's still a little
956            rounding inaccuracy in the reported CRCs. Work in progress...
957    
958    Members:
959            examples/xvid_bench.c:1.32->1.33
960            examples/xvid_encraw.c:1.31->1.32
961            src/xvid.h:1.56->1.57
962            src/plugins/plugin_ssim.c:1.4->1.5
963            src/plugins/plugin_ssim.h:1.1->1.2
964            src/plugins/x86_asm/plugin_ssim-a.asm:1.2->1.3
965    
966    ---------------------
967    Date: 2006/10/30 11:52:00
968    Author: Skal
969    Branch: HEAD
970    Tag: (none)
971    Log:
972    
973            + added support for NULL u/v pointer in yv12_to_yv12* functions
974            (+little bug fix for the vflip case).
975            Added a bench in xvid_bench.c (`xvid_bench 16`)
976    
977    Members:
978            examples/xvid_bench.c:1.31->1.32
979            src/image/colorspace.c:1.12->1.13
980            src/image/x86_asm/colorspace_yuv_mmx.asm:1.5->1.6
981    
982    ---------------------
983    Date: 2006/10/29 09:04:02
984    Author: chl
985    Branch: HEAD
986    Tag: (none)
987    Log:
988    Simple handle to flooding chroma components with 0x80: set src->u and
989    src->v to NULL. To work with VFlip, set also src_uv_stride=0.
990    
991    Members:
992            src/image/colorspace.c:1.11->1.12
993    
994    ---------------------
995    Date: 2006/10/26 18:34:32
996    Author: Skal
997    Branch: HEAD
998    Tag: (none)
999    Log:
1000    
1001            slightly faster lum_8x8_mmx
1002    
1003    Members:
1004            src/plugins/x86_asm/plugin_ssim-a.asm:1.1->1.2
1005    
1006    ---------------------
1007    Date: 2006/10/16 06:46:01
1008    Author: Skal
1009    Branch: HEAD
1010    Tag: (none)
1011    Log:
1012            update totalPSNR[], whatever the ARG_PROGRESS
1013    
1014    Members:
1015            examples/xvid_encraw.c:1.30->1.31
1016    
1017    ---------------------
1018    Date: 2006/10/13 17:19:48
1019    Author: Skal
1020    Branch: HEAD
1021    Tag: (none)
1022    Log:
1023    
1024            bench on lum2x8 was wrong (uninitialized reads)
1025    
1026    Members:
1027            examples/xvid_bench.c:1.30->1.31
1028    
1029    ---------------------
1030    Date: 2006/10/13 17:16:25
1031    Author: Skal
1032    Branch: HEAD
1033    Tag: (none)
1034    Log:
1035    
1036            some more SSIM patches by Johannes
1037    
1038    Members:
1039            examples/xvid_bench.c:1.29->1.30
1040            examples/xvid_encraw.c:1.29->1.30
1041            src/plugins/plugin_ssim.c:1.3->1.4
1042    
1043    ---------------------
1044    Date: 2006/10/13 13:26:18
1045    Author: Skal
1046    Branch: HEAD
1047    Tag: (none)
1048    Log:
1049    
1050            wrong call to check_cpu_features() in case of non-ARCH_IS_IA32
1051    
1052    Members:
1053            src/image/image.c:1.37->1.38
1054    
1055    ---------------------
1056    Date: 2006/10/13 11:28:46
1057    Author: Skal
1058    Branch: HEAD
1059    Tag: (none)
1060    Log:
1061    
1062            removed the #ifndef WIN32 protection around xvid_plugin_ssim
1063    
1064    Members:
1065            examples/xvid_encraw.c:1.28->1.29
1066    
1067    ---------------------
1068    Date: 2006/10/13 10:39:07
1069    Author: Isibaar
1070    Branch: HEAD
1071    Tag: (none)
1072    Log:
1073    - Updated the MSVC project files plus some minor compilation fixes
1074    
1075    Members:
1076            build/win32/libxvidcore.dsp:1.13->1.14
1077            src/image/image.c:1.36->1.37
1078            src/plugins/plugin_ssim.c:1.2->1.3
1079    
1080    ---------------------
1081    Date: 2006/10/13 09:38:09
1082    Author: Skal
1083    Branch: HEAD
1084    Tag: (none)
1085    Log:
1086    
1087            + added a simple de-interlacing func (c + sse version),
1088            declared as xvid_image_deinterlace() in image.h
1089    
1090            Of course, one should prefer deinterlacing through some avisynth
1091            plugin, but...
1092    
1093            please update the dsp/dsw
1094    
1095    Members:
1096            build/generic/sources.inc:1.13->1.14
1097            src/image/image.c:1.35->1.36
1098            src/image/image.h:1.16->1.17
1099            src/image/x86_asm/deintl_sse.asm:INITIAL->1.1
1100    
1101    ---------------------
1102    Date: 2006/10/13 08:32:02
1103    Author: Skal
1104    Branch: HEAD
1105    Tag: (none)
1106    Log:
1107    
1108            + added a forgotten ARCH_IS_IA32
1109            + added some missing emms() after asm calls (since floats are used)
1110    
1111    Members:
1112            src/plugins/plugin_ssim.c:1.1->1.2
1113    
1114    ---------------------
1115    Date: 2006/10/11 16:55:28
1116    Author: Skal
1117    Branch: HEAD
1118    Tag: (none)
1119    Log:
1120    
1121            + added a bench for SSIM's internal function (`xvid_bench 15`)
1122    
1123    Members:
1124            examples/xvid_bench.c:1.28->1.29
1125    
1126    ---------------------
1127    Date: 2006/10/11 15:55:32
1128    Author: Skal
1129    Branch: HEAD
1130    Tag: (none)
1131    Log:
1132    
1133            + added SSIM plugin code
1134    
1135            Patch by Johannes Reinhardt at uni-konstanz dot de
1136    
1137    Members:
1138            build/generic/sources.inc:1.12->1.13
1139            src/xvid.h:1.55->1.56
1140            src/plugins/plugin_ssim.c:INITIAL->1.1
1141            src/plugins/plugin_ssim.h:INITIAL->1.1
1142            src/plugins/x86_asm/plugin_ssim-a.asm:INITIAL->1.1
1143    
1144    ---------------------
1145    Date: 2006/10/11 15:52:06
1146    Author: Skal
1147    Branch: HEAD
1148    Tag: (none)
1149    Log:
1150    
1151            + added SSIM pluging to xvid_encraw.c (only for non-WIN32
1152            for now)
1153            + modified Makefile to use generic/=build/libxvidcore.a
1154            direct path
1155    
1156            Patch by Johannes Reinhardt at uni-konstanz dot de
1157    
1158    Members:
1159            examples/Makefile:1.9->1.10
1160            examples/xvid_encraw.c:1.27->1.28
1161    
1162    ---------------------
1163    Date: 2006/09/22 05:40:11
1164    Author: syskin
1165    Branch: HEAD
1166    Tag: (none)
1167    Log:
1168    stop using cmov with mmx
1169    
1170    Members:
1171            src/quant/x86_asm/quantize_mpeg_mmx.asm:1.7->1.8
1172    
1173    ---------------------
1174    Date: 2006/09/11 00:42:15
1175    Author: Isibaar
1176    Branch: HEAD
1177    Tag: (none)
1178    Log:
1179    - small bug reported by Greg Handi
1180    
1181    Members:
1182            src/decoder.c:1.78->1.79
1183    
1184    ---------------------
1185    Date: 2006/09/03 10:46:56
1186    Author: Skal
1187    Branch: HEAD
1188    Tag: (none)
1189    Log:
1190    
1191            + added a protection flag XVID_SAFE_BS_TAIL for not reading
1192            more than 4byte past the end of the input buffer. This is
1193            disabled by default (because slow), and 8byte-padding of input
1194            buffer should be a prefered solution in case of problem.
1195            Please cross-check i didn't break something.
1196    
1197    
1198            Thanks to Liang Jian ( jianliang79 at gmail dot com ) for
1199            pointing out the problem.
1200    
1201    Members:
1202            src/bitstream/bitstream.h:1.23->1.24
1203    
1204    ---------------------
1205    Date: 2006/08/23 22:27:22
1206    Author: Skal
1207    Branch: HEAD
1208    Tag: (none)
1209    Log:
1210    
1211            Typo: use stride from data->current instead of data->reference
1212            Thanks to  Johannes.Reinhardt at uni-konstanz dot de
1213    
1214    Members:
1215            src/plugins/plugin_dump.c:1.2->1.3
1216    
1217    ---------------------
1218    Date: 2006/07/11 20:36:18
1219    Author: Isibaar
1220    Branch: HEAD
1221    Tag: (none)
1222    Log:
1223    - updated graphics
1224    
1225    Members:
1226            dshow/src/XviD_logo.bmp:1.2->1.3
1227            vfw/src/XviD_logo.bmp:1.2->1.3
1228            vfw/src/xvid.ico:1.1->1.2
1229    
1230    ---------------------
1231    Date: 2006/07/11 19:17:09
1232    Author: chl
1233    Branch: HEAD
1234    Tag: (none)
1235    Log:
1236    ARG_FRAMERATE=0. broke encoding with default
1237    
1238    Members:
1239            examples/xvid_encraw.c:1.26->1.27
1240    
1241    ---------------------
1242    Date: 2006/07/11 12:19:27
1243    Author: chl
1244    Branch: HEAD
1245    Tag: (none)
1246    Log:
1247    linking to pthread library was missing
1248    
1249    Members:
1250            examples/Makefile:1.8->1.9
1251    
1252    ---------------------
1253    Date: 2006/07/11 12:01:27
1254    Author: chl
1255    Branch: HEAD
1256    Tag: (none)
1257    Log:
1258    fissing .endfunc
1259    
1260    Members:
1261            src/quant/x86_asm/quantize_mpeg_mmx.asm:1.6->1.7
1262    
1263    ---------------------
1264    Date: 2006/07/10 19:39:23
1265    Author: Isibaar
1266    Branch: HEAD
1267    Tag: (none)
1268    Log:
1269    - updated profile definitions
1270    
1271    Members:
1272            vfw/src/codec.c:1.20->1.21
1273            vfw/src/config.c:1.31->1.32
1274            vfw/src/config.h:1.10->1.11
1275    
1276    ---------------------
1277    Date: 2006/07/10 19:25:23
1278    Author: Isibaar
1279    Branch: HEAD
1280    Tag: (none)
1281    Log:
1282    - increment bs version to 45
1283    
1284    Members:
1285            src/xvid.h:1.54->1.55
1286    
1287    ---------------------
1288    Date: 2006/07/10 10:09:59
1289    Author: syskin
1290    Branch: HEAD
1291    Tag: (none)
1292    Log:
1293    faster and waaay more precise mpeg intra quantization
1294    
1295    Members:
1296            src/encoder.h:1.31->1.32
1297            src/xvid.c:1.69->1.70
1298            src/quant/quant.h:1.6->1.7
1299            src/quant/quant_matrix.c:1.14->1.15
1300            src/quant/quant_matrix.h:1.7->1.8
1301            src/quant/quant_mpeg.c:1.2->1.3
1302            src/quant/x86_asm/quantize_mpeg_mmx.asm:1.5->1.6
1303            src/quant/x86_asm/quantize_mpeg_xmm.asm:1.5->1.6
1304            src/utils/mbtransquant.c:1.31->1.32
1305    
1306    ---------------------
1307    Date: 2006/07/08 16:19:04
1308    Author: Skal
1309    Branch: HEAD
1310    Tag: (none)
1311    Log:
1312    
1313            some compile fix... note: -start <int> only works for
1314            raw YUV input (type 0).
1315    
1316    Members:
1317            examples/xvid_encraw.c:1.25->1.26
1318    
1319    ---------------------
1320    Date: 2006/06/17 15:07:55
1321    Author: Isibaar
1322    Branch: HEAD
1323    Tag: (none)
1324    Log:
1325    - Enabled Skal's new SIMD optimizations for GMC
1326    
1327    Members:
1328            build/win32/libxvidcore.dsp:1.12->1.13
1329            src/motion/gmc.c:1.5->1.6
1330    
1331    ---------------------
1332    Date: 2006/06/16 12:08:28
1333    Author: syskin
1334    Branch: HEAD
1335    Tag: (none)
1336    Log:
1337    xvid_encraw with AVI input support, possible MKV output support, and all options/settings. Possibly the ugliest piece of code in our tree. Needs a rewrite.
1338    
1339    Members:
1340            examples/xvid_encraw.c:1.24->1.25
1341    
1342    ---------------------
1343    Date: 2006/06/14 23:44:07
1344    Author: Skal
1345    Branch: HEAD
1346    Tag: (none)
1347    Log:
1348    
1349            added mmx/sse2 code for GMC (3-pts only).
1350            new file: image/x86_asm/gmc_mmx.asm
1351    
1352            At this point, new GMC code isn't enabled (gmc.c:586).
1353            So: this commit should give binary-exact same input/output
1354            than before.
1355    
1356            dsp/dsw not updated.
1357    
1358    Members:
1359            build/generic/sources.inc:1.11->1.12
1360            src/xvid.c:1.68->1.69
1361            src/image/x86_asm/gmc_mmx.asm:INITIAL->1.1
1362            src/motion/gmc.c:1.4->1.5
1363            src/motion/gmc.h:1.2->1.3
1364    
1365    ---------------------
1366    Date: 2006/06/07 23:00:55
1367    Author: Skal
1368    Branch: HEAD
1369    Tag: (none)
1370    Log:
1371    
1372            + fix for a long-standing typo in the clipping value
1373            for 1-pts GMC prediction.
1374    
1375    Members:
1376            src/motion/gmc.c:1.3->1.4
1377    
1378    ---------------------
1379    Date: 2006/06/05 23:30:49
1380    Author: Skal
1381    Branch: HEAD
1382    Tag: (none)
1383    Log:
1384    
1385            + added a test_yuv() stub to test YUV functions,
1386            at least : yv12_to_yuyv and yv12_to_uyvy
1387    
1388    Members:
1389            examples/xvid_bench.c:1.27->1.28
1390    
1391    ---------------------
1392    Date: 2006/06/05 23:27:36
1393    Author: Skal
1394    Branch: HEAD
1395    Tag: (none)
1396    Log:
1397    
1398            + faster yv12->yuyv / uyvy MMX functions
1399            patch suggested by Carlo Bramini ( carlo bramix at libero dot it )
1400    
1401    Members:
1402            src/image/x86_asm/colorspace_yuyv_mmx.asm:1.6->1.7
1403    
1404    ---------------------
1405    Date: 2006/05/28 09:52:45
1406    Author: suxen_drol
1407    Branch: HEAD
1408    Tag: (none)
1409    Log:
1410    define _INTPTR_T_DEFINED
1411    
1412    Members:
1413            src/portab.h:1.55->1.56
1414    
1415    ---------------------
1416    Date: 2006/05/06 06:37:15
1417    Author: syskin
1418    Branch: HEAD
1419    Tag: (none)
1420    Log:
1421    missing #include b0rks compilation
1422    
1423    Members:
1424            src/plugins/plugin_lumimasking.c:1.5->1.6
1425    
1426    ---------------------
1427    Date: 2006/04/26 19:44:29
1428    Author: Skal
1429    Branch: HEAD
1430    Tag: (none)
1431    Log:
1432    
1433            + bswap and quant_h264_intra naming fix.
1434    
1435            Patch by Thomas Koeckerbauer ( k0055217 at students dot uni-linz dot ac dot at )
1436    
1437    Members:
1438            src/portab.h:1.54->1.55
1439            src/quant/quant.h:1.5->1.6
1440    
1441    ---------------------
1442    Date: 2006/04/25 17:19:27
1443    Author: syskin
1444    Branch: HEAD
1445    Tag: (none)
1446    Log:
1447    write stats file in the same directory as target file, not in root directory
1448    
1449    Members:
1450            vfw/src/config.h:1.9->1.10
1451    
1452    ---------------------
1453    Date: 2006/04/19 17:42:19
1454    Author: syskin
1455    Branch: HEAD
1456    Tag: (none)
1457    Log:
1458    final skip threshold had its sign reversed, oops
1459    
1460    Members:
1461            src/motion/estimation_pvop.c:1.21->1.22
1462    
1463    ---------------------
1464    Date: 2006/04/15 06:17:02
1465    Author: syskin
1466    Branch: HEAD
1467    Tag: (none)
1468    Log:
1469    s/max/MAX - *nix compilation bustage fix
1470    
1471    Members:
1472            src/plugins/plugin_lumimasking.c:1.4->1.5
1473    
1474    ---------------------
1475    Date: 2006/04/14 09:24:47
1476    Author: Skal
1477    Branch: HEAD
1478    Tag: (none)
1479    Log:
1480    
1481            preserve the intervening bytes in BitstreamInit()
1482    
1483            original reports by Alex Volkov and Liang Jian.
1484    
1485    Members:
1486            src/bitstream/bitstream.h:1.22->1.23
1487    
1488    ---------------------
1489    Date: 2006/04/13 22:48:06
1490    Author: Isibaar
1491    Branch: HEAD
1492    Tag: (none)
1493    Log:
1494    - debian patch by GomGom
1495    
1496    Members:
1497            debian/README.Debian:INITIAL->1.1
1498            debian/changelog:INITIAL->1.1
1499            debian/control:INITIAL->1.1
1500            debian/rules:INITIAL->1.1
1501    
1502    ---------------------
1503    Date: 2006/03/27 13:21:48
1504    Author: Skal
1505    Branch: HEAD
1506    Tag: (none)
1507    Log:
1508    
1509            fix for the visual_object_verid vs. video_object_layer_verid
1510            problem of 6.3.3, reported by Li Xiang (lixiang01 at gmail dot com)
1511            Thanks for report and test bitstreams!
1512    
1513    Members:
1514            src/decoder.c:1.77->1.78
1515            src/decoder.h:1.17->1.18
1516            src/bitstream/bitstream.c:1.55->1.56
1517    
1518    ---------------------
1519    Date: 2006/03/11 13:10:42
1520    Author: syskin
1521    Branch: HEAD
1522    Tag: (none)
1523    Log:
1524    let lumimasking work with quant 1 too
1525    
1526    Members:
1527            src/plugins/plugin_lumimasking.c:1.3->1.4
1528    
1529    ---------------------
1530    Date: 2006/03/05 05:01:07
1531    Author: syskin
1532    Branch: HEAD
1533    Tag: (none)
1534    Log:
1535    detect pthreads and add proper linking flags if they are found. patch by caro from irc
1536    
1537    Members:
1538            build/generic/configure.in:1.20->1.21
1539    
1540    ---------------------
1541    Date: 2006/03/03 12:54:58
1542    Author: syskin
1543    Branch: HEAD
1544    Tag: (none)
1545    Log:
1546    fixed destructor bug - temp lamdas not freed
1547    
1548    Members:
1549            src/encoder.c:1.127->1.128
1550    
1551    ---------------------
1552    Date: 2006/02/27 13:16:04
1553    Author: suxen_drol
1554    Branch: HEAD
1555    Tag: (none)
1556    Log:
1557    mingw compatibility, remove gcc warnings
1558    
1559    Members:
1560            src/motion/motion_smp.h:1.3->1.4
1561    
1562    ---------------------
1563    Date: 2006/02/27 01:24:02
1564    Author: syskin
1565    Branch: HEAD
1566    Tag: (none)
1567    Log:
1568    synchronize only once *slaps forhead*
1569    
1570    Members:
1571            src/motion/estimation_pvop.c:1.20->1.21
1572    
1573    ---------------------
1574    Date: 2006/02/27 01:22:31
1575    Author: syskin
1576    Branch: HEAD
1577    Tag: (none)
1578    Log:
1579    cosmetics; make it compile on linux and others without #defines
1580    
1581    Members:
1582            src/motion/motion_smp.h:1.2->1.3
1583    
1584    ---------------------
1585    Date: 2006/02/26 02:52:34
1586    Author: suxen_drol
1587    Branch: HEAD
1588    Tag: (none)
1589    Log:
1590    add debug.c
1591    
1592    Members:
1593            dshow/dshow.dsp:1.6->1.7
1594            dshow/src/debug.c:INITIAL->1.1
1595            dshow/src/debug.h:1.5->1.6
1596    
1597    ---------------------
1598    Date: 2006/02/25 05:41:12
1599    Author: suxen_drol
1600    Branch: HEAD
1601    Tag: (none)
1602    Log:
1603    win32: populate info.num_thread fields using GetProcessAffinityMask()
1604    
1605    Members:
1606            src/xvid.c:1.67->1.68
1607    
1608    ---------------------
1609    Date: 2006/02/25 02:20:41
1610    Author: syskin
1611    Branch: HEAD
1612    Tag: (none)
1613    Log:
1614    oops I forgot to commit these yesterday ;_;
1615    
1616    Members:
1617            src/motion/estimation_bvop.c:1.24->1.25
1618            src/motion/estimation_pvop.c:1.19->1.20
1619    
1620    ---------------------
1621    Date: 2006/02/25 00:35:04
1622    Author: suxen_drol
1623    Branch: HEAD
1624    Tag: (none)
1625    Log:
1626    add minfcode and minbcode members to SMPmotionData struct
1627    
1628    Members:
1629            src/motion/motion_smp.h:1.1->1.2
1630    
1631    ---------------------
1632    Date: 2006/02/24 23:59:07
1633    Author: suxen_drol
1634    Branch: HEAD
1635    Tag: (none)
1636    Log:
1637    prevent segfault when encoding application calls compress_end with NULL codec context (PerfectDark at yandex dot ru)
1638    
1639    Members:
1640            vfw/src/codec.c:1.19->1.20
1641    
1642    ---------------------
1643    Date: 2006/02/24 15:18:59
1644    Author: syskin
1645    Branch: HEAD
1646    Tag: (none)
1647    Log:
1648    SMP update - don't run encoding in parallel after all
1649    
1650    Members:
1651            src/encoder.c:1.126->1.127
1652    
1653    ---------------------
1654    Date: 2006/02/24 11:39:23
1655    Author: syskin
1656    Branch: HEAD
1657    Tag: (none)
1658    Log:
1659    support -threads parameter (defaults to zero)
1660    
1661    Members:
1662            examples/xvid_encraw.c:1.23->1.24
1663    
1664    ---------------------
1665    Date: 2006/02/24 09:46:22
1666    Author: syskin
1667    Branch: HEAD
1668    Tag: (none)
1669    Log:
1670    multithreaded encoding
1671    
1672    Members:
1673            src/encoder.c:1.125->1.126
1674            src/encoder.h:1.30->1.31
1675            src/motion/estimation_bvop.c:1.23->1.24
1676            src/motion/estimation_pvop.c:1.18->1.19
1677            src/motion/motion_smp.h:INITIAL->1.1
1678    
1679    ---------------------
1680    Date: 2006/02/24 09:33:52
1681    Author: syskin
1682    Branch: HEAD
1683    Tag: (none)
1684    Log:
1685    enable number of threads; treat is as any other config (no auto-detection)
1686    
1687    Members:
1688            vfw/src/config.c:1.30->1.31
1689    
1690    ---------------------
1691    Date: 2006/02/23 08:22:43
1692    Author: syskin
1693    Branch: HEAD
1694    Tag: (none)
1695    Log:
1696    reset dquant table, all of it
1697    
1698    Members:
1699            src/encoder.c:1.124->1.125
1700    
1701    ---------------------
1702    Date: 2006/02/15 21:58:43
1703    Author: Isibaar
1704    Branch: HEAD
1705    Tag: (none)
1706    Log:
1707    - N-VOP patch by Andrew Dunstan
1708    
1709    Members:
1710            src/encoder.c:1.123->1.124
1711    
1712    ---------------------
1713    Date: 2006/02/15 20:16:39
1714    Author: Isibaar
1715    Branch: HEAD
1716    Tag: (none)
1717    Log:
1718    Bugfix: Decoding was prematurely terminated upon EOF
1719    
1720    Members:
1721            examples/xvid_decraw.c:1.23->1.24
1722    
1723    ---------------------
1724    Date: 2006/01/19 23:25:18
1725    Author: Isibaar
1726    Branch: HEAD
1727    Tag: (none)
1728    Log:
1729    - Added MV bits to statistics
1730    
1731    Members:
1732            src/encoder.c:1.122->1.123
1733            src/encoder.h:1.29->1.30
1734            src/bitstream/mbcoding.c:1.52->1.53
1735    
1736    ---------------------
1737    Date: 2006/01/17 20:06:25
1738    Author: Isibaar
1739    Branch: HEAD
1740    Tag: (none)
1741    Log:
1742    - Removed the 9999 frames encode limit from xvid_encraw
1743    
1744    Members:
1745            examples/xvid_encraw.c:1.22->1.23
1746    
1747    ---------------------
1748    Date: 2006/01/09 01:39:43
1749    Author: Isibaar
1750    Branch: HEAD
1751    Tag: (none)
1752    Log:
1753    - fix for EMT64 platform
1754    
1755    Members:
1756            src/xvid.c:1.66->1.67
1757    
1758    ---------------------
1759    Date: 2006/01/08 23:25:57
1760    Author: Isibaar
1761    Branch: HEAD
1762    Tag: (none)
1763    Log:
1764    - Increased the bs_version to 43
1765    
1766    Members:
1767            src/xvid.h:1.53->1.54
1768    
1769    ---------------------
1770    Date: 2005/12/30 15:04:49
1771    Author: Isibaar
1772    Branch: HEAD
1773    Tag: (none)
1774    Log:
1775    - Initialize dec->bs_version to high value. Before it seemed unititalized for
1776      non XviD streams...
1777    
1778    Members:
1779            src/decoder.c:1.76->1.77
1780    
1781    ---------------------
1782    Date: 2005/12/30 14:52:32
1783    Author: Isibaar
1784    Branch: HEAD
1785    Tag: (none)
1786    Log:
1787    - Made the debug build config link again
1788    
1789    Members:
1790            dshow/dshow.dsp:1.5->1.6
1791            dshow/src/debug.h:1.4->1.5
1792    
1793    ---------------------
1794    Date: 2005/12/24 02:06:20
1795    Author: Isibaar
1796    Branch: HEAD
1797    Tag: (none)
1798    Log:
1799    - (hopefully) fixed the decoder bugs reported by Michael Niedermayer
1800    
1801    Members:
1802            src/decoder.c:1.75->1.76
1803    
1804    ---------------------
1805    Date: 2005/12/18 07:52:12
1806    Author: syskin
1807    Branch: HEAD
1808    Tag: (none)
1809    Log:
1810    cleanup; skip decision moved to separate function
1811    
1812    Members:
1813            src/motion/estimation_pvop.c:1.17->1.18
1814            src/motion/motion.h:1.23->1.24
1815    
1816    ---------------------
1817    Date: 2005/12/18 03:55:54
1818    Author: syskin
1819    Branch: HEAD
1820    Tag: (none)
1821    Log:
1822    -freduce-all-givs not supporeted by gcc4 - easiest to just remove
1823    
1824    Members:
1825            dshow/Makefile:1.5->1.6
1826            vfw/bin/Makefile:1.4->1.5
1827    
1828    ---------------------
1829    Date: 2005/12/17 14:57:15
1830    Author: syskin
1831    Branch: HEAD
1832    Tag: (none)
1833    Log:
1834    stupid typo in latest patch
1835    
1836    Members:
1837            src/image/image.c:1.34->1.35
1838    
1839    ---------------------
1840    Date: 2005/12/17 13:04:52
1841    Author: syskin
1842    Branch: HEAD
1843    Tag: (none)
1844    Log:
1845    easier image_interpolate() call, absolete comments removed
1846    
1847    Members:
1848            src/encoder.c:1.121->1.122
1849            src/image/image.c:1.33->1.34
1850            src/image/image.h:1.15->1.16
1851    
1852    ---------------------
1853    Date: 2005/12/17 12:24:32
1854    Author: syskin
1855    Branch: HEAD
1856    Tag: (none)
1857    Log:
1858    ancient useless code removed
1859    
1860    Members:
1861            src/image/image.c:1.32->1.33
1862    
1863    ---------------------
1864    Date: 2005/12/10 06:20:35
1865    Author: syskin
1866    Branch: HEAD
1867    Tag: (none)
1868    Log:
1869    slightly better trellis - check at least 3 coefficients. 0.05dB better with no measurable speed penalty
1870    
1871    Members:
1872            src/utils/mbtransquant.c:1.30->1.31
1873    
1874    ---------------------
1875    Date: 2005/12/09 05:45:35
1876    Author: syskin
1877    Branch: HEAD
1878    Tag: (none)
1879    Log:
1880    expose VHQ and Trellis lambdas to HVS plugins
1881    
1882    Members:
1883            src/encoder.c:1.120->1.121
1884            src/encoder.h:1.28->1.29
1885            src/global.h:1.24->1.25
1886            src/xvid.h:1.52->1.53
1887            src/motion/estimation_rd_based.c:1.13->1.14
1888            src/motion/estimation_rd_based_bvop.c:1.9->1.10
1889            src/utils/mbtransquant.c:1.29->1.30
1890    
1891    ---------------------
1892    Date: 2005/12/09 05:39:49
1893    Author: syskin
1894    Branch: HEAD
1895    Tag: (none)
1896    Log:
1897    tuning lambdas for better PSNR and vhq0 mode decision
1898    
1899    Members:
1900            src/motion/estimation.h:1.12->1.13
1901            src/motion/estimation_common.c:1.12->1.13
1902    
1903    ---------------------
1904    Date: 2005/11/25 13:07:01
1905    Author: chl
1906    Branch: HEAD
1907    Tag: (none)
1908    Log:
1909    remove "xvid" in PGM-header, so xvid_encraw understands it
1910    
1911    Members:
1912            examples/xvid_decraw.c:1.22->1.23
1913    
1914    ---------------------
1915    Date: 2005/11/22 11:53:10
1916    Author: suxen_drol
1917    Branch: HEAD
1918    Tag: (none)
1919    Log:
1920    update cvs-head to reflect xvid-1.2 development status:
1921            set build string to "xvid-1.2.0-dev"
1922            set XVID_VERSION to 1.2.-127
1923            set XVID_BS_VERSION to 40
1924            set XVID_UNSTABLE
1925    
1926    Members:
1927            src/xvid.c:1.65->1.66
1928            src/xvid.h:1.51->1.52
1929    
1930    ---------------------
1931    Date: 2005/11/22 11:23:01
1932    Author: suxen_drol
1933    Branch: HEAD
1934    Tag: (none)
1935    Log:
1936    cleanings in code spotted by sparse (ed dot gomez at free dot fr>
1937    
1938    Members:
1939            src/decoder.c:1.74->1.75
1940            src/encoder.c:1.119->1.120
1941            src/xvid.c:1.64->1.65
1942            src/bitstream/bitstream.c:1.54->1.55
1943            src/dct/idct.c:1.8->1.9
1944            src/image/colorspace.c:1.10->1.11
1945            src/image/font.c:1.6->1.7
1946            src/image/qpel.c:1.7->1.8
1947            src/motion/estimation_rd_based.c:1.12->1.13
1948            src/motion/estimation_rd_based_bvop.c:1.8->1.9
1949            src/prediction/mbprediction.c:1.17->1.18
1950            src/utils/emms.c:1.10->1.11
1951            src/utils/mbtransquant.c:1.28->1.29
1952            src/utils/timer.h:1.10->1.11
1953    
1954    ---------------------
1955    Date: 2005/11/03 06:44:07
1956    Author: Skal
1957    Branch: HEAD
1958    Tag: (none)
1959    Log:
1960    
1961            typo fixed (thanks squid_80)
1962    
1963    Members:
1964            examples/xvid_bench.c:1.26->1.27
1965    
1966    ---------------------
1967    Date: 2005/10/26 14:38:33
1968    Author: Skal
1969    Branch: HEAD
1970    Tag: (none)
1971    Log:
1972    
1973             + removed the x_Ref%4 in qpel.h, in favor of x_Ref>>2.
1974            As suggested by Gruel, there might be a compiler
1975            problem for some very very exotic platform.
1976            Hence, i've added a test_compiler() in xvid_bench.c, to
1977            be sure everything are ok. Hope the test is correct.
1978    
1979            + added benches for interlaced decoding, as supplied
1980            by Christoph Kühnel (info at intek-darmstadt dot de).
1981            Thanks a lot.
1982    
1983    Members:
1984            examples/xvid_bench.c:1.25->1.26
1985            src/image/qpel.h:1.6->1.7
1986    
1987    ---------------------
1988    Date: 2005/10/23 00:32:44
1989    Author: Isibaar
1990    Branch: HEAD
1991    Tag: (none)
1992    Log:
1993    - Renamed and extended the profiles
1994    
1995    Members:
1996            vfw/src/codec.c:1.18->1.19
1997            vfw/src/config.c:1.29->1.30
1998            vfw/src/config.h:1.8->1.9
1999    
2000    ---------------------
2001    Date: 2005/10/16 02:00:04
2002    Author: suxen_drol
2003    Branch: HEAD
2004    Tag: (none)
2005    Log:
2006    vfw quality presets
2007    
2008    Members:
2009            vfw/src/codec.c:1.17->1.18
2010            vfw/src/config.c:1.28->1.29
2011            vfw/src/config.h:1.7->1.8
2012            vfw/src/resource.h:1.9->1.10
2013            vfw/src/resource.rc:1.21->1.22
2014    
2015    ---------------------
2016    Date: 2005/10/09 09:38:33
2017    Author: suxen_drol
2018    Branch: HEAD
2019    Tag: (none)
2020    Log:
2021    TODO/Changelog update
2022    
2023    Members:
2024            ChangeLog:1.13->1.14
2025            TODO:1.7->1.8
2026    
2027    2005/10/8 0:58:2, 'suxen_drol'
2028            compatibility with haali media splitter:
2029            - FORMAT_MPEG2Video support
2030            - handle uppercase MP4V fourcc/clsid
2031    
2032    2005/10/7 15:2:28, 'suxen_drol'
2033            minor xvid_{enc,dec}_raw fixes:
2034            - fix clock resolution (thanks yuri khan)
2035            - link vfw32.lib for win32 avifile support
2036            - honour avifile stream length
2037    
2038    2005/10/6 18:28:31, 'Isibaar'
2039            - added avi/avs input support
2040            - various new options
2041    
2042    2005/10/6 10:46:42, 'Isibaar'
2043            - Wiped the remainders of RRV encoding support
2044            - Marked the RRV flags as obsolete in xvid.h API
2045    
2046    2005/10/5 11:20:22, 'suxen_drol'
2047            vfw: replace "Picture Aspect Ratio" with "Display Aspect Ratio"
2048    
2049    2005/9/24 3:10:37, 'suxen_drol'
2050            bugfix: calc_cbp_mmx was ignoring negative coeff case. have replaced "coeff_sum>0" evaluation with "coeff_sum != 0"
2051            see http://forum.doom9.org/showthread.php?t=100275 for description of bug.
2052    
2053    2005/9/23 12:53:35, 'suxen_drol'
2054            +ve/-ve cbp test (to demonstrate fault with current calc_cbp_mmx function
2055    
2056    2005/9/20 11:54:11, 'suxen_drol'
2057            > > -      uint32_t intra_dc_threshold; /* fake variable */
2058            > > +      int intra_dc_threshold; /* fake variable */
2059            This patch fixes a warning spotted by gcc 4.0.1, because &intra_dc_threshold
2060            is passed to some function which expects a int*, not a uint32_t* (on 64bit this
2061            is important, even if this is fake data, the callee could corrupt the stack
2062            writing 64bit to a 32bit allocated destination)
2063    
2064    2005/9/20 11:51:40, 'suxen_drol'
2065            msvc fails on void* arithmetic in xvid_bench.c
2066    
2067    2005/9/20 11:19:34, 'suxen_drol'
2068            update example documentation to "newer" commandline arguments for encraw/decraw (the arguments were changed ~2003).
2069            bugfix: prevent endless loop when useful_bytes==1 within xvid_decraw.c
2070    
2071    2005/9/18 1:34:13, 'suxen_drol'
2072            renamed dshow "Aspect_Ratio" registry key to "Decoder_Aspect_Ratio", in order to prevent conflict with vfw encoder registry key.
2073    
2074    2005/9/15 10:52:28, 'suxen_drol'
2075            bugfix: support for aspect ratio when decoding unpacked b-frames
2076    
2077    2005/9/15 10:55:29, 'suxen_drol'
2078            OutputDebugString cleanup
2079    
2080    2005-09-19 19:37:45 GMT                                         patch-38
2081    
2082        Summary:
2083          Renamed dshow aspect ratio registry key
2084        Revision:
2085          xvidcore--head--0.0--patch-38
2086    
2087        From pete:
2088         * Renamed dshow "Aspect_Ratio" registry key to "Decoder_Aspect_Ratio",
2089           in order to prevent conflict with vfw encoder registry key.
2090    
2091        modified files:
2092         dshow/src/config.c
2093    
2094    
2095    2005-09-15 16:30:59 GMT                                         patch-37
2096    
2097        Summary:
2098          Field interlaced decoding
2099        Revision:
2100          xvidcore--head--0.0--patch-37
2101    
2102        From Christoph Kuehnel:
2103    
2104          * decoder.c
2105            - Some new defines for DIV
2106            - <decoder_mb_decode> modified: had wrong address offsets for
2107              interlaced
2108            - <decoder_mbinter_field> = new function for interlaced
2109            - <get_motion_vector_interlaced> = new function for interlaced
2110              motion vector prediction
2111            - <decoder_pframe> modified so that it differs between frame and
2112              field prediction
2113    
2114          * global.h
2115            - For field motion prediction MACORBLOCK has new member that is the
2116              average of field1 and field2 motion vector = <mvs_avg>
2117    
2118  2003-11-13 23:09:34 GMT                                         patch-95        * xvid.c
2119            - For field predicted macroblocks we need new field oriented transfer
2120      Summary:            functions.
2121        8x8 16bit Block SSE optimization.            For colour calculations they may only process 4 lines (one field
2122      Revision:            from the colour macroblock that is 8x8). So I introduced 4 new
2123        xvidcore--devapi4--1.0--patch-95            function pointers:
2124              <transfer8x4_copy, interpolate8x4_ ...>
2125    
2126      MMXed the calculation of SSE for 8x8 16bit blocks. This helps quite        * mbcoding.c
2127      a lot VHQ=4 mode.          - _DEBUG code; index is checked against 64
2128    
2129      My tests show with trellis:chroma_me:        * interpolate8x8.[c,h,asm]
2130       - ~20% speed improvement for vhq=4.          - New 8x4 functions
      - at least 5% when using vhq=1.  
2131    
2132      Of course this speedup vanishes if more CPU intensive features are used.        * mbpredicition.[c,h]
2133      CruNcher who used gmc/qpel, noticed "only" a ~5% speed improvement.          - New function <get_pmv2_interlaced> for interlaced prediciton
2134              according to spec
2135    
2136      NB: i'm of course talking about overall speed improvement. Such a small        * mem_transfer.[c,h,asm]
2137          patch for such a big improvement :-)          - New 8x4 function
2138    
2139      modified files:      modified files:
2140       src/motion/estimation_rd_based.c src/motion/sad.c       AUTHORS src/bitstream/mbcoding.c src/decoder.c src/global.h
2141       src/motion/sad.h src/motion/x86_asm/sad_mmx.asm src/xvid.c       src/image/image.c src/image/image.h src/image/interpolate8x8.c
2142         src/image/interpolate8x8.h
2143         src/image/x86_asm/interpolate8x8_3dn.asm
2144         src/image/x86_asm/interpolate8x8_3dne.asm
2145         src/image/x86_asm/interpolate8x8_mmx.asm
2146         src/image/x86_asm/interpolate8x8_xmm.asm
2147         src/prediction/mbprediction.c src/prediction/mbprediction.h
2148         src/utils/mem_transfer.c src/utils/mem_transfer.h
2149         src/utils/x86_asm/mem_transfer_3dne.asm
2150         src/utils/x86_asm/mem_transfer_mmx.asm src/xvid.c
2151         vfw/src/config.c vfw/src/driverproc.c
2152    
2153    
2154  2003-11-13 22:34:33 GMT                                         patch-94  2005-09-15 16:27:07 GMT                                         patch-36
2155    
2156      Summary:      Summary:
2157        Various small bug fixes.        Optimiozed cbp operator on IA32
2158      Revision:      Revision:
2159        xvidcore--devapi4--1.0--patch-94        xvidcore--head--0.0--patch-36
2160    
2161      * encoder.c: GMC code fix in encoder.c. Now gmcval is initialized correctly      From carlo dot bramix at libero dot it:
2162        when using GME.       - Optimized CBP opeartor for ia32 arch
     * xvid_decraw.c: Fix elementary stream output.  
     * plugin_2pass2.c: Small parsing bug in stats reading in 2pass2.  
     * decoder.c: Read resync markers in bframes.  
2163    
2164      modified files:      modified files:
2165       examples/xvid_decraw.c src/decoder.c src/encoder.c       examples/xvid_bench.c src/bitstream/x86_asm/cbp_mmx.asm
      src/plugins/plugin_2pass2.c  
2166    
2167    
2168  2003-11-11 16:24:05 GMT                                         patch-93  2005-09-15 16:20:49 GMT                                         patch-35
2169    
2170      Summary:      Summary:
2171        VFW update for overflow control        OutputDebugStream cleanup
2172      Revision:      Revision:
2173        xvidcore--devapi4--1.0--patch-93        xvidcore--head--0.0--patch-35
   
     From Koepi.  
     * Added widget and code for overflow control strength.  
     * Removed widgets for payback options and kfthresholds.  
     * Activated frame stats in DebugOutputView all the time.  
2174    
2175      From me:      From pete:
2176      * Activated static motion detection in cartoon mode.       - OutputDebugStream cleanup
2177    
2178      modified files:      modified files:
2179       vfw/src/codec.c vfw/src/config.c vfw/src/resource.h       dshow/dshow.dsp dshow/sources.inc dshow/src/CXvidDecoder.cpp
2180       vfw/src/resource.rc       dshow/src/debug.h
2181    
2182    
2183  2003-11-09 20:47:47 GMT                                         patch-92  2005-07-26 23:32:52 GMT                                         patch-34
2184    
2185      Summary:      Summary:
2186        New two pass code.        Long standing error in xvid_decraw for big endian hosts
2187      Revision:      Revision:
2188        xvidcore--devapi4--1.0--patch-92        xvidcore--head--0.0--patch-34
   
     New two pass code. I may say it's just a fixed version, though it looks  
     more like a "take all the ideas and write it again" version. It performs  
     better with all natural sequences i have and a bit worse with anime.  
2189    
2190      Including it now, allow me improving the code during the beta releases.      From ed.gomez, spoted by Paul Kurucz ptk9417 at ritvax.isc.rit.edu
2191         * No width and height declared in write_tga bug.
2192    
2193      modified files:      modified files:
2194       src/encoder.c src/plugins/plugin_2pass1.c       examples/xvid_decraw.c
      src/plugins/plugin_2pass2.c src/xvid.h vfw/src/codec.c  
      vfw/src/config.c vfw/src/config.h  
2195    
2196    
2197  2003-11-09 17:07:16 GMT                                         patch-91  2005-07-25 19:45:25 GMT                                         patch-33
2198    
2199      Summary:      Summary:
2200        Fixes for bframe compensation (used in psnr tests).        Fix big endian tga output for decraw.
2201      Revision:      Revision:
2202        xvidcore--devapi4--1.0--patch-91        xvidcore--head--0.0--patch-33
2203    
2204      * transfer_8to16_sub2_(c|mmx|xmm|3dne) write back the compensated      From ed.gomez:
2205        result to current frame pointer.       * Writing pointed data is always better than memory
2206      * transfer_8to16_sub2_mmx uses proper rounding (a+b+1)/2. The +1         addresses
       operation was missing.  
     * Blocks skipped in bframes must be compensated for psnr computing.  
2207    
2208      modified files:      modified files:
2209       src/encoder.c src/motion/estimation_bvop.c       examples/xvid_decraw.c
      src/utils/mem_transfer.c  
      src/utils/x86_asm/mem_transfer_3dne.asm  
      src/utils/x86_asm/mem_transfer_mmx.asm  
2210    
2211    
2212  2003-11-05 16:05:44 GMT                                         patch-90  2005-07-14 14:25:43 GMT                                         patch-32
2213    
2214      Summary:      Summary:
2215        Speed improvement not wasting setedges and interpolate calls.        Disable packed-bframes widget for dxn profile
2216      Revision:      Revision:
2217        xvidcore--devapi4--1.0--patch-90        xvidcore--head--0.0--patch-32
2218    
2219      Patch from syskin.      From pete:
2220         * Disable packed-bframes widget for dxn profile
     * This patch avoids calling setedges and interpolate for uneeded cases:  
        - setedges is only called once per frame.  
        - interpolate is called only when the previous rounding  
          was different from the one needed.  
     * Interpolation has been optimized a bit for qpel case, we do the  
       hv pass down to top to use the cache more efficiently (hope so).  
2221    
2222      modified files:      modified files:
2223       src/encoder.c src/encoder.h src/image/image.c       vfw/src/config.c
2224    
2225    
2226  2003-11-03 19:51:12 GMT                                         patch-89  2005-07-14 14:22:53 GMT                                         patch-31
2227    
2228      Summary:      Summary:
2229        SSE2 dev16 fix + xvid_bench DCT block alignments.        Fixed qpel for gcc4 and x86_64
2230      Revision:      Revision:
2231        xvidcore--devapi4--1.0--patch-89        xvidcore--head--0.0--patch-31
2232    
2233        From Martin Drab <drab at kepler dot fjfi dot cvut dot cz>
2234         * Incomplete type definitions are not supported in GCC4 and newer.
2235           This was breaking x86_64.
2236    
2237      * Small error fixed by Skal in his dev16 code (missing pshufd).      From ed.gomez:
2238      * Blocks used by DCT tests are now aligned with DECLARE_ALIGNED_MATRIX       * If both generic and x86_64 share 90% of the array declaration,
2239        this avoids the well know segfaults when using SSE2 instructions that         better use an extern macro. Makes teh code clearer.
       suppose data alignment.  
2240    
2241      modified files:      modified files:
2242       examples/xvid_bench.c src/motion/x86_asm/sad_sse2.asm       src/image/qpel.c
2243    
2244    
2245  2003-11-03 15:42:23 GMT                                         patch-88  2005-07-14 14:11:24 GMT                                         patch-30
2246    
2247      Summary:      Summary:
2248        Align .rodata section for non coff objects        Added VHQ support to xvid_encraw
2249      Revision:      Revision:
2250        xvidcore--devapi4--1.0--patch-88        xvidcore--head--0.0--patch-30
   
     Align .rodata section for non coff objects  
2251    
2252        From skal:
2253         * Added VHQ support to xvid_encraw
2254    
2255      modified files:      modified files:
2256       src/bitstream/x86_asm/cbp_mmx.asm       examples/xvid_encraw.c
      src/bitstream/x86_asm/cbp_sse2.asm  
      src/dct/x86_asm/fdct_mmx_ffmpeg.asm  
      src/dct/x86_asm/fdct_mmx_skal.asm  
      src/dct/x86_asm/fdct_sse2_skal.asm  
      src/dct/x86_asm/idct_3dne.asm src/dct/x86_asm/idct_mmx.asm  
      src/dct/x86_asm/idct_sse2_dmitry.asm  
      src/dct/x86_asm/simple_idct_mmx.asm  
      src/image/x86_asm/colorspace_rgb_mmx.asm  
      src/image/x86_asm/colorspace_yuyv_mmx.asm  
      src/image/x86_asm/interpolate8x8_3dn.asm  
      src/image/x86_asm/interpolate8x8_3dne.asm  
      src/image/x86_asm/interpolate8x8_mmx.asm  
      src/image/x86_asm/interpolate8x8_xmm.asm  
      src/image/x86_asm/qpel_mmx.asm  
      src/image/x86_asm/reduced_mmx.asm  
      src/motion/x86_asm/sad_3dn.asm src/motion/x86_asm/sad_3dne.asm  
      src/motion/x86_asm/sad_mmx.asm src/motion/x86_asm/sad_sse2.asm  
      src/motion/x86_asm/sad_xmm.asm  
      src/quant/x86_asm/quantize_h263_3dne.asm  
      src/quant/x86_asm/quantize_h263_mmx.asm  
      src/quant/x86_asm/quantize_mpeg_mmx.asm  
      src/quant/x86_asm/quantize_mpeg_xmm.asm  
      src/utils/x86_asm/cpuid.asm  
      src/utils/x86_asm/interlacing_mmx.asm  
      src/utils/x86_asm/mem_transfer_3dne.asm  
2257    
2258    
2259  2003-11-02 23:01:43 GMT                                         patch-87  2005-06-26 15:05:01 GMT                                         patch-29
2260    
2261      Summary:      Summary:
2262        SSE2 update        Merge noise
2263      Revision:      Revision:
2264        xvidcore--devapi4--1.0--patch-87        xvidcore--head--0.0--patch-29
2265    
2266      * Added Dmitry SSE2 iDCT code back.      From ed.gomez:
2267      * Plugged Dmitry iDCT as default for SSE2       - Merge noise forgotten bit. Other small differences exist with
2268      * Fixed a bug in xvid_bench that was making it would test some CPU         the CVS tree, but i consider them to not fullfill the local
2269        instruction set w/o host CPU support. xvidcore init was simply         code style and thus don't fit well...
       discarding irrelevant cpu flags.  
   
     new files:  
      src/dct/x86_asm/.arch-ids/idct_sse2_dmitry.asm.id  
      src/dct/x86_asm/idct_sse2_dmitry.asm  
2270    
2271      modified files:      modified files:
2272       build/generic/sources.inc build/win32/libxvidcore.dsp       src/dct/idct.h
      examples/xvid_bench.c src/dct/fdct.h src/dct/idct.h src/xvid.c  
2273    
2274    
2275  2003-10-31 14:53:26 GMT                                         patch-86  2005-06-26 15:02:05 GMT                                         patch-28
2276    
2277      Summary:      Summary:
2278        Better handling of old windres versions + GNU make dependency.        Bench updates
2279      Revision:      Revision:
2280        xvidcore--devapi4--1.0--patch-86        xvidcore--head--0.0--patch-28
2281    
2282      Old versions of GNU windres (<2.14) don't have the same short options.      From skal:
2283      But long options remain the same so it's better to use long option names       - Fixed bench for big endian platforms, updated tests
     to have ful compatibility with older versions.  
   
     The Makefile appears to be dependent on GNU make because shell expansion  
     for retrieving the path of the Makefile is wrong when using `` even with  
     a single expansion assignment :=. It keeps being expanded when used.  
2284    
2285      modified files:      modified files:
2286       doc/INSTALL vfw/bin/Makefile       examples/bench.pl examples/bench_list.pl examples/xvid_bench.c
2287    
2288    
2289  2003-10-29 11:31:28 GMT                                         patch-85  2005-06-26 14:59:17 GMT                                         patch-27
2290    
2291      Summary:      Summary:
2292        Added sse2 f/iDCT code from skal        Optimized C mem transfer functions
2293      Revision:      Revision:
2294        xvidcore--devapi4--1.0--patch-85        xvidcore--head--0.0--patch-27
   
     * Added sse2 f/iDCT code from skal  
     * Added hooking in xvid.c  
2295    
2296      new files:      From skal:
2297       src/dct/x86_asm/.arch-ids/fdct_sse2_skal.asm.id       - Optimized C mem transfer funcs, disabled for safety.
2298       src/dct/x86_asm/fdct_sse2_skal.asm         Enabled by undefining USE_REFERENCE_CODE at the top of
2299           the mem_transfer.c file
2300    
2301      modified files:      modified files:
2302       build/generic/sources.inc build/win32/libxvidcore.dsp       src/utils/mem_transfer.c
      src/xvid.c  
2303    
2304    
2305  2003-10-29 00:19:10 GMT                                         patch-84  2005-06-26 14:55:35 GMT                                         patch-26
2306    
2307      Summary:      Summary:
2308        Fix the static motion detection        Optimized gcd
2309      Revision:      Revision:
2310        xvidcore--devapi4--1.0--patch-84        xvidcore--head--0.0--patch-26
   
     Fix the static motion detection  
2311    
2312        From skal:
2313         - Optmized GCD, added test for gcd in xvid_bench
2314    
2315      modified files:      modified files:
2316       src/motion/estimation_pvop.c       examples/xvid_bench.c src/encoder.c
2317    
2318    
2319  2003-10-28 23:39:46 GMT                                         patch-83  2005-06-26 14:51:35 GMT                                         patch-25
2320    
2321      Summary:      Summary:
2322        Added cartoon option handling.        Fixed write_video_packet_header
2323      Revision:      Revision:
2324        xvidcore--devapi4--1.0--patch-83        xvidcore--head--0.0--patch-25
2325    
2326      Added cartoon widgets + handling code.      From Sigdrak at free.fr:
2327         - Fix write_video_packet_header() which was buggy and kind of obfuscated.
2328    
2329      NB: static motion detection is disabled because of crashes on P4      From skal:
2330          cpus.       - Fixed log table
2331         - Small cleanup
2332    
2333      modified files:      modified files:
2334       vfw/src/codec.c vfw/src/config.c vfw/src/config.h       src/bitstream/bitstream.c
      vfw/src/resource.h vfw/src/resource.rc  
2335    
2336    
2337  2003-10-28 17:44:09 GMT                                         patch-82  2005-06-26 14:46:23 GMT                                         patch-24
2338    
2339      Summary:      Summary:
2340        ASM cleanups;        Added greyscale option support in xvid_encraw
2341      Revision:      Revision:
2342        xvidcore--devapi4--1.0--patch-82        xvidcore--head--0.0--patch-24
2343    
2344      * Applied same style to all asm files      Added greyscale option support in xvid_encraw
     * Replaced current sad sse2 operators with skal's ones  
     * Removed old and unused colorspace asm files  
2345    
     removed files:  
      src/image/x86_asm/.arch-ids/rgb_to_yv12_mmx.asm.id  
      src/image/x86_asm/.arch-ids/yuv_to_yv12_mmx.asm.id  
      src/image/x86_asm/.arch-ids/yuyv_to_yv12_mmx.asm.id  
      src/image/x86_asm/.arch-ids/yv12_to_rgb24_mmx.asm.id  
      src/image/x86_asm/.arch-ids/yv12_to_rgb32_mmx.asm.id  
      src/image/x86_asm/.arch-ids/yv12_to_yuyv_mmx.asm.id  
      src/image/x86_asm/rgb_to_yv12_mmx.asm  
      src/image/x86_asm/yuv_to_yv12_mmx.asm  
      src/image/x86_asm/yuyv_to_yv12_mmx.asm  
      src/image/x86_asm/yv12_to_rgb24_mmx.asm  
      src/image/x86_asm/yv12_to_rgb32_mmx.asm  
      src/image/x86_asm/yv12_to_yuyv_mmx.asm  
2346    
2347      modified files:      modified files:
2348       build/generic/sources.inc src/bitstream/x86_asm/cbp_3dne.asm       examples/xvid_encraw.c
      src/bitstream/x86_asm/cbp_mmx.asm  
      src/bitstream/x86_asm/cbp_sse2.asm  
      src/dct/x86_asm/fdct_mmx_ffmpeg.asm  
      src/dct/x86_asm/fdct_mmx_skal.asm  
      src/dct/x86_asm/idct_3dne.asm src/dct/x86_asm/idct_mmx.asm  
      src/dct/x86_asm/simple_idct_mmx.asm  
      src/image/x86_asm/colorspace_mmx.inc  
      src/image/x86_asm/colorspace_rgb_mmx.asm  
      src/image/x86_asm/colorspace_yuv_mmx.asm  
      src/image/x86_asm/colorspace_yuyv_mmx.asm  
      src/image/x86_asm/interpolate8x8_3dn.asm  
      src/image/x86_asm/interpolate8x8_3dne.asm  
      src/image/x86_asm/interpolate8x8_mmx.asm  
      src/image/x86_asm/interpolate8x8_xmm.asm  
      src/image/x86_asm/qpel_mmx.asm  
      src/image/x86_asm/reduced_mmx.asm  
      src/motion/x86_asm/sad_3dn.asm src/motion/x86_asm/sad_3dne.asm  
      src/motion/x86_asm/sad_mmx.asm src/motion/x86_asm/sad_sse2.asm  
      src/motion/x86_asm/sad_xmm.asm  
      src/quant/x86_asm/quantize_h263_3dne.asm  
      src/quant/x86_asm/quantize_h263_mmx.asm  
      src/quant/x86_asm/quantize_mpeg_mmx.asm  
      src/quant/x86_asm/quantize_mpeg_xmm.asm  
      src/utils/x86_asm/cpuid.asm  
      src/utils/x86_asm/interlacing_mmx.asm  
      src/utils/x86_asm/mem_transfer_3dne.asm  
      src/utils/x86_asm/mem_transfer_mmx.asm  
2349    
2350    
2351  2003-10-27 01:13:47 GMT                                         patch-81  2005-06-26 14:43:42 GMT                                         patch-23
2352    
2353      Summary:      Summary:
2354        d_mv_bits speedup from sysKin        IEEE-1180 SSE2 iDCT implementation
2355      Revision:      Revision:
2356        xvidcore--devapi4--1.0--patch-81        xvidcore--head--0.0--patch-23
   
     d_mv_bits speedup from sysKin  
2357    
2358        From skal:
2359         - Implemented IEEE-1180 SSE2 iDCT. Disabled for safety.
2360    
2361      modified files:      modified files:
2362       src/motion/motion_inlines.h       src/dct/x86_asm/fdct_sse2_skal.asm src/xvid.c
2363    
2364    
2365  2003-10-27 00:55:51 GMT                                         patch-80  2005-05-18 22:08:12 GMT                                         patch-22
2366    
2367      Summary:      Summary:
2368        fDCT changes, new asm CodingStyle applied to dct dir        No executable shared objects installed
2369      Revision:      Revision:
2370        xvidcore--devapi4--1.0--patch-80        xvidcore--head--0.0--patch-22
2371    
2372      * Ported the ffmpeg fDCT functions (mmx and xmm).      From ed.gomez:
2373      * Modified the skal's versions a bit to allow rolling loops.       * Do not install the lib as executable. It's no use as the SO has no
2374      * Activated Skal's fDCTs (unrolled versions) for mmx _and_ xmm         main symbol anyway, and the static lib is not runnable anyway.
       (old code was ignoring xmm versions)  
     * Removed the SSE2 versions (they'll be back later)  
     * .data -> .rodata  
     * Applied announced asm CodingStyle to the dct dir  
       (I'll have to add a section with the said CodingStyle)  
2375    
2376      modified files:      modified files:
2377       build/generic/sources.inc build/win32/libxvidcore.dsp       build/generic/Makefile
      src/dct/fdct.h src/dct/idct.h  
      src/dct/x86_asm/fdct_mmx_ffmpeg.asm  
      src/dct/x86_asm/fdct_mmx_skal.asm  
      src/dct/x86_asm/idct_3dne.asm src/dct/x86_asm/idct_mmx.asm  
      src/dct/x86_asm/simple_idct_mmx.asm src/xvid.c  
   
     renamed files:  
      src/dct/x86_asm/.arch-ids/fdct_mmx.asm.id  
        ==> src/dct/x86_asm/.arch-ids/fdct_mmx_ffmpeg.asm.id  
      src/dct/x86_asm/.arch-ids/fdct_xmm.asm.id  
        ==> src/dct/x86_asm/.arch-ids/fdct_mmx_skal.asm.id  
      src/dct/x86_asm/fdct_mmx.asm  
        ==> src/dct/x86_asm/fdct_mmx_ffmpeg.asm  
      src/dct/x86_asm/fdct_xmm.asm  
        ==> src/dct/x86_asm/fdct_mmx_skal.asm  
2378    
2379    
2380  2003-10-25 13:48:42 GMT                                         patch-79  2005-05-18 22:05:09 GMT                                         patch-21
2381    
2382      Summary:      Summary:
2383        BQuant->PQuant fix.        Statically link xvid_bench with libxvidcore.a
2384      Revision:      Revision:
2385        xvidcore--devapi4--1.0--patch-79        xvidcore--head--0.0--patch-21
2386    
2387        Statically link xvid_bench with libxvidcore.a
2388    
     When using closed_gop, a BFrame before an IFrame is turned into a PFrame.  
     Thus is original quant has to be computed back, a rounding was causing these  
     frames to be orig_quant-1. As a consequence we had very big frames before  
     the IFrame, loosing many bits for nearly no visual benefit.  
2389    
2390      modified files:      modified files:
2391       src/encoder.c       examples/Makefile
2392    
2393    
2394  2003-10-25 10:26:48 GMT                                         patch-78  2005-05-18 21:59:27 GMT                                         patch-20
2395    
2396      Summary:      Summary:
2397        Added closed gop option to xvid_encraw        New autoconf garbage removal
2398      Revision:      Revision:
2399        xvidcore--devapi4--1.0--patch-78        xvidcore--head--0.0--patch-20
2400    
2401      Added closed gop option to xvid_encraw      New autoconf garbage removal
2402    
2403    
2404      modified files:      modified files:
2405       examples/xvid_encraw.c       build/generic/bootstrap.sh
2406    
2407    
2408  2003-10-24 17:39:53 GMT                                         patch-77  2005-05-18 21:58:16 GMT                                         patch-19
2409    
2410      Summary:      Summary:
2411        RD fixes.        Quotes in configure.in
2412      Revision:      Revision:
2413        xvidcore--devapi4--1.0--patch-77        xvidcore--head--0.0--patch-19
2414    
2415        Quotes in configure.in
2416    
     Inter RD optimization relied on buggy functions to predict bitsize.  
2417    
2418      modified files:      modified files:
2419       src/motion/estimation_pvop.c src/motion/motion_inlines.h       build/generic/configure.in
2420    
2421    
2422  2003-10-22 15:48:01 GMT                                         patch-76  2005-05-18 19:40:18 GMT                                         patch-18
2423    
2424      Summary:      Summary:
2425        Small INSTALL update due to previous build patches.        Added bitstream helper functions for packets.
2426      Revision:      Revision:
2427        xvidcore--devapi4--1.0--patch-76        xvidcore--head--0.0--patch-18
2428    
2429      Small INSTALL update due to previous build patches.      From Skal:
2430         * Added helper functions for video packets, though they're still unused.
2431    
2432      modified files:      modified files:
2433       doc/INSTALL       src/bitstream/bitstream.c src/bitstream/bitstream.h
2434    
2435    
2436  2003-10-21 21:27:46 GMT                                         patch-75  2005-05-18 19:30:41 GMT                                         patch-17
2437    
2438      Summary:      Summary:
2439        Removed unused next_block vars.        A few more bench stuff
2440      Revision:      Revision:
2441        xvidcore--devapi4--1.0--patch-75        xvidcore--head--0.0--patch-17
2442    
2443        From Skal:
2444         * Added Perl scripts to automate benches.
2445         * Worked on xvid_bench tests to cover more code.
2446    
2447      Removed unused next_block vars.      new files:
2448         examples/.arch-ids/bench.pl.id
2449         examples/.arch-ids/bench_list.pl.id examples/bench.pl
2450         examples/bench_list.pl
2451    
2452      modified files:      modified files:
2453       src/decoder.c       examples/xvid_bench.c
2454    
2455    
2456  2003-10-21 21:24:15 GMT                                         patch-74  2005-05-18 19:22:28 GMT                                         patch-16
2457    
2458      Summary:      Summary:
2459        VFW build changes.        Decoder cleanup for memory de/allocation
2460      Revision:      Revision:
2461        xvidcore--devapi4--1.0--patch-74        xvidcore--head--0.0--patch-16
2462    
2463      The build system has been modified to look like the core lib one      From Skal:
2464      minus the configure system.       * Memory de/allocation code refactored using goto.
2465    
2466      modified files:      modified files:
2467       vfw/bin/Makefile vfw/bin/sources.inc vfw/src/config.c       src/decoder.c
      vfw/vfw.dsp  
   
     renamed files:  
      vfw/bin/.arch-ids/Makefile.cygwin.id  
        ==> vfw/bin/.arch-ids/Makefile.id  
      vfw/bin/.arch-ids/Makefile.inc.id  
        ==> vfw/bin/.arch-ids/sources.inc.id  
      vfw/bin/Makefile.cygwin  
        ==> vfw/bin/Makefile  
      vfw/bin/Makefile.inc  
        ==> vfw/bin/sources.inc  
      vfw/src/.arch-ids/config.rc.id  
        ==> vfw/src/.arch-ids/resource.rc.id  
      vfw/src/config.rc  
        ==> vfw/src/resource.rc  
2468    
2469    
2470  2003-10-21 17:00:09 GMT                                         patch-73  2005-05-11 21:18:41 GMT                                         patch-15
2471    
2472      Summary:      Summary:
2473        Decoder cleanups and speedup        Export only public API for GNU/Linux and Solaris
2474      Revision:      Revision:
2475        xvidcore--devapi4--1.0--patch-73        xvidcore--head--0.0--patch-15
2476    
2477      cleanups, speedups from sysKin      From ed.gomez:
2478         * Use ld version script to hide internal functions.
2479    
2480        new files:
2481         build/generic/.arch-ids/libxvidcore.ld.id
2482         build/generic/libxvidcore.ld
2483    
2484      modified files:      modified files:
2485       src/decoder.c       build/generic/Makefile build/generic/configure.in
2486    
2487    
2488  2003-10-21 16:22:15 GMT                                         patch-72  2005-05-11 21:07:00 GMT                                         patch-14
2489    
2490      Summary:      Summary:
2491        Build fixes for newer nasm versions.        Warnings GCC4
2492      Revision:      Revision:
2493        xvidcore--devapi4--1.0--patch-72        xvidcore--head--0.0--patch-14
2494    
2495      nasm does not take care of adding trailing slashes to include paths.      From ed.gomez:
2496      A patch to upstream authors has been refused because "the backslash()       * Remove all GCC 4 warnings.
     feature has been abandoned to get back to old nasm behavior"  
   
     Their choice is kinda stupid as nasm is now open to user mistakes... :\  
     So we fix that on ou side.  
2497    
2498      modified files:      modified files:
2499       build/generic/configure.in build/win32/libxvidcore.dsp       src/bitstream/bitstream.c src/bitstream/bitstream.h
2500         src/decoder.c src/encoder.c src/image/image.c
2501         src/image/image.h src/motion/estimation_common.c
2502         src/utils/mbtransquant.c
2503    
2504    
2505  2003-10-17 15:13:12 GMT                                         patch-71  2005-05-11 20:18:49 GMT                                         patch-13
2506    
2507      Summary:      Summary:
2508        Updated docs.        Add support for gcc-4 in configure system
2509      Revision:      Revision:
2510        xvidcore--devapi4--1.0--patch-71        xvidcore--head--0.0--patch-13
   
     The doc of devapi4 is mostly out dated, i t is much better not to  
     keep it in the repository at the moment. We'll add new docs later.  
   
     Added a INSTALL doc that explains the build/install process for  
     supported platforms. It's a first try, things may be added later.  
2511    
2512      new files:      From ed.gomez:
2513       doc/.arch-ids/INSTALL.id doc/INSTALL       * Added gcc 4 detection and CFLAG option filtering for it.
   
     removed files:  
      doc/.arch-ids/API.dox.id doc/.arch-ids/Makefile.id  
      doc/.arch-ids/foot.inc.in.id doc/.arch-ids/header.tex.in.id  
      doc/.arch-ids/xvid-decoding.txt.id  
      doc/.arch-ids/xvid-encoder.txt.id doc/API.dox doc/Makefile  
      doc/foot.inc.in doc/header.tex.in doc/xvid-decoding.txt  
      doc/xvid-encoder.txt  
2514    
2515      modified files:      modified files:
2516       CodingStyle README doc/README       build/generic/configure.in
   
     renamed files:  
      .arch-ids/README.txt.id  
        ==> .arch-ids/README.id  
      .arch-ids/changelog.txt.id  
        ==> .arch-ids/ChangeLog.id  
      README.txt  
        ==> README  
      changelog.txt  
        ==> ChangeLog  
2517    
2518    
2519  2003-10-15 13:53:11 GMT                                         patch-70  2005-05-11 20:07:54 GMT                                         patch-12
2520    
2521      Summary:      Summary:
       Better cross compilation handling.  
     Revision:  
       xvidcore--devapi4--1.0--patch-70  
   
     With this patch it is now possible to cross compile xvid  
     quite easily for win32 platform on a build linux host.  
2522    
2523      Recipe for debian system:      Revision:
2524       $ apt-get install mingw32        xvidcore--head--0.0--patch-12
      (or create your own cross compiler/binutils suite and install mingw32  
       header files -- sorry i don't have a recipe for this, this is let as  
       an exercice for the reader)  
      $ cd ${xvidcore}  
      $ cd build/generic  
      $ ./bootstrap.sh  
      $ ./configure --host=i586-mingw32msvc  
       (all occurences of i586-mingw32msvc may be replaced with the right  
        prefix you've choosen for your cross compiler and cross binutils)  
      $ make  
      $ cd ../../vfw/bin  
      $ make -f Makefile.cygwin \  
       CC=i586-mingw32msvc-gcc WINDRES=i586-mingw32msvc-windres  
2525    
2526      Enjoy your win32 xvid.dll build by free software, on a free OS, for a devil      From pete:
2527      OS target.       * bugfix: correct max bitrate display for slider
2528           layout: "(kbps)" added to avgerage bitrate labels within calculator
2529           dialog
2530    
2531      modified files:      modified files:
2532       build/generic/configure.in vfw/bin/Makefile.cygwin       vfw/src/config.c vfw/src/resource.rc
2533    
2534    
2535  2003-10-14 15:17:28 GMT                                         patch-69  2005-05-11 20:06:04 GMT                                         patch-11
2536    
2537      Summary:      Summary:
2538        Fixed Qpel+Interpolation decoding. Cleaned up mb->mode usage.        Fix alignment issue for mem tranfer
2539      Revision:      Revision:
2540        xvidcore--devapi4--1.0--patch-69        xvidcore--head--0.0--patch-11
2541    
2542      * Fixed interpolate mode + qpel decoding.      From skal:
2543      * MB->mb_type completely replaced by MB->mode       * Fix alignment issue (32 bit reading from non aligned memory)
2544           likely for RISC CPUs using the C code.
2545    
2546      modified files:      modified files:
2547       src/decoder.c       src/utils/mem_transfer.c
2548    
2549    
2550  2003-10-12 21:57:24 GMT                                         patch-68  2005-05-11 20:03:57 GMT                                         patch-10
2551    
2552      Summary:      Summary:
2553        ac/dc prediction for intra RD search.        Get time function right on win32
2554      Revision:      Revision:
2555        xvidcore--devapi4--1.0--patch-68        xvidcore--head--0.0--patch-10
2556    
2557      From syskin, added real ac/dc prediction for INTRA's bitcount.      From Skal:
2558         * Get the time function right for win32 (ms precision)
2559    
2560      modified files:      modified files:
2561       src/motion/estimation_rd_based.c       examples/xvid_bench.c
2562    
2563    
2564  2003-10-09 18:15:50 GMT                                         patch-67  2005-05-11 20:01:28 GMT                                         patch-9
2565    
2566      Summary:      Summary:
2567        Pigrated asm code to new quant API.        Better ASP bitstream autodetection
2568      Revision:      Revision:
2569        xvidcore--devapi4--1.0--patch-67        xvidcore--head--0.0--patch-9
2570    
2571      Many changes that are mostly cosmetic in the asm files.      From pete:
2572       * indent       - Use more flags to determine ASP activation or not.
      * added xor eax, eax in quant_(h263|mpeg)_intra_.* functions  
        (just to make sure the returned value isn't random)  
      * added xor eax, eax in dequant_(h263|mpeg)_.* functions  
        (just to make sure the returned value isn't random)  
      * synced cpuid.asm XVID_CPU_feature constants with the one  
        defined in the C code (xvid.h)  
      * enabled all cpu tests in xvid_bench.c  
2573    
2574      modified files:      modified files:
2575       examples/xvid_bench.c src/quant/quant_h263.c       src/bitstream/bitstream.c
      src/quant/quant_mpeg.c  
      src/quant/x86_asm/quantize_h263_3dne.asm  
      src/quant/x86_asm/quantize_h263_mmx.asm  
      src/quant/x86_asm/quantize_mpeg_mmx.asm  
      src/quant/x86_asm/quantize_mpeg_xmm.asm  
      src/utils/x86_asm/cpuid.asm src/xvid.h  
2576    
2577    
2578  2003-10-08 21:05:47 GMT                                         patch-66  #########################################################################
2579    # 1.1.0-beta2 (Bitstream Version 39)
2580    #########################################################################
2581    
2582    2005-04-03 20:15:00 GMT                                         patch-7
2583    
2584      Summary:      Summary:
2585        Updated xvid_bench for quant API changes        Makefile credits and whitespace cleaning
2586      Revision:      Revision:
2587        xvidcore--devapi4--1.0--patch-66        xvidcore--head--0.0--patch-7
2588    
2589      Updated xvid_bench for quant API changes      Makefile credits and whitespace cleaning
2590    
2591    
2592      modified files:      modified files:
2593       examples/xvid_bench.c       dshow/Makefile vfw/bin/Makefile
2594    
2595    
2596  2003-10-07 13:03:51 GMT                                         patch-65  2005-04-03 19:52:35 GMT                                         patch-6
2597    
2598      Summary:      Summary:
2599        Quant functions API changes (first step)        Various small things to vbv conformance and divx5 compatibility.
2600      Revision:      Revision:
2601        xvidcore--devapi4--1.0--patch-65        xvidcore--head--0.0--patch-6
2602    
2603      In the road to instance safe mpeg quantization, a small cleanup      From pete:
2604      to the quant API was needed. It consists in changing the way we      xvidcore
2605      name the functions quant_{mpeg|h263}_{inter|intra}_{arch} and in      ========
2606      a move to a more unified API (even intra functions return the sum      * added XVID_GLOBAL_DIVX5_USERDATA global flag
2607      of coefficients, it can be used as a complexity measure at a later      * removed the bvop delay warning text ("warning: nothing to output),
2608      time).        as this often confuses joe user.
2609        * minor changed to closed gop image_printf statement:
2610          s/"DX50 BVOP->PVOP"/"CLOSED GOP BVOP->PVOP"
2611        * additional comments for low_delay_default mode within decoder_decode()
2612        * divx userdata string: s/DivX999b000/DivX503b1393. this has been
2613          suggested by dxn for improved hardware compatibility [nb: i dont
2614          have a hardware player to confirm this]
2615        * vbv_peakrate constraint is ignored if <= 0
2616    
2617      This patch touch lot of files, but all changes are trivial.      vfw frontend
2618        ============
2619      NB: we should check the IA64 asm validity, i changed things but      * dxn profiles now confirm to "DivX Certified Profile Compatibility v1.1",
2620          i can't test them.        February 2005. this document was provided by DivXNetworks, USA. when a
2621          dxn profile is selected, strict conformance is enabled:
2622      new files:        - force 1:1 picture aspect ratio
2623       src/quant/.arch-ids/quant.h.id src/quant/quant.h        - disable bframes if interlacing is enabled
2624          - force maximum of 1 consecutive bvops for the portable and ht profiles,
2625      removed files:          2 bvops for the hd profile
2626       src/quant/.arch-ids/quant_h263.h.id        - always write divx 5 userdata string to bitstream
2627       src/quant/.arch-ids/quant_mpeg4.h.id src/quant/quant_h263.h        - force packed bitstream option
2628       src/quant/quant_mpeg4.h      - updated dxn vbv parameters
2629        * added PROFILE_4MV flag. 4mv is now disabled for the dxn handheld profile.
2630        * moved PROFILE_AS/PROFILE_ARTS/PROFILE_S to config.c
2631        * profile[].max_bitrate now measured in bit/sec (not kbps)
2632        * profile->level box: widgets are now greyed-out if they are not used.
2633        * increase vertical size of profile drop down list.
2634        * about box button: s/Dismiss/OK
2635    
2636      modified files:      modified files:
2637       build/generic/sources.inc build/win32/libxvidcore.dsp       src/bitstream/bitstream.c src/decoder.c src/encoder.c
2638       src/decoder.c src/encoder.c src/image/qpel.c       src/plugins/plugin_2pass2.c src/xvid.h vfw/src/codec.c
2639       src/motion/estimation_rd_based.c       vfw/src/config.c vfw/src/config.h vfw/src/resource.h
2640       src/quant/ia64_asm/quant_h263_ia64.s src/quant/quant_h263.c       vfw/src/resource.rc
      src/quant/quant_matrix.c src/quant/quant_matrix.h  
      src/quant/quant_mpeg.c  
      src/quant/x86_asm/quantize_h263_3dne.asm  
      src/quant/x86_asm/quantize_h263_mmx.asm  
      src/quant/x86_asm/quantize_mpeg_mmx.asm  
      src/quant/x86_asm/quantize_mpeg_xmm.asm  
      src/utils/mbtransquant.c src/xvid.c src/xvid.h  
   
     renamed files:  
      src/quant/.arch-ids/quant_mpeg4.c.id  
        ==> src/quant/.arch-ids/quant_mpeg.c.id  
      src/quant/quant_mpeg4.c  
        ==> src/quant/quant_mpeg.c  
      src/quant/x86_asm/.arch-ids/quantize4_mmx.asm.id  
        ==> src/quant/x86_asm/.arch-ids/quantize_mpeg_mmx.asm.id  
      src/quant/x86_asm/.arch-ids/quantize4_xmm.asm.id  
        ==> src/quant/x86_asm/.arch-ids/quantize_mpeg_xmm.asm.id  
      src/quant/x86_asm/.arch-ids/quantize_3dne.asm.id  
        ==> src/quant/x86_asm/.arch-ids/quantize_h263_3dne.asm.id  
      src/quant/x86_asm/.arch-ids/quantize_mmx.asm.id  
        ==> src/quant/x86_asm/.arch-ids/quantize_h263_mmx.asm.id  
      src/quant/x86_asm/quantize4_mmx.asm  
        ==> src/quant/x86_asm/quantize_mpeg_mmx.asm  
      src/quant/x86_asm/quantize4_xmm.asm  
        ==> src/quant/x86_asm/quantize_mpeg_xmm.asm  
      src/quant/x86_asm/quantize_3dne.asm  
        ==> src/quant/x86_asm/quantize_h263_3dne.asm  
      src/quant/x86_asm/quantize_mmx.asm  
        ==> src/quant/x86_asm/quantize_h263_mmx.asm  
2641    
2642    
2643  2003-10-05 00:15:15 GMT                                         patch-64  2005-04-03 19:50:05 GMT                                         patch-5
2644    
2645      Summary:      Summary:
2646        Updated ChangeLog        Fixed bug in cartoon mode.
2647      Revision:      Revision:
2648        xvidcore--devapi4--1.0--patch-64        xvidcore--head--0.0--patch-5
   
     Updated ChangeLog  
2649    
2650        From Isiibar:
2651         - Fixed cartoon bug as described by CrunCher.
2652    
2653      modified files:      modified files:
2654       changelog.txt       src/motion/estimation_pvop.c
2655    
2656    
2657  2003-10-04 16:04:30 GMT                                         patch-63  2005-03-22 20:40:47 GMT                                         patch-4
2658    
2659      Summary:      Summary:
2660        Removed legacy 2pass code from vfw        Added MPEG quant support for PPC
2661      Revision:      Revision:
2662        xvidcore--devapi4--1.0--patch-63        xvidcore--head--0.0--patch-4
2663    
2664      Removed legacy 2pass code from vfw      From Christoph Nageli:
2665         * Added support for MPEG quant functions for PPC.
2666    
2667        new files:
2668         src/quant/ppc_asm/.arch-ids/quant_mpeg_altivec.c.id
2669         src/quant/ppc_asm/quant_mpeg_altivec.c
2670    
2671      removed files:      modified files:
2672       vfw/src/.arch-ids/2pass.c.id vfw/src/.arch-ids/2pass.h.id       build/generic/sources.inc src/quant/quant.h src/xvid.c
      vfw/src/2pass.c vfw/src/2pass.h  
2673    
2674    
2675  2003-10-04 00:41:38 GMT                                         patch-62  2005-03-18 18:00:13 GMT                                         patch-3
2676    
2677      Summary:      Summary:
2678        Working VFW mingw/cygwin build system.        Updated ChangeLog
2679      Revision:      Revision:
2680        xvidcore--devapi4--1.0--patch-62        xvidcore--head--0.0--patch-3
2681    
2682      This patch fixes the VFW building process. Now it should work out      Updated ChangeLog
     of the box using these steps:  
      # cd ${xvidcore}  
      # cd build/generic  
      # ./bootstrap.sh <-- only needed for CVS checkouts.  
      # ./configure  
      # make  
      # cd ../../vfw/bin  
      # make -f Makefile.cygwin  
2683    
     Then install as usual clicking on the inf file or "make install"  
     in the vfw/bin dir.  
2684    
2685      modified files:      modified files:
2686       vfw/bin/Makefile.cygwin vfw/src/config.rc vfw/src/debug.h       ChangeLog
      vfw/src/driverproc.c  
2687    
2688    
2689  2003-10-03 17:00:53 GMT                                         patch-61  2005-03-18 17:53:24 GMT                                         patch-2
2690    
2691      Summary:      Summary:
2692        Fixes for alternate scan and interlacing support.        Colorspace code for PPC
2693      Revision:      Revision:
2694        xvidcore--devapi4--1.0--patch-61        xvidcore--head--0.0--patch-2
2695    
2696      Fixes from CVS (by sysKin) for:      From Christoph Nageli:
2697       - added alternate scan support with VHQ       - Colorspace function fixes for non 16bytes aligned target adresses.
      - fixed interlacing support in s/b-frames. May fix a potential problem  
        as field_pred struct field seemed not to be initialized anywhere.  
        As it's not supported yet, write an hardcoded 0 bit.  
   
     Fixes from me for the fixes from syKin:  
      - scan_table effectively used in MBCodingBVOP  
      - Block_CalcBits(Intra) fixes to data->scan_table (implies prototype  
        change and code modification every where the functions were used)  
   
     I also increased BS version as it might result in different bitstreams  
     It's now at version 20.  
2698    
2699      modified files:      modified files:
2700       src/bitstream/mbcoding.c src/bitstream/mbcoding.h       src/image/ppc_asm/colorspace_altivec.c
      src/decoder.c src/encoder.c src/motion/estimation.h  
      src/motion/estimation_rd_based.c src/xvid.h  
2701    
2702    
2703  2003-10-03 15:41:37 GMT                                         patch-60  2005-03-18 17:39:00 GMT                                         patch-1
2704    
2705      Summary:      Summary:
2706        Removed BIGLUT support.        Fix for 64bit interlacing
2707      Revision:      Revision:
2708        xvidcore--devapi4--1.0--patch-60        xvidcore--head--0.0--patch-1
2709    
2710      Remobed legacy code for BIGLUT support. It was unused and RD based      From Andrew Dunstan:
2711      Motion Estimation was not even compatible with this type of VLC coding.       * Fixed bug where 64bit mov shoud have been 32bit
2712    
2713      modified files:      modified files:
2714       build/generic/configure.in src/bitstream/mbcoding.c       src/utils/x86_64_asm/interlacing_mmx.asm
      src/bitstream/mbcoding.h src/prediction/mbprediction.c  
2715    
2716    
2717  2003-10-03 13:25:17 GMT                                         patch-59  2005-03-18 17:28:00 GMT                                         base-0
2718    
2719      Summary:      Summary:
2720        Bugfix for PFrames+ Ext Search.        tag of ed.gomez@free.fr--2004-1/xvidcore--head--0.0--patch-121
2721      Revision:      Revision:
2722        xvidcore--devapi4--1.0--patch-59        xvidcore--head--0.0--base-0
   
     In Qpel mode, the code was doing a diamond search for wrong predictors.  
     This resulted in poor performance as the diamond search was sitting there  
     for sometime.  
2723    
2724      modified files:      (automatically generated log message)
      src/motion/estimation.h src/motion/estimation_pvop.c  
2725    
2726    # Change of arch/tla archive, explains the patch number wraparound
2727    
2728  2003-10-02 16:50:51 GMT                                         patch-58  2005-03-18 16:58:08 GMT                                         patch-121
2729    
2730      Summary:      Summary:
2731        Added VFW makefile for cygwin/minsys        ME work
2732      Revision:      Revision:
2733        xvidcore--devapi4--1.0--patch-58        xvidcore--head--0.0--patch-121
2734    
2735      Added VFW makefile for cygwin/minsys. I can't test it so it is probably not      From Isiibar:
2736      right out of the box. Waiting for feedback in order to fix it.       - Cartoon mode bugfix
2737         - New lambda tables for R-D motion search. The old tables were
2738      new files:         obviously taken from h.264, which uses a logarithmic quantizer
2739       vfw/bin/.arch-ids/Makefile.cygwin.id         scale. This lead to bad results at very low bit-rates. With this
2740       vfw/bin/.arch-ids/Makefile.inc.id vfw/bin/Makefile.cygwin         patch, compression efficiency at low bit-rates is greatly improved.
      vfw/bin/Makefile.inc vfw/src/w32api/.arch-ids/=id  
      vfw/src/w32api/.arch-ids/vfw.h.id vfw/src/w32api/vfw.h  
2741    
2742      new directories:      modified files:
2743       vfw/src/w32api vfw/src/w32api/.arch-ids       src/motion/estimation.h src/motion/estimation_bvop.c
2744         src/motion/estimation_common.c src/motion/estimation_pvop.c
2745    
2746    
2747  2003-10-02 13:35:15 GMT                                         patch-57  2005-03-18 16:56:13 GMT                                         patch-120
2748    
2749      Summary:      Summary:
2750        Cleaned up the lumimasking code.        Better instruction pairing in sad mmx
2751      Revision:      Revision:
2752        xvidcore--devapi4--1.0--patch-57        xvidcore--head--0.0--patch-120
2753    
2754      The lumimasking code was not very plugin oriented as it has been ported      From Dark sylinc (dark_sylinc at yahoo dor com dor ar), commited by Isiibar:
2755      from old XviD versions. This patch cleans up the code and integrates it       * Better instruction pairing in sad_mmx.asm, improves speed.
     better with plugin design. No changes done in teh functionnal code.  
2756    
2757      modified files:      modified files:
2758       src/plugins/plugin_lumimasking.c       src/motion/x86_asm/sad_mmx.asm src/utils/emms.c
2759    
2760    
2761  2003-10-01 23:07:07 GMT                                         patch-56  2005-03-18 16:53:00 GMT                                         patch-119
2762    
2763      Summary:      Summary:
2764        Cleaned up trailing space chars.        Fixed resource leak in Dshow
2765      Revision:      Revision:
2766        xvidcore--devapi4--1.0--patch-56        xvidcore--head--0.0--patch-119
2767    
2768      The kind of patch we would love to avoid as they make merging      From antonz, commited by Isiibar:
2769      a nightmare while they're kind of useless patches.       * Fixed resource leaking caused by poor xvidcore initialization tracking.
   
     Applied sed 's/[ \t]*$//' to all c/h files.  
2770    
2771      modified files:      modified files:
2772       src/bitstream/bitstream.c src/bitstream/bitstream.h       dshow/src/CXvidDecoder.cpp dshow/src/CXvidDecoder.h
      src/bitstream/cbp.c src/bitstream/mbcoding.c src/dct/idct.c  
      src/dct/simple_idct.c src/decoder.c src/decoder.h  
      src/encoder.c src/encoder.h src/global.h  
      src/image/colorspace.c src/image/colorspace.h src/image/font.c  
      src/image/image.c src/image/image.h src/image/interpolate8x8.c  
      src/image/interpolate8x8.h src/image/qpel.c src/image/qpel.h  
      src/image/reduced.c src/motion/estimation_rd_based.c  
      src/motion/gmc.c src/motion/gmc.h src/motion/motion.h  
      src/motion/sad.c src/plugins/plugin_2pass1.c  
      src/plugins/plugin_2pass2.c src/plugins/plugin_fixed.c  
      src/plugins/plugin_psnr.c src/plugins/plugin_single.c  
      src/portab.h src/prediction/mbprediction.c  
      src/utils/mbtransquant.c src/utils/timer.c src/xvid.c  
      src/xvid.h  
2773    
2774    
2775  2003-09-30 18:10:18 GMT                                         patch-55  2005-03-18 16:50:44 GMT                                         patch-118
2776    
2777      Summary:      Summary:
2778        Code cleanups.        Debug flag support in vfw
2779      Revision:      Revision:
2780        xvidcore--devapi4--1.0--patch-55        xvidcore--head--0.0--patch-118
2781    
2782      It's been a while since the last ISOC89 conformance cleanup.      From pete:
2783         * debug flag support for vfw decoder.
2784    
2785      Using the following switches help a lot :-)      modified files:
2786       -Wall -Wsign-compare -Wredundant-decls -Wunreachable-code -Wnested-externs \       vfw/src/codec.c
      -ansi  
2787    
     Result: 0 warning/0 error  
2788    
2789      modified files:  #########################################################################
2790       src/bitstream/vlc_codes.h src/global.h src/image/qpel.h  # 1.1.0-beta1 (Bitstream Version 38)
2791       src/motion/estimation.h src/motion/estimation_bvop.c  #########################################################################
      src/motion/estimation_gmc.c src/motion/estimation_pvop.c  
      src/motion/estimation_rd_based.c src/motion/gmc.c  
      src/motion/gmc.h src/motion/motion_inlines.h  
      src/motion/vop_type_decision.c  
2792    
2793    
2794  2003-09-29 00:31:32 GMT                                         patch-54  2005-01-16 10:27:41 GMT                                         patch-117
2795    
2796      Summary:      Summary:
2797        Memory leakage fixes.        License was using wrong linefeeds for vfw
2798      Revision:      Revision:
2799        xvidcore--devapi4--1.0--patch-54        xvidcore--head--0.0--patch-117
2800    
2801        License was using wrong linefeeds for vfw
2802    
2803      The pEnc->queue was allocated but not freed when bframes == 0.  
2804      And queue images were not freed as well.      new files:
2805         vfw/.arch-ids/LICENSE.id vfw/LICENSE
2806    
2807      modified files:      modified files:
2808       examples/Makefile src/encoder.c src/image/image.c       vfw/src/resource.rc
      src/utils/mem_align.c  
2809    
2810    
2811  2003-09-28 16:45:02 GMT                                         patch-53  2005-01-10 22:59:46 GMT                                         patch-116
2812    
2813      Summary:      Summary:
2814        Fixes the unitialized mcsel bit in RD based ME        Last minutes vfw bugfixes/improvements
2815      Revision:      Revision:
2816        xvidcore--devapi4--1.0--patch-53        xvidcore--head--0.0--patch-116
   
     Fixes the unitialized mcsel bit in RD based ME  
2817    
2818        From sysKin:
2819         * last minute fixes and improvements to vfw frontend.
2820    
2821      modified files:      modified files:
2822       src/motion/estimation_rd_based.c       vfw/src/codec.c vfw/src/config.c vfw/src/config.h
2823         vfw/src/resource.rc
2824    
2825    
2826  2003-09-28 01:00:06 GMT                                         patch-52  2005-01-09 20:37:32 GMT                                         patch-115
2827    
2828      Summary:      Summary:
2829        Fix the XviD constant version initialization        Marking 1.1.0 beta1
2830      Revision:      Revision:
2831        xvidcore--devapi4--1.0--patch-52        xvidcore--head--0.0--patch-115
   
     Fix the XviD constant version initialization  
2832    
2833        From ed.gomez:
2834         * Marking xvid 1.1.0 beta1 release.
2835    
2836      modified files:      modified files:
2837       src/xvid.h       ChangeLog build/generic/configure.in src/xvid.c src/xvid.h
2838    
2839    
2840  2003-09-28 00:47:05 GMT                                         patch-51  2005-01-09 20:15:14 GMT                                         patch-114
2841    
2842      Summary:      Summary:
2843        Fix to the build system (the come back).        Moved cartoon mode to zones in vfw.
2844      Revision:      Revision:
2845        xvidcore--devapi4--1.0--patch-51        xvidcore--head--0.0--patch-114
2846    
2847      Ok this one fixes the way we build the targets. The VPATH thingy really      From sysKin:
2848      works with the library targets. My understanding of the VPATH mechanism       * Moved cartoon mode to zones in vfw frontend.
     was wrong. Now it should be ok (i promess).  
2849    
2850      modified files:      modified files:
2851       build/generic/Makefile       vfw/src/codec.c vfw/src/config.c vfw/src/config.h
2852         vfw/src/resource.rc
2853    
2854    
2855  2003-09-27 11:45:18 GMT                                         patch-50  2005-01-09 20:09:27 GMT                                         patch-113
2856    
2857      Summary:      Summary:
2858        Small fix to previous patch.  
2859      Revision:      Revision:
2860        xvidcore--devapi4--1.0--patch-50        xvidcore--head--0.0--patch-113
2861    
2862      A pair ofdouble quotes prevented "make" to sort out the VPATH      From algern0n (#xvid@freenode):
2863      dependences in "=build". This resulted in compiling all the       * Avoid infinite loop when updating audio size.
     sources, all the time, whether a file changed or not.  
2864    
2865      modified files:      modified files:
2866       build/generic/Makefile       vfw/src/config.c
2867    
2868    
2869  2003-09-26 22:39:44 GMT                                         patch-49  2005-01-09 11:32:41 GMT                                         patch-112
2870    
2871      Summary:      Summary:
2872        Updated the build files for *nix.        Long standing bug in 2pass2 code. Double overflow accumulation.
2873      Revision:      Revision:
2874        xvidcore--devapi4--1.0--patch-49        xvidcore--head--0.0--patch-112
2875    
2876      - Fixed MacOSX build (w/o module option). The subversion was not right      From pengvado (x264 developer, sorry i don't have your realname):
2877        it was just minor version though it has to be major.minor.       * rc_2pass2_after accumulates overflow twice, once in each I/PB subcase
2878      - Fixed bootstrap.sh for MacOSX environment, it now looks for         and then in a common code path. The common path was just supposed to
2879        glibtoolize if libtoolize is not found.         store the stat struct entry error for statistics (even if they're unused)
     - The unified Makefile now builds XviD out of source tree in the directory  
       =build. It's cleaner, and clashes much less w/ arch/tla source linting.  
     - Tuned the tagging regexps so:  
       + autoconf files are ignored (considered backup => not erased, not copied  
         and not commited/imported)  
       + =build is also considered backup.  
2880    
2881      modified files:      modified files:
2882       build/generic/Makefile build/generic/bootstrap.sh       src/plugins/plugin_2pass2.c
      build/generic/configure.in build/generic/platform.inc.in  
      build/generic/sources.inc examples/Makefile  
      {arch}/=tagging-method  
2883    
2884    
2885  2003-09-24 01:38:03 GMT                                         patch-48  2005-01-06 23:42:12 GMT                                         patch-111
2886    
2887      Summary:      Summary:
2888        Bug fix to decoder (mcsel/acpred bits swapped)        Merged amd64 branch fix
2889      Revision:      Revision:
2890        xvidcore--devapi4--1.0--patch-48        xvidcore--head--0.0--patch-111
2891    
2892        Merged amd64 branch fix
2893    
2894      As reported here:      Patches applied:
     http://www.xvid.org/modules.php?op=modload&name=phpBB2&file=viewtopic&t=1513&highlight=  
2895    
2896      <quote>       * ed.gomez@free.fr--amd64/xvidcore--amd64work--0.0--patch-12
2897      in the spec, 'there is 'mcsel' before 'ac_pred_flag'.         Merged upstream
2898      however, if you see the code, it's changed.  
2899      </quote>       * ed.gomez@free.fr--amd64/xvidcore--amd64work--0.0--patch-13
2900           Bug fix for qpel problem  from Andrew Dunstan
2901    
     We were doing the opposite, ac_pred before mcsel.  
2902    
2903      modified files:      modified files:
2904       src/decoder.c       src/image/x86_64_asm/qpel_mmx.asm
2905    
2906        new patches:
2907         ed.gomez@free.fr--amd64/xvidcore--amd64work--0.0--patch-12
2908         ed.gomez@free.fr--amd64/xvidcore--amd64work--0.0--patch-13
2909    
2910    
2911  2003-09-11 17:19:35 GMT                                         patch-47  2005-01-05 22:53:12 GMT                                         patch-110
2912    
2913      Summary:      Summary:
2914        Small fix to GMC+QuarterPel -- BS version bumped to 19        Merged x86_64 Linux port
2915      Revision:      Revision:
2916        xvidcore--devapi4--1.0--patch-47        xvidcore--head--0.0--patch-110
2917    
2918      During the split up, a line has been disabled that prevented good      Merged x86_64 Linux port
     quartelpel+GMC. Fixed.  
2919    
2920      This fix + patch-43 are a good reason to bump up the bitstream      Patches applied:
     version to 19.  
   
     modified files:  
      src/motion/gmc.h src/xvid.h  
2921    
2922         * ed.gomez@free.fr--amd64/xvidcore--amd64work--0.0--base-0
2923           tag of ed.gomez@free.fr--2004-1/xvidcore--head--0.0--patch-96
2924    
2925  2003-09-11 17:11:28 GMT                                         patch-46       * ed.gomez@free.fr--amd64/xvidcore--amd64work--0.0--patch-1
2926           Merged mainline up to patch-101
     Summary:  
       Build process fix for MacOSX+module option  
     Revision:  
       xvidcore--devapi4--1.0--patch-46  
2927    
2928      This patch fixes the install rule of the MacOSX module style library.       * ed.gomez@free.fr--amd64/xvidcore--amd64work--0.0--patch-2
2929      It adds a PRE_SHARED_LIB == SHARED_LIB for all platforms except         Merged mainline again for hotfixes
     MacOSX that uses it a different way, and exploits the fact  
     $(SPECIFIC_LDFLAGS) is the last var of the build line to insert a  
     command for post linking the right .so file.  
2930    
2931      modified files:       * ed.gomez@free.fr--amd64/xvidcore--amd64work--0.0--patch-3
2932       build/generic/Makefile build/generic/configure.in         Added x86_64 detection in configure system
      build/generic/platform.inc.in  
2933    
2934         * ed.gomez@free.fr--amd64/xvidcore--amd64work--0.0--patch-4
2935           Added src/utils/x86_64_asm files
2936    
2937  2003-09-11 13:56:40 GMT                                         patch-45       * ed.gomez@free.fr--amd64/xvidcore--amd64work--0.0--patch-5
2938           Added /src/quant/x86_64_asm files
2939    
2940      Summary:       * ed.gomez@free.fr--amd64/xvidcore--amd64work--0.0--patch-6
2941        Tree cleanup and build files updated.         Added src/motion/x86_64_asm files
     Revision:  
       xvidcore--devapi4--1.0--patch-45  
2942    
2943      * Win32 files switched to Unix format.       * ed.gomez@free.fr--amd64/xvidcore--amd64work--0.0--patch-7
2944        Ok, on IRC, we sorted out what was b0rking the project files each         Added src/dct/x86_64_asm
       time I commit them in DOS format. In fact the Unix CVS does upload  
       DOS format files if i commit them, and then Win32 CVS users get  
       double \r\n files. So the best is to use unix format in CVS. This  
       way, the checked out versions are right for Win32 users.  
2945    
2946        NB: this imply a unix2dos conversion when doing a release from a       * ed.gomez@free.fr--amd64/xvidcore--amd64work--0.0--patch-8
2947            Unix box. I think it's better than current policy, but automatic         Added halfpel part of src/image/x86_64_asm files
           tarballs/zip of the tree should take care of that.  
2948    
2949      * odivx and xvid_stat examples removed. Associated project files have       * ed.gomez@free.fr--amd64/xvidcore--amd64work--0.0--patch-9
2950        been removed as well.         Merged mainline
2951    
2952      * The divx4 compatibility layer has been removed. Associated options       * ed.gomez@free.fr--amd64/xvidcore--amd64work--0.0--patch-10
2953        in the configure script removed. libxvidcore.def has no more need         Ported the new mem transfer function
       to be an autoconf generated file.  
2954    
2955      * rawdec removed. It has never been used and will never be.       * ed.gomez@free.fr--amd64/xvidcore--amd64work--0.0--patch-11
2956           Added src/image/x86_4 qpel code
2957    
     * Added major api appending to the macosx module build.  
2958    
2959      removed files:      new files:
2960       build/win32/.arch-ids/odivx_enc_dec.dsp.id       src/dct/x86_64_asm/.arch-ids/=id
2961       build/win32/.arch-ids/xvid_stat.dsp.id       src/dct/x86_64_asm/.arch-ids/fdct_mmx_skal.asm.id
2962       build/win32/odivx_enc_dec.dsp build/win32/xvid_stat.dsp       src/dct/x86_64_asm/.arch-ids/idct_mmx.asm.id
2963       examples/.arch-ids/odivx_enc_dec.c.id       src/dct/x86_64_asm/fdct_mmx_skal.asm
2964       examples/.arch-ids/xvid_stat.c.id examples/odivx_enc_dec.c       src/dct/x86_64_asm/idct_mmx.asm
2965       examples/xvid_stat.c rawdec/.arch-ids/=id       src/image/x86_64_asm/.arch-ids/=id
2966       rawdec/.arch-ids/rawdec.c.id rawdec/.arch-ids/rawdec.dsp.id       src/image/x86_64_asm/.arch-ids/interpolate8x8_mmx.asm.id
2967       rawdec/rawdec.c rawdec/rawdec.dsp src/.arch-ids/divx4.c.id       src/image/x86_64_asm/.arch-ids/interpolate8x8_xmm.asm.id
2968       src/.arch-ids/divx4.h.id src/divx4.c src/divx4.h       src/image/x86_64_asm/.arch-ids/qpel_mmx.asm.id
2969         src/image/x86_64_asm/interpolate8x8_mmx.asm
2970         src/image/x86_64_asm/interpolate8x8_xmm.asm
2971         src/image/x86_64_asm/qpel_mmx.asm
2972         src/motion/x86_64_asm/.arch-ids/=id
2973         src/motion/x86_64_asm/.arch-ids/sad_mmx.asm.id
2974         src/motion/x86_64_asm/.arch-ids/sad_xmm.asm.id
2975         src/motion/x86_64_asm/sad_mmx.asm
2976         src/motion/x86_64_asm/sad_xmm.asm
2977         src/quant/x86_64_asm/.arch-ids/=id
2978         src/quant/x86_64_asm/.arch-ids/quantize_h263_mmx.asm.id
2979         src/quant/x86_64_asm/.arch-ids/quantize_mpeg_xmm.asm.id
2980         src/quant/x86_64_asm/quantize_h263_mmx.asm
2981         src/quant/x86_64_asm/quantize_mpeg_xmm.asm
2982         src/utils/x86_64_asm/.arch-ids/=id
2983         src/utils/x86_64_asm/.arch-ids/cpuid.asm.id
2984         src/utils/x86_64_asm/.arch-ids/interlacing_mmx.asm.id
2985         src/utils/x86_64_asm/.arch-ids/mem_transfer_mmx.asm.id
2986         src/utils/x86_64_asm/cpuid.asm
2987         src/utils/x86_64_asm/interlacing_mmx.asm
2988         src/utils/x86_64_asm/mem_transfer_mmx.asm
2989    
2990      modified files:      modified files:
2991       build/generic/Makefile build/generic/configure.in       build/generic/configure.in build/generic/sources.inc
2992       build/generic/libxvidcore.def build/win32/libxvidcore.dsp       examples/xvid_bench.c src/dct/fdct.h src/dct/idct.h
2993       build/win32/xvid_decraw.dsp build/win32/xvid_encraw.dsp       src/image/interpolate8x8.h src/image/qpel.c src/image/qpel.h
2994       build/win32/xvidcore.dsw       src/motion/sad.h src/portab.h src/quant/quant.h
2995         src/utils/emms.h src/utils/mbfunctions.h
2996         src/utils/mem_transfer.h src/xvid.c
2997    
2998      renamed files:      new directories:
2999       build/generic/.arch-ids/libxvidcore.def.in.id       src/dct/x86_64_asm src/dct/x86_64_asm/.arch-ids
3000         ==> build/generic/.arch-ids/libxvidcore.def.id       src/image/x86_64_asm src/image/x86_64_asm/.arch-ids
3001       build/generic/libxvidcore.def.in       src/motion/x86_64_asm src/motion/x86_64_asm/.arch-ids
3002         ==> build/generic/libxvidcore.def       src/quant/x86_64_asm src/quant/x86_64_asm/.arch-ids
3003         src/utils/x86_64_asm src/utils/x86_64_asm/.arch-ids
3004    
3005      removed directories:      new patches:
3006       rawdec rawdec/.arch-ids       ed.gomez@free.fr--amd64/xvidcore--amd64work--0.0--base-0
3007         ed.gomez@free.fr--amd64/xvidcore--amd64work--0.0--patch-1
3008         ed.gomez@free.fr--amd64/xvidcore--amd64work--0.0--patch-2
3009         ed.gomez@free.fr--amd64/xvidcore--amd64work--0.0--patch-3
3010         ed.gomez@free.fr--amd64/xvidcore--amd64work--0.0--patch-4
3011         ed.gomez@free.fr--amd64/xvidcore--amd64work--0.0--patch-5
3012         ed.gomez@free.fr--amd64/xvidcore--amd64work--0.0--patch-6
3013         ed.gomez@free.fr--amd64/xvidcore--amd64work--0.0--patch-7
3014         ed.gomez@free.fr--amd64/xvidcore--amd64work--0.0--patch-8
3015         ed.gomez@free.fr--amd64/xvidcore--amd64work--0.0--patch-9
3016         ed.gomez@free.fr--amd64/xvidcore--amd64work--0.0--patch-10
3017         ed.gomez@free.fr--amd64/xvidcore--amd64work--0.0--patch-11
3018    
3019    
3020  2003-09-11 12:59:19 GMT                                         patch-44  2004-12-19 16:58:13 GMT                                         patch-109
3021    
3022      Summary:      Summary:
3023        Replaced malloc.h header file with stdlib.h        bvhq speedup.
3024      Revision:      Revision:
3025        xvidcore--devapi4--1.0--patch-44        xvidcore--head--0.0--patch-109
   
     Replaced malloc.h header file with stdlib.h  
3026    
3027        From sysKin:
3028         * Add cbp cost as soon as possible, so it saves a few candidates
3029           testing.
3030    
3031      modified files:      modified files:
3032       src/plugins/plugin_lumimasking.c       src/motion/estimation_rd_based_bvop.c
3033    
3034    
3035  2003-09-10 22:33:04 GMT                                         patch-43  2004-12-19 16:55:47 GMT                                         patch-108
3036    
3037      Summary:      Summary:
3038        Fixed a problem for 'power of 2' framerates        Added ia32 optimized code for new mem transfer operator.
3039      Revision:      Revision:
3040        xvidcore--devapi4--1.0--patch-43        xvidcore--head--0.0--patch-108
   
     Fixed a problem for 'power of 2' framerates  
3041    
3042        From sysKin:
3043         * Added ia32 (xmm) optimized code for new mem transfer operator.
3044    
3045      modified files:      modified files:
3046       src/bitstream/bitstream.c       src/utils/mem_transfer.c src/utils/mem_transfer.h
3047         src/utils/x86_asm/mem_transfer_mmx.asm src/xvid.c
3048    
3049    
3050  2003-09-10 21:57:12 GMT                                         patch-42  2004-12-19 13:39:58 GMT                                         patch-107
3051    
3052      Summary:      Summary:
3053        Motion Estimation module splitting.        Added missing license header
3054      Revision:      Revision:
3055        xvidcore--devapi4--1.0--patch-42        xvidcore--head--0.0--patch-107
3056    
3057      The motion estimation module was the biggest file of the source      From ed.gomez:
3058      tree. After some previous attempts, sysKin decided to split it       * The GPL header was missing
     up again. This time he's done it right.  
   
     This split up just changes the organization of ME functions  
     inside different files. This should help a bit in keeping the  
     motion estimation being manageable by a normal human ;-)  
   
     Here is the splitting logic quoted from sysKin's email to  
     xvid-devel:  
      - estimation.h: header files #included in all ME modules:  
                      + deftypes,  
                      + macros  
                      + constants  
                      NB: no code.  
      - estimation_bvop.c: motion estimation for b-vops.  
                           everything in it :)  
      - estimation_common.c: functions shared among all ME  
                             modules:  
                             + diamonds  
                             + subpel  
                             + refinement  
                             + picture  
                             + manipulation  
                             + tables  
                             + ...  etc.  
      - estimation_gmc.c: gruel's GME code  
      - estimation_pvop.c: ME for p-vops. Also SAD-based mode  
                           decision  
      - estimation_rd_based.c: everything R-D-based: mode  
                               decison (including _Fast) and ME.  
      - gmc.c, gmc.h: no change.  
3059    
     new files:  
      src/motion/.arch-ids/estimation.h.id  
      src/motion/.arch-ids/estimation_bvop.c.id  
      src/motion/.arch-ids/estimation_common.c.id  
      src/motion/.arch-ids/estimation_gmc.c.id  
      src/motion/.arch-ids/estimation_pvop.c.id  
      src/motion/.arch-ids/estimation_rd_based.c.id  
      src/motion/.arch-ids/motion_inlines.h.id  
      src/motion/.arch-ids/vop_type_decision.c.id  
      src/motion/estimation.h src/motion/estimation_bvop.c  
      src/motion/estimation_common.c src/motion/estimation_gmc.c  
      src/motion/estimation_pvop.c src/motion/estimation_rd_based.c  
      src/motion/motion_inlines.h src/motion/vop_type_decision.c  
3060    
     removed files:  
      src/motion/.arch-ids/motion_est.c.id  
      src/motion/.arch-ids/motion_est.h.id  
      src/motion/.arch-ids/smp_motion_est.c.id  
      src/motion/.arch-ids/smp_motion_est.h.id  
      src/motion/motion_est.c src/motion/motion_est.h  
      src/motion/smp_motion_est.c src/motion/smp_motion_est.h  
3061    
3062      modified files:      modified files:
3063       build/generic/sources.inc build/win32/libxvidcore.dsp       src/motion/estimation_rd_based_bvop.c
      src/bitstream/mbcoding.h src/motion/gmc.c src/motion/gmc.h  
      src/motion/motion.h src/motion/motion_comp.c src/motion/sad.c  
      src/motion/sad.h src/prediction/mbprediction.c  
      src/prediction/mbprediction.h src/utils/mbfunctions.h  
3064    
3065    
3066  2003-09-10 00:40:44 GMT                                         patch-41  2004-12-19 12:41:02 GMT                                         patch-106
3067    
3068      Summary:      Summary:
3069        Cleanups and fix to (trellis+thresholding) logic        Updated ChangeLog
3070      Revision:      Revision:
3071        xvidcore--devapi4--1.0--patch-41        xvidcore--head--0.0--patch-106
3072    
3073      Cleanups to some functions (loop unrolling, call to functions      Updated ChangeLog
     through function array pointers)...  
3074    
     Fix to the trellis+thresholding logic. It was comparing the  
     return value of trellis with a threshold but the trellis function  
     returns the last non zero coeff index... this was basically  
     comparing apples with oranges... funny but wrong. Trellis now  
     returns the sum of absolute coeffs, so the comparison is logical.  
     Btw, as discussed on the devel ML, this is probably uneeded as  
     trellis does an RD optimized coeff distribution.  
3075    
3076      modified files:      modified files:
3077       src/utils/mbtransquant.c       ChangeLog
3078    
3079    
3080  2003-09-09 13:13:58 GMT                                         patch-40  2004-12-19 12:38:15 GMT                                         patch-105
3081    
3082      Summary:      Summary:
3083        Missing ressource for dshow frontend        Merged stable 1.0.3 release patches
3084      Revision:      Revision:
3085        xvidcore--devapi4--1.0--patch-40        xvidcore--head--0.0--patch-105
3086    
3087      Missing ressource for dshow frontend      Merged stable 1.0.3 release patches
3088    
3089        Patches applied:
3090    
3091      new files:       * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-63
3092       dshow/src/.arch-ids/XviD_logo.bmp.id dshow/src/XviD_logo.bmp         Trellis overflow for quant<=2
3093    
3094         * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-64
3095           Marking 1.0.3 release
3096    
 2003-09-08 11:02:10 GMT                                         patch-39  
3097    
3098      Summary:      modified files:
3099        Small fixes for fast mode decision       ChangeLog-1.0 src/utils/mbtransquant.c src/xvid.h
     Revision:  
       xvidcore--devapi4--1.0--patch-39  
3100    
3101      Small fixes for fast mode decision      new patches:
3102         ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-63
3103         ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-64
3104    
3105    
3106    2004-12-19 11:15:53 GMT                                         patch-104
3107    
3108        Summary:
3109          Faster bvhq
3110        Revision:
3111          xvidcore--head--0.0--patch-104
3112    
3113        From sysKin:
3114         * Faster bvhq skipping Intra test if the rd optimized rate
3115           is already < 24bits... some other things too
3116    
3117      modified files:      modified files:
3118       src/motion/motion_est.c src/xvid.h       src/motion/estimation.h src/motion/estimation_bvop.c
3119         src/motion/estimation_rd_based.c
3120         src/motion/estimation_rd_based_bvop.c
3121    
3122    
3123  2003-09-05 23:45:48 GMT                                         patch-38  2004-12-10 20:51:56 GMT                                         patch-103
3124    
3125      Summary:      Summary:
3126        New RD mode decision and subpel refinement.        Encoder cleanups.
3127      Revision:      Revision:
3128        xvidcore--devapi4--1.0--patch-38        xvidcore--head--0.0--patch-103
3129    
3130      New stuff from michael. It deals with mode decision and subpel      From sysKin:
3131      refinement. Integration of these new flags are not settled.       * Moved greyscale code to mbcoding.
3132         * Moved the fcode code to its own function.
3133         * Some other minor cleanups.
3134    
     Wait and see. Further testing is needed.  
3135    
3136      modified files:      modified files:
3137       src/motion/motion_est.c src/motion/motion_est.h src/xvid.h       src/bitstream/mbcoding.c src/encoder.c
3138    
3139    
3140  2003-08-29 13:56:30 GMT                                         patch-37  2004-12-10 20:39:23 GMT                                         patch-102
3141    
3142      Summary:      Summary:
3143        Still more ME tuning        Fixed patch-101
3144      Revision:      Revision:
3145        xvidcore--devapi4--1.0--patch-37        xvidcore--head--0.0--patch-102
   
     Still more ME tuning  
3146    
3147        From sysKin:
3148         * Add a cbp assigment that should not have disapeared in patch-101.
3149    
3150      modified files:      modified files:
3151       src/motion/motion_est.c       src/encoder.c
3152    
3153    
3154  2003-08-28 12:43:22 GMT                                         patch-36  2004-12-09 22:53:20 GMT                                         patch-101
3155    
3156      Summary:      Summary:
3157        Removed expanded the cvs Id field        Speedup using RD results
3158      Revision:      Revision:
3159        xvidcore--devapi4--1.0--patch-36        xvidcore--head--0.0--patch-101
   
     Removed expanded the cvs Id field  
3160    
3161        From sysKin:
3162         * Use cbp from RD to speedup things a bit.
3163    
3164      modified files:      modified files:
3165       src/image/x86_asm/qpel_mmx.asm       src/encoder.c
3166    
3167    
3168  2003-08-28 12:39:44 GMT                                         patch-35  2004-12-09 22:51:02 GMT                                         patch-100
3169    
3170      Summary:      Summary:
3171        More motion est cleanup and bugfixes.        Speedup RD a bit
3172      Revision:      Revision:
3173        xvidcore--devapi4--1.0--patch-35        xvidcore--head--0.0--patch-100
3174    
3175      Still more bugfixes, cleanups and improvements to the Motion Est      From sysKin:
3176      by sysKin       * Saves a few multiplies in RD code saving the quant*quant value
3177           into the SearchData struct.
3178    
3179      modified files:      modified files:
3180       src/motion/motion_est.c src/motion/motion_est.h       src/motion/estimation.h src/motion/estimation_bvop.c
3181         src/motion/estimation_rd_based.c
3182    
3183    
3184  2003-08-26 13:57:39 GMT                                         patch-34  2004-12-09 22:48:06 GMT                                         patch-99
3185    
3186      Summary:      Summary:
3187        Added final bits of Aspect Ratio flag.        Smarter fcode code
3188      Revision:      Revision:
3189        xvidcore--devapi4--1.0--patch-34        xvidcore--head--0.0--patch-99
3190    
3191      Peter did think of the AR flag since the very beginning of devapi4.      From sysKin:
3192      He just forgot to code the final bits to effectively write it to       * Replaced old fcode code with smarter one.
     the bitstream. This patch adds these missing final bits so XviD now  
     reads and writes AR flags.  
3193    
3194      modified files:      modified files:
3195       ./src/bitstream/bitstream.c ./src/encoder.c ./src/encoder.h       src/bitstream/mbcoding.c src/encoder.c src/motion/estimation.h
3196       ./src/xvid.h       src/motion/estimation_bvop.c src/motion/estimation_common.c
3197         src/motion/estimation_pvop.c src/motion/motion_inlines.h
3198    
3199    
3200  2003-08-25 16:41:09 GMT                                         patch-33  2004-12-09 22:00:49 GMT                                         patch-98
3201    
3202      Summary:      Summary:
3203        Small motion estimation cleanup.        Removed Reduced Resolution Vops support
3204      Revision:      Revision:
3205        xvidcore--devapi4--1.0--patch-33        xvidcore--head--0.0--patch-98
3206    
3207      Cleanups from sysKin.      From sysKin:
3208         * it's now a long time we planned removing support for RRV as it
3209           adds complexity to the ME, to the decoder and this feature fits
3210           nowhere in any MPEG4 profile we plan to support.
3211    
3212      modified files:      modified files:
3213       ./src/motion/motion_est.c ./src/motion/motion_est.h       src/bitstream/bitstream.c src/bitstream/bitstream.h
3214         src/decoder.c src/encoder.c src/image/image.c
3215         src/motion/estimation.h src/motion/estimation_bvop.c
3216         src/motion/estimation_gmc.c src/motion/estimation_pvop.c
3217         src/motion/estimation_rd_based.c
3218         src/motion/estimation_rd_based_bvop.c src/motion/motion.h
3219         src/motion/motion_comp.c src/motion/motion_inlines.h
3220         src/motion/vop_type_decision.c src/utils/mbtransquant.c
3221         src/xvid.c
3222    
3223    
3224  2003-08-25 14:59:28 GMT                                         patch-32  2004-12-07 23:58:12 GMT                                         patch-97
3225    
3226      Summary:      Summary:
3227        Frame padding bug.        Merged PowerPC fixes from christoph naegeli's branch
3228      Revision:      Revision:
3229        xvidcore--devapi4--1.0--patch-32        xvidcore--head--0.0--patch-97
3230    
3231        Merged PowerPC fixes from christoph naegeli's branch
3232    
3233        Patches applied:
3234    
3235      We were edging the image repeating pixels from the image directly,       * chn@kbw.ch--2004-1/xvidcore--naegeli-head--0.0--patch-11
3236      but the standard says we must repeat from a 16 pixel boundary.         Star-merge with Edouards Branch
3237    
3238         * chn@kbw.ch--2004-1/xvidcore--naegeli-head--0.0--patch-12
3239           debug alignment bugfixes
3240    
3241         * chn@kbw.ch--2004-1/xvidcore--naegeli-head--0.0--patch-13
3242           bugfixes in altivec alignment assumptions
3243    
3244         * chn@kbw.ch--2004-1/xvidcore--naegeli-head--0.0--patch-14
3245           linux gcc fixes
3246    
3247         * chn@kbw.ch--2004-1/xvidcore--naegeli-head--0.0--patch-15
3248           linux ppc long fixes
3249    
3250         * chn@kbw.ch--2004-1/xvidcore--naegeli-head--0.0--patch-16
3251           minor ppc linux enhancements...
3252    
     See Chapter 7.6.4 of the standard.  
3253    
3254      modified files:      modified files:
3255       ./src/image/image.c       src/image/ppc_asm/colorspace_altivec.c
3256         src/image/ppc_asm/interpolate8x8_altivec.c
3257         src/image/ppc_asm/qpel_altivec.c
3258         src/motion/ppc_asm/sad_altivec.c
3259         src/quant/ppc_asm/quant_h263_altivec.c
3260         src/utils/ppc_asm/mem_transfer_altivec.c src/xvid.c
3261    
3262        new patches:
3263         chn@kbw.ch--2004-1/xvidcore--naegeli-head--0.0--patch-11
3264         chn@kbw.ch--2004-1/xvidcore--naegeli-head--0.0--patch-12
3265         chn@kbw.ch--2004-1/xvidcore--naegeli-head--0.0--patch-13
3266         chn@kbw.ch--2004-1/xvidcore--naegeli-head--0.0--patch-14
3267         chn@kbw.ch--2004-1/xvidcore--naegeli-head--0.0--patch-15
3268         chn@kbw.ch--2004-1/xvidcore--naegeli-head--0.0--patch-16
3269    
3270    
3271  2003-08-23 15:07:44 GMT                                         patch-31  2004-11-24 22:10:17 GMT                                         patch-96
3272    
3273      Summary:      Summary:
3274        New Qpel code.        Forgotten bit of patch-94 (vbv code in vfw)
3275      Revision:      Revision:
3276        xvidcore--devapi4--1.0--patch-31        xvidcore--head--0.0--patch-96
   
     Isibaar commited a new piece of QPel code that seems to be optimized  
     for ia32(mmx) architectures. I had to clean it up a bit to make it  
     respectful of architecture separations. This code is disabled for  
     non ia32 arch, a comment mention it's only faster on ia32... i wonder  
     if it's true, some tests have to be done on sourceforge compile farm  
     in order to confirm that.  
3277    
3278      Compared to the bared CVS commit, this patch includes:      Forgotten bit of patch-94 (vbv code in vfw)
      - fixes the unix build.  
      - better architecture separation.  
      - CodingStyle respected.  
3279    
     new files:  
      ./src/image/.arch-ids/qpel.c.id  
      ./src/image/.arch-ids/qpel.h.id ./src/image/qpel.c  
      ./src/image/qpel.h  
      ./src/image/x86_asm/.arch-ids/qpel_mmx.asm.id  
      ./src/image/x86_asm/qpel_mmx.asm  
3280    
3281      modified files:      modified files:
3282       ./build/generic/sources.inc ./build/win32/libxvidcore.dsp       vfw/src/codec.c
      ./src/encoder.c ./src/motion/motion_comp.c ./src/xvid.c  
3283    
3284    
3285  2003-08-22 13:20:36 GMT                                         patch-30  2004-11-24 21:50:45 GMT                                         patch-95
3286    
3287      Summary:      Summary:
3288        sad32v does really what it's expected (ie 32x32 SAD :-)        Changed default Brightness value in DShow frontend
3289      Revision:      Revision:
3290        xvidcore--devapi4--1.0--patch-30        xvidcore--head--0.0--patch-95
3291    
3292      sad32v does really what it's expected (ie 32x32 SAD :-)      Changed default Brightness value in DShow frontend
3293    
3294    
3295      modified files:      modified files:
3296       ./src/motion/sad.c       dshow/src/config.c
3297    
3298    
3299  2003-08-18 19:00:49 GMT                                         patch-29  2004-11-24 21:50:14 GMT                                         patch-94
3300    
3301      Summary:      Summary:
3302        64bit fix.        Added support for VBV in frontend.
3303      Revision:      Revision:
3304        xvidcore--devapi4--1.0--patch-29        xvidcore--head--0.0--patch-94
3305    
3306      The interpolation code was unsafe on 64bit platforms, the offset was      From sysKin:
3307      badly sized, resulting in segfaults.       * Added support code for VBV in VFW frontend.
3308    
3309      modified files:      modified files:
3310       ./src/image/interpolate8x8.h       vfw/src/config.c vfw/src/resource.rc
3311    
3312    
3313  2003-08-17 14:08:48 GMT                                         patch-28  2004-11-24 21:48:35 GMT                                         patch-93
3314    
3315      Summary:      Summary:
3316        Greyscale mode fixes.        Added interlaced option parsing in xvid_encraw.
3317      Revision:      Revision:
3318        xvidcore--devapi4--1.0--patch-28        xvidcore--head--0.0--patch-93
   
     We were missing some greyscale tests in the encoder loop... noticeably  
     in the PVOP function when coding an intra block, and in BVOP function  
     when coding all types.  
3319    
3320      I added the cbp trick in the cases discussed above.      From christoph:
3321         * Added support for interlaced option in xvid_encraw.
3322    
3323      modified files:      modified files:
3324       ./src/encoder.c       examples/xvid_encraw.c
3325    
3326    
3327  2003-08-13 11:47:33 GMT                                         patch-27  2004-11-24 21:45:47 GMT                                         patch-92
3328    
3329      Summary:      Summary:
3330        Forgotten bit for IA64 separation        Synced with stable tree
3331      Revision:      Revision:
3332        xvidcore--devapi4--1.0--patch-27        xvidcore--head--0.0--patch-92
3333    
3334        Synced with stable tree
3335    
3336      Forgotten bit for IA64 separation      Patches applied:
3337    
3338         * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-60
3339           Fixed DiamondSearch
3340    
3341         * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-61
3342           Fixed stride in DShow decoder.
3343    
3344         * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-62
3345           Fixed stride in vfw frontend.
3346    
3347    
3348      modified files:      modified files:
3349       ./src/image/interpolate8x8.h       dshow/src/CXvidDecoder.cpp src/motion/estimation_common.c
3350         vfw/src/codec.c
3351    
3352        new patches:
3353         ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-60
3354         ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-61
3355         ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-62
3356    
3357    
3358  2003-08-11 15:42:30 GMT                                         patch-26  2004-10-17 10:13:02 GMT                                         patch-91
3359    
3360      Summary:      Summary:
3361        Some qpel changes (sync with Isibaar)        Syncing with Christoph Nageli branch
3362      Revision:      Revision:
3363        xvidcore--devapi4--1.0--patch-26        xvidcore--head--0.0--patch-91
3364    
3365        Syncing with Christoph Nageli branch
3366    
3367        Patches applied:
3368    
3369         * chn@kbw.ch--2004-1/xvidcore--naegeli-head--0.0--base-0
3370           tag of ed.gomez@free.fr--2004-1/xvidcore--head--0.0--patch-68
3371    
3372         * chn@kbw.ch--2004-1/xvidcore--naegeli-head--0.0--patch-1
3373           interpolate8x8_haflpel add functions
3374    
3375         * chn@kbw.ch--2004-1/xvidcore--naegeli-head--0.0--patch-2
3376           little enhancement
3377    
3378         * chn@kbw.ch--2004-1/xvidcore--naegeli-head--0.0--patch-3
3379           Basic QPel pass_16 routines altivec codec
3380    
3381         * chn@kbw.ch--2004-1/xvidcore--naegeli-head--0.0--patch-4
3382           Basic QPel pass_8 routines altivec code
3383    
3384      Some qpel changes (sync with Isibaar)       * chn@kbw.ch--2004-1/xvidcore--naegeli-head--0.0--patch-5
3385           packed pass_16 routines in a macro
3386    
3387         * chn@kbw.ch--2004-1/xvidcore--naegeli-head--0.0--patch-6
3388           packed pass_8 routines in a macro
3389    
3390         * chn@kbw.ch--2004-1/xvidcore--naegeli-head--0.0--patch-7
3391           Enhancement of the qpel functions for P-frames
3392    
3393         * chn@kbw.ch--2004-1/xvidcore--naegeli-head--0.0--patch-8
3394           QPel Pass_16 Add Functions
3395    
3396         * chn@kbw.ch--2004-1/xvidcore--naegeli-head--0.0--patch-9
3397           Pass_8_Add Altivec functions
3398    
3399         * chn@kbw.ch--2004-1/xvidcore--naegeli-head--0.0--patch-10
3400           Bugfix for Pass_8 Add routines
3401    
3402    
3403        new files:
3404         src/image/ppc_asm/.arch-ids/qpel_altivec.c.id
3405         src/image/ppc_asm/qpel_altivec.c
3406    
3407      modified files:      modified files:
3408       ./examples/xvid_encraw.c       build/generic/sources.inc src/image/interpolate8x8.h
3409         src/image/ppc_asm/colorspace_altivec.c
3410         src/image/ppc_asm/interpolate8x8_altivec.c src/image/qpel.c
3411         src/image/qpel.h src/xvid.c
3412    
3413        new patches:
3414         chn@kbw.ch--2004-1/xvidcore--naegeli-head--0.0--base-0
3415         chn@kbw.ch--2004-1/xvidcore--naegeli-head--0.0--patch-1
3416         chn@kbw.ch--2004-1/xvidcore--naegeli-head--0.0--patch-2
3417         chn@kbw.ch--2004-1/xvidcore--naegeli-head--0.0--patch-3
3418         chn@kbw.ch--2004-1/xvidcore--naegeli-head--0.0--patch-4
3419         chn@kbw.ch--2004-1/xvidcore--naegeli-head--0.0--patch-5
3420         chn@kbw.ch--2004-1/xvidcore--naegeli-head--0.0--patch-6
3421         chn@kbw.ch--2004-1/xvidcore--naegeli-head--0.0--patch-7
3422         chn@kbw.ch--2004-1/xvidcore--naegeli-head--0.0--patch-8
3423         chn@kbw.ch--2004-1/xvidcore--naegeli-head--0.0--patch-9
3424         chn@kbw.ch--2004-1/xvidcore--naegeli-head--0.0--patch-10
3425    
3426    
3427  2003-08-11 15:30:04 GMT                                         patch-25  2004-10-12 21:00:08 GMT                                         patch-90
3428    
3429      Summary:      Summary:
3430        Better architecture separation.        Resynced with 1.0 tree
3431      Revision:      Revision:
3432        xvidcore--devapi4--1.0--patch-25        xvidcore--head--0.0--patch-90
3433    
3434        Resynced with 1.0 tree
3435    
3436      Architecture depending functions were declared whatever arch you      Patches applied:
     were compiling. This patch fixes that.  
3437    
3438      I also removed the simple_idct hack in decoder.c as it was simply       * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-59
3439      not used. Better not have ugly code in there.         Don't read too short streams.
3440    
     xvid_bench, should now compile and run on all archs. However I did  
     not put the cpu definitions for each arch, i just separated  
     ARCH_IS_IA32 so even ARCH_IS_GENERIC can compile  
3441    
3442      modified files:      modified files:
3443       ./examples/xvid_bench.c ./src/bitstream/cbp.h ./src/dct/fdct.h       src/bitstream/bitstream.c
3444       ./src/dct/idct.h ./src/decoder.c ./src/image/colorspace.h  
3445       ./src/image/interpolate8x8.h ./src/image/reduced.h      new patches:
3446       ./src/motion/sad.h ./src/quant/quant_h263.h       ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-59
      ./src/quant/quant_mpeg4.h ./src/utils/emms.h  
3447    
3448    
3449  2003-08-09 20:47:42 GMT                                         patch-24  2004-10-12 20:54:47 GMT                                         patch-89
3450    
3451      Summary:      Summary:
3452        Updated changelog        Credits to Christoph Nageli for his work on PPC port
3453      Revision:      Revision:
3454        xvidcore--devapi4--1.0--patch-24        xvidcore--head--0.0--patch-89
3455    
3456      Updated changelog      Credits to Christoph Nageli for his work on PPC port
3457    
3458    
3459      modified files:      modified files:
3460       ./changelog.txt       AUTHORS
3461    
3462    
3463  2003-08-09 20:31:17 GMT                                         patch-23  2004-10-12 20:51:24 GMT                                         patch-88
3464    
3465      Summary:      Summary:
3466        Workaround to a GMC bug due to a MS compiler bug.  
3467      Revision:      Revision:
3468        xvidcore--devapi4--1.0--patch-23        xvidcore--head--0.0--patch-88
3469    
3470        Patches applied:
3471    
3472         * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-57
3473           ME fix.
3474    
3475      Christoph did use a trick to speed up code that resulted in badly       * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-58
3476      optimized code (teh compiler was missing a cast)         64bit fixes
3477    
3478        From ed.gomez:
3479         * Resolved conflicts caused by the 64bit fixes, extended it for qpel.h
3480           Note that 1.1 tree needs a new review for 64bit problems as lot
3481           of ME code has changed.
3482    
3483      modified files:      modified files:
3484       ./src/motion/gmc.c       src/image/qpel.h src/motion/estimation_bvop.c
3485         src/motion/estimation_common.c src/motion/motion_comp.c
3486    
3487        new patches:
3488         ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-57
3489         ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-58
3490    
3491    
3492  2003-08-09 17:09:00 GMT                                         patch-22  2004-09-22 22:42:16 GMT                                         patch-87
3493    
3494      Summary:      Summary:
3495        Fixes to xvid_decraw        DESTDIR support in Makefile
3496      Revision:      Revision:
3497        xvidcore--devapi4--1.0--patch-22        xvidcore--head--0.0--patch-87
3498    
3499        From Thomas Galliano (Gentoo bug #62190):
3500         * Added DESTDIR prefix variable to all install commands destination
3501           (ed.gomez: i think it's for packaging issues, so the install
3502            process installs all files as if they were going to the real
3503            location, as xvid doesn't use any path, i always thought this
3504            was not required)
3505    
3506        modified files:
3507         build/generic/Makefile build/generic/platform.inc.in
3508    
     xvid_decraw has always been used on not so high bitrate sequences  
     and not so big sequences neither.  
3509    
3510      I've been doing lot of tests on the Matrix 2 trailer  2004-09-04 15:10:33 GMT                                         patch-86
3511      (1000x540 25fps ~5Mbits/s) and xvid_decraw was not able to handle that  
3512      because of bugs in the buffer filling algorithm.      Summary:
3513          First bvop search must initalize best_sad
3514        Revision:
3515          xvidcore--head--0.0--patch-86
3516    
3517      This patch fixes the buffer filling and catches up with christoph changes      From sysKin:
3518      in CVS (wrong help message and option parsing).       * First bvop search must initalize best_sad
3519    
3520      modified files:      modified files:
3521       ./examples/xvid_decraw.c       src/motion/estimation_bvop.c
3522    
3523    
3524  2003-08-08 21:31:59 GMT                                         patch-21  2004-09-04 14:11:43 GMT                                         patch-85
3525    
3526      Summary:      Summary:
3527        Added QPel and GMC options.        Fixed function prototype/definition mismatch
3528      Revision:      Revision:
3529        xvidcore--devapi4--1.0--patch-21        xvidcore--head--0.0--patch-85
3530    
3531      XviD has so many options that we forget to propose them all on the      From sysKin:
3532      CLI, here are two more: GMC and Qpel.       * Fixed function prototype/definition mismatch for some
3533           interpolation C functions.
3534    
3535      modified files:      modified files:
3536       ./examples/xvid_encraw.c       src/image/interpolate8x8.c
3537    
3538    
3539  2003-08-07 19:26:28 GMT                                         patch-20  2004-09-04 14:08:13 GMT                                         patch-84
3540    
3541      Summary:      Summary:
3542        SVOP handling in status window        Fixed buffer termination logic in xvid_decraw.
3543      Revision:      Revision:
3544        xvidcore--devapi4--1.0--patch-20        xvidcore--head--0.0--patch-84
   
     SVOP handling in status window  
3545    
3546        From ed.gomez:
3547         * Fixed main decoding loop condition to really match
3548           the empty buffer and end of stream condition.
3549         * Removed the unwanted frame number limitation
3550    
3551      modified files:      modified files:
3552       ./vfw/src/status.c       examples/xvid_decraw.c
3553    
3554    
3555  2003-08-07 19:25:03 GMT                                         patch-19  2004-09-04 14:04:48 GMT                                         patch-83
3556    
3557      Summary:      Summary:
3558        Warning cleanups by chl        Uninitialized user data usage.
3559      Revision:      Revision:
3560        xvidcore--devapi4--1.0--patch-19        xvidcore--head--0.0--patch-83
3561    
3562        From ed.gomez:
3563         - Fixed user data parsing uninitialized data.
3564    
3565        modified files:
3566         src/bitstream/bitstream.c
3567    
3568    
3569      Warning cleanups by chl  2004-09-04 13:59:26 GMT                                         patch-82
3570    
3571        Summary:
3572          Unitialized data in bvop ME
3573        Revision:
3574          xvidcore--head--0.0--patch-82
3575    
3576        From ed.gomez:
3577         * Fixed unitialized data usage during bvop ME.
3578    
3579      modified files:      modified files:
3580       ./src/encoder.c ./src/encoder.h ./src/image/interpolate8x8.c       src/motion/estimation_bvop.c
      ./src/motion/motion_est.c ./src/xvid.h  
3581    
3582    
3583  2003-08-06 21:13:35 GMT                                         patch-18  2004-09-03 00:13:31 GMT                                         patch-81
3584    
3585      Summary:      Summary:
3586        Fix to GMC sprite trajectory code        Add VOL header saving in xvid_decraw
3587      Revision:      Revision:
3588        xvidcore--devapi4--1.0--patch-18        xvidcore--head--0.0--patch-81
3589    
3590      Fix to GMC sprite trajectory code      From ed.gomez:
3591         * Added VOL header saving in xvid_decraw
3592    
3593        The little story:
3594           I was trying to cut some frames off of a big stream (150MB)
3595           with "xvid_decraw -m", and cat'ing the single frame stream
3596           files together. The reconstructed stream was rejected by all
3597           mpeg4 decoders because the vol header wasn't present. Thus
3598           the fix.
3599    
3600      modified files:      modified files:
3601       ./src/bitstream/mbcoding.c ./src/xvid.h       examples/xvid_decraw.c
3602    
3603    
3604  2003-08-06 10:57:25 GMT                                         patch-17  2004-08-30 23:22:35 GMT                                         patch-80
3605    
3606      Summary:      Summary:
3607        Fixes a bug in BVOP block skipping thresholding        Complete previous API numbering change
3608      Revision:      Revision:
3609        xvidcore--devapi4--1.0--patch-17        xvidcore--head--0.0--patch-80
3610    
3611      Fixes a bug in BVOP block skipping thresholding      Complete previous API numbering change
3612    
3613    
3614      modified files:      modified files:
3615       ./src/motion/motion_est.c       src/xvid.h
3616    
3617    
3618  2003-08-03 14:57:32 GMT                                         patch-16  2004-08-29 11:53:05 GMT                                         patch-79
3619    
3620      Summary:      Summary:
3621        Functions renaming + motion fixes.        Merged stable tree
3622      Revision:      Revision:
3623        xvidcore--devapi4--1.0--patch-16        xvidcore--head--0.0--patch-79
3624    
3625        Merged stable tree
3626    
3627        Patches applied:
3628    
3629         * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-54
3630           Marking 1.0.2
3631    
3632      BITS flags have been renamed to RD (Rate Distorsion) flags... however       * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-55
3633      function names were still xxxBitsxxx.         Merged one important forgotten bugfix from head
3634    
3635      Improved frame type decision       * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-56
3636           ChangeLog update
3637    
     Fix for DQUANTS plugins, their quant was never checked against valid  
     [1..31] range.  
3638    
3639      modified files:      modified files:
3640       ./src/encoder.c ./src/motion/motion_est.c       ChangeLog-1.0 src/xvid.h
3641       ./src/motion/motion_est.h  
3642        new patches:
3643         ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-54
3644         ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-55
3645         ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-56
3646    
3647    
3648  2003-08-02 15:00:49 GMT                                         patch-15  2004-08-29 09:56:34 GMT                                         patch-78
3649    
3650      Summary:      Summary:
3651        API cleanup.        Write ia32 symbols' size to elf output.
3652      Revision:      Revision:
3653        xvidcore--devapi4--1.0--patch-15        xvidcore--head--0.0--patch-78
3654    
3655        From ed.gomez:
3656         - write symbols size to elf output, so the asm objects look
3657           really like any usual object file.
3658    
3659        modified files:
3660         src/bitstream/x86_asm/cbp_3dne.asm
3661         src/bitstream/x86_asm/cbp_mmx.asm
3662         src/bitstream/x86_asm/cbp_sse2.asm
3663         src/dct/x86_asm/fdct_mmx_ffmpeg.asm
3664         src/dct/x86_asm/fdct_mmx_skal.asm
3665         src/dct/x86_asm/fdct_sse2_skal.asm
3666         src/dct/x86_asm/idct_3dne.asm src/dct/x86_asm/idct_mmx.asm
3667         src/dct/x86_asm/idct_sse2_dmitry.asm
3668         src/dct/x86_asm/simple_idct_mmx.asm
3669         src/image/x86_asm/colorspace_mmx.inc
3670         src/image/x86_asm/colorspace_rgb_mmx.asm
3671         src/image/x86_asm/colorspace_yuv_mmx.asm
3672         src/image/x86_asm/colorspace_yuyv_mmx.asm
3673         src/image/x86_asm/interpolate8x8_3dn.asm
3674         src/image/x86_asm/interpolate8x8_3dne.asm
3675         src/image/x86_asm/interpolate8x8_mmx.asm
3676         src/image/x86_asm/interpolate8x8_xmm.asm
3677         src/image/x86_asm/postprocessing_mmx.asm
3678         src/image/x86_asm/postprocessing_sse2.asm
3679         src/image/x86_asm/qpel_mmx.asm
3680         src/image/x86_asm/reduced_mmx.asm
3681         src/motion/x86_asm/sad_3dn.asm src/motion/x86_asm/sad_3dne.asm
3682         src/motion/x86_asm/sad_mmx.asm src/motion/x86_asm/sad_sse2.asm
3683         src/motion/x86_asm/sad_xmm.asm
3684         src/quant/x86_asm/quantize_h263_3dne.asm
3685         src/quant/x86_asm/quantize_h263_mmx.asm
3686         src/quant/x86_asm/quantize_mpeg_mmx.asm
3687         src/quant/x86_asm/quantize_mpeg_xmm.asm
3688         src/utils/x86_asm/cpuid.asm
3689         src/utils/x86_asm/interlacing_mmx.asm
3690         src/utils/x86_asm/mem_transfer_3dne.asm
3691         src/utils/x86_asm/mem_transfer_mmx.asm
3692    
3693    
3694    2004-08-28 13:00:56 GMT                                         patch-77
3695    
3696      Since we started devapi3 and then devapi4, feature names did not change      Summary:
3697      because it was just convenient to keep them to minimize the change impact.        Thread safety problem in sse2 brightness control
3698      But most of the flags were now not even suggesting what they do. So this      Revision:
3699      patch cleans the API.        xvidcore--head--0.0--patch-77
3700    
3701      This patch also change the way we describe flags, it's more compact and      From ed.gomez:
3702      shows better flags are bit sets that must not overlap. This change fixes       * CodingStyle for the sse2 image brightness file
3703      a plugin flag overlapping problem as well.       * Fixed thread safety problem/big error. Writing to a RO
3704           data segment is a no go ! and using global data segment
3705           is a no go either (use stack instead) !
3706    
3707      modified files:      modified files:
3708       ./examples/xvid_encraw.c ./src/decoder.c ./src/encoder.c       src/image/x86_asm/postprocessing_sse2.asm
      ./src/encoder.h ./src/motion/motion_est.c  
      ./src/motion/motion_est.h ./src/xvid.c ./src/xvid.h  
      ./vfw/src/codec.c ./vfw/src/config.c  
3709    
3710    
3711  2003-07-29 22:25:12 GMT                                         patch-14  2004-08-22 13:11:23 GMT                                         patch-76
3712    
3713      Summary:      Summary:
3714        Fixed bogus memory accesses        Stable merge
3715      Revision:      Revision:
3716        xvidcore--devapi4--1.0--patch-14        xvidcore--head--0.0--patch-76
3717    
3718        Stable merge
3719    
3720        Patches applied:
3721    
3722      Fixed bogus memory accesses       * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-53
3723           Thread safety problem in idct C version
3724    
3725    
3726      modified files:      modified files:
3727       ./src/encoder.c ./src/plugins/plugin_2pass1.c       src/bitstream/mbcoding.c src/dct/idct.c
3728    
3729        new patches:
3730         ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-53
3731    
3732    
3733  2003-07-28 12:22:33 GMT                                         patch-13  2004-08-22 11:48:23 GMT                                         patch-75
3734    
3735      Summary:      Summary:
3736        Bitstream version increased to 16        This tree isn't API 4.0 anymore, mark it as 4.1
3737      Revision:      Revision:
3738        xvidcore--devapi4--1.0--patch-13        xvidcore--head--0.0--patch-75
   
     Bitstream version increased to 16  
3739    
3740        From ed.gomez:
3741         * The fields added to some structs make this lib isn't
3742           API 4.0 anymore, mark it as 4.1 because ABI compatibility
3743           is conserved.
3744    
3745      modified files:      modified files:
3746       ./src/xvid.h       build/generic/configure.in
3747    
3748    
3749  2003-07-25 12:01:51 GMT                                         patch-12  2004-08-22 11:41:22 GMT                                         patch-74
3750    
3751      Summary:      Summary:
3752        Added gmc files to teh windows project file        Functions qualified as such for elf format.
3753      Revision:      Revision:
3754        xvidcore--devapi4--1.0--patch-12        xvidcore--head--0.0--patch-74
3755    
3756        From ed.gomez:
3757         * Functions weren't marked as functions in ia32 asm files.
3758           Added support for the function qualifier for elf.
3759    
3760        modified files:
3761         build/generic/configure.in src/bitstream/x86_asm/cbp_3dne.asm
3762         src/bitstream/x86_asm/cbp_mmx.asm
3763         src/bitstream/x86_asm/cbp_sse2.asm
3764         src/dct/x86_asm/fdct_mmx_ffmpeg.asm
3765         src/dct/x86_asm/fdct_mmx_skal.asm
3766         src/dct/x86_asm/fdct_sse2_skal.asm
3767         src/dct/x86_asm/idct_3dne.asm src/dct/x86_asm/idct_mmx.asm
3768         src/dct/x86_asm/idct_sse2_dmitry.asm
3769         src/dct/x86_asm/simple_idct_mmx.asm
3770         src/image/x86_asm/colorspace_rgb_mmx.asm
3771         src/image/x86_asm/colorspace_yuv_mmx.asm
3772         src/image/x86_asm/colorspace_yuyv_mmx.asm
3773         src/image/x86_asm/interpolate8x8_3dn.asm
3774         src/image/x86_asm/interpolate8x8_3dne.asm
3775         src/image/x86_asm/interpolate8x8_mmx.asm
3776         src/image/x86_asm/interpolate8x8_xmm.asm
3777         src/image/x86_asm/postprocessing_mmx.asm
3778         src/image/x86_asm/postprocessing_sse2.asm
3779         src/image/x86_asm/qpel_mmx.asm
3780         src/image/x86_asm/reduced_mmx.asm
3781         src/motion/x86_asm/sad_3dn.asm src/motion/x86_asm/sad_3dne.asm
3782         src/motion/x86_asm/sad_mmx.asm src/motion/x86_asm/sad_sse2.asm
3783         src/motion/x86_asm/sad_xmm.asm
3784         src/quant/x86_asm/quantize_h263_3dne.asm
3785         src/quant/x86_asm/quantize_h263_mmx.asm
3786         src/quant/x86_asm/quantize_mpeg_mmx.asm
3787         src/quant/x86_asm/quantize_mpeg_xmm.asm
3788         src/utils/x86_asm/cpuid.asm
3789         src/utils/x86_asm/interlacing_mmx.asm
3790         src/utils/x86_asm/mem_transfer_3dne.asm
3791         src/utils/x86_asm/mem_transfer_mmx.asm
3792    
3793    
3794      Added gmc files to teh windows project file  2004-08-21 17:04:57 GMT                                         patch-73
3795    
3796        Summary:
3797          Added yasm support in configure.in
3798        Revision:
3799          xvidcore--head--0.0--patch-73
3800    
3801        From ed.gomez:
3802         * Added yasm configure.in support. It's my preferred ia32 assembly
3803           because it allows debugging/profiling of assembly code with oprofile.
3804    
3805      modified files:      modified files:
3806       ./build/win32/libxvidcore.dsp ./vfw/src/codec.c       build/generic/configure.in
3807    
3808    
3809  2003-07-25 12:00:31 GMT                                         patch-11  2004-08-21 11:47:31 GMT                                         patch-72
3810    
3811      Summary:      Summary:
3812        Added cartoon mode from Isibaar        Merged fix from stable
3813      Revision:      Revision:
3814        xvidcore--devapi4--1.0--patch-11        xvidcore--head--0.0--patch-72
3815    
3816        Merged fix from stable
3817    
3818        Patches applied:
3819    
3820         * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-52
3821           Stupid typo+error in fdct_xxx_skal macro generator.
3822    
3823    
3824        modified files:
3825         src/dct/x86_asm/fdct_mmx_skal.asm
3826    
3827        new patches:
3828         ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-52
3829    
3830    
3831      Added cartoon mode from Isibaar  2004-08-16 22:32:46 GMT                                         patch-71
3832    
3833        Summary:
3834          Decoder optimization (fixing regression)
3835        Revision:
3836          xvidcore--head--0.0--patch-71
3837    
3838        From ed.gomez:
3839         * With newly introduced vector checking, decoder became noticeably
3840           slower. This was caused by poorly written code (sorry sysKin :P)
3841            + unrolled loop
3842            + removed duplicated border computings
3843            + marks the function as __inline
3844    
3845      modified files:      modified files:
3846       ./src/motion/motion_est.c ./src/plugins/plugin_single.c       src/decoder.c
      ./src/utils/mbtransquant.c ./src/xvid.h  
3847    
3848    
3849  2003-07-25 10:30:41 GMT                                         patch-10  2004-08-15 11:42:20 GMT                                         patch-70
3850    
3851      Summary:      Summary:
3852        Bitstream syntax comments.        Out of bounds MVs clipping
3853      Revision:      Revision:
3854        xvidcore--devapi4--1.0--patch-10        xvidcore--head--0.0--patch-70
3855    
3856      This patch does not change the bitstream but adds some comments that      From sysKin:
3857      can help in order to understand (lack of) calls to BitstreamPadAlways.       * Clip vectors that end up out of bounds.
3858    
3859      modified files:      modified files:
3860       ./src/bitstream/bitstream.c ./src/encoder.c       src/decoder.c
3861    
3862    
3863  2003-07-22 16:34:25 GMT                                         patch-9  2004-08-10 22:30:09 GMT                                         patch-69
3864    
3865      Summary:      Summary:
3866        Fixes Bistream errors in VOL (+ forced stuffing)        Fixed CBR plugin.
3867      Revision:      Revision:
3868        xvidcore--devapi4--1.0--patch-9        xvidcore--head--0.0--patch-69
3869    
3870        From Foxer:
3871         * Do not set the return quantizer to the frame's quantizer
3872           (caused the crazy quant choices)
3873         * Allow quant1 to influence the sequence quality
3874         * Allow more than +- 1 quantizer variation if the desired
3875           quantizer is much higher than the previous.
3876         * Clamp the overflow influence to 1 unit of buffer, that
3877           should help cases where still motion scenes are followed
3878           by normal motion scenes... old code was reaching amazing
3879           high bitrate, with this modification it should keep
3880           smaller bitrate.
3881    
3882      After a detailed bugreport at:      modified files:
3883      http://www.xvid.org/modules.php?op=modload&name=phpBB2&file=viewtopic&t=1387&highlight=       src/plugins/plugin_single.c
3884    
     I discovered that:  
3885    
3886      1/ we did not write video_signal_type, but we were padding to the next  2004-08-01 15:23:49 GMT                                         patch-68
     byte, that's why we had video_signal_type=0 and then only 1s until the  
     next byte boundary. This explains the 11 next_start_code();  
3887    
3888      2/ video_object_type_indication = Reserved is right on my machine,      Summary:
3889      please check again, but i doubt there is a bug there, we use 3 hard        error in dshow par array indexing
3890      wired values and none of them is zero.      Revision:
3891          xvidcore--head--0.0--patch-68
3892    
3893      3/ 01 : next_start_code() *** Was wrong in 24.02.2003; is correct in      error in dshow par array indexing
     dev-api-4!!! *** was a bug in fact... when we write user data, we pad to  
     the next byte boundary (if needed) like the standard says... by  
     chancepadding was almost always done, thus the next_start_code() was  
     respected.  
3894    
     4/ The extra stuffing bits were caused by a forced padding between our  
     VOL function writer and VOP header function writer.  
3895    
3896      modified files:      modified files:
3897       ./src/bitstream/bitstream.c ./src/encoder.c       dshow/src/CXvidDecoder.cpp
3898    
3899    
3900  2003-07-16 22:57:44 GMT                                         patch-8  2004-08-01 13:38:36 GMT                                         patch-67
3901    
3902      Summary:      Summary:
3903        Fixed quant4_intra_xmm and quant_intra_3dne bug for DC<0.        Faster bframe decoding (qpel this time)
3904      Revision:      Revision:
3905        xvidcore--devapi4--1.0--patch-8        xvidcore--head--0.0--patch-67
3906    
3907        From ed.gomez:
3908         * Used the same trick as for halfpel bvops, merge backward
3909           interpolation and dst averaging steps.
3910    
3911        NB: i'm currently not able to say if it's a real speedup or not
3912            because my linux kernel uses a process scheduler gives great
3913            variance to results... so far i'm sure this isn't a slowdown
3914            neither for C nor ia32 SIMD.
3915    
3916        modified files:
3917         src/decoder.c src/image/qpel.c src/image/qpel.h
3918    
3919    
3920      These two functions were suffering the same error that consists in  2004-08-01 11:24:07 GMT                                         patch-66
     emulating idiv with some an inversed divisor array and an imul  
     instruction followed by a right shift...  
3921    
3922      That was always decreasing the ressult by 1 for negative DC values.      Summary:
3923      A not so bad solution is simply to use a cmov instruction and choose        Unified qpel code path for all platforms
3924      the right value according to the DC value. As these function were      Revision:
3925      for PIII and Athlon, we are sure we can use the cmov instruction.        xvidcore--head--0.0--patch-66
3926    
3927      PS: the fix is somewhere in cosmetic changes... sorry but the code was      From ed.gomez and skal:
3928      too ugly to fix it like it was.       * Unified qpel code path for all platforms. Next step is
3929           to fully exploit this code path to speedup qpel bframe
3930           decoding
3931    
3932        NB: this makes also ports life easier as they would not port
3933            obsoleted function sets...
3934    
3935      modified files:      modified files:
3936       ./src/quant/x86_asm/quantize4_xmm.asm       src/decoder.c src/image/interpolate8x8.h src/image/qpel.c
3937       ./src/quant/x86_asm/quantize_3dne.asm       src/image/qpel.h src/motion/motion_comp.c
3938    
3939    
3940  2003-07-16 12:58:21 GMT                                         patch-7  2004-07-31 15:08:19 GMT                                         patch-65
3941    
3942      Summary:      Summary:
3943        Fixed the build system (error caused by patch-5)        Faster bframe decoding.
3944      Revision:      Revision:
3945        xvidcore--devapi4--1.0--patch-7        xvidcore--head--0.0--patch-65
3946    
3947      IA64 cahnges were wrong in the build system, they make all platforms      From ed.gomez and skal:
3948      try to compile a directory... That patch should fix the IA64 target       * Faster direct/interpolated bvop blocks decoding for halfpel
3949      build and get back to previous behavior for other architectures.         sequences. The trick is to compute and average directly with
3950           destination during one of the forward/backward interpolations.
3951           At this moment, this patch covers only halfpel decoding, the
3952           same trick is expected to be hacked for qpel.
3953    
3954      modified files:      modified files:
3955       ./build/generic/configure.in ./build/generic/platform.inc.in       src/decoder.c src/image/interpolate8x8.c
3956       ./build/generic/sources.inc       src/image/interpolate8x8.h
3957         src/image/x86_asm/interpolate8x8_mmx.asm
3958         src/image/x86_asm/interpolate8x8_xmm.asm src/xvid.c
3959    
3960    
3961  2003-07-13 12:16:55 GMT                                         patch-6  2004-07-31 09:13:23 GMT                                         patch-64
3962    
3963      Summary:      Summary:
3964        Updates for GME and some cleanups.        Last bit for dshow gcc support
3965      Revision:      Revision:
3966        xvidcore--devapi4--1.0--patch-6        xvidcore--head--0.0--patch-64
3967    
3968        From pete:
3969         * Last bits concerning gcc build support for dshow.
3970    
3971        removed files:
3972         dshow/dxpatch/.arch-ids/DXVCSDK-9.0-gcc.patch.id
3973         dshow/dxpatch/.arch-ids/DXVCSDK-9.0-gcc.txt.id
3974         dshow/dxpatch/DXVCSDK-9.0-gcc.patch
3975         dshow/dxpatch/DXVCSDK-9.0-gcc.txt
3976    
3977        modified files:
3978         dshow/src/Configure.cpp
3979    
     This is a all in one patch from syskin:  
     * mcsel decision moved to ModeDecision() function. That makes motion  
       loop completely aware of macroblock mode and vectors (amv in that case).  
       A simple copy&paste was needed to make the the decision R-D based, to be  
       compatible with MODEDECISION_BITS.  
3980    
3981      * many bugs fixed. Most of them very small,  the only big one was that  2004-07-27 21:10:02 GMT                                         patch-63
3982        BITS was misunderstanding a flag and was thinking that mpeg quant is  
3983        used when h263 quant is used and vice versa :( Also, correct cbp with      Summary:
3984        inter4v mode makes mode decision better. Two speedups - for BITS (no        Better cross compilation support for dshow.
3985        more dequantization when sum == 0) and for ChromaME (chroma sad not      Revision:
3986        computed if total sad too big before that). Some GMC compiler warnings        xvidcore--head--0.0--patch-63
       removed. Probably more, I don't remember ;) I haven't touched P/B/I  
       decision for once.  
3987    
3988      * compiler warnings removed, mostly "const mismatch" in get_amv() <-- or      From pete and ed.gomez:
3989        what was his name.       * gcc 3.4.1 is even more pedantic, ::GUID was breaking it, use
3990           struct _GUID instead.
3991         * Some uppercase/lowercase mixing in MS headers.
3992         * More documentation footage for the braves !
3993    
3994      * two functions made 2x smaller, shorter and faster.      NB: with all this, dshow should compile, but it is not guaranted
3995            to work ! There's even a patch for Configure.cpp that could be
3996            required... postponed to a later patch.
3997    
3998      modified files:      modified files:
3999       ./src/encoder.c ./src/global.h ./src/image/interpolate8x8.h       dshow/dxpatch/dx90sdk-update-gcc.patch
4000       ./src/motion/gmc.c ./src/motion/gmc.h       dshow/dxpatch/dx90sdk-update-gcc.txt
      ./src/motion/motion_est.c ./src/motion/motion_est.h  
      ./vfw/src/codec.c  
4001    
4002    
4003  2003-07-10 17:35:59 GMT                                         patch-5  2004-07-26 20:25:52 GMT                                         patch-62
4004    
4005      Summary:      Summary:
4006        IA64 updates.        ChangeLog 1.1 update
4007      Revision:      Revision:
4008        xvidcore--devapi4--1.0--patch-5        xvidcore--head--0.0--patch-62
4009    
4010      Changes from Stephan Krause <s_kraste at ira.uka.de>      ChangeLog 1.1 update
4011    
     Small updates so ia64 is supposed to work. Further testing is needed  
     because tests have only been done with xvid_encraw.  
4012    
4013      modified files:      modified files:
4014       ./build/generic/platform.inc.in ./examples/xvid_encraw.c       ChangeLog
      ./src/motion/motion_est.c ./src/xvid.c  
4015    
4016    
4017  2003-07-10 17:27:01 GMT                                         patch-4  2004-07-26 20:22:38 GMT                                         patch-61
4018    
4019      Summary:      Summary:
4020        Removed remaining expanded $ lines from the arch repo        Update from stable
4021      Revision:      Revision:
4022        xvidcore--devapi4--1.0--patch-4        xvidcore--head--0.0--patch-61
4023    
4024        Update from stable
4025    
4026      Removed remaining expanded $ lines from the arch repo      Patches applied:
4027    
4028         * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-51
4029           ChangeLog Update
4030    
4031    
4032      modified files:      modified files:
4033       ./CodingStyle ./build/generic/bootstrap.sh       ChangeLog-1.0
4034       ./doc/xvid-encoder.txt ./src/bitstream/ppc_asm/cbp_altivec.s  
4035       ./src/bitstream/ppc_asm/cbp_ppc.s      new patches:
4036       ./src/dct/x86_asm/fdct_xmm.asm       ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-51
      ./src/image/x86_asm/colorspace_yuv_mmx.asm  
      ./src/image/x86_asm/reduced_mmx.asm  
      ./src/image/x86_asm/yuv_to_yv12_mmx.asm  
      ./src/image/x86_asm/yv12_to_rgb24_mmx.asm  
      ./src/image/x86_asm/yv12_to_rgb32_mmx.asm  
      ./src/motion/ppc_asm/sad_altivec.c ./todo.txt  
4037    
4038    
4039  2003-07-02 23:20:39 GMT                                         patch-3  2004-07-26 19:26:24 GMT                                         patch-60
4040    
4041      Summary:      Summary:
4042        Reset the IFrame counter when an iframe is encoded        Another missing memset in xvid_decraw
4043      Revision:      Revision:
4044        xvidcore--devapi4--1.0--patch-3        xvidcore--head--0.0--patch-60
4045    
4046      Reset the IFrame counter when an iframe is encoded      Another missing memset in xvid_decraw
4047    
4048    
4049      modified files:      modified files:
4050       ./src/encoder.c       examples/xvid_decraw.c
4051    
4052    
4053  2003-06-29 21:58:24 GMT                                         patch-2  2004-07-26 19:14:45 GMT                                         patch-59
4054    
4055      Summary:      Summary:
4056        Added 3 warp point GMC.        DShow updates for gcc toolchain.
4057      Revision:      Revision:
4058        xvidcore--devapi4--1.0--patch-2        xvidcore--head--0.0--patch-59
4059    
4060      Added 3 warp point GMC (first cvs commit + bitstream warp writing fix      From pete:
4061      from cvs)       * More work on the gcc toolchain.
4062    
4063      new files:      new files:
4064       ./src/motion/.arch-ids/gmc.c.id       dshow/dxpatch/.arch-ids/dx90sdk-update-gcc.patch.id
4065       ./src/motion/.arch-ids/gmc.h.id ./src/motion/gmc.c       dshow/dxpatch/.arch-ids/dx90sdk-update-gcc.txt.id
4066       ./src/motion/gmc.h       dshow/dxpatch/dx90sdk-update-gcc.patch
4067         dshow/dxpatch/dx90sdk-update-gcc.txt
4068    
4069      modified files:      modified files:
4070       ./build/generic/sources.inc ./src/bitstream/bitstream.c       dshow/Makefile dshow/dshow.dsp dshow/src/CXvidDecoder.cpp
      ./src/decoder.c ./src/decoder.h ./src/encoder.c  
      ./src/encoder.h ./src/global.h ./src/motion/motion.h  
      ./src/motion/motion_comp.c ./src/motion/motion_est.c  
      ./src/motion/motion_est.h ./src/utils/mbfunctions.h  
      ./src/xvid.h  
4071    
4072    
4073  2003-06-29 21:35:01 GMT                                         patch-1  2004-07-25 21:31:41 GMT                                         patch-58
4074    
4075      Summary:      Summary:
4076        Updated changelog        Added GPL to vfw frontend
4077      Revision:      Revision:
4078        xvidcore--devapi4--1.0--patch-1        xvidcore--head--0.0--patch-58
4079    
4080        From pete:
4081         * Added GPL to VFW ressources.
4082    
4083        modified files:
4084         vfw/src/config.c vfw/src/driverproc.c vfw/src/resource.h
4085         vfw/src/resource.rc
4086    
4087    
4088    2004-07-25 19:31:32 GMT                                         patch-57
4089    
4090      Updated changelog      Summary:
4091          decoder_mb_decode cleanup
4092        Revision:
4093          xvidcore--head--0.0--patch-57
4094    
4095        From ed.gomez:
4096         * Try to cleanup the decoder_mb_decode function. A bit more
4097           computing required, less branches, more readable code.
4098    
4099      modified files:      modified files:
4100       ./changelog.txt       src/decoder.c
4101    
4102    
4103  2003-06-27 17:01:46 GMT                                         base-0  2004-07-24 11:39:57 GMT                                         patch-56
4104    
4105      Summary:      Summary:
4106        tag of ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-80        Important bugfix from stable
4107      Revision:      Revision:
4108        xvidcore--devapi4--1.0--base-0        xvidcore--head--0.0--patch-56
4109    
4110      (automatically generated log message)      Important bugfix from stable
4111    
4112        Patches applied:
4113    
4114         * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-50
4115           BVOP direct/interpolated ref block rounding fix.
4116    
4117    
4118        modified files:
4119         src/decoder.c
4120    
4121      new patches:      new patches:
4122       ed.gomez@free.fr--main/xvidcore--devapi4--1.0--base-0       ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-50
      ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-1  
      ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-2  
      ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-3  
      ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-4  
      ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-5  
      ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-6  
      ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-7  
      ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-8  
      ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-9  
      ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-10  
      ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-11  
      ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-12  
      ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-13  
      ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-14  
      ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-15  
      ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-16  
      ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-17  
      ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-18  
      ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-19  
      ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-20  
      ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-21  
      ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-22  
      ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-23  
      ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-24  
      ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-25  
      ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-26  
      ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-27  
      ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-28  
      ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-29  
      ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-30  
      ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-31  
      ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-32  
      ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-33  
      ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-34  
      ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-35  
      ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-36  
      ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-37  
      ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-38  
      ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-39  
      ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-40  
      ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-41  
      ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-42  
      ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-43  
      ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-44  
      ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-45  
      ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-46  
      ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-47  
      ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-48  
      ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-49  
      ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-50  
      ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-51  
      ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-52  
      ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-53  
      ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-54  
      ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-55  
      ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-56  
      ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-57  
      ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-58  
      ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-59  
      ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-60  
      ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-61  
      ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-62  
      ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-63  
      ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-64  
      ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-65  
      ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-66  
      ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-67  
      ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-68  
      ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-69  
      ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-70  
      ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-71  
      ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-72  
      ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-73  
      ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-74  
      ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-75  
      ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-76  
      ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-77  
      ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-78  
      ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-79  
      ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-80  
      ed.gomez@free.fr--main/xvidcore--stable--0.9--base-0  
      ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-1  
      ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-2  
      ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-3  
      ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-4  
      ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-5  
      ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-6  
      ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-7  
      ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-8  
      ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-9  
      ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-10  
      ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-11  
      ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-12  
      ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-13  
      ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-14  
      ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-15  
      ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-16  
      ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-17  
      ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-18  
      ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-19  
      ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-20  
      ed.gomez@free.fr--main/xvidcore--stable--0.9--version-0  
      ed.gomez@free.fr--main/xvidcore--stable--1.0--base-0  
      ed.gomez@free.fr--main/xvidcore--stable--1.0--patch-1  
      ed.gomez@free.fr--main/xvidcore--stable--1.0--patch-2  
      ed.gomez@free.fr--main/xvidcore--stable--1.0--patch-3  
      ed.gomez@free.fr--main/xvidcore--stable--1.0--patch-4  
      ed.gomez@free.fr--main/xvidcore--stable--1.0--patch-5  
      ed.gomez@free.fr--main/xvidcore--stable--1.0--patch-6  
4123    
4124    
4125  2003-06-27 13:42:52 GMT                                         patch-80  2004-07-23 20:40:08 GMT                                         patch-55
4126    
4127      Summary:      Summary:
4128        Still fixes and improvements to motion estimation  
4129      Revision:      Revision:
4130        xvidcore--devapi4--1.0--patch-80        xvidcore--head--0.0--patch-55
4131    
4132        From ed.gomez:
4133         * Extended stable patch pplying same change to new nasm files
4134    
4135        Patches applied:
4136    
4137         * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-49
4138           Removed data qualifer in .rodata
4139    
     Still fixes and improvements to motion estimation.  
4140    
4141      modified files:      modified files:
4142       src/motion/motion_est.c src/motion/motion_est.h       src/bitstream/x86_asm/cbp_mmx.asm
4143         src/bitstream/x86_asm/cbp_sse2.asm
4144         src/dct/x86_asm/fdct_mmx_ffmpeg.asm
4145         src/dct/x86_asm/fdct_mmx_skal.asm
4146         src/dct/x86_asm/fdct_sse2_skal.asm
4147         src/dct/x86_asm/idct_3dne.asm src/dct/x86_asm/idct_mmx.asm
4148         src/dct/x86_asm/idct_sse2_dmitry.asm
4149         src/dct/x86_asm/simple_idct_mmx.asm
4150         src/image/x86_asm/colorspace_rgb_mmx.asm
4151         src/image/x86_asm/colorspace_yuyv_mmx.asm
4152         src/image/x86_asm/interpolate8x8_3dn.asm
4153         src/image/x86_asm/interpolate8x8_3dne.asm
4154         src/image/x86_asm/interpolate8x8_mmx.asm
4155         src/image/x86_asm/interpolate8x8_xmm.asm
4156         src/image/x86_asm/postprocessing_mmx.asm
4157         src/image/x86_asm/postprocessing_sse2.asm
4158         src/image/x86_asm/qpel_mmx.asm
4159         src/image/x86_asm/reduced_mmx.asm
4160         src/motion/x86_asm/sad_3dn.asm src/motion/x86_asm/sad_3dne.asm
4161         src/motion/x86_asm/sad_mmx.asm src/motion/x86_asm/sad_sse2.asm
4162         src/motion/x86_asm/sad_xmm.asm
4163         src/quant/x86_asm/quantize_h263_3dne.asm
4164         src/quant/x86_asm/quantize_h263_mmx.asm
4165         src/quant/x86_asm/quantize_mpeg_mmx.asm
4166         src/quant/x86_asm/quantize_mpeg_xmm.asm
4167         src/utils/x86_asm/cpuid.asm
4168         src/utils/x86_asm/interlacing_mmx.asm
4169         src/utils/x86_asm/mem_transfer_3dne.asm
4170         src/utils/x86_asm/mem_transfer_mmx.asm
4171    
4172        new patches:
4173         ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-49
4174    
4175    
4176  2003-06-27 13:35:20 GMT                                         patch-79  2004-07-21 19:36:46 GMT                                         patch-54
4177    
4178      Summary:      Summary:
4179        Added compile time PNM reading        Bframe fixes, still not back to 1.0.1 level
4180      Revision:      Revision:
4181        xvidcore--devapi4--1.0--patch-79        xvidcore--head--0.0--patch-54
4182    
4183        Bframe fixes, still not back to 1.0.1 level
4184    
     Added compile time PNM reading. It can be useful to test RGB<->YV12  
     conversions inside XviD.  
4185    
4186      modified files:      modified files:
4187       examples/xvid_encraw.c       src/motion/estimation_bvop.c
4188         src/motion/estimation_rd_based_bvop.c
4189    
4190    
4191  2003-06-24 12:19:01 GMT                                         patch-78  2004-07-19 18:46:09 GMT                                         patch-53
4192    
4193      Summary:      Summary:
4194        Fixes to the RD ME        Stable merge
4195      Revision:      Revision:
4196        xvidcore--devapi4--1.0--patch-78        xvidcore--head--0.0--patch-53
   
     Fixes to the RD ME.  
4197    
4198      modified files:      Stable merge
      src/motion/motion_est.c src/motion/motion_est.h  
4199    
4200        Patches applied:
4201    
4202  2003-06-14 09:14:11 GMT                                         patch-77       * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-47
4203           ISO C99'ism fix
4204    
4205      Summary:       * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-48
4206        Zone update.         Complete previous xvid_decraw patch
     Revision:  
       xvidcore--devapi4--1.0--patch-77  
4207    
     Removed zone warning boxes (they are counter productive)  
     Added zone-based force key frame option.  
4208    
4209      modified files:      modified files:
4210       vfw/src/codec.c vfw/src/config.c vfw/src/config.h       examples/xvid_decraw.c src/encoder.c
4211       vfw/src/config.rc vfw/src/resource.h  
4212        new patches:
4213         ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-47
4214         ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-48
4215    
4216    
4217  2003-06-14 09:06:37 GMT                                         patch-76  2004-07-18 15:19:58 GMT                                         patch-52
4218    
4219      Summary:      Summary:
4220        Fixes a bug where type was not respected in a BEFORE plugin.        Added dshow mingw build process
4221      Revision:      Revision:
4222        xvidcore--devapi4--1.0--patch-76        xvidcore--head--0.0--patch-52
4223    
4224      Fixes a bug where type was not respected in a BEFORE plugin.      From pete:
4225         - Added mingw build process to dshow frontend.
4226    
4227      The plugin framework was not copying what was passed to the      new files:
4228      call_plugins function.       dshow/.arch-ids/Makefile.id dshow/.arch-ids/sources.inc.id
4229         dshow/Makefile dshow/dxpatch/.arch-ids/=id
4230         dshow/dxpatch/.arch-ids/DXVCSDK-9.0-gcc.patch.id
4231         dshow/dxpatch/.arch-ids/DXVCSDK-9.0-gcc.txt.id
4232         dshow/dxpatch/DXVCSDK-9.0-gcc.patch
4233         dshow/dxpatch/DXVCSDK-9.0-gcc.txt dshow/sources.inc
4234    
4235      modified files:      modified files:
4236       src/encoder.c       dshow/dshow.dsp dshow/src/CXvidDecoder.cpp
4237         dshow/src/Configure.cpp dshow/src/config.h dshow/src/debug.h
4238         dshow/src/xvid.ax.rc
4239    
4240        new directories:
4241         dshow/dxpatch dshow/dxpatch/.arch-ids
4242    
4243    
4244  2003-06-12 23:03:38 GMT                                         patch-75  2004-07-18 15:01:02 GMT                                         patch-51
4245    
4246      Summary:      Summary:
4247        Fixed the old "yellow line on left" with rgb output.        Added RD optimized block mode decision in bvops
4248      Revision:      Revision:
4249        xvidcore--devapi4--1.0--patch-75        xvidcore--head--0.0--patch-51
4250    
4251        From sysKin:
4252         *  Added RD optimized block mode decision in bvops.
4253    
4254      Fixed the old "yellow line on left" with rgb output.      new files:
4255         src/motion/.arch-ids/estimation_rd_based_bvop.c.id
4256         src/motion/estimation_rd_based_bvop.c
4257    
4258      modified files:      modified files:
4259       src/image/x86_asm/colorspace_rgb_mmx.asm       build/generic/sources.inc build/win32/libxvidcore.dsp
4260         build/win32/libxvidcore_static.dsp src/motion/estimation.h
4261         src/motion/estimation_bvop.c src/motion/estimation_rd_based.c
4262         src/plugins/plugin_2pass1.c src/xvid.h vfw/src/codec.c
4263         vfw/src/config.c vfw/src/config.h vfw/src/resource.h
4264         vfw/src/resource.rc
4265    
4266    
4267  2003-06-12 23:02:10 GMT                                         patch-74  2004-07-17 11:37:21 GMT                                         patch-50
4268    
4269      Summary:      Summary:
4270        Removed log2bin ia32 optimization.        Stable merges
4271      Revision:      Revision:
4272        xvidcore--devapi4--1.0--patch-74        xvidcore--head--0.0--patch-50
4273    
4274        Stable merges
4275    
4276        Patches applied:
4277    
4278         * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-45
4279           Future version interoperability
4280    
4281         * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-46
4282           Make sure time incr is never larger than 16bit.
4283    
     Removed log2bin ia32 optimization.  
4284    
4285      modified files:      modified files:
4286       src/bitstream/bitstream.c       examples/xvid_decraw.c src/encoder.c
4287    
4288        new patches:
4289         ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-45
4290         ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-46
4291    
4292    
4293  2003-06-12 22:55:10 GMT                                         patch-73  2004-07-16 19:53:27 GMT                                         patch-49
4294    
4295      Summary:      Summary:
4296        Fixed some small things in encoder.        AR support in DShow
4297      Revision:      Revision:
4298        xvidcore--devapi4--1.0--patch-73        xvidcore--head--0.0--patch-49
   
     Removed definitively the Hint stuff.  
4299    
4300      Fixed some XXX thingies nad some cleanup.      From koepi/minolta:
4301         * Added AR support to dshow frontend.
4302    
4303      modified files:      modified files:
4304       src/encoder.c       dshow/src/CXvidDecoder.cpp dshow/src/CXvidDecoder.h
4305         dshow/src/config.c
4306    
4307    
4308  2003-06-12 22:51:55 GMT                                         patch-72  2004-07-16 19:49:25 GMT                                         patch-48
4309    
4310      Summary:      Summary:
4311        Back to Walken's Idct        VFW update and fixes
4312      Revision:      Revision:
4313        xvidcore--devapi4--1.0--patch-72        xvidcore--head--0.0--patch-48
4314    
4315      The simple_idct idea was not so good as is. Waiting for a better      From makc on our forums:
4316      solution from michael.       * Use non deprecated defines
4317         * Fixed frame size formula.
4318    
4319      modified files:      modified files:
4320       src/xvid.c src/xvid.h       TODO vfw/src/codec.c vfw/src/driverproc.c
4321    
4322    
4323  2003-06-10 22:45:57 GMT                                         patch-71  2004-07-16 19:29:58 GMT                                         patch-47
4324    
4325      Summary:      Summary:
4326        VFW front end update (New live quant histogram window)        SSE2 brightness postproc.
4327      Revision:      Revision:
4328        xvidcore--devapi4--1.0--patch-71        xvidcore--head--0.0--patch-47
4329    
4330      Update to the VFW frontend. It includes a new window that shows      From Decoder:
4331      live quantizer histogram during encoding session.       * Added SS2 brightness postproc code.
4332    
4333      new files:      new files:
4334       vfw/src/.arch-ids/status.c.id vfw/src/.arch-ids/status.h.id       src/image/x86_asm/.arch-ids/postprocessing_sse2.asm.id
4335       vfw/src/status.c vfw/src/status.h       src/image/x86_asm/postprocessing_sse2.asm
4336    
4337      modified files:      modified files:
4338       vfw/src/codec.c vfw/src/codec.h vfw/src/config.c       build/generic/sources.inc build/win32/libxvidcore.dsp
4339       vfw/src/config.h vfw/src/config.rc vfw/src/driverproc.c       build/win32/libxvidcore_static.dsp src/image/postprocessing.h
4340       vfw/src/resource.h vfw/vfw.dsp       src/xvid.c src/xvid.h
4341    
4342    
4343  2003-06-10 20:58:09 GMT                                         patch-70  2004-07-14 23:27:14 GMT                                         patch-46
4344    
4345      Summary:      Summary:
4346        Fixed the win32 project file because of patch-64        More audio for VFW bitcalc
4347      Revision:      Revision:
4348        xvidcore--devapi4--1.0--patch-70        xvidcore--head--0.0--patch-46
4349    
4350      Removed adapt_quant.[ch] files from the libxvidcore win32 project      From ???:
4351      file.       * added more audio formats to bitcalc
4352         * replaced old ogm overhead formula with more precise one
4353    
4354      modified files:      modified files:
4355       build/win32/libxvidcore.dsp       TODO vfw/src/config.c vfw/src/resource.rc
4356    
4357    
4358  2003-06-10 20:53:31 GMT                                         patch-69  2004-07-14 13:01:57 GMT                                         patch-45
4359    
4360      Summary:      Summary:
4361        Added direct target frame size support + cosmetic.        Enable MMX qpel in decoder.
4362      Revision:      Revision:
4363        xvidcore--devapi4--1.0--patch-69        xvidcore--head--0.0--patch-45
4364    
4365      If the target bitrate is < 0, it is now interpreted as a target      From ed.gomez:
4366      size in kbytes.       * It seems we're not that smart. We had mmx qpel code for more than
4367           a year, it is used in encoder but wasn't in decoder :\
     I did also some cosmetic work to remove all space indents ^_^.  
4368    
4369      modified files:      modified files:
4370       src/plugins/plugin_2pass2.c       src/decoder.c
4371    
4372    
4373  2003-06-10 09:13:40 GMT                                         patch-68  2004-07-14 10:27:43 GMT                                         patch-44
4374    
4375      Summary:      Summary:
4376        xvid_bench updates and corresponding Makefile changes.        Speedup block transfer C functionKeywords:
4377      Revision:      Revision:
4378        xvidcore--devapi4--1.0--patch-68        xvidcore--head--0.0--patch-44
   
     As mentionned on the devel mailing list, xvid_bench did not even  
     compile anymore.  
4379    
4380      This patch updates xvid_bench to the new API. xvid_bench is now      From ed.gomez:
4381      compiled with other examples by the Makefile, this makes mandatory       * Not that a useful patch for most of users, but transfer8x8 was
4382      to include ../build/generic/platform.inc to have the ARCH_IS_xxxx         really too slow. Simple optimizations did great, all 32bit
4383      constants. Dunno if it has an impact on Win32 project files.         platforms using the C code should benefit from this speedup.
4384    
4385      modified files:      modified files:
4386       examples/Makefile examples/xvid_bench.c       src/utils/mem_transfer.c
4387    
4388    
4389  2003-06-10 09:05:14 GMT                                         patch-67  2004-07-11 12:53:19 GMT                                         patch-43
4390    
4391      Summary:      Summary:
4392        Probably a small copy/paste error        Manual AR setting for dshow.
4393      Revision:      Revision:
4394        xvidcore--devapi4--1.0--patch-67        xvidcore--head--0.0--patch-43
4395    
4396      XVID_CSP_BGR was advertised as being a 32bit packed format -> 24bit      From koepi:
4397      is the right pixel size       * added manual AR setting in dshow.
4398    
4399      modified files:      modified files:
4400       src/xvid.h       dshow/src/CXvidDecoder.cpp dshow/src/config.c
4401         dshow/src/config.h dshow/src/resource.h dshow/src/xvid.ax.rc
4402    
4403    
4404  2003-06-09 19:39:47 GMT                                         patch-66  2004-07-11 10:34:56 GMT                                         patch-42
4405    
4406      Summary:      Summary:
4407        Activated simple_idct_mmx.        Added top field control to vfw.
4408      Revision:      Revision:
4409        xvidcore--devapi4--1.0--patch-66        xvidcore--head--0.0--patch-42
4410    
4411      This patch activates simple_idct_mmx use. However it tries to      From koepi:
4412      make sure old streams (< version 10) are decoded using the mmx       * added top field first flag to vfw.
     Walten's version.  
   
     A noticeable bitstream version change, it is now numbered 11.  
     The number 10 is used on the cvs_head version for the same code  
     change.  
4413    
4414      modified files:      modified files:
4415       src/bitstream/bitstream.c src/dct/simple_idct.c       vfw/src/codec.c vfw/src/config.c vfw/src/config.h
4416       src/dct/x86_asm/simple_idct_mmx.asm src/decoder.c       vfw/src/resource.h vfw/src/resource.rc
      src/decoder.h src/xvid.c src/xvid.h  
4417    
4418    
4419  2003-06-09 19:15:18 GMT                                         patch-65  2004-07-10 17:47:01 GMT                                         patch-41
4420    
4421      Summary:      Summary:
4422        Remaining include of adapt_quant.h        Decoder work.
4423      Revision:      Revision:
4424        xvidcore--devapi4--1.0--patch-65        xvidcore--head--0.0--patch-41
4425    
4426      encoder.c was still including adapt_quant.h. Removed.      From ed.gomez:
4427         * Faster get coeff (now gcc can even inline it)
4428         * On the fly coeff dequant for inter blocks
4429           (intra don't get this, because there are lot more non
4430            zero coeffs, and i doubt it'd get faster with this)
4431    
4432      modified files:      modified files:
4433       src/encoder.c       src/bitstream/mbcoding.c src/bitstream/mbcoding.h
4434         src/decoder.c
4435    
4436    
4437  2003-06-09 17:49:44 GMT                                         patch-64  2004-07-10 17:34:19 GMT                                         patch-40
4438    
4439      Summary:      Summary:
4440        Moved code from adapt_quant.c to the lumimasking plugin.        ChangeLog update + removed my email
4441      Revision:      Revision:
4442        xvidcore--devapi4--1.0--patch-64        xvidcore--head--0.0--patch-40
   
     The lumimasking plugin was using functions from outside. As I understand  
     what plugins are, they should not rely on code outside their module as  
     much as it is possible to achieve.  
   
     Here it was clear, the plugin could be made standalone.  
4443    
4444      PS: it seems lumimasking is a no-op plugin, it's probably a bug in the      ChangeLog update + removed my email
         plugin framework. No time to track this.  
4445    
     removed files:  
      src/quant/.arch-ids/adapt_quant.c.id  
      src/quant/.arch-ids/adapt_quant.h.id src/quant/adapt_quant.c  
      src/quant/adapt_quant.h  
4446    
4447      modified files:      modified files:
4448       build/generic/sources.inc src/plugins/plugin_lumimasking.c       ChangeLog
4449    
4450    
4451  2003-06-09 13:45:29 GMT                                         patch-63  2004-07-10 17:31:36 GMT                                         patch-39
4452    
4453      Summary:      Summary:
4454        Legal GNU GPL Headers and copyright holders.        Stable merge
4455      Revision:      Revision:
4456        xvidcore--devapi4--1.0--patch-63        xvidcore--head--0.0--patch-39
4457    
4458        Stable merge
4459    
4460        Patches applied:
4461    
4462         * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-43
4463           Small mem leak in vfw.
4464    
4465      Added Legal GNU GPL headers and copyright holders as defined in       * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-44
4466      XviD 0.9.x.         ChangeLog update
4467    
     There are still some wrong copyright (atm noted 'Anonymous') and i  
     missed probably some old headers that contain the GNU GPL pattern my  
     script searched for.  
4468    
4469      modified files:      modified files:
4470       dshow/src/CAbout.cpp dshow/src/CAbout.h       ChangeLog-1.0 vfw/src/codec.c
4471       dshow/src/CXvidDecoder.cpp dshow/src/CXvidDecoder.h  
4472       dshow/src/IXvidDecoder.h examples/xvid_bench.c      new patches:
4473       examples/xvid_decraw.c examples/xvid_encraw.c       ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-43
4474       examples/xvid_stat.c rawdec/rawdec.c src/bitstream/bitstream.c       ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-44
      src/bitstream/bitstream.h src/bitstream/cbp.c  
      src/bitstream/cbp.h src/bitstream/mbcoding.c  
      src/bitstream/mbcoding.h src/bitstream/vlc_codes.h  
      src/bitstream/zigzag.h src/dct/fdct.c src/dct/fdct.h  
      src/dct/idct.c src/dct/idct.h src/dct/simple_idct.c  
      src/decoder.c src/decoder.h src/divx4.c src/divx4.h  
      src/encoder.c src/encoder.h src/global.h  
      src/image/colorspace.c src/image/colorspace.h src/image/font.c  
      src/image/font.h src/image/image.c src/image/image.h  
      src/image/interpolate8x8.c src/image/interpolate8x8.h  
      src/image/reduced.c src/image/reduced.h src/motion/motion.h  
      src/motion/motion_comp.c src/motion/motion_est.c  
      src/motion/motion_est.h src/motion/ppc_asm/sad_altivec.c  
      src/motion/sad.c src/motion/sad.h src/motion/smp_motion_est.c  
      src/motion/smp_motion_est.h src/plugins/plugin_2pass1.c  
      src/plugins/plugin_2pass2.c src/plugins/plugin_dump.c  
      src/plugins/plugin_fixed.c src/plugins/plugin_lumimasking.c  
      src/plugins/plugin_psnr.c src/plugins/plugin_single.c  
      src/portab.h src/prediction/mbprediction.h  
      src/quant/adapt_quant.c src/quant/adapt_quant.h  
      src/quant/quant_h263.h src/quant/quant_matrix.c  
      src/quant/quant_matrix.h src/quant/quant_mpeg4.c  
      src/quant/quant_mpeg4.h src/utils/emms.c src/utils/emms.h  
      src/utils/mbfunctions.h src/utils/mbtransquant.c  
      src/utils/mem_align.c src/utils/mem_align.h  
      src/utils/mem_transfer.c src/utils/mem_transfer.h  
      src/utils/timer.c src/utils/timer.h src/xvid.c src/xvid.h  
      vfw/src/2pass.h vfw/src/codec.h vfw/src/config.h  
      vfw/src/debug.h vfw/src/resource.h vfw/src/vfwext.h  
4475    
4476    
4477  2003-06-09 01:13:50 GMT                                         patch-62  2004-07-10 17:25:33 GMT                                         patch-38
4478    
4479      Summary:      Summary:
4480        ANSI C comments.        Improved ME.
4481      Revision:      Revision:
4482        xvidcore--devapi4--1.0--patch-62        xvidcore--head--0.0--patch-38
4483    
4484      Turned all // ISO C99 comments into ISO C89 (aka ANSI C) coment style.      From sysKin:
4485         * new ME for b-frames
4486         * small redesign of subpel refinement function
4487    
4488      Now XviD compiles fine with gcc 3.x -std=iso89 option. This should help      From ed.gomez:
4489      those people who want to get XviD working on DSPs or any other exotic       * Fixed some warnings reported by gcc. (the if condition should
4490      hardware. This type of exotic hardware is usually shipped with a very         be checked by the original autor)
     spartiate ANSI C compiler.  
   
     NB: Big patch that breaks all kind of cherry picking merges.  
4491    
4492      modified files:      modified files:
4493       examples/odivx_enc_dec.c examples/xvid_bench.c       src/motion/estimation.h src/motion/estimation_bvop.c
4494       src/bitstream/bitstream.c src/bitstream/mbcoding.c       src/motion/estimation_common.c src/motion/estimation_gmc.c
4495       src/bitstream/mbcoding.h src/bitstream/zigzag.h src/dct/fdct.c       src/motion/estimation_pvop.c src/motion/estimation_rd_based.c
4496       src/dct/idct.c src/dct/simple_idct.c src/decoder.c       src/motion/vop_type_decision.c
      src/decoder.h src/encoder.c src/encoder.h src/global.h  
      src/image/colorspace.c src/image/font.c src/image/image.c  
      src/image/interpolate8x8.c src/image/interpolate8x8.h  
      src/image/reduced.c src/motion/motion.h  
      src/motion/motion_comp.c src/motion/motion_est.c  
      src/motion/motion_est.h src/motion/sad.c  
      src/plugins/plugin_2pass2.c src/prediction/mbprediction.c  
      src/prediction/mbprediction.h src/quant/adapt_quant.c  
      src/quant/adapt_quant.h src/quant/quant_h263.c  
      src/quant/quant_h263.h src/quant/quant_mpeg4.c  
      src/quant/quant_mpeg4.h src/utils/mbtransquant.c  
      src/utils/mem_transfer.c src/utils/timer.c src/xvid.c  
      vfw/src/2pass.c vfw/src/codec.c vfw/src/codec.h  
      vfw/src/config.c vfw/src/config.h vfw/src/driverproc.c  
4497    
4498    
4499  2003-06-04 18:19:56 GMT                                         patch-61  2004-07-10 17:16:38 GMT                                         patch-37
4500    
4501      Summary:      Summary:
4502        Removed AltCC from VFW frontend        qpel and chroma-sad had overlapping memory targets
4503      Revision:      Revision:
4504        xvidcore--devapi4--1.0--patch-61        xvidcore--head--0.0--patch-37
4505    
4506      A previous patch removed AltCC from the 2pass plugin. Thus we      From sysKin:
4507      remove the frontend panels for AltCC and corresponding code.       * qpel and chroma-sad had overlapping memory targets
4508    
4509      modified files:      modified files:
4510       src/xvid.h vfw/src/codec.c vfw/src/config.c vfw/src/config.h       src/motion/estimation_bvop.c
      vfw/src/config.rc  
4511    
4512    
4513  2003-05-29 14:47:28 GMT                                         patch-60  2004-07-10 17:03:06 GMT                                         patch-36
4514    
4515      Summary:      Summary:
4516        Lot of two pass updates.        New changelog for 1.1 tree
4517      Revision:      Revision:
4518        xvidcore--devapi4--1.0--patch-60        xvidcore--head--0.0--patch-36
   
     * Removed Alt curve treatment  
4519    
4520      * After reading VFW code, i found out that it was using the blocks stats      New changelog for 1.1 tree
       fields  to  retrieve  the number  of  MBs  in  a  frame. So  all  this  
       min_size[]  was  not meant  to  discover  a  min_size for  each  frame  
       according to  its intra  MBs but rather  an hardcoded minimum  for all  
       frames as advertised in earlier  cvs revisions.  It would be easier if  
       original code was commented :-(  
4521    
     * Some comment changes  
     * bquant_error and pquant_error have been replaced by an array  
       quant_error[3][32] indexed by frame type and quantizer value.  
     * Moved some initialization stuff  
4522    
4523      * I read VFW and noticed that min_length was supposed to be:      new files:
4524        min{hard coded length, min{observed lengths}}       .arch-ids/ChangeLog.id ChangeLog
4525    
4526      * Force frame type during the second pass.      renamed files:
4527         .arch-ids/ChangeLog.id
4528           ==> .arch-ids/ChangeLog-1.0.id
4529         ChangeLog
4530           ==> ChangeLog-1.0
4531    
     * Simplified equations.  
4532    
4533        Scaling was needed because of the non linear formulas used in AltCC but  2004-07-10 16:57:53 GMT                                         patch-35
       now we can directly use avg_length[s->type-1] instead of "first prescaling  
       bframes to pframes lengths then use pframe stats and at last prescaling back  
       frame length to bframe lengths"  
4534    
4535        See my new XXX: question about the overflow.      Summary:
4536          Stable tree merge
4537        Revision:
4538          xvidcore--head--0.0--patch-35
4539    
4540      modified files:      Stable tree merge
      src/plugins/plugin_2pass2.c  
4541    
4542        Patches applied:
4543    
4544  2003-05-25 10:01:55 GMT                                         patch-59       * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-40
4545           Small memory error in ia32 cpuid function.
4546    
4547      Summary:       * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-41
4548        Function reordering, fix minimum "hardcoded" frame sizes in internal_sacle().         low delay guessing (il)logic fix.
     Revision:  
       xvidcore--devapi4--1.0--patch-59  
4549    
4550      Fixed a bug where hardcoded miminum frame lengths were computed only for       * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-42
4551      first frame (IFrame) and was applied for al frames. I just moved the formulas         Fix wrong matrix reading logic.
     into the frame loop.  
4552    
     Lot of cosmetic work, function reodrering etc etc so the plugin function  
     come first, and then we have sub function and helper functions. Some fixes  
     in my previous comments.  
4553    
4554      modified files:      modified files:
4555       src/plugins/plugin_2pass2.c       src/bitstream/bitstream.c src/decoder.c
4556         src/utils/x86_asm/cpuid.asm
4557    
4558        new patches:
4559         ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-40
4560         ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-41
4561         ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-42
4562    
4563    
4564  2003-05-22 23:11:21 GMT                                         patch-58  2004-06-12 13:51:50 GMT                                         patch-34
4565    
4566      Summary:      Summary:
4567        Added the container_frame_overhead field to the 2pass2 RC structure.        Added VBV to twopass RC
4568      Revision:      Revision:
4569        xvidcore--devapi4--1.0--patch-58        xvidcore--head--0.0--patch-34
4570    
4571      In my previous patches, i disabled container format overhead compensation      From christoph:
4572      because xvidcore can be used for other things than AVI. However this       * Added VBV model verifier to twopass RC plugin
     compensation is usefull, so it's back with its own structure field that  
     specifies how much bytes the container uses for a frame (average value).  
4573    
4574      We can now do some direct ogm, matroska encodings without loosing a single      From ed.gomez:
4575      byte... :-)       * Do apply CodingStyle to christoph's code
4576         * Use DPRINTF instead of #ifdef VBV_DEBUG #endif blocks as
4577           the information that was outputting was usefull for general
4578           RC debugging.
4579    
4580      modified files:      modified files:
4581       src/plugins/plugin_2pass2.c src/xvid.h vfw/src/codec.c       examples/xvid_encraw.c src/plugins/plugin_2pass2.c src/xvid.h
4582    
4583    
4584  2003-05-22 22:22:47 GMT                                         patch-57  2004-06-05 23:05:43 GMT                                         patch-33
4585    
4586      Summary:      Summary:
4587        Fixed an overflow bug in target filesize computation.        Merged stable branch patches
4588      Revision:      Revision:
4589        xvidcore--devapi4--1.0--patch-57        xvidcore--head--0.0--patch-33
   
     rc->target was an uint64_t data to avoid overflow when dealing  
     with long movies and/or high bitrates. The problem is that its  
     initialization was using int32 data, thus this was resulting  
     in an overflow in its initial computation. Quite silly, but this  
     bug drived me crazy during 4 hours...  
4590    
4591      modified files:      Merged stable branch patches
      src/plugins/plugin_2pass2.c  
4592    
4593        Patches applied:
4594    
4595  2003-05-22 18:53:19 GMT                                         patch-56       * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-38
4596           DC clipping bug for real
4597    
4598      Summary:       * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-39
4599        Added the mrproper Makefile target.         Marking 1.0.1 release
     Revision:  
       xvidcore--devapi4--1.0--patch-56  
4600    
     Added the mrproper Makefile target that deletes even bootstrapped  
     files. mrproper name comes from the linux kernel makefile, i was  
     out of inspiration.  
4601    
4602      modified files:      modified files:
4603       build/generic/Makefile       ChangeLog TODO build/generic/configure.in src/decoder.c
4604         src/motion/estimation_rd_based.c src/prediction/mbprediction.c
4605         src/prediction/mbprediction.h src/xvid.h
4606    
4607        new patches:
4608         ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-38
4609         ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-39
4610    
4611    
4612  2003-05-22 17:30:15 GMT                                         patch-55  2004-06-05 23:02:35 GMT                                         patch-32
4613    
4614      Summary:      Summary:
4615        Fix a nasty bug due to a typo mistake.        Previous merge went wrong
4616      Revision:      Revision:
4617        xvidcore--devapi4--1.0--patch-55        xvidcore--head--0.0--patch-32
4618    
4619        Previous merge went wrong
4620    
     We were comparing frame length with a wrong min_size[index]  
     that was out of bounds (in internal_scale).  
4621    
4622      modified files:      modified files:
4623       src/plugins/plugin_2pass2.c       src/portab.h
4624    
4625    
4626  2003-05-22 17:24:19 GMT                                         patch-54  2004-05-31 21:32:38 GMT                                         patch-31
4627    
4628      Summary:      Summary:
4629        Removed automatic \n in DPRINTF calls.        Added icon into vfw frontend.
4630      Revision:      Revision:
4631        xvidcore--devapi4--1.0--patch-54        xvidcore--head--0.0--patch-31
4632    
4633      Removed automatic \n in DPRINTF calls.      From pete:
4634         * Added icon into vfw fronted dll. Should show up in uninstall menu.
4635    
4636        new files:
4637         vfw/src/.arch-ids/xvid.ico.id vfw/src/xvid.ico
4638    
4639      modified files:      modified files:
4640       src/bitstream/bitstream.c src/bitstream/mbcoding.c       vfw/bin/xvid.inf vfw/src/resource.rc vfw/vfw.dsp
      src/decoder.c src/encoder.c src/image/image.c  
      src/plugins/plugin_2pass2.c src/portab.h  
      src/prediction/mbprediction.c  
4641    
4642    
4643  2003-05-22 17:03:38 GMT                                         patch-53  2004-05-31 21:22:49 GMT                                         patch-30
4644    
4645      Summary:      Summary:
4646        Cleaned up a bit, added comments.        Merged stable branch fixes
4647      Revision:      Revision:
4648        xvidcore--devapi4--1.0--patch-53        xvidcore--head--0.0--patch-30
4649    
4650      I Cleaned up the plugin_before function. I added some comments at the      Merged stable branch fixes
     same time, so now it should be more easy to understand the meaning of  
     all these if/else thingies :-)  
4651    
4652      modified files:      Patches applied:
      src/plugins/plugin_2pass2.c  
4653    
4654         * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-31
4655           Close variable argument list.
4656    
4657  2003-05-18 12:12:49 GMT                                         patch-52       * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-32
4658           Bits/Bytes confusion in the VFW frontend.
4659    
4660      Summary:       * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-33
4661        Update of xvid_encraw (vop_debug, debug, max key frame)         Nasty typo in pvop vector lambdas.
4662      Revision:  
4663        xvidcore--devapi4--1.0--patch-52       * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-34
4664           FPS=1 problem in decoder.
4665    
4666      Added a -vop_debug option. This makes xvidcore to print out frame       * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-35
4667      information directly into the encoded frame.         More missing va_end() calls.
4668    
4669      Changed the meaning of the -debug option. It activates now the       * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-36
4670      internal xvidcore debug output.         Wrong license header.
4671    
4672         * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-37
4673           time fixes to decoder.
4674    
     Added a -max_key_interval.  
4675    
4676      modified files:      modified files:
4677       examples/xvid_encraw.c       src/bitstream/bitstream.c src/decoder.c src/decoder.h
4678         src/image/font.c src/image/reduced.c
4679         src/motion/estimation_pvop.c src/portab.h vfw/src/codec.c
4680         vfw/src/config.c
4681    
4682        new patches:
4683         ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-31
4684         ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-32
4685         ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-33
4686         ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-34
4687         ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-35
4688         ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-36
4689         ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-37
4690    
4691    
4692  2003-05-18 12:01:31 GMT                                         patch-51  2004-05-26 09:13:33 GMT                                         patch-29
4693    
4694      Summary:      Summary:
4695        Missing RateControl removal from Win32 visual project.        Stable merges
4696      Revision:      Revision:
4697        xvidcore--devapi4--1.0--patch-51        xvidcore--head--0.0--patch-29
4698    
4699      RateControl removal was missing in the visual c project.      Stable merges
   
     modified files:  
      build/win32/libxvidcore.dsp  
4700    
4701        Patches applied:
4702    
4703  2003-05-18 00:08:46 GMT                                         patch-50       * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-28
4704           Small bug in bframe ME.
4705    
4706      Summary:       * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-29
4707        Removed legacy RateControl module.         Small trellis bug
     Revision:  
       xvidcore--devapi4--1.0--patch-50  
4708    
4709      Removed all code related to the old RateControl module.       * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-30
4710           ICM compatibility for VFW
4711    
     removed files:  
      src/utils/.arch-ids/ratecontrol.h.id  
      src/utils/.arch-ids/ratecontrol.c.id src/utils/ratecontrol.h  
      src/utils/ratecontrol.c  
4712    
4713      modified files:      modified files:
4714       build/generic/sources.inc src/encoder.h       src/motion/estimation_bvop.c src/utils/mbtransquant.c
4715         vfw/src/config.c vfw/src/driverproc.c
4716    
4717        new patches:
4718         ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-28
4719         ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-29
4720         ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-30
4721    
4722    
4723  2003-05-17 23:54:55 GMT                                         patch-49  2004-05-21 14:32:41 GMT                                         patch-28
4724    
4725      Summary:      Summary:
4726        VFW Update.        Don't set edges twice on a frame.
4727      Revision:      Revision:
4728        xvidcore--devapi4--1.0--patch-49        xvidcore--head--0.0--patch-28
   
     Added support for the debug option. The registry key debug has been  
     changed to vop_debug. The reg key debug is now used for the codec  
     debugging output.  
4729    
4730      Some work on zones and mispellings.      From ed.gomez:
4731         * A similar optimization has been done for encoder long ago,
4732           dunno why this hasn't been "ported" to decoder. This speeds
4733           up quite a lot the decoder for no effort (~7%).
4734    
4735      modified files:      modified files:
4736       vfw/src/codec.c vfw/src/config.c vfw/src/config.h       src/decoder.c src/decoder.h
      vfw/src/config.rc vfw/src/resource.h  
4737    
4738    
4739  2003-05-17 23:50:38 GMT                                         patch-48  2004-05-21 14:25:19 GMT                                         patch-27
4740    
4741      Summary:      Summary:
4742        2pass plugin updates for zone support.        No 64 bit arithmetic in critical path.
4743      Revision:      Revision:
4744        xvidcore--devapi4--1.0--patch-48        xvidcore--head--0.0--patch-27
   
     A bit more work on zones support in the 2Pass2 plugin.  
4745    
4746      Simple cleanup in the 2Pass1 plugin.      From ed.gomez:
4747         * No 64 bit arithmetic in critical paths (direct blocks in bvops), it's
4748           way too slow (__divdi3 GNU/Linux ABI for 64bit division was taking
4749           up to 5% cycles)
4750    
4751      modified files:      modified files:
4752       src/plugins/plugin_2pass1.c src/plugins/plugin_2pass2.c       src/decoder.c
4753    
4754    
4755  2003-05-17 21:07:43 GMT                                         patch-47  2004-05-15 22:20:11 GMT                                         patch-26
4756    
4757      Summary:      Summary:
4758        Debug is now controled through xvid_global + INIT        Merged stable tree changes
4759      Revision:      Revision:
4760        xvidcore--devapi4--1.0--patch-47        xvidcore--head--0.0--patch-26
4761    
4762      Debug is now controlled through a global variable. It can be set thanx      Merged stable tree changes
     to the API using the new xvid_gbl_init_t.debug field.  
4763    
4764      All DPRINTF constants have been turned into XVID_DEBUG_xxxx. They have      Patches applied:
     been moved to xvid.h.  
4765    
4766      modified files:       * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-23
4767       src/bitstream/bitstream.c src/bitstream/mbcoding.c         Some very light Unix build system changes
      src/decoder.c src/encoder.c src/image/image.c  
      src/plugins/plugin_2pass2.c src/plugins/plugin_single.c  
      src/portab.h src/prediction/mbprediction.c  
      src/utils/ratecontrol.c src/xvid.c src/xvid.h  
4768    
4769         * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-24
4770           Possible VOL header corruption.
4771    
4772  2003-05-17 20:32:59 GMT                                         patch-46       * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-25
4773           DC prediction fix.
4774    
4775      Summary:       * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-26
4776        Fix for the patch-44.         Small mismatch in hint<->widget in VFW
     Revision:  
       xvidcore--devapi4--1.0--patch-46  
4777    
4778      The fix from pete was breaking lot of other stuff, or at least it was       * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-27
4779      outlining it.         Marking 1.0.0 final
4780    
     Now it works reliably.  
4781    
4782      modified files:      modified files:
4783       src/encoder.c       ChangeLog build/generic/Makefile build/generic/bootstrap.sh
4784         build/generic/configure.in src/bitstream/bitstream.c
4785         src/decoder.c src/motion/estimation_rd_based.c
4786         src/prediction/mbprediction.c src/prediction/mbprediction.h
4787         src/xvid.h vfw/src/resource.rc
4788    
4789        new patches:
4790         ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-23
4791         ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-24
4792         ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-25
4793         ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-26
4794         ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-27
4795    
4796    
4797  2003-05-15 17:31:04 GMT                                         patch-45  2004-04-25 21:46:25 GMT                                         patch-25
4798    
4799      Summary:      Summary:
4800        Removed XVID_VOP_DYNAMIC_BFRAMES flag.        Smarter skipping
4801      Revision:      Revision:
4802        xvidcore--devapi4--1.0--patch-45        xvidcore--head--0.0--patch-25
4803    
4804      The encoder loop bugfix removed this flag, so it's now being removed      From sysKin:
4805      from xvid_encraw.       * Smarter skipping + bugfix
4806    
4807      modified files:      modified files:
4808       examples/xvid_encraw.c       src/motion/estimation.h src/motion/estimation_bvop.c
4809         src/motion/estimation_pvop.c
4810    
4811    
4812  2003-05-15 17:24:55 GMT                                         patch-44  2004-04-20 20:37:08 GMT                                         patch-24
4813    
4814      Summary:      Summary:
4815        Fix to the encoder loop (was not respecting dynamic decision).        ME cleanup.
4816      Revision:      Revision:
4817        xvidcore--devapi4--1.0--patch-44        xvidcore--head--0.0--patch-24
4818    
4819      The long awaited fix to the encoder loop that was not respecting the      From sysKin:
4820      dynamic decision performed by the MEAnlyse function.       * First stage cleanup: new fast qpel refinement.
4821    
4822      modified files:      modified files:
4823       src/encoder.c src/xvid.h       src/motion/estimation.h src/motion/estimation_bvop.c
4824         src/motion/estimation_common.c src/motion/estimation_gmc.c
4825         src/motion/estimation_pvop.c src/motion/estimation_rd_based.c
4826         src/motion/vop_type_decision.c
4827    
4828    
4829  2003-05-14 23:27:59 GMT                                         patch-43  2004-04-20 19:44:44 GMT                                         patch-23
4830    
4831      Summary:      Summary:
4832        Added module building for MacOSX.        Merging 1.0 fixes
4833      Revision:      Revision:
4834        xvidcore--devapi4--1.0--patch-43        xvidcore--head--0.0--patch-23
4835    
4836      Added the --enable-macosx_module option to the configure script.      Merging 1.0 fixes
     It allows module building on that platform as it differenciates  
     loadable modules (a la dlopen) and dynamic libs that are simply  
     linked at compile time.  
4837    
4838      This was needed for transcode.      Patches applied:
4839    
4840         * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-21
4841           Fix crash in decoder for non IFrame 1st frame.
4842    
4843         * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-22
4844           Small visual fix.
4845    
     Patch contributed by Tilmann Bitterberg <transcode at tibit.org>  
4846    
4847      modified files:      modified files:
4848       build/generic/configure.in       src/decoder.c vfw/src/config.c
4849    
4850        new patches:
4851         ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-21
4852         ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-22
4853    
4854    
4855  2003-05-14 20:21:30 GMT                                         patch-42  2004-04-18 17:14:29 GMT                                         patch-22
4856    
4857      Summary:      Summary:
4858        Merged RD ME from cvs_head.        Merging 1.0 fixes
4859      Revision:      Revision:
4860        xvidcore--devapi4--1.0--patch-42        xvidcore--head--0.0--patch-22
4861    
4862      Syskin has changed a bit the ME algorithm, so now it does a kind of      Merging 1.0 fixes
     RD optimization of Vector search.  
4863    
4864      modified files:      Patches applied:
      src/motion/motion_est.c src/motion/motion_est.h  
4865    
4866         * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-18
4867           Tiny xvid_decraw cleaning
4868    
4869  2003-05-14 18:40:40 GMT                                         patch-41       * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-19
4870           vfw opens audio file in shared access mode
4871    
4872      Summary:       * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-20
4873        Merged syskin ME changes.         Typo
     Revision:  
       xvidcore--devapi4--1.0--patch-41  
4874    
     Merged last syskin ME changes. Matches motion_est.c:1.69 and motion_est.h:1.7  
     minus unneeded code plus some changes due to new API.  
4875    
4876      modified files:      modified files:
4877       src/motion/motion_est.c src/motion/motion_est.h       examples/xvid_decraw.c vfw/src/resource.rc
4878    
4879        new patches:
4880         ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-18
4881         ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-19
4882         ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-20
4883    
4884    
4885  2003-05-14 17:28:52 GMT                                         patch-40  2004-04-18 17:09:59 GMT                                         patch-21
4886    
4887      Summary:      Summary:
4888        Small update to xvid_encraw.        Dering hooking in DShow.
4889      Revision:      Revision:
4890        xvidcore--devapi4--1.0--patch-40        xvidcore--head--0.0--patch-21
4891    
4892      I added an help message to mention the fact we can repeat the zone options.      From sysKin:
4893         * Dering widget and associated code for dering support in DShow.
4894    
4895      modified files:      modified files:
4896       examples/xvid_encraw.c       dshow/src/CXvidDecoder.cpp dshow/src/config.c
4897         dshow/src/config.h dshow/src/resource.h dshow/src/xvid.ax.rc
4898    
4899    
4900  2003-05-14 14:19:12 GMT                                         patch-39  2004-04-18 17:08:53 GMT                                         patch-20
4901    
4902      Summary:      Summary:
4903        VFW Update (zone support, profile support)        Dering hooking in VFW.
4904      Revision:      Revision:
4905        xvidcore--devapi4--1.0--patch-39        xvidcore--head--0.0--patch-20
   
     VFW Update (zone support, profile support)  
4906    
4907      new files:      From sysKin:
4908       vfw/src/.arch-ids/vfwext.h.id vfw/src/.arch-ids/debug.h.id       * Dering widget and associated code for dering support in VFW.
      vfw/src/vfwext.h vfw/src/debug.h  
4909    
4910      modified files:      modified files:
4911       vfw/src/codec.c vfw/src/config.c vfw/src/config.h       vfw/src/codec.c vfw/src/codec.h vfw/src/config.c
4912       vfw/src/config.rc vfw/src/driverproc.c vfw/src/driverproc.def       vfw/src/resource.h vfw/src/resource.rc
      vfw/src/resource.h vfw/vfw.dsp  
4913    
4914    
4915  2003-05-14 14:02:05 GMT                                         patch-38  2004-04-18 17:06:14 GMT                                         patch-19
4916    
4917      Summary:      Summary:
4918        Add support for single RC and zones to xvid_encraw.        Added dering code.
4919      Revision:      Revision:
4920        xvidcore--devapi4--1.0--patch-38        xvidcore--head--0.0--patch-19
4921    
4922      Adds support for single RC and zones to xvid_encraw.      From Marc Fauconneau:
4923         * Added dering code to core.
4924    
4925      modified files:      modified files:
4926       examples/xvid_encraw.c       src/image/postprocessing.c src/image/postprocessing.h
4927         src/xvid.h
4928    
4929    
4930  2003-05-14 13:58:56 GMT                                         patch-37  2004-04-18 17:02:48 GMT                                         patch-18
4931    
4932      Summary:      Summary:
4933        Fixes for Win32 build of libxvidcore.        Added static builds for msvc.
4934      Revision:      Revision:
4935        xvidcore--devapi4--1.0--patch-37        xvidcore--head--0.0--patch-18
4936    
4937      A previous patch left the Win32 build process incomplete and not up      From pete:
4938      to date.       * Added static type building project files for MSVC. Needed
4939           for xvid_bench.
4940    
4941        new files:
4942         build/win32/.arch-ids/libxvidcore_static.dsp.id
4943         build/win32/.arch-ids/xvid_decraw_static.dsp.id
4944         build/win32/.arch-ids/xvid_encraw_static.dsp.id
4945         build/win32/libxvidcore_static.dsp
4946         build/win32/xvid_decraw_static.dsp
4947         build/win32/xvid_encraw_static.dsp
4948    
4949      modified files:      modified files:
4950       build/generic/libxvidcore.def.in build/win32/libxvidcore.dsp       TODO build/win32/xvidcore.dsw
4951    
4952    
4953  2003-05-13 00:10:12 GMT                                         patch-36  2004-04-15 19:32:53 GMT                                         patch-17
4954    
4955      Summary:      Summary:
4956        Small fixes.        Merged fixes from 1.0 tree
4957      Revision:      Revision:
4958        xvidcore--devapi4--1.0--patch-36        xvidcore--head--0.0--patch-17
4959    
4960      data->quant fix.      Merged fixes from 1.0 tree
4961    
4962      Fixed some coding bugs in trellis code. Used __inline and not inline.      Patches applied:
   
     modified files:  
      src/encoder.c src/utils/mbtransquant.c  
4963    
4964         * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-14
4965           Fixed small bug in trellis code.
4966    
4967  2003-05-13 00:05:03 GMT                                         patch-35       * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-15
4968           Ressource leaking in dshow.
4969    
4970      Summary:       * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-16
4971        CBR plugin is renamed Single pass. Fixed Quant plugin is disabled.         Fixed missing 1st frame in dshow output.
     Revision:  
       xvidcore--devapi4--1.0--patch-35  
4972    
4973      With the zones feature, the CBR plugin could be used for all type       * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-17
4974      of one pass RC. The better thing to do would be to include fixed         Tiny minor fixes for msvc.
     quant to this new single pass plugin.  
4975    
     Btw, a (clean) solution has not been found yet. I am obliged to  
     disable the fixed quant plugin. This breaks xvid_encraw :-(  
4976    
4977      modified files:      modified files:
4978       build/generic/sources.inc src/plugins/plugin_single.c       build/win32/xvid_decraw.dsp build/win32/xvid_encraw.dsp
4979       src/xvid.h       dshow/src/CXvidDecoder.cpp dshow/src/CXvidDecoder.h
4980         examples/xvid_decraw.c src/utils/mbtransquant.c src/xvid.h
4981    
4982      renamed files:      new patches:
4983       src/plugins/.arch-ids/plugin_cbr.c.id       ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-14
4984         ==> src/plugins/.arch-ids/plugin_single.c.id       ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-15
4985       src/plugins/plugin_cbr.c       ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-16
4986         ==> src/plugins/plugin_single.c       ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-17
4987    
4988    
4989  2003-05-12 23:49:14 GMT                                         patch-34  2004-04-15 19:28:53 GMT                                         patch-16
4990    
4991      Summary:      Summary:
4992        Removed quant limits per RC plugin, moved to global settings.        Starting the 1.1 numbering here.
4993      Revision:      Revision:
4994        xvidcore--devapi4--1.0--patch-34        xvidcore--head--0.0--patch-16
   
     The I/P/B Frames' min/max quantizers have moved from RC plugins' interface  
     to the general encoding interface.  
   
     The CBR plugin has been updated for zones and the quent limits move.  
   
     modified files:  
      src/encoder.c src/encoder.h src/plugins/plugin_2pass2.c  
      src/plugins/plugin_cbr.c src/xvid.h  
   
4995    
4996  2003-05-12 23:25:54 GMT                                         patch-33      From pete:
4997         * Started 1.1 numbering
4998      Summary:       * Added 1.1 checking for the brightness field.
       Added encoding zones  
     Revision:  
       xvidcore--devapi4--1.0--patch-33  
4999    
5000      Added encoding zones in 2pass plugins. The idea behind "zones" is      PS: API 4 is extensible as long as we add fields at the end of
5001      to define frame ranges for which we change the plugin's behavior.          the structures and that we had checks to mimic old core
5002            settings. That's why the API version doesn't change, but the
5003            public numbering does.
5004    
5005      modified files:      modified files:
5006       src/encoder.c src/encoder.h src/plugins/plugin_2pass1.c       src/decoder.c src/xvid.c src/xvid.h
      src/xvid.h  
5007    
5008    
5009  2003-05-12 23:10:17 GMT                                         patch-32  2004-04-14 19:22:52 GMT                                         patch-15
5010    
5011      Summary:      Summary:
5012        Added the profile setting.        Remove ppro code from mmx h263 quant.
5013      Revision:      Revision:
5014        xvidcore--devapi4--1.0--patch-32        xvidcore--head--0.0--patch-15
5015    
5016      Added the profile setting to user API.      From Jean Marc:
5017         * Removed pentium pro opcodes from mmx functions (cmov)
5018    
5019      modified files:      modified files:
5020       src/bitstream/bitstream.c src/bitstream/bitstream.h       src/quant/x86_asm/quantize_h263_mmx.asm
      src/encoder.c src/encoder.h src/xvid.h  
5021    
5022    
5023  2003-05-11 23:59:01 GMT                                         patch-31  2004-04-13 20:05:24 GMT                                         patch-14
5024    
5025      Summary:      Summary:
5026        Changed quality presets.        Reverted troublesome patch-11
5027      Revision:      Revision:
5028        xvidcore--devapi4--1.0--patch-31        xvidcore--head--0.0--patch-14
5029    
5030      The presets have been changed so now we should have better PSNR with      From ed.gomez:
5031      higher quality presets in all cases.       * Removed buggy patch-11. Though xvid_bench tests passed, the code
5032           was buggy... and as all changes were involved, the patch is reverted.
     I changed a bit the way we treat quality overflow or overflow, now i  
     just clip the value to allowed range.  
5033    
5034      modified files:      modified files:
5035       examples/xvid_encraw.c       src/utils/x86_asm/mem_transfer_mmx.asm
5036    
5037    
5038  2003-05-11 20:47:55 GMT                                         patch-30  2004-04-12 15:48:21 GMT                                         patch-13
5039    
5040      Summary:      Summary:
5041        Some cleanups in the trellis code.        Optimized Plane SSE.
5042      Revision:      Revision:
5043        xvidcore--devapi4--1.0--patch-30        xvidcore--head--0.0--patch-13
5044    
5045      Some cleanup work on trellis code. Should compile file on Visual C++ now.      From ed.gomez:
5046         * Mostly unuseful patch as it optimizes a function that is used
5047           not so often and that doesn't eat so much CPU. But as i'm always
5048           doing debugging (thus using plane_sse), i like the idea of being
5049           doing the debugging the faster i can :-)
5050    
5051      modified files:      modified files:
5052       src/utils/mbtransquant.c       examples/xvid_bench.c src/image/image.c src/motion/sad.c
5053         src/motion/sad.h src/motion/x86_asm/sad_mmx.asm src/xvid.c
5054    
5055    
5056  2003-05-10 23:53:28 GMT                                         patch-29  2004-04-12 15:38:01 GMT                                         patch-12
5057    
5058      Summary:      Summary:
5059        New trellis code        New H263 code.
5060      Revision:      Revision:
5061        xvidcore--devapi4--1.0--patch-29        xvidcore--head--0.0--patch-12
5062    
5063      New trellis code from skal. It should be reworked a bit so it integrates      From Jean Marc:
5064      better into XviD code.       * Improved H263 code.
5065    
5066      modified files:      modified files:
5067       src/bitstream/mbcoding.c src/bitstream/mbcoding.h       src/quant/x86_asm/quantize_h263_mmx.asm
      src/utils/mbtransquant.c  
5068    
5069    
5070  2003-05-10 23:43:11 GMT                                         patch-28  2004-04-12 14:03:19 GMT                                         patch-10
5071    
5072      Summary:      Summary:
5073        Intra frame decision.        Removed CVS Id field
5074      Revision:      Revision:
5075        xvidcore--devapi4--1.0--patch-28        xvidcore--head--0.0--patch-10
5076    
5077      These are syskin's words:  hopefully, intra frame at every scene      Removed CVS Id field
     change (we really need it to cut things).  
5078    
5079    
5080      modified files:      modified files:
5081       src/motion/motion_est.c       src/motion/ppc_asm/sad_altivec.c
5082    
5083    
5084  2003-05-05 21:50:25 GMT                                         patch-27  2004-04-12 14:00:16 GMT                                         patch-9
5085    
5086      Summary:      Summary:
5087        Fixed double last calculation in trellis quantization.        Added debug option (-debug)
5088      Revision:      Revision:
5089        xvidcore--devapi4--1.0--patch-27        xvidcore--head--0.0--patch-9
5090    
5091      chl changelog message:  Removed double calculation of "last" => +0.02dB      Added debug option (-debug)
   
     modified files:  
      src/bitstream/mbcoding.c  
5092    
5093    
 2003-05-05 21:46:29 GMT                                         patch-26  
   
     Summary:  
       Added config.status to the distclean target.  
     Revision:  
       xvidcore--devapi4--1.0--patch-26  
   
     The target distclean is supposed to clean all files so the remaining  
     ones are those supposed to be found in a distribution tarball...  
     config.status is not one of them, so let's add this to the distclean  
     target.  
   
5094      modified files:      modified files:
5095       build/generic/Makefile       examples/xvid_decraw.c
5096    
5097    
5098  2003-05-05 21:39:47 GMT                                         patch-25  2004-04-12 13:53:00 GMT                                         patch-8
5099    
5100      Summary:      Summary:
5101        configure.in tuning (API number and lib sonames).        Merged stable tree fixes
5102      Revision:      Revision:
5103        xvidcore--devapi4--1.0--patch-25        xvidcore--head--0.0--patch-8
   
     I fixed a typo which prevented SPECIFIC_CFLAGS to be properly set by  
     the configure script.  
5104    
5105      I also bumped the API version number as API 3.0 is current cvs_head      Merged stable tree fixes
     and this branch is the next major API version  
5106    
5107      While trying to build my own debian package out of xvidcore, i ran into      Patches applied:
     trouble with the soname not respecting some basic rules that prevented  
     having different library revisions running alongside (with different major  
     APIs). This has been fixed adding the major API number to the library  
     SONAME.  
   
     modified files:  
      build/generic/configure.in  
5108    
5109         * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-6
5110           Compiler quirk in portab.h
5111    
5112  2003-04-27 23:22:30 GMT                                         patch-24       * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-7
5113           DShow widget hiding.
5114    
5115      Summary:       * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-8
5116        Cleaned CBR plugin a bit, adds structure for a better initial quant.         RGB 16bit output fix.
     Revision:  
       xvidcore--devapi4--1.0--patch-24  
5117    
5118      Just a clean up turning default values to preprocessor constants. I added       * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-9
5119      a get_initial_quant for trying to retrieve support in a near future, a good         3DNow Ext functions use MMXEXT opcodes.
     quantizer according to the desired target bitrate. This will be done thanks  
     to a simple LUT where we'll have lut[quant] = average_bitrate;. This seems  
     stupid but it'll be better than starting with an hardcoded value.  
5120    
5121      modified files:       * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-10
5122       src/plugins/plugin_cbr.c         PGM support back in xvid_decraw.
5123    
5124         * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-11
5125           Better MV clipping code.
5126    
5127  2003-04-27 23:18:20 GMT                                         patch-23       * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-12
5128           3dnow functions proper separation.
5129    
5130      Summary:       * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-13
5131        b-frames look good in still motion, after all.         Don't do SAD and RD based searches for qp.
     Revision:  
       xvidcore--devapi4--1.0--patch-23  
5132    
     b-frames look good in still motion, after all.  
5133    
5134      modified files:      modified files:
5135       src/motion/motion_est.c       dshow/src/xvid.ax.rc examples/xvid_decraw.c src/decoder.c
5136         src/image/colorspace.c src/motion/estimation_pvop.c
5137         src/portab.h src/xvid.c
 2003-04-27 23:14:39 GMT                                         patch-22  
5138    
5139      Summary:      new patches:
5140        Add initial trellis quantization to inter+h263 frames.       ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-6
5141      Revision:       ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-7
5142        xvidcore--devapi4--1.0--patch-22       ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-8
5143         ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-9
5144      This is the initial support of trellis quantization for inter frames       ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-10
5145      + h263 quantization method.       ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-11
5146         ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-12
5147      Complete support is on the way.       ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-13
   
     modified files:  
      examples/xvid_encraw.c src/bitstream/mbcoding.c  
      src/bitstream/mbcoding.h src/utils/mbtransquant.c src/xvid.h  
5148    
5149    
5150  2003-04-27 22:59:47 GMT                                         patch-21  2004-04-05 20:44:57 GMT                                         patch-7
5151    
5152      Summary:      Summary:
5153        Fixes 2 memory leaks.        MSVC warning.
5154      Revision:      Revision:
5155        xvidcore--devapi4--1.0--patch-21        xvidcore--head--0.0--patch-7
5156    
5157      After a valgrind pass I fixed these 2 leaks. We have still to fix      From pete:
5158      an MEAnalysis on unitialized data.       * Fixed MSVC warnings about float vs double.
5159    
5160      modified files:      modified files:
5161       src/encoder.c src/utils/mem_align.c       src/plugins/plugin_lumimasking.c
5162    
5163    
5164  2003-04-27 22:50:27 GMT                                         patch-20  2004-04-05 20:04:10 GMT                                         patch-6
5165    
5166      Summary:      Summary:
5167        Adds Avg PSNR output to xvid_encraw.        Frame dropping alternative fix.
5168      Revision:      Revision:
5169        xvidcore--devapi4--1.0--patch-20        xvidcore--head--0.0--patch-6
5170    
5171      Adds Avg PSNR output to xvid_encraw.      From sysKin:
5172         * Different solution to the same problem previously fixed in
5173           1.0 tree.
5174    
5175      modified files:      modified files:
5176       examples/xvid_encraw.c       src/encoder.c
5177    
5178    
5179  2003-04-27 22:40:45 GMT                                         patch-19  2004-04-05 19:45:17 GMT                                         patch-5
5180    
5181      Summary:      Summary:
5182        Fixes the vfw Visual Project.        Merged stable tree fixes
5183      Revision:      Revision:
5184        xvidcore--devapi4--1.0--patch-19        xvidcore--head--0.0--patch-5
5185    
5186      A missing file has been removed from the project file.      Merged stable tree fixes
5187    
5188      modified files:      Patches applied:
      vfw/vfw.dsp  
5189    
5190         * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-2
5191           Typo in ME fast comparison.
5192    
5193  2003-04-14 20:07:47 GMT                                         patch-18       * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-3
5194           Dead code removal.
5195    
5196      Summary:       * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-4
5197        Fixes plugin initialization in xvid_encraw.         Frame dropping disabling for bframes.
     Revision:  
       xvidcore--devapi4--1.0--patch-18  
5198    
5199      We were initializing plugins' versions before a memset...       * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-5
5200      <homer>Doh...</homer>         Marking RC4
5201    
     modified files:  
      examples/xvid_encraw.c  
   
   
 2003-04-14 15:28:57 GMT                                         patch-17  
   
     Summary:  
       Fixed function prototypes <-> definitions mismatching.  
     Revision:  
       xvidcore--devapi4--1.0--patch-17  
   
     Fixed function prototypes <-> definitions mismatching.  
5202    
5203      modified files:      modified files:
5204       src/utils/mbfunctions.h src/utils/mbtransquant.c       ChangeLog build/generic/configure.in src/encoder.c
5205         src/motion/estimation_common.c src/xvid.h
   
 2003-04-14 15:23:15 GMT                                         patch-16  
5206    
5207      Summary:      new patches:
5208        VFW frontend update       ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-2
5209      Revision:       ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-3
5210        xvidcore--devapi4--1.0--patch-16       ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-4
5211         ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-5
     The VFW frontend has been updated.  
   
     modified files:  
      vfw/src/codec.c vfw/src/codec.h vfw/src/config.c  
      vfw/src/config.h vfw/src/config.rc vfw/src/driverproc.c  
      vfw/src/resource.h vfw/vfw.dsp  
5212    
5213    
5214  2003-04-14 15:05:20 GMT                                         patch-15  2004-04-03 10:33:44 GMT                                         patch-4
5215    
5216      Summary:      Summary:
5217        Fixed BITS decision for low quants, reworked p/b/i decision.        Merged 1.0 fixes
5218      Revision:      Revision:
5219        xvidcore--devapi4--1.0--patch-15        xvidcore--head--0.0--patch-4
5220    
5221      sysKin's log message: improved vhq (does not decrease psnr anymore - at least      Merged 1.0 fixes
                           for low quants) and tweaked p/b/i decision again.  
5222    
5223      I Added a fix to this CVS commit to avoid ALU Exception (division by zero). It      Patches applied:
     has been commited to cvs_head as well by sysKin.  
5224    
5225      modified files:       * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--base-0
5226       src/motion/motion_est.c         tag of ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-53
5227    
5228         * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-1
5229           VFW Resource leak fix (try #2)
5230    
 2003-04-10 13:01:07 GMT                                         patch-14  
   
     Summary:  
       Removed all ABS() macros.  
     Revision:  
       xvidcore--devapi4--1.0--patch-14  
   
     All  ABS   macros  have   been  replace  with   their  stdlib.h/math.h  
     equivalent. This gives a 33%  overall speedup for the plain C encoder,  
     while the  ia32 one seems to  suffer a small speed  loss. However this  
     speed loss is  very small and it  seems it depends on the  CPU type as  
     the abs/fabs usage  is impacting badly on sad  functions but impacting  
     well on interpolate functions ... weird inst'it ?  
5231    
5232      modified files:      modified files:
5233       src/bitstream/mbcoding.c src/global.h src/image/image.c       vfw/src/codec.c vfw/src/driverproc.c
      src/motion/motion_comp.c src/motion/motion_est.c  
      src/motion/sad.c src/prediction/mbprediction.c  
      src/utils/mbtransquant.c src/xvid.c  
5234    
5235        new patches:
5236  2003-04-09 18:44:24 GMT                                         patch-13       ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--base-0
5237         ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-1
     Summary:  
       Added GNU profiling option to the configure script.  
     Revision:  
       xvidcore--devapi4--1.0--patch-13  
   
     In  order to allow  easy profiling  using GNU  tools (gprof,  gcov), I  
     added  the  --enable-gnuprofile  to  the configure.in  template.  This  
     modifies the SPECIFIC_LDFLAGS and SPECIFIC_CFLAGS for library building  
     so they include all needed options for profiling and test coverage.  
   
     /!\  When  compiling your  own  program,  don't  forget to  use  these  
          options:  
            -pg -fprofile-arcs -ftest-coverage  
   
          When linking your program, you  MUST use the -pg option too, else  
          your binary will not use/create profiling informations.  
   
     modified files:  
      build/generic/configure.in  
5238    
5239    
5240  2003-04-09 16:09:33 GMT                                         patch-12  2004-04-02 21:44:39 GMT                                         patch-3
5241    
5242      Summary:      Summary:
5243        Build fix from release-0_9_1-fixes@cvs.xvid.org        Merged new PPC port
5244      Revision:      Revision:
5245        xvidcore--devapi4--1.0--patch-12        xvidcore--head--0.0--patch-3
5246    
5247      MacOSX build process was wrong on the linking stage as it was ignoring      Merged new PPC port
     the equivalent of the linux soname thingy.  
5248    
5249      modified files:      Patches applied:
      build/generic/configure.in  
5250    
5251         * chn@kbw.ch--2004-1/xvidcore--naegeli--1.0--base-0
5252           tag of ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-4
5253    
5254  2003-04-09 13:44:06 GMT                                         patch-11       * chn@kbw.ch--2004-1/xvidcore--naegeli--1.0--patch-1
5255           Sad Altivec File added
5256    
5257      Summary:       * chn@kbw.ch--2004-1/xvidcore--naegeli--1.0--patch-2
5258        Syncing arch tree with xvid.org cvs.         Mem Transfer functions ported to altivec
     Revision:  
       xvidcore--devapi4--1.0--patch-11  
5259    
5260      Synced with all the work done  in the xvid.org cvs repository. I could       * chn@kbw.ch--2004-1/xvidcore--naegeli--1.0--patch-4
5261      not  maintain a  complete list  of all  items but  here is  a  kind of         bugfix in mem transfer altivec routines
     digest.  
5262    
5263       + Merged build files fixes from the release-0_9_1-fixes branch.       * chn@kbw.ch--2004-1/xvidcore--naegeli--1.0--patch-5
5264       + Synced all motion estimation changes from the cvs_head branch.         Bug Fix in Mem Transfer
      + Added rate control plugins.  
      + Added lumimasking plugin.  
      + Synced optimizations from cvs_head in interpolate and cbp  
        functions.  
      + xvid_encraw improvements.  
      + new mbtransquant set of functions.  
      + Fixed bframe SSE calculation.  
5265    
5266      new files:       * chn@kbw.ch--2004-1/xvidcore--naegeli--1.0--patch-6
5267       src/plugins/.arch-ids/plugin_2pass1.c.id         Walken Inverse DCT added
      src/plugins/.arch-ids/plugin_2pass2.c.id  
      src/plugins/.arch-ids/plugin_cbr.c.id  
      src/plugins/.arch-ids/plugin_fixed.c.id  
      src/plugins/.arch-ids/plugin_lumimasking.c.id  
      vfw/src/.arch-ids/XviD_logo.bmp.id src/plugins/plugin_2pass1.c  
      src/plugins/plugin_2pass2.c src/plugins/plugin_cbr.c  
      src/plugins/plugin_fixed.c src/plugins/plugin_lumimasking.c  
      vfw/src/XviD_logo.bmp  
5268    
5269      modified files:       * chn@kbw.ch--2004-1/xvidcore--naegeli--1.0--patch-7
5270       build/generic/Makefile build/generic/bootstrap.sh         Interpolate8x8 altivec added
      build/generic/configure.in build/generic/libxvidcore.def.in  
      build/generic/platform.inc.in build/generic/sources.inc  
      build/win32/libxvidcore.dsp examples/xvid_decraw.c  
      examples/xvid_encraw.c examples/xvid_stat.c  
      src/bitstream/bitstream.c src/bitstream/bitstream.h  
      src/bitstream/cbp.c src/bitstream/mbcoding.c  
      src/bitstream/vlc_codes.h src/decoder.c src/divx4.c  
      src/encoder.c src/encoder.h src/global.h src/image/image.c  
      src/image/interpolate8x8.c src/motion/motion.h  
      src/motion/motion_comp.c src/motion/motion_est.c  
      src/motion/motion_est.h src/motion/sad.c  
      src/plugins/plugin_dump.c src/plugins/plugin_psnr.c  
      src/portab.h src/prediction/mbprediction.c  
      src/utils/mbfunctions.h src/utils/mbtransquant.c src/xvid.c  
      src/xvid.h vfw/src/2pass.c vfw/src/codec.c  
5271    
5272         * chn@kbw.ch--2004-1/xvidcore--naegeli--1.0--patch-8
5273           interpolate avg2 altivec added
5274    
5275  2003-03-16 00:21:32 GMT                                         patch-10       * chn@kbw.ch--2004-1/xvidcore--naegeli--1.0--patch-9
5276           Star-merged Edouards Branch
5277    
5278      Summary:       * chn@kbw.ch--2004-1/xvidcore--naegeli--1.0--patch-10
5279        Added suxen plugin system (Synced with CVS)         Added RGB to YV12 Altivec routines
     Revision:  
       xvidcore--devapi4--1.0--patch-10  
5280    
5281      Sync with the CVS and thus adds the plugin framework.       * chn@kbw.ch--2004-1/xvidcore--naegeli--1.0--patch-11
5282           Added YUV to YV12 Altivec routines
5283    
5284      new files:       * chn@kbw.ch--2004-1/xvidcore--naegeli--1.0--patch-12
5285       src/plugins/.arch-ids/=id         more interpolate functions
      src/plugins/.arch-ids/plugin_dump.c.id  
      src/plugins/.arch-ids/plugin_psnr.c.id  
      src/plugins/plugin_dump.c src/plugins/plugin_psnr.c  
5286    
5287      modified files:       * chn@kbw.ch--2004-1/xvidcore--naegeli--1.0--patch-13
5288       build/win32/libxvidcore.dsp examples/Makefile         H263 Quantization added in altivec
      examples/xvid_decraw.c examples/xvid_encraw.c  
      src/bitstream/bitstream.c src/encoder.c src/encoder.h  
      src/portab.h src/utils/mbtransquant.c src/xvid.h  
5289    
5290      new directories:       * chn@kbw.ch--2004-1/xvidcore--naegeli--1.0--patch-14
5291       src/plugins/.arch-ids src/plugins         Star-Merge with main branch
5292    
5293         * chn@kbw.ch--2004-1/xvidcore--naegeli--1.0--patch-15
5294           h263 dequantization with altivec
5295    
5296  2003-03-11 23:37:06 GMT                                         patch-9       * chn@kbw.ch--2004-1/xvidcore--naegeli--1.0--patch-16
5297           sse8_16bit added
5298    
5299      Summary:       * chn@kbw.ch--2004-1/xvidcore--naegeli--1.0--patch-17
5300        Changed xvid_decraw option handling for -d/-m.         added yv12 to yuv colorspace routines (altivec)
     Revision:  
       xvidcore--devapi4--1.0--patch-9  
5301    
5302      -d and -m options were boolean so option values were not needed.       * ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--base-0
5303           tag of ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--base-0
5304    
5305      modified files:       * ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-1
5306       examples/xvid_decraw.c         Merged with mainline patch-9
5307    
5308         * ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-2
5309           PPC platform support cleanup.
5310    
5311  2003-03-11 23:30:16 GMT                                         patch-8       * ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-3
5312           Merging Paul's changes
5313    
5314      Summary:       * ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-4
5315        Fixed frame counting in xvid_encraw.         Merged mainline patches
     Revision:  
       xvidcore--devapi4--1.0--patch-8  
5316    
5317      We were branching before incrementing  the frame counter when core was       * ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-5
5318      buffering frames.  This was resulting  in wrong frame  counting during         Merged up to mainline RC1
     the buffering phase.  
5319    
5320      modified files:       * ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-6
5321       examples/xvid_encraw.c         Merged chn's work
5322    
5323         * ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-7
5324           Merged chn's mem transfer functions
5325    
5326  2003-03-11 23:07:01 GMT                                         patch-7       * ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-8
5327           Merged mainline mem_transfer arch separation
5328    
5329      Summary:       * ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-9
5330        Ported xvid_decraw to new API.         Merged mainline patches
     Revision:  
       xvidcore--devapi4--1.0--patch-7  
5331    
5332      xvid_decraw  has been  ported to  new  API. It  basically works  fine,       * ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-10
5333      however i'm not completly staisfied. If I do a step by step run then i         Replayed unconflicting patches from chn
     can see  that second frame  is reported as  a VOL decoding  though the  
     first IFrame has been consumed. This makes xvid_decraw does not report  
     correctly frames' length.  
5334    
5335      Except  that, xvid_decraw  works well  enough  to activate  it in  the       * ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-11
5336      makefile.         Merging mainline up to patch-31
   
     modified files:  
      examples/Makefile examples/xvid_decraw.c  
   
   
 2003-03-11 20:19:44 GMT                                         patch-6  
   
     Summary:  
       Fix an important API comment in main header.  
     Revision:  
       xvidcore--devapi4--1.0--patch-6  
5337    
5338      This patch fixes a comment in xvid.h which was simply wrong and       * ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-12
5339      could lead to uneeded code.         Forgotten patch from chn
5340    
5341      modified files:       * ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-13
5342       src/xvid.h         Merged chn's branch up to patch-10
5343    
5344         * ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-14
5345           Merged work from Chriostoph up to patch-13
5346    
5347  2003-03-11 00:36:34 GMT                                         patch-5       * ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-15
5348           Merged stuff from mainline
5349    
5350      Summary:       * ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-16
5351        PSNR is now an option. More consistent -m/-s option handling.         Merged chn's work
     Revision:  
       xvidcore--devapi4--1.0--patch-5  
5352    
5353      I turned PSNR stats into an option (-s). I fixed the handling of the       * ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-17
5354      -m option that required only a bool.         Merged mainline
5355    
5356      I could say in french "ma stupidité dans toute sa grandeur".       * ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-18
5357           Merged mainline fixes
5358    
5359      -m presence is enough to significate "save _m_peg stream", we don't       * ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-19
5360      need the boolean value.         Merging head branch to prepare mainline merging
5361    
5362      modified files:       * ptk9417@rit.edu--2004-1/xvidcore--devapi4-ppc--1.0--base-0
5363       examples/xvid_encraw.c         tag of ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-2
5364    
5365         * ptk9417@rit.edu--2004-1/xvidcore--devapi4-ppc--1.0--patch-1
5366           Quick changes for ppc linux
5367    
 2003-03-10 00:36:15 GMT                                         patch-4  
5368    
5369      Summary:      new files:
5370        Adds extended stats support even for bframes in xvidcore.       src/dct/ppc_asm/.arch-ids/idct_altivec.c.id
5371      Revision:       src/dct/ppc_asm/idct_altivec.c src/image/ppc_asm/.arch-ids/=id
5372        xvidcore--devapi4--1.0--patch-4       src/image/ppc_asm/.arch-ids/colorspace_altivec.c.id
5373         src/image/ppc_asm/.arch-ids/interpolate8x8_altivec.c.id
5374         src/image/ppc_asm/colorspace_altivec.c
5375         src/image/ppc_asm/interpolate8x8_altivec.c
5376         src/motion/ppc_asm/.arch-ids/sad_altivec.c.id
5377         src/motion/ppc_asm/sad_altivec.c
5378         src/quant/ppc_asm/.arch-ids/=id
5379         src/quant/ppc_asm/.arch-ids/quant_h263_altivec.c.id
5380         src/quant/ppc_asm/quant_h263_altivec.c
5381         src/utils/ppc_asm/.arch-ids/=id
5382         src/utils/ppc_asm/.arch-ids/altivec_trigger.c.id
5383         src/utils/ppc_asm/.arch-ids/mem_transfer_altivec.c.id
5384         src/utils/ppc_asm/altivec_trigger.c
5385         src/utils/ppc_asm/mem_transfer_altivec.c
5386    
5387      This patch enables core extended stats support even for bframes. It      removed files:
5388      modifies the way the MBTransQuantBVOP function does its work. It used       src/bitstream/ppc_asm/.arch-ids/cbp_altivec.s.id
5389      to not dequant, idct the MB because bframes are never used as reference       src/bitstream/ppc_asm/.arch-ids/cbp_ppc.s.id
5390      frames. However if we want to compute stats, then we must perform these       src/bitstream/ppc_asm/cbp_altivec.s
5391      inverse transformations.       src/bitstream/ppc_asm/cbp_ppc.s
5392         src/dct/ppc_asm/.arch-ids/fdct_altivec.s.id
5393         src/dct/ppc_asm/.arch-ids/idct_altivec.s.id
5394         src/dct/ppc_asm/fdct_altivec.s src/dct/ppc_asm/idct_altivec.s
5395         src/motion/ppc_asm/.arch-ids/README.id
5396         src/motion/ppc_asm/.arch-ids/sad_altivec.c.id
5397         src/motion/ppc_asm/.arch-ids/sad_altivec.s.id
5398         src/motion/ppc_asm/README src/motion/ppc_asm/sad_altivec.c
5399         src/motion/ppc_asm/sad_altivec.s
5400    
5401      modified files:      modified files:
5402       src/encoder.c src/utils/mbfunctions.h src/utils/mbtransquant.c       build/generic/Makefile build/generic/configure.in
5403         build/generic/platform.inc.in build/generic/sources.inc
5404         examples/xvid_bench.c src/bitstream/cbp.h src/dct/fdct.h
5405  2003-03-09 16:42:27 GMT                                         patch-3       src/dct/idct.h src/dct/simple_idct.c src/image/colorspace.h
5406         src/image/interpolate8x8.h src/motion/sad.h src/portab.h
5407      Summary:       src/quant/quant.h src/utils/emms.h src/utils/mem_transfer.h
5408        Adds extended stats support.       src/xvid.c
     Revision:  
       xvidcore--devapi4--1.0--patch-3  
   
     This patch enables core extended stats support. It seems that xvidcore  
     does not compute sse for BFrames, I have tried to adds this by an ugly  
     hack  but  it did  not  work  as expected,  i  suppose  core does  not  
     decompress bframes as they are  not used as reference frames (unlike P  
     and I frames).  
5409    
5410      If we  succeed in enabling sse  calculation in core  for bframes, then      new directories:
5411      xvid_stat will  not be needed anymore.  This will save  lot of trouble       src/image/ppc_asm src/image/ppc_asm/.arch-ids
5412      with frame matching in PSNR computation when bframes are enabled.       src/quant/ppc_asm src/quant/ppc_asm/.arch-ids
5413         src/utils/ppc_asm src/utils/ppc_asm/.arch-ids
5414    
5415      modified files:      new patches:
5416       examples/xvid_encraw.c       chn@kbw.ch--2004-1/xvidcore--naegeli--1.0--base-0
5417         chn@kbw.ch--2004-1/xvidcore--naegeli--1.0--patch-1
5418         chn@kbw.ch--2004-1/xvidcore--naegeli--1.0--patch-2
5419         chn@kbw.ch--2004-1/xvidcore--naegeli--1.0--patch-4
5420         chn@kbw.ch--2004-1/xvidcore--naegeli--1.0--patch-5
5421         chn@kbw.ch--2004-1/xvidcore--naegeli--1.0--patch-6
5422         chn@kbw.ch--2004-1/xvidcore--naegeli--1.0--patch-7
5423         chn@kbw.ch--2004-1/xvidcore--naegeli--1.0--patch-8
5424         chn@kbw.ch--2004-1/xvidcore--naegeli--1.0--patch-9
5425         chn@kbw.ch--2004-1/xvidcore--naegeli--1.0--patch-10
5426         chn@kbw.ch--2004-1/xvidcore--naegeli--1.0--patch-11
5427         chn@kbw.ch--2004-1/xvidcore--naegeli--1.0--patch-12
5428         chn@kbw.ch--2004-1/xvidcore--naegeli--1.0--patch-13
5429         chn@kbw.ch--2004-1/xvidcore--naegeli--1.0--patch-14
5430         chn@kbw.ch--2004-1/xvidcore--naegeli--1.0--patch-15
5431         chn@kbw.ch--2004-1/xvidcore--naegeli--1.0--patch-16
5432         chn@kbw.ch--2004-1/xvidcore--naegeli--1.0--patch-17
5433         ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--base-0
5434         ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-1
5435         ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-2
5436         ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-3
5437         ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-4
5438         ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-5
5439         ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-6
5440         ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-7
5441         ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-8
5442         ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-9
5443         ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-10
5444         ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-11
5445         ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-12
5446         ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-13
5447         ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-14
5448         ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-15
5449         ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-16
5450         ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-17
5451         ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-18
5452         ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-19
5453         ptk9417@rit.edu--2004-1/xvidcore--devapi4-ppc--1.0--base-0
5454         ptk9417@rit.edu--2004-1/xvidcore--devapi4-ppc--1.0--patch-1
5455    
5456    
5457  2003-03-09 00:23:52 GMT                                         patch-2  2004-04-02 21:26:57 GMT                                         patch-2
5458    
5459      Summary:      Summary:
5460        Updated xvid_encraw for new API.        messed with XviD BS version
5461      Revision:      Revision:
5462        xvidcore--devapi4--1.0--patch-2        xvidcore--head--0.0--patch-2
5463    
5464      This patch updates the xvid_encraw example to support the      messed with XviD BS version
     new API. As it's the first patch for API 4 support, I  
     disabled all other examples.  
5465    
     BUG: first frame type is Unknown, I suppose I'm missing  
          a subtility of the new API.  
5466    
5467      modified files:      modified files:
5468       examples/Makefile examples/xvid_encraw.c src/encoder.c       src/xvid.h
5469    
5470    
5471  2003-03-06 22:08:43 GMT                                         patch-1  2004-04-02 21:25:15 GMT                                         patch-1
5472    
5473      Summary:      Summary:
5474        Synced with dev-api-4 XviD branch.        Brightness Postprocessing.
5475      Revision:      Revision:
5476        xvidcore--devapi4--1.0--patch-1        xvidcore--head--0.0--patch-1
5477    
5478      Synced with dev-api-4 XviD branch. My branching was done at a later      From Pete:
5479      point than CVS. This resulted in version skew, now this branch is       * Added brightness postprocessing.
5480      synced with CVS.  
5481        From ed.gomez:
5482         * Merging changes due to CVS branches unsync state between head and
5483           last 1.0 dev branch.
5484    
5485      new files:      new files:
5486       vfw/.arch-ids/=id vfw/bin/.arch-ids/=id vfw/src/.arch-ids/=id       src/image/x86_asm/.arch-ids/postprocessing_mmx.asm.id
5487       vfw/.arch-ids/vfw.dsp.id vfw/bin/.arch-ids/xvid.inf.id       src/image/x86_asm/postprocessing_mmx.asm
      vfw/src/.arch-ids/2pass.c.id vfw/src/.arch-ids/2pass.h.id  
      vfw/src/.arch-ids/codec.c.id vfw/src/.arch-ids/codec.h.id  
      vfw/src/.arch-ids/config.c.id vfw/src/.arch-ids/config.h.id  
      vfw/src/.arch-ids/config.rc.id  
      vfw/src/.arch-ids/driverproc.c.id  
      vfw/src/.arch-ids/driverproc.def.id  
      vfw/src/.arch-ids/resource.h.id rawdec/.arch-ids/rawdec.c.id  
      rawdec/.arch-ids/rawdec.dsp.id rawdec/.arch-ids/=id  
      dshow/.arch-ids/=id dshow/.arch-ids/authors.txt.id  
      dshow/.arch-ids/dshow.dsp.id dshow/src/.arch-ids/=id  
      dshow/src/.arch-ids/CAbout.cpp.id  
      dshow/src/.arch-ids/CAbout.h.id  
      dshow/src/.arch-ids/CXvidDecoder.cpp.id  
      dshow/src/.arch-ids/CXvidDecoder.h.id  
      dshow/src/.arch-ids/IXvidDecoder.h.id  
      dshow/src/.arch-ids/resource.h.id  
      dshow/src/.arch-ids/xvid.ax.def.id  
      dshow/src/.arch-ids/xvid.ax.rc.id vfw/vfw.dsp vfw/bin/xvid.inf  
      vfw/src/2pass.c vfw/src/2pass.h vfw/src/codec.c  
      vfw/src/codec.h vfw/src/config.c vfw/src/config.h  
      vfw/src/config.rc vfw/src/driverproc.c vfw/src/driverproc.def  
      vfw/src/resource.h rawdec/rawdec.c rawdec/rawdec.dsp  
      dshow/authors.txt dshow/dshow.dsp dshow/src/CAbout.cpp  
      dshow/src/CAbout.h dshow/src/CXvidDecoder.cpp  
      dshow/src/CXvidDecoder.h dshow/src/IXvidDecoder.h  
      dshow/src/resource.h dshow/src/xvid.ax.def  
      dshow/src/xvid.ax.rc  
5488    
5489      modified files:      modified files:
5490       build/generic/Makefile build/generic/bootstrap.sh       build/generic/sources.inc build/win32/libxvidcore.dsp
5491       build/generic/configure.in build/generic/platform.inc.in       dshow/src/CXvidDecoder.cpp dshow/src/config.c
5492       build/win32/libxvidcore.dsp examples/Makefile       dshow/src/xvid.ax.rc src/decoder.c src/image/image.c
5493       examples/xvid_bench.c examples/xvid_decraw.c       src/image/image.h src/image/postprocessing.c
5494       examples/xvid_encraw.c examples/xvid_stat.c       src/image/postprocessing.h src/xvid.c src/xvid.h
5495       src/bitstream/bitstream.c src/bitstream/bitstream.h       vfw/src/codec.c vfw/src/codec.h vfw/src/config.c
5496       src/bitstream/mbcoding.c src/bitstream/vlc_codes.h       vfw/src/resource.h vfw/src/resource.rc
      src/decoder.c src/decoder.h src/encoder.c src/encoder.h  
      src/global.h src/image/colorspace.c src/image/colorspace.h  
      src/image/image.c src/image/image.h src/image/interpolate8x8.c  
      src/motion/motion.h src/motion/motion_comp.c  
      src/motion/motion_est.c src/motion/motion_est.h  
      src/motion/smp_motion_est.c src/motion/smp_motion_est.h  
      src/portab.h src/prediction/mbprediction.c  
      src/utils/mbtransquant.c src/xvid.c src/xvid.h todo.txt  
   
     new directories:  
      dshow/.arch-ids dshow/src/.arch-ids rawdec/.arch-ids  
      vfw/.arch-ids vfw/bin/.arch-ids vfw/src/.arch-ids vfw vfw/bin  
      vfw/src rawdec dshow dshow/src  
5497    
5498    
5499  2003-03-06 21:27:16 GMT                                         base-0  2004-04-02 20:36:54 GMT                                         base-0
5500    
5501      Summary:      Summary:
5502        tag of ed.gomez@free.fr--main/xvidcore--stable--1.0--patch-6        tag of ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-53
5503      Revision:      Revision:
5504        xvidcore--devapi4--1.0--base-0        xvidcore--head--0.0--base-0
5505    
5506      (automatically generated log message)      (automatically generated log message)
5507    
   
5508      new patches:      new patches:
5509         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--base-0
5510         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-1
5511         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-2
5512         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-3
5513         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-4
5514         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-5
5515         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-6
5516         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-7
5517         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-8
5518         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-9
5519         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-10
5520         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-11
5521         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-12
5522         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-13
5523         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-14
5524         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-15
5525         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-16
5526         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-17
5527         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-18
5528         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-19
5529         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-20
5530         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-21
5531         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-22
5532         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-23
5533         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-24
5534         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-25
5535         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-26
5536         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-27
5537         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-28
5538         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-29
5539         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-30
5540         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-31
5541         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-32
5542         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-33
5543         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-34
5544         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-35
5545         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-36
5546         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-37
5547         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-38
5548         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-39
5549         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-40
5550         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-41
5551         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-42
5552         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-43
5553         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-44
5554         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-45
5555         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-46
5556         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-47
5557         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-48
5558         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-49
5559         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-50
5560         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-51
5561         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-52
5562         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-53
5563         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-54
5564         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-55
5565         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-56
5566         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-57
5567         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-58
5568         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-59
5569         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-60
5570         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-61
5571         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-62
5572         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-63
5573         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-64
5574         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-65
5575         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-66
5576         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-67
5577         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-68
5578         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-69
5579         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-70
5580         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-71
5581         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-72
5582         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-73
5583         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-74
5584         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-75
5585         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-76
5586         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-77
5587         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-78
5588         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-79
5589         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-80
5590         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-81
5591         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-82
5592         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-83
5593         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-84
5594         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-85
5595         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-86
5596         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-87
5597         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-88
5598         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-89
5599         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-90
5600         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-91
5601         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-92
5602         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-93
5603         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-94
5604         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-95
5605         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-96
5606         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-97
5607         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-98
5608         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-99
5609         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-100
5610         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-101
5611         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-102
5612         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-103
5613         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-104
5614         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-105
5615         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-106
5616         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-107
5617         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-108
5618         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-109
5619         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-110
5620         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-111
5621         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-112
5622         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-113
5623         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-114
5624         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-115
5625         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-116
5626         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-117
5627         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-118
5628         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-119
5629         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-120
5630         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-121
5631         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-122
5632         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-123
5633         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-124
5634         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-125
5635         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-126
5636         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-127
5637         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-128
5638         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-129
5639         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-130
5640         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-131
5641         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-132
5642         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-133
5643         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-134
5644         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-135
5645         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-136
5646         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-137
5647         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-138
5648         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-139
5649         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-140
5650         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-141
5651         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-142
5652         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-143
5653         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-144
5654         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-145
5655         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-146
5656         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-147
5657         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-148
5658         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-149
5659         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-150
5660         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-151
5661         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-152
5662         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-153
5663         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-154
5664         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-155
5665         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-156
5666         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-157
5667         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-158
5668         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-159
5669         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-160
5670         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-161
5671         ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-162
5672         ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--base-0
5673         ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-1
5674         ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-2
5675         ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-3
5676         ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-4
5677         ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-5
5678         ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-6
5679         ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-7
5680         ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-8
5681         ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-9
5682         ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-10
5683         ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-11
5684         ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-12
5685         ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-13
5686         ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-14
5687         ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-15
5688         ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-16
5689         ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-17
5690         ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-18
5691         ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-19
5692         ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-20
5693         ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-21
5694         ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-22
5695         ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-23
5696         ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-24
5697         ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-25
5698         ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-26
5699         ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-27
5700         ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-28
5701         ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-29
5702         ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-30
5703         ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-31
5704         ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-32
5705         ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-33
5706         ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-34
5707         ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-35
5708         ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-36
5709         ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-37
5710         ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-38
5711         ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-39
5712         ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-40
5713         ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-41
5714         ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-42
5715         ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-43
5716         ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-44
5717         ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-45
5718         ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-46
5719         ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-47
5720         ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-48
5721         ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-49
5722         ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-50
5723         ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-51
5724         ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-52
5725         ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-53
5726         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--base-0
5727         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-1
5728         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-2
5729         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-3
5730         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-4
5731         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-5
5732         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-6
5733         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-7
5734         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-8
5735         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-9
5736         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-10
5737         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-11
5738         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-12
5739         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-13
5740         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-14
5741         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-15
5742         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-16
5743         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-17
5744         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-18
5745         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-19
5746         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-20
5747         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-21
5748         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-22
5749         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-23
5750         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-24
5751         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-25
5752         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-26
5753         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-27
5754         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-28
5755         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-29
5756         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-30
5757         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-31
5758         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-32
5759         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-33
5760         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-34
5761         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-35
5762         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-36
5763         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-37
5764         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-38
5765         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-39
5766         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-40
5767         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-41
5768         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-42
5769         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-43
5770         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-44
5771         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-45
5772         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-46
5773         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-47
5774         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-48
5775         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-49
5776         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-50
5777         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-51
5778         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-52
5779         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-53
5780         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-54
5781         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-55
5782         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-56
5783         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-57
5784         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-58
5785         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-59
5786         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-60
5787         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-61
5788         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-62
5789         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-63
5790         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-64
5791         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-65
5792         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-66
5793         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-67
5794         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-68
5795         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-69
5796         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-70
5797         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-71
5798         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-72
5799         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-73
5800         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-74
5801         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-75
5802         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-76
5803         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-77
5804         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-78
5805         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-79
5806         ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-80
5807       ed.gomez@free.fr--main/xvidcore--stable--0.9--base-0       ed.gomez@free.fr--main/xvidcore--stable--0.9--base-0
5808       ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-1       ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-1
5809       ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-2       ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-2
# Line 3557  Line 5834 
5834       ed.gomez@free.fr--main/xvidcore--stable--1.0--patch-5       ed.gomez@free.fr--main/xvidcore--stable--1.0--patch-5
5835       ed.gomez@free.fr--main/xvidcore--stable--1.0--patch-6       ed.gomez@free.fr--main/xvidcore--stable--1.0--patch-6
5836    
 2003-02-15 18:40:33 GMT                                         patch-3  
   
     Summary:  
       Added latest Pete's chroma optimization code.  
     Revision:  
       xvidcore--stable--1.0--patch-3  
   
     During merge, i forgot that small piece of code.  
   
     modified files:  
      src/encoder.c src/xvid.h  
   
   
 2003-02-15 14:48:12 GMT                                         patch-2  
   
     Summary:  
       Fixed compilation and moved back to plain GPL.  
     Revision:  
       xvidcore--stable--1.0--patch-2  
   
     portab.h was missing the DPRINTF_RC flag.  
     I merged the watcom C portab.h part.  
   
     Back to plain GPL as it is in dev-api-3 branch.  
   
     modified files:  
      LICENSE src/portab.h  
   
   
 2003-02-15 14:05:17 GMT                                         patch-1  
   
     Summary:  
       Updated tree to dev-api-3 branch.  
     Revision:  
       xvidcore--stable--1.0--patch-1  
   
     This patch consists basically of merging things with dev-api-3  
     CVS branch.  
   
      - All asm, C, h files have been copied from this CVS branch.  
      - Fixed generic sources.inc to take care of changes.  
      - Fixed architecture stuff in sources (ARCH_IS_...).  
      - Updated examples.  
      - Updated libxvidcore.dsp.  
      - Fixed libxvidcore.dsp for ARCH_IS_... constants.  
      - Changed .so and .a naming convention. It is now postfixed  
        with the API version to avoid API incompatibilities with 2.1  
        which had had a postfix.  
      - Fixed configure version 0.9.1 <-> 1.0.0 cvs-snaphot  
   
     This is the first attempt. I don't even know if it compiles well.  
   
     new files:  
      src/bitstream/x86_asm/.arch-ids/cbp_3dne.asm.id  
      src/dct/.arch-ids/simple_idct.c.id  
      src/dct/x86_asm/.arch-ids/fdct_xmm.asm.id  
      src/dct/x86_asm/.arch-ids/idct_3dne.asm.id  
      src/dct/x86_asm/.arch-ids/simple_idct_mmx.asm.id  
      src/image/.arch-ids/font.c.id src/image/.arch-ids/font.h.id  
      src/image/.arch-ids/reduced.c.id  
      src/image/.arch-ids/reduced.h.id  
      src/image/x86_asm/.arch-ids/colorspace_mmx.inc.id  
      src/image/x86_asm/.arch-ids/colorspace_rgb_mmx.asm.id  
      src/image/x86_asm/.arch-ids/colorspace_yuv_mmx.asm.id  
      src/image/x86_asm/.arch-ids/colorspace_yuyv_mmx.asm.id  
      src/image/x86_asm/.arch-ids/interpolate8x8_3dne.asm.id  
      src/image/x86_asm/.arch-ids/reduced_mmx.asm.id  
      src/motion/.arch-ids/motion_est.h.id  
      src/motion/.arch-ids/smp_motion_est.c.id  
      src/motion/.arch-ids/smp_motion_est.h.id  
      src/motion/x86_asm/.arch-ids/sad_3dne.asm.id  
      src/quant/x86_asm/.arch-ids/quantize4_xmm.asm.id  
      src/quant/x86_asm/.arch-ids/quantize_3dne.asm.id  
      src/utils/x86_asm/.arch-ids/interlacing_mmx.asm.id  
      src/utils/x86_asm/.arch-ids/mem_transfer_3dne.asm.id  
      src/bitstream/x86_asm/cbp_3dne.asm src/dct/simple_idct.c  
      src/dct/x86_asm/fdct_xmm.asm src/dct/x86_asm/idct_3dne.asm  
      src/dct/x86_asm/simple_idct_mmx.asm src/image/font.c  
      src/image/font.h src/image/reduced.c src/image/reduced.h  
      src/image/x86_asm/colorspace_mmx.inc  
      src/image/x86_asm/colorspace_rgb_mmx.asm  
      src/image/x86_asm/colorspace_yuv_mmx.asm  
      src/image/x86_asm/colorspace_yuyv_mmx.asm  
      src/image/x86_asm/interpolate8x8_3dne.asm  
      src/image/x86_asm/reduced_mmx.asm src/motion/motion_est.h  
      src/motion/smp_motion_est.c src/motion/smp_motion_est.h  
      src/motion/x86_asm/sad_3dne.asm  
      src/quant/x86_asm/quantize4_xmm.asm  
      src/quant/x86_asm/quantize_3dne.asm  
      src/utils/x86_asm/interlacing_mmx.asm  
      src/utils/x86_asm/mem_transfer_3dne.asm  
   
     modified files:  
      build/generic/Makefile build/generic/configure.in  
      build/generic/sources.inc build/win32/libxvidcore.dsp  
      examples/odivx_enc_dec.c examples/xvid_bench.c  
      examples/xvid_decraw.c examples/xvid_encraw.c  
      examples/xvid_stat.c src/bitstream/bitstream.c  
      src/bitstream/bitstream.h src/bitstream/cbp.c  
      src/bitstream/cbp.h src/bitstream/mbcoding.c  
      src/bitstream/mbcoding.h src/bitstream/ppc_asm/cbp_altivec.s  
      src/bitstream/ppc_asm/cbp_ppc.s src/bitstream/vlc_codes.h  
      src/bitstream/x86_asm/cbp_mmx.asm  
      src/bitstream/x86_asm/cbp_sse2.asm src/bitstream/zigzag.h  
      src/dct/fdct.c src/dct/fdct.h src/dct/ia64_asm/fdct_ia64.s  
      src/dct/idct.c src/dct/idct.h src/dct/ppc_asm/fdct_altivec.s  
      src/dct/ppc_asm/idct_altivec.s src/dct/x86_asm/fdct_mmx.asm  
      src/dct/x86_asm/idct_mmx.asm src/decoder.c src/decoder.h  
      src/divx4.c src/divx4.h src/encoder.c src/encoder.h  
      src/global.h src/image/colorspace.c src/image/colorspace.h  
      src/image/image.c src/image/image.h src/image/interpolate8x8.c  
      src/image/interpolate8x8.h  
      src/image/x86_asm/interpolate8x8_3dn.asm  
      src/image/x86_asm/interpolate8x8_mmx.asm  
      src/image/x86_asm/interpolate8x8_xmm.asm  
      src/image/x86_asm/rgb_to_yv12_mmx.asm  
      src/image/x86_asm/yuv_to_yv12_mmx.asm  
      src/image/x86_asm/yuyv_to_yv12_mmx.asm  
      src/image/x86_asm/yv12_to_rgb24_mmx.asm  
      src/image/x86_asm/yv12_to_rgb32_mmx.asm  
      src/image/x86_asm/yv12_to_yuyv_mmx.asm  
      src/motion/ia64_asm/sad_ia64.s src/motion/motion.h  
      src/motion/motion_comp.c src/motion/motion_est.c  
      src/motion/ppc_asm/sad_altivec.c src/motion/sad.c  
      src/motion/sad.h src/motion/x86_asm/sad_3dn.asm  
      src/motion/x86_asm/sad_mmx.asm src/motion/x86_asm/sad_sse2.asm  
      src/motion/x86_asm/sad_xmm.asm src/portab.h  
      src/prediction/mbprediction.c src/prediction/mbprediction.h  
      src/quant/adapt_quant.c src/quant/adapt_quant.h  
      src/quant/quant_h263.c src/quant/quant_h263.h  
      src/quant/quant_matrix.c src/quant/quant_matrix.h  
      src/quant/quant_mpeg4.c src/quant/quant_mpeg4.h  
      src/quant/x86_asm/quantize4_mmx.asm  
      src/quant/x86_asm/quantize_mmx.asm src/utils/emms.c  
      src/utils/emms.h src/utils/ia64_asm/mem_transfer_ia64.s  
      src/utils/mbfunctions.h src/utils/mbtransquant.c  
      src/utils/mem_align.c src/utils/mem_align.h  
      src/utils/mem_transfer.c src/utils/mem_transfer.h  
      src/utils/ratecontrol.c src/utils/ratecontrol.h  
      src/utils/timer.c src/utils/timer.h  
      src/utils/x86_asm/cpuid.asm  
      src/utils/x86_asm/mem_transfer_mmx.asm src/xvid.c src/xvid.h  
   
   
 2003-02-14 23:01:44 GMT                                         base-0  
   
     Summary:  
       Upcoming 1.0 version continuation  
     Revision:  
       xvidcore--stable--1.0--base-0  
   
     Continuation of the xvidcore--stable--0.9 version.  
   
     new directories:  
      {arch}/xvidcore/xvidcore--stable/xvidcore--stable--1.0  
      {arch}/xvidcore/xvidcore--stable/xvidcore--stable--1.0/ed.gomez@free.fr--main  
      {arch}/xvidcore/xvidcore--stable/xvidcore--stable--1.0/ed.gomez@free.fr--main/patch-log  
   
   
 2003-02-11 21:03:19 GMT                                         patch-20  
   
     Summary:  
       Removed BFrame outdated bframe/qpel decoding.  
     Revision:  
       xvidcore--stable--0.9--patch-20  
   
     Michael noticed there were still pieces of bframe and qpel decoding.  
     He proposed to remove it or upgrade it... Feeling too lazy to merge  
     all differences (the too much divergent) file from dev-api-3.  
   
     modified files:  
      changelog.txt src/decoder.c src/image/interpolate8x8.c  
      src/image/interpolate8x8.h  
   
   
 2003-02-11 18:40:48 GMT                                         patch-19  
   
     Summary:  
       Fixed libxvidcore.def, revamped Makefile output, fixed ia64 build, added ranlib detection.  
     Revision:  
       xvidcore--stable--0.9--patch-19  
   
     Ok this patch does lot of things.  
   
     First, it fixes libxvidcore.def for win32 targets. This file is now  
     generated at configure time. This way we make sure no symobols are  
     exported without being compiled in.  
   
     Second, I revamped Makefile so its output is more eye candy.  
   
     Third change, I removed the ia64 dct file from SRC_IA64 variable,  
     this was interfering with the DCT_IA64_SOURCES variable.  
   
     Fourth change, ranlib is detected at configure time and used in the  
     Makeile through the RANLIB variable.  
   
     modified files:  
      build/generic/Makefile build/generic/configure.in  
      build/generic/libxvidcore.def.in build/generic/platform.inc.in  
      build/generic/sources.inc  
   
     renamed files:  
      build/generic/.arch-ids/libxvidcore.def.id  
        ==> build/generic/.arch-ids/libxvidcore.def.in.id  
      build/generic/libxvidcore.def  
        ==> build/generic/libxvidcore.def.in  
   
   
   
 2003-02-10 23:31:01 GMT                                         patch-18  
   
     Summary:  
       Fixed xvid_encraw help message.  
     Revision:  
       xvidcore--stable--0.9--patch-18  
   
     Fixed xvid_encraw help message.  
   
     modified files:  
      examples/xvid_encraw.c  
   
   
 2003-02-10 23:06:32 GMT                                         patch-17  
   
     Summary:  
       Added IA64 DCT source choice according to the compiler basename.  
     Revision:  
       xvidcore--stable--0.9--patch-17  
   
     The IA64 dct file must be choosen according to the compiler.  
     I chose to look for a basename based on the *ecc* regexp, all  
     other compiler will be treated as being the GNU C compiler.  
   
     Hope this is enough.  
   
     modified files:  
      build/generic/Makefile build/generic/configure.in  
      build/generic/platform.inc.in  
   
   
 2003-02-10 13:49:25 GMT                                         patch-16  
   
     Summary:  
       Changed linking option on PPC platforms (-flat_namespace)  
     Revision:  
       xvidcore--stable--0.9--patch-16  
   
     Guillaume sent me this fix for PPC platforms.  
   
     modified files:  
      build/generic/configure.in  
   
   
 2003-02-09 23:15:18 GMT                                         patch-15  
   
     Summary:  
       Added the configure bootstrap script.  
     Revision:  
       xvidcore--stable--0.9--patch-15  
   
     Added the configure bootstrap script.  
   
     new files:  
      build/generic/.arch-ids/bootstrap.sh.id  
      build/generic/bootstrap.sh  
   
   
 2003-02-09 23:06:51 GMT                                         patch-14  
   
     Summary:  
       The PPC port is now disabled because it is outdated.  
     Revision:  
       xvidcore--stable--0.9--patch-14  
   
     The PPC port is now disabled because it is outdated.  
   
     modified files:  
      build/generic/configure.in  
   
   
 2003-02-09 23:01:30 GMT                                         patch-13  
   
     Summary:  
       More "unknown compiler" friendly portab.h file.  
     Revision:  
       xvidcore--stable--0.9--patch-13  
   
     Cristoph pointed out that portab.h was a problem when used with  
     unknown compilers. This patch tries to fix that.  
   
     modified files:  
      src/portab.h  
   
   
 2003-02-09 00:49:32 GMT                                         patch-12  
   
     Summary:  
       DivX4 compatibility layer has been turned into an option (default:disable).  
     Revision:  
       xvidcore--stable--0.9--patch-12  
   
     The divx4 compatibility API has been turned into an option. This  
     has been a long wanted thing by mplayer's guys, so here it is.  
     As we say in french "mieux vaut tard que jamais".  
   
     modified files:  
      build/generic/Makefile build/generic/configure.in  
      build/generic/platform.inc.in build/generic/sources.inc  
   
   
 2003-02-08 23:29:55 GMT                                         patch-11  
   
     Summary:  
       Fixed WIN32/_MSC_VER confusion and updated MSVC libxvidcore.dsp project file.  
     Revision:  
       xvidcore--stable--0.9--patch-11  
   
     This patch set fixes all WIN32/_MSC_VER conditional compilation  
     in examples and in the Illegal Instruction detection for SSE2  
     support in xvid.c.  
   
     libxvidcore.dsp file as been updated with the right defines for  
     x86 support (ARCH_IS_IA32, ARCH_IS_32BIT, ARCH_IS_LITTLE_ENDIAN)  
   
     Hope Win32 is now completely ready.  
   
     modified files:  
      build/win32/libxvidcore.dsp examples/xvid_bench.c  
      examples/xvid_decraw.c examples/xvid_encraw.c  
      examples/xvid_stat.c src/xvid.c  
   
   
 2003-02-08 14:55:19 GMT                                         patch-10  
   
     Summary:  
       Fixed MacOSX build.  
     Revision:  
       xvidcore--stable--0.9--patch-10  
   
     Two fixes for MacOSX. It adds a missing option to gcc to allow the  
     linking stage on this platform (-fno-common). It fixes Altivec test  
     which was outputting result on the console.  
   
     modified files:  
      build/generic/configure.in  
   
   
 2003-02-08 12:49:17 GMT                                         patch-9  
   
     Summary:  
       Added Altivec detection (Guillaume Morin)  
     Revision:  
       xvidcore--stable--0.9--patch-9  
   
     Added Altivec detection test in configure.in.  
   
     modified files:  
      build/generic/configure.in  
   
   
 2003-02-08 12:25:46 GMT                                         patch-8  
   
     Summary:  
       Fixed portab.h for _DEBUG target and GCC/ICC compilers.  
     Revision:  
       xvidcore--stable--0.9--patch-8  
   
     During the Unix build system change, i had to turn the DRPINTF macro  
     into a real function because teh MacOSX compilers do not support the  
     variadic macros as defined in ISO C99 standard. During this change,  
     i forgot to adapt the macro code and the #include <stdarg.h> needed  
     for variadic functions.  
   
     modified files:  
      src/portab.h  
   
   
 2003-02-08 11:45:00 GMT                                         patch-7  
   
     Summary:  
       Changed the way I add strings into variables.  
     Revision:  
       xvidcore--stable--0.9--patch-7  
   
     I changed the way I add strings to variables (CFLAGS and so on). Now i use  
     var="$var string2" instead of var=$var" string2".  
   
     Fixed a typo reported by Pete for the cygwin part.  
   
     modified files:  
      build/generic/configure.in  
   
   
 2003-02-07 23:16:57 GMT                                         patch-6  
   
     Summary:  
       Fixed the "ar" "s" option for some platforms.  
     Revision:  
       xvidcore--stable--0.9--patch-6  
   
     The "s" option of the "ar" program is not standard accross all  
     platforms. I had at least problems on OpenBSD and an old Solaris  
     version.  
   
     modified files:  
      build/generic/Makefile  
   
   
 2003-02-07 22:19:37 GMT                                         patch-5  
   
     Summary:  
       Fixed a BSD checking in ansm output format.  
     Revision:  
       xvidcore--stable--0.9--patch-5  
   
     Fixed a BSD checking in ansm output format.  
   
     modified files:  
      build/generic/configure.in  
   
   
 2003-02-07 21:18:14 GMT                                         patch-4  
   
     Summary:  
       Fixed options and added the --disable-assembly option  
     Revision:  
       xvidcore--stable--0.9--patch-4  
   
     Options have been fixed because they were not taking care of the  
     enable_feature variable.  
   
     The --disable-assembly options has been added. This is a good way  
     to compile XviD on nearly all platforms without having to deal with  
     the assembly code -- useful on PPC platform at the moment where gcc  
     seems to use a different kind of assembly syntax.  
   
     modified files:  
      build/generic/configure.in  
   
   
 2003-02-06 21:49:16 GMT                                         patch-3  
   
     Summary:  
       Fixes for the new build system in sources.  
     Revision:  
       xvidcore--stable--0.9--patch-3  
   
     This patch fixes source files according to the new defines used  
     by the reworked build system.  
   
     modified files:  
      src/bitstream/bitstream.h src/divx4.h src/portab.h  
      src/utils/emms.h src/xvid.c  
   
   
 2003-02-06 21:22:55 GMT                                         patch-2  
   
     Summary:  
       Changed build system for Unix OSes  
     Revision:  
       xvidcore--stable--0.9--patch-2  
   
     Changed the build system for Unix systems. It is now built upon  
     an autoconf script that automatically configures the sources.  
   
     The Makefile is portable accross various platforms and "make"  
     programs. It is at least working on these platforms for now:  
      - Debian GNU/Linux - StrongARM - Alphave67 (alpha 64bit) - ia32  
        UltraSparcIII  
      - Solaris - UltraSparcI - Sparc 32bit on old sun stations ( i don't  
        remember the exact name)  
      - FreeBSD 4.7 - ia32  
      - RedHat 7.3 - ia32  
      - Gentoo 1.4 - ia32  
      - the Irix box according to christoph tests  
      - ia64 - Unknown OS?  
   
     The unix unified makefile supports:  
      - gmake  
      - pmake  
   
     ToDo things to finish this new build system:  
      - Manage the ecc/gcc source choice for ia64  
      - Someone to test the makefile on Cygwin and/or mingw+minsys  
      - Update MSVC projects (replace 2 or 3 defines)  
      - See why MacOSX is complaining about duplicated symbols, it seems the  
        mach ABI does not alow namespace collisions even between C modules.  
        And add altivec detection in configure.in  
   
     new files:  
      build/generic/.arch-ids/configure.in.id  
      build/generic/.arch-ids/Makefile.id  
      build/generic/.arch-ids/platform.inc.in.id  
      build/generic/.arch-ids/sources.inc.id  
      build/generic/configure.in build/generic/Makefile  
      build/generic/platform.inc.in build/generic/sources.inc  
   
     removed files:  
      build/generic/.arch-ids/Makefile.beos.id  
      build/generic/.arch-ids/Makefile.cygwin.id  
      build/generic/.arch-ids/Makefile.dj.id  
      build/generic/.arch-ids/Makefile.freebsd.id  
      build/generic/.arch-ids/Makefile.generic.id  
      build/generic/.arch-ids/Makefile.ia64.id  
      build/generic/.arch-ids/Makefile.inc.id  
      build/generic/.arch-ids/Makefile.irix64.id  
      build/generic/.arch-ids/Makefile.linuxppc.id  
      build/generic/.arch-ids/Makefile.linuxppc_altivec.id  
      build/generic/.arch-ids/Makefile.linuxx86.id  
      build/generic/.arch-ids/Makefile.sparc.id  
      build/generic/Makefile.beos build/generic/Makefile.cygwin  
      build/generic/Makefile.dj build/generic/Makefile.freebsd  
      build/generic/Makefile.generic build/generic/Makefile.ia64  
      build/generic/Makefile.inc build/generic/Makefile.irix64  
      build/generic/Makefile.linuxppc  
      build/generic/Makefile.linuxppc_altivec  
      build/generic/Makefile.linuxx86 build/generic/Makefile.sparc  
   
   
 2003-02-06 21:11:17 GMT                                         patch-1  
   
     Summary:  
       Updated to current stable CVS_HEAD  
     Revision:  
       xvidcore--stable--0.9--patch-1  
   
     Updated files to current stable CVS_HEAD versions.  
   
     new files:  
      build/win32/.arch-ids/odivx_enc_dec.dsp.id  
      build/win32/.arch-ids/xvidcore.dsw.id  
      build/win32/.arch-ids/xvid_bench.dsp.id  
      build/win32/odivx_enc_dec.dsp build/win32/xvidcore.dsw  
      build/win32/xvid_bench.dsp  
   
     modified files:  
      authors.txt build/generic/Makefile.beos  
      build/generic/Makefile.generic build/generic/Makefile.linuxx86  
      doc/Makefile examples/Makefile examples/odivx_enc_dec.c  
      examples/xvid_bench.c examples/xvid_encraw.c  
      examples/xvid_stat.c src/bitstream/bitstream.c  
      src/bitstream/bitstream.h src/bitstream/cbp.c  
      src/bitstream/mbcoding.c src/bitstream/vlc_codes.h  
      src/bitstream/zigzag.h src/dct/fdct.c src/dct/idct.c  
      src/dct/idct.h src/decoder.c src/decoder.h src/divx4.h  
      src/encoder.c src/encoder.h src/global.h  
      src/image/colorspace.c src/image/image.c  
      src/image/interpolate8x8.c src/image/interpolate8x8.h  
      src/motion/motion.h src/motion/motion_comp.c  
      src/motion/motion_est.c src/motion/sad.c src/portab.h  
      src/prediction/mbprediction.c src/prediction/mbprediction.h  
      src/quant/adapt_quant.c src/quant/adapt_quant.h  
      src/quant/quant_h263.c src/quant/quant_mpeg4.c  
      src/utils/emms.h src/utils/mbfunctions.h  
      src/utils/mbtransquant.c src/utils/mem_align.c  
      src/utils/mem_transfer.c src/utils/timer.c src/utils/timer.h  
      src/xvid.h todo.txt  
   
   
 2003-02-06 20:59:19 GMT                                         base-0  
   
     Summary:  
       Imported xvidcore 0.9.0 into arch repository  
     Revision:  
       xvidcore--stable--0.9--base-0  
   
     Imported xvidcore 0.9.0 into arch repository. I hope I forgot nothing.  
   
     new files:  
      ./.arch-ids/CodingStyle.id ./.arch-ids/LICENSE.id  
      ./.arch-ids/README.txt.id ./.arch-ids/authors.txt.id  
      ./.arch-ids/changelog.txt.id ./.arch-ids/todo.txt.id  
      ./CodingStyle ./LICENSE ./README.txt ./authors.txt  
      ./build/.arch-ids/=id ./build/generic/.arch-ids/=id  
      ./build/generic/.arch-ids/Makefile.beos.id  
      ./build/generic/.arch-ids/Makefile.cygwin.id  
      ./build/generic/.arch-ids/Makefile.dj.id  
      ./build/generic/.arch-ids/Makefile.freebsd.id  
      ./build/generic/.arch-ids/Makefile.generic.id  
      ./build/generic/.arch-ids/Makefile.ia64.id  
      ./build/generic/.arch-ids/Makefile.inc.id  
      ./build/generic/.arch-ids/Makefile.irix64.id  
      ./build/generic/.arch-ids/Makefile.linuxppc.id  
      ./build/generic/.arch-ids/Makefile.linuxppc_altivec.id  
      ./build/generic/.arch-ids/Makefile.linuxx86.id  
      ./build/generic/.arch-ids/Makefile.sparc.id  
      ./build/generic/.arch-ids/libxvidcore.def.id  
      ./build/generic/Makefile.beos ./build/generic/Makefile.cygwin  
      ./build/generic/Makefile.dj ./build/generic/Makefile.freebsd  
      ./build/generic/Makefile.generic ./build/generic/Makefile.ia64  
      ./build/generic/Makefile.inc ./build/generic/Makefile.irix64  
      ./build/generic/Makefile.linuxppc  
      ./build/generic/Makefile.linuxppc_altivec  
      ./build/generic/Makefile.linuxx86  
      ./build/generic/Makefile.sparc ./build/generic/libxvidcore.def  
      ./build/win32/.arch-ids/=id  
      ./build/win32/.arch-ids/libxvidcore.dsp.id  
      ./build/win32/.arch-ids/xvid_decraw.dsp.id  
      ./build/win32/.arch-ids/xvid_encraw.dsp.id  
      ./build/win32/.arch-ids/xvid_stat.dsp.id  
      ./build/win32/libxvidcore.dsp ./build/win32/xvid_decraw.dsp  
      ./build/win32/xvid_encraw.dsp ./build/win32/xvid_stat.dsp  
      ./changelog.txt ./doc/.arch-ids/=id ./doc/.arch-ids/API.dox.id  
      ./doc/.arch-ids/Makefile.id ./doc/.arch-ids/README.id  
      ./doc/.arch-ids/foot.inc.in.id  
      ./doc/.arch-ids/header.tex.in.id  
      ./doc/.arch-ids/xvid-decoding.txt.id  
      ./doc/.arch-ids/xvid-encoder.txt.id ./doc/API.dox  
      ./doc/Makefile ./doc/README ./doc/foot.inc.in  
      ./doc/header.tex.in ./doc/xvid-decoding.txt  
      ./doc/xvid-encoder.txt ./examples/.arch-ids/=id  
      ./examples/.arch-ids/Makefile.id  
      ./examples/.arch-ids/README.id  
      ./examples/.arch-ids/cactus.pgm.bz2.id  
      ./examples/.arch-ids/odivx_enc_dec.c.id  
      ./examples/.arch-ids/xvid_bench.c.id  
      ./examples/.arch-ids/xvid_decraw.c.id  
      ./examples/.arch-ids/xvid_encraw.c.id  
      ./examples/.arch-ids/xvid_stat.c.id ./examples/Makefile  
      ./examples/README ./examples/cactus.pgm.bz2  
      ./examples/odivx_enc_dec.c ./examples/xvid_bench.c  
      ./examples/xvid_decraw.c ./examples/xvid_encraw.c  
      ./examples/xvid_stat.c ./src/.arch-ids/=id  
      ./src/.arch-ids/decoder.c.id ./src/.arch-ids/decoder.h.id  
      ./src/.arch-ids/divx4.c.id ./src/.arch-ids/divx4.h.id  
      ./src/.arch-ids/encoder.c.id ./src/.arch-ids/encoder.h.id  
      ./src/.arch-ids/global.h.id ./src/.arch-ids/portab.h.id  
      ./src/.arch-ids/xvid.c.id ./src/.arch-ids/xvid.h.id  
      ./src/bitstream/.arch-ids/=id  
      ./src/bitstream/.arch-ids/bitstream.c.id  
      ./src/bitstream/.arch-ids/bitstream.h.id  
      ./src/bitstream/.arch-ids/cbp.c.id  
      ./src/bitstream/.arch-ids/cbp.h.id  
      ./src/bitstream/.arch-ids/mbcoding.c.id  
      ./src/bitstream/.arch-ids/mbcoding.h.id  
      ./src/bitstream/.arch-ids/vlc_codes.h.id  
      ./src/bitstream/.arch-ids/zigzag.h.id  
      ./src/bitstream/bitstream.c ./src/bitstream/bitstream.h  
      ./src/bitstream/cbp.c ./src/bitstream/cbp.h  
      ./src/bitstream/mbcoding.c ./src/bitstream/mbcoding.h  
      ./src/bitstream/ppc_asm/.arch-ids/=id  
      ./src/bitstream/ppc_asm/.arch-ids/cbp_altivec.s.id  
      ./src/bitstream/ppc_asm/.arch-ids/cbp_ppc.s.id  
      ./src/bitstream/ppc_asm/cbp_altivec.s  
      ./src/bitstream/ppc_asm/cbp_ppc.s ./src/bitstream/vlc_codes.h  
      ./src/bitstream/x86_asm/.arch-ids/=id  
      ./src/bitstream/x86_asm/.arch-ids/cbp_mmx.asm.id  
      ./src/bitstream/x86_asm/.arch-ids/cbp_sse2.asm.id  
      ./src/bitstream/x86_asm/cbp_mmx.asm  
      ./src/bitstream/x86_asm/cbp_sse2.asm ./src/bitstream/zigzag.h  
      ./src/dct/.arch-ids/=id ./src/dct/.arch-ids/README.IJG.id  
      ./src/dct/.arch-ids/fdct.c.id ./src/dct/.arch-ids/fdct.h.id  
      ./src/dct/.arch-ids/idct.c.id ./src/dct/.arch-ids/idct.h.id  
      ./src/dct/README.IJG ./src/dct/fdct.c ./src/dct/fdct.h  
      ./src/dct/ia64_asm/.arch-ids/=id  
      ./src/dct/ia64_asm/.arch-ids/fdct_ia64.s.id  
      ./src/dct/ia64_asm/.arch-ids/genidct.py.id  
      ./src/dct/ia64_asm/.arch-ids/idct_fini.s.id  
      ./src/dct/ia64_asm/.arch-ids/idct_ia64_ecc.s.id  
      ./src/dct/ia64_asm/.arch-ids/idct_ia64_gcc.s.id  
      ./src/dct/ia64_asm/.arch-ids/idct_init.s.id  
      ./src/dct/ia64_asm/fdct_ia64.s ./src/dct/ia64_asm/genidct.py  
      ./src/dct/ia64_asm/idct_fini.s  
      ./src/dct/ia64_asm/idct_ia64_ecc.s  
      ./src/dct/ia64_asm/idct_ia64_gcc.s  
      ./src/dct/ia64_asm/idct_init.s ./src/dct/idct.c  
      ./src/dct/idct.h ./src/dct/ppc_asm/.arch-ids/=id  
      ./src/dct/ppc_asm/.arch-ids/fdct_altivec.s.id  
      ./src/dct/ppc_asm/.arch-ids/idct_altivec.s.id  
      ./src/dct/ppc_asm/fdct_altivec.s  
      ./src/dct/ppc_asm/idct_altivec.s  
      ./src/dct/x86_asm/.arch-ids/=id  
      ./src/dct/x86_asm/.arch-ids/fdct_mmx.asm.id  
      ./src/dct/x86_asm/.arch-ids/idct_mmx.asm.id  
      ./src/dct/x86_asm/fdct_mmx.asm ./src/dct/x86_asm/idct_mmx.asm  
      ./src/decoder.c ./src/decoder.h ./src/divx4.c ./src/divx4.h  
      ./src/encoder.c ./src/encoder.h ./src/global.h  
      ./src/image/.arch-ids/=id  
      ./src/image/.arch-ids/colorspace.c.id  
      ./src/image/.arch-ids/colorspace.h.id  
      ./src/image/.arch-ids/image.c.id  
      ./src/image/.arch-ids/image.h.id  
      ./src/image/.arch-ids/interpolate8x8.c.id  
      ./src/image/.arch-ids/interpolate8x8.h.id  
      ./src/image/colorspace.c ./src/image/colorspace.h  
      ./src/image/ia64_asm/.arch-ids/=id  
      ./src/image/ia64_asm/.arch-ids/README.id  
      ./src/image/ia64_asm/.arch-ids/interpolate8x8_ia64.s.id  
      ./src/image/ia64_asm/.arch-ids/interpolate8x8_ia64_exact.s.id  
      ./src/image/ia64_asm/README  
      ./src/image/ia64_asm/interpolate8x8_ia64.s  
      ./src/image/ia64_asm/interpolate8x8_ia64_exact.s  
      ./src/image/image.c ./src/image/image.h  
      ./src/image/interpolate8x8.c ./src/image/interpolate8x8.h  
      ./src/image/x86_asm/.arch-ids/=id  
      ./src/image/x86_asm/.arch-ids/interpolate8x8_3dn.asm.id  
      ./src/image/x86_asm/.arch-ids/interpolate8x8_mmx.asm.id  
      ./src/image/x86_asm/.arch-ids/interpolate8x8_xmm.asm.id  
      ./src/image/x86_asm/.arch-ids/rgb_to_yv12_mmx.asm.id  
      ./src/image/x86_asm/.arch-ids/yuv_to_yv12_mmx.asm.id  
      ./src/image/x86_asm/.arch-ids/yuyv_to_yv12_mmx.asm.id  
      ./src/image/x86_asm/.arch-ids/yv12_to_rgb24_mmx.asm.id  
      ./src/image/x86_asm/.arch-ids/yv12_to_rgb32_mmx.asm.id  
      ./src/image/x86_asm/.arch-ids/yv12_to_yuyv_mmx.asm.id  
      ./src/image/x86_asm/interpolate8x8_3dn.asm  
      ./src/image/x86_asm/interpolate8x8_mmx.asm  
      ./src/image/x86_asm/interpolate8x8_xmm.asm  
      ./src/image/x86_asm/rgb_to_yv12_mmx.asm  
      ./src/image/x86_asm/yuv_to_yv12_mmx.asm  
      ./src/image/x86_asm/yuyv_to_yv12_mmx.asm  
      ./src/image/x86_asm/yv12_to_rgb24_mmx.asm  
      ./src/image/x86_asm/yv12_to_rgb32_mmx.asm  
      ./src/image/x86_asm/yv12_to_yuyv_mmx.asm  
      ./src/motion/.arch-ids/=id ./src/motion/.arch-ids/motion.h.id  
      ./src/motion/.arch-ids/motion_comp.c.id  
      ./src/motion/.arch-ids/motion_est.c.id  
      ./src/motion/.arch-ids/sad.c.id  
      ./src/motion/.arch-ids/sad.h.id  
      ./src/motion/ia64_asm/.arch-ids/=id  
      ./src/motion/ia64_asm/.arch-ids/calc_delta_1.s.id  
      ./src/motion/ia64_asm/.arch-ids/calc_delta_2.s.id  
      ./src/motion/ia64_asm/.arch-ids/calc_delta_3.s.id  
      ./src/motion/ia64_asm/.arch-ids/halfpel8_refine_ia64.s.id  
      ./src/motion/ia64_asm/.arch-ids/sad_ia64.s.id  
      ./src/motion/ia64_asm/calc_delta_1.s  
      ./src/motion/ia64_asm/calc_delta_2.s  
      ./src/motion/ia64_asm/calc_delta_3.s  
      ./src/motion/ia64_asm/halfpel8_refine_ia64.s  
      ./src/motion/ia64_asm/sad_ia64.s ./src/motion/motion.h  
      ./src/motion/motion_comp.c ./src/motion/motion_est.c  
      ./src/motion/ppc_asm/.arch-ids/=id  
      ./src/motion/ppc_asm/.arch-ids/README.id  
      ./src/motion/ppc_asm/.arch-ids/sad_altivec.c.id  
      ./src/motion/ppc_asm/.arch-ids/sad_altivec.s.id  
      ./src/motion/ppc_asm/README ./src/motion/ppc_asm/sad_altivec.c  
      ./src/motion/ppc_asm/sad_altivec.s ./src/motion/sad.c  
      ./src/motion/sad.h ./src/motion/x86_asm/.arch-ids/=id  
      ./src/motion/x86_asm/.arch-ids/sad_3dn.asm.id  
      ./src/motion/x86_asm/.arch-ids/sad_mmx.asm.id  
      ./src/motion/x86_asm/.arch-ids/sad_sse2.asm.id  
      ./src/motion/x86_asm/.arch-ids/sad_xmm.asm.id  
      ./src/motion/x86_asm/sad_3dn.asm  
      ./src/motion/x86_asm/sad_mmx.asm  
      ./src/motion/x86_asm/sad_sse2.asm  
      ./src/motion/x86_asm/sad_xmm.asm ./src/portab.h  
      ./src/prediction/.arch-ids/=id  
      ./src/prediction/.arch-ids/mbprediction.c.id  
      ./src/prediction/.arch-ids/mbprediction.h.id  
      ./src/prediction/mbprediction.c  
      ./src/prediction/mbprediction.h ./src/quant/.arch-ids/=id  
      ./src/quant/.arch-ids/adapt_quant.c.id  
      ./src/quant/.arch-ids/adapt_quant.h.id  
      ./src/quant/.arch-ids/quant_h263.c.id  
      ./src/quant/.arch-ids/quant_h263.h.id  
      ./src/quant/.arch-ids/quant_matrix.c.id  
      ./src/quant/.arch-ids/quant_matrix.h.id  
      ./src/quant/.arch-ids/quant_mpeg4.c.id  
      ./src/quant/.arch-ids/quant_mpeg4.h.id  
      ./src/quant/adapt_quant.c ./src/quant/adapt_quant.h  
      ./src/quant/ia64_asm/.arch-ids/=id  
      ./src/quant/ia64_asm/.arch-ids/quant_h263_ia64.s.id  
      ./src/quant/ia64_asm/quant_h263_ia64.s  
      ./src/quant/quant_h263.c ./src/quant/quant_h263.h  
      ./src/quant/quant_matrix.c ./src/quant/quant_matrix.h  
      ./src/quant/quant_mpeg4.c ./src/quant/quant_mpeg4.h  
      ./src/quant/x86_asm/.arch-ids/=id  
      ./src/quant/x86_asm/.arch-ids/quantize4_mmx.asm.id  
      ./src/quant/x86_asm/.arch-ids/quantize_mmx.asm.id  
      ./src/quant/x86_asm/quantize4_mmx.asm  
      ./src/quant/x86_asm/quantize_mmx.asm ./src/utils/.arch-ids/=id  
      ./src/utils/.arch-ids/emms.c.id  
      ./src/utils/.arch-ids/emms.h.id  
      ./src/utils/.arch-ids/mbfunctions.h.id  
      ./src/utils/.arch-ids/mbtransquant.c.id  
      ./src/utils/.arch-ids/mem_align.c.id  
      ./src/utils/.arch-ids/mem_align.h.id  
      ./src/utils/.arch-ids/mem_transfer.c.id  
      ./src/utils/.arch-ids/mem_transfer.h.id  
      ./src/utils/.arch-ids/ratecontrol.c.id  
      ./src/utils/.arch-ids/ratecontrol.h.id  
      ./src/utils/.arch-ids/timer.c.id  
      ./src/utils/.arch-ids/timer.h.id ./src/utils/emms.c  
      ./src/utils/emms.h ./src/utils/ia64_asm/.arch-ids/=id  
      ./src/utils/ia64_asm/.arch-ids/mem_transfer_ia64.s.id  
      ./src/utils/ia64_asm/mem_transfer_ia64.s  
      ./src/utils/mbfunctions.h ./src/utils/mbtransquant.c  
      ./src/utils/mem_align.c ./src/utils/mem_align.h  
      ./src/utils/mem_transfer.c ./src/utils/mem_transfer.h  
      ./src/utils/ratecontrol.c ./src/utils/ratecontrol.h  
      ./src/utils/timer.c ./src/utils/timer.h  
      ./src/utils/x86_asm/.arch-ids/=id  
      ./src/utils/x86_asm/.arch-ids/cpuid.asm.id  
      ./src/utils/x86_asm/.arch-ids/mem_transfer_mmx.asm.id  
      ./src/utils/x86_asm/cpuid.asm  
      ./src/utils/x86_asm/mem_transfer_mmx.asm ./src/xvid.c  
      ./src/xvid.h ./todo.txt  
   
5837    

Legend:
Removed from v.1.1.2.2  
changed lines
  Added in v.1.15

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