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

Legend:
Removed from v.1.1.2.8  
changed lines
  Added in v.1.17

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