[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.4, Fri Dec 5 14:44:35 2003 UTC revision 1.1.2.6, Mon Jan 26 00:12:16 2004 UTC
# Line 5  Line 5 
5  # relevant.  # relevant.
6  #  #
7    
8    
9    2004-01-25 15:37:57 GMT                                         patch-17
10    
11        Summary:
12          VFW update (againē)
13        Revision:
14          xvidcore--devapi4--1.0--patch-17
15    
16        From sysKin:
17         * Added Constant Quant encoding.
18    
19        modified files:
20         vfw/src/codec.c vfw/src/config.c vfw/src/config.h
21         vfw/src/resource.rc
22    
23    
24    2004-01-25 15:35:38 GMT                                         patch-16
25    
26        Summary:
27          Missing MB quants for PP.
28        Revision:
29          xvidcore--devapi4--1.0--patch-16
30    
31        From sysKin:
32         * MB Quants are used by the PP code, so don't forget to update
33           them even if the block is skipped or not coded.
34    
35        modified files:
36         src/decoder.c
37    
38    
39    2004-01-23 13:25:52 GMT                                         patch-15
40    
41        Summary:
42          VFW update (again)
43        Revision:
44          xvidcore--devapi4--1.0--patch-15
45    
46        From sysKin:
47         * Status window updates.
48         * Big resource.h cleanup, it seems msvc isn't able to do it automatically.
49    
50        modified files:
51         vfw/src/resource.h vfw/src/resource.rc vfw/src/status.c
52    
53    
54    2004-01-23 11:17:20 GMT                                         patch-14
55    
56        Summary:
57          VFW gcc warnings
58        Revision:
59          xvidcore--devapi4--1.0--patch-14
60    
61        VFW gcc warnings
62    
63    
64        modified files:
65         vfw/src/codec.c vfw/src/config.c vfw/src/config.h
66    
67    
68    2004-01-22 20:54:53 GMT                                         patch-13
69    
70        Summary:
71          DShow updates.
72        Revision:
73          xvidcore--devapi4--1.0--patch-13
74    
75        From sysKin:
76         * Fixed registry params type. Bool cannot be used or something weird
77           happens when writing to registry
78         * Defaults set to what the Reset widget sets.
79    
80        modified files:
81         dshow/src/CAbout.h dshow/src/CXvidDecoder.cpp
82    
83    
84    2004-01-22 20:35:27 GMT                                         patch-12
85    
86        Summary:
87          VFW updates.
88        Revision:
89          xvidcore--devapi4--1.0--patch-12
90    
91        From sysKin:
92         * GUI improvements.
93         * Stats fixing.
94         * Automatic config clear upon installation.
95         * Added postprocessing options in there too.
96    
97        modified files:
98         vfw/bin/xvid.inf vfw/src/codec.c vfw/src/codec.h
99         vfw/src/config.c vfw/src/config.h vfw/src/resource.h
100         vfw/src/resource.rc vfw/src/status.c vfw/src/status.h
101    
102    
103    2004-01-22 20:28:54 GMT                                         patch-11
104    
105        Summary:
106          Minor updates to text files
107        Revision:
108          xvidcore--devapi4--1.0--patch-11
109    
110        Minor updates to text files
111    
112    
113        modified files:
114         AUTHORS TODO
115    
116    
117    2004-01-22 20:27:10 GMT                                         patch-10
118    
119        Summary:
120          2pass plugin changes.
121        Revision:
122          xvidcore--devapi4--1.0--patch-10
123    
124        From sysKin:
125         * Disabled QPel during first pass as well.
126         * Fix a mistaking condition when enabling largers 2nd passes.
127    
128        From ed.gomez:
129         * Fix the fix logic. The previous fix enclosed a condition it should
130           not have touched. So i removed the mistaking condition, which was
131           wrong anyway as stated in the comment, and got back the sane condition
132           test.
133    
134        modified files:
135         src/plugins/plugin_2pass1.c src/plugins/plugin_2pass2.c
136    
137    
138    2004-01-17 13:03:11 GMT                                         patch-9
139    
140        Summary:
141          Unitialized pointers during plugin creation.
142        Revision:
143          xvidcore--devapi4--1.0--patch-9
144    
145        From sysKin:
146         - plugins which do not require private data were leaving the param2
147           unitialized. Just init it to NULL. This bug wasn't causing any
148           trouble anyway...
149    
150        modified files:
151         src/plugins/plugin_dump.c src/plugins/plugin_psnr.c
152         vfw/src/codec.c
153    
154    
155    2004-01-17 01:09:01 GMT                                         patch-8
156    
157        Summary:
158          DShow forwwards AR information.
159        Revision:
160          xvidcore--devapi4--1.0--patch-8
161    
162        From syskin(?):
163         - forward AR information to DShow framework.
164         - grayed some widgets.
165    
166        modified files:
167         dshow/src/CXvidDecoder.cpp dshow/src/CXvidDecoder.h
168         dshow/src/xvid.ax.rc
169    
170    
171    2004-01-07 13:50:29 GMT                                         patch-7
172    
173        Summary:
174          Scaled zones fix.
175        Revision:
176          xvidcore--devapi4--1.0--patch-7
177    
178        From sysKin (ideas from Koepi iirc):
179         * Fix scaled zones computing prescaled data and so on instead of
180           guessing everything with a global zone weight factor.
181    
182        modified files:
183         src/plugins/plugin_2pass2.c
184    
185    
186    2004-01-06 01:06:39 GMT                                         patch-6
187    
188        Summary:
189          Tab->Spaces in header only
190        Revision:
191          xvidcore--devapi4--1.0--patch-6
192    
193        Tab->Spaces in header only
194    
195    
196        modified files:
197         src/xvid.h
198    
199    
200    2004-01-04 18:35:35 GMT                                         patch-5
201    
202        Summary:
203          Typo fixed
204        Revision:
205          xvidcore--devapi4--1.0--patch-5
206    
207        Typo fixed
208    
209    
210        modified files:
211         build/generic/configure.in
212    
213    
214    2004-01-04 13:40:51 GMT                                         patch-4
215    
216        Summary:
217          VFW safer code.
218        Revision:
219          xvidcore--devapi4--1.0--patch-4
220    
221        From sysKin:
222         * Protects some parts of the code depending on a previous
223           xvidcore opening. Avoids resources leaking.
224    
225        modified files:
226         vfw/src/codec.c vfw/src/driverproc.c
227    
228    
229    2004-01-04 13:33:28 GMT                                         patch-3
230    
231        Summary:
232          Fixes VC debug target name
233        Revision:
234          xvidcore--devapi4--1.0--patch-3
235    
236        Fixes VC debug target name
237    
238    
239        modified files:
240         vfw/vfw.dsp
241    
242    
243    2004-01-02 23:10:56 GMT                                         patch-2
244    
245        Summary:
246          Win32 linking policy revised.
247        Revision:
248          xvidcore--devapi4--1.0--patch-2
249    
250        Finnaly Win32 linking policy is to separate all XviD components:
251         - xvidcore.dll exports XviD API
252         - xvidvfw.dll links against xvidcore DLL
253         - xviddshow.dll links against xvidcore DLL
254    
255        From sysKin:
256         * Changed DShow linking policy in VS project file.
257         * Changed VFW linking policy in VS project file.
258         * Added runtime xvidcore.dll loading in DShow and VFW.
259         * Installs xvidcore.dll along side with xvidvfw.dll.
260    
261        From ed.gomez:
262         * Changed libxvidcore.dll mingw32/cygwin target name to
263           xvidcore.dll in the configure script.
264         * Changed xvid.dll VFW target name to xvidvfw.dll in the
265           generic Makefile.
266    
267        PS: unlike CVS, i reverted back to MS build tools in VS project files
268    
269        modified files:
270         build/generic/configure.in build/win32/libxvidcore.dsp
271         dshow/dshow.dsp dshow/src/CXvidDecoder.cpp
272         dshow/src/CXvidDecoder.h vfw/bin/Makefile vfw/bin/sources.inc
273         vfw/bin/xvid.inf vfw/src/codec.c vfw/src/codec.h
274         vfw/src/config.c vfw/src/config.h vfw/vfw.dsp
275    
276    
277    2004-01-02 22:02:07 GMT                                         patch-1
278    
279        Summary:
280          Better seeking in dshow
281        Revision:
282          xvidcore--devapi4--1.0--patch-1
283    
284        From Michael:
285         * Better DShow seeking.
286    
287        modified files:
288         dshow/src/CXvidDecoder.cpp
289    
290    
291    2004-01-02 12:28:39 GMT                                         base-0
292    
293        Summary:
294          tag of ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-162
295        Revision:
296          xvidcore--devapi4--1.0--base-0
297    
298        Archive cycling...
299    
300    #########################################################################
301    # 1.0.0 beta3
302    #########################################################################
303    
304    2003-12-26 22:21:35 GMT                                         patch-162
305    
306        Summary:
307          Marking 1.0.0 beta3
308        Revision:
309          xvidcore--devapi4--1.0--patch-162
310    
311        Marking beta3
312    
313        modified files:
314         ChangeLog TODO build/generic/configure.in src/xvid.h
315    
316    
317    2003-12-25 20:57:52 GMT                                         patch-161
318    
319        Summary:
320          Thread safe PP.
321        Revision:
322          xvidcore--devapi4--1.0--patch-161
323    
324        From Michael:
325         * Thread safe PP, context is now stored in DECODER struct.
326    
327        modified files:
328         src/decoder.c src/decoder.h src/image/postprocessing.c
329         src/image/postprocessing.h
330    
331    
332    2003-12-25 20:49:36 GMT                                         patch-160
333    
334        Summary:
335          Added Turbo option to VFW GUI
336        Revision:
337          xvidcore--devapi4--1.0--patch-160
338    
339        From Michael:
340         * Added turbo mode that enables all fast ME flags.
341    
342        modified files:
343         vfw/src/codec.c vfw/src/config.c vfw/src/config.h
344         vfw/src/resource.h vfw/src/resource.rc
345    
346    
347    2003-12-25 20:46:16 GMT                                         patch-159
348    
349        Summary:
350          Cartoon mode usage written to stream.
351        Revision:
352          xvidcore--devapi4--1.0--patch-159
353    
354        From Michael:
355         * @encoding: write cartoon usage in the version user data.
356         * @decoding: detect cartoon flag appended to version string
357                      and force FILM PP disabling.
358    
359        modified files:
360         src/bitstream/bitstream.c src/bitstream/bitstream.h
361         src/decoder.c src/decoder.h src/encoder.c
362    
363    
364    2003-12-21 13:34:03 GMT                                         patch-158
365    
366        Summary:
367          Removed unused var in VFW GUI
368        Revision:
369          xvidcore--devapi4--1.0--patch-158
370    
371        Removed unused var in VFW GUI
372    
373    
374        modified files:
375         vfw/src/config.c
376    
377    
378    2003-12-21 13:32:52 GMT                                         patch-157
379    
380        Summary:
381          Two pass small update
382        Revision:
383          xvidcore--devapi4--1.0--patch-157
384    
385        from syskin:
386         * allow second pass to be bigger than 1st one
387           (not tested, the quant mapping formula may not be adapted for this
388            usage, so take this change as experimental, and prefer doing
389            second pass still smaller than 1st one)
390         * let ivops benefit from positive overflow.
391    
392        from me:
393         * set frame type in quant zones (was a buglet)
394    
395        modified files:
396         src/plugins/plugin_2pass2.c
397    
398    
399    2003-12-20 22:28:07 GMT                                         patch-156
400    
401        Summary:
402          New VFW defaults
403        Revision:
404          xvidcore--devapi4--1.0--patch-156
405    
406        From michael:
407         * new VFW default values
408    
409        modified files:
410         vfw/src/config.c
411    
412    
413    2003-12-20 22:12:38 GMT                                         patch-155
414    
415        Summary:
416          Added ARGB colorspace.
417        Revision:
418          xvidcore--devapi4--1.0--patch-155
419    
420        Christoph Nägeli naegelic(at)ee{dot}ethz<dot>ch asked me to add C
421        support for ARGB colorspace. He provided the encoding part, and i
422        extended the original patch in order to have full support for ARGB
423        both for encoding and decoding (though it's C only, read *slow*).
424    
425        modified files:
426         src/image/colorspace.c src/image/colorspace.h
427         src/image/image.c src/xvid.c src/xvid.h
428    
429    
430    2003-12-20 21:29:37 GMT                                         patch-154
431    
432        Summary:
433          Added 2pass1 comment about fast 1st pass.
434        Revision:
435          xvidcore--devapi4--1.0--patch-154
436    
437        Just added a comment on fast 1st pass, so it explains why
438        we do it that way and why some things are left aside.
439    
440        modified files:
441         src/plugins/plugin_2pass1.c
442    
443    
444    2003-12-20 20:03:51 GMT                                         patch-153
445    
446        Summary:
447          Win32 VC6 wrong libc linking.
448        Revision:
449          xvidcore--devapi4--1.0--patch-153
450    
451        From sysKin:
452         * Changed single thread libc linking to multithreaded version.
453    
454        modified files:
455         vfw/vfw.dsp
456    
457    
458    2003-12-20 15:28:53 GMT                                         patch-152
459    
460        Summary:
461          VOL flags updating -- take #2
462        Revision:
463          xvidcore--devapi4--1.0--patch-152
464    
465        From sysKin:
466         * VOL flags updates fix take #2
467    
468        modified files:
469         src/encoder.c
470    
471    
472    2003-12-20 15:10:30 GMT                                         patch-151
473    
474        Summary:
475          Fast ME tunings.
476        Revision:
477          xvidcore--devapi4--1.0--patch-151
478    
479        From michael:
480         * fast refinement for 8x8 blocks
481         * more reliable behavior for all fast ME decisions
482    
483        modified files:
484         src/motion/estimation_bvop.c src/motion/estimation_pvop.c
485         src/xvid.h
486    
487    
488    2003-12-20 14:59:58 GMT                                         patch-150
489    
490        Summary:
491          VFW AR revamping -- take #2
492        Revision:
493          xvidcore--devapi4--1.0--patch-150
494    
495        From sysKin:
496         * more AR revamping
497    
498        modified files:
499         vfw/src/codec.c vfw/src/config.c vfw/src/config.h
500         vfw/src/resource.h vfw/src/resource.rc
501    
502    
503    2003-12-20 14:57:40 GMT                                         patch-149
504    
505        Summary:
506          Unbuffured IO for 1st pass stat files
507        Revision:
508          xvidcore--devapi4--1.0--patch-149
509    
510        Unbuffured IO for 1st pass stat files
511    
512    
513        modified files:
514         src/plugins/plugin_2pass1.c
515    
516    
517    2003-12-18 17:44:07 GMT                                         patch-148
518    
519        Summary:
520          Forgotten bit of patch-141
521        Revision:
522          xvidcore--devapi4--1.0--patch-148
523    
524        Damn i forgot to merge the 1st pass changes... so lame, i tested the
525        original patch but not the merged one.
526    
527        modified files:
528         src/plugins/plugin_2pass1.c
529    
530    
531    2003-12-18 14:45:39 GMT                                         patch-147
532    
533        Summary:
534          More postprocessing.
535        Revision:
536          xvidcore--devapi4--1.0--patch-147
537    
538        From michael:
539         * added film noise effect.
540         * moved postproc initialization to decoder initialization.
541         * added support for this postproc filter into DShow.
542    
543        modified files:
544         dshow/src/CAbout.cpp dshow/src/CAbout.h
545         dshow/src/CXvidDecoder.cpp dshow/src/resource.h
546         dshow/src/xvid.ax.rc src/decoder.c src/image/postprocessing.c
547         src/image/postprocessing.h src/xvid.c src/xvid.h
548    
549    
550    2003-12-18 14:38:19 GMT                                         patch-146
551    
552        Summary:
553          BFrames ME speed up flags.
554        Revision:
555          xvidcore--devapi4--1.0--patch-146
556    
557        From michael:
558         * Added 3 ME flags to skip some bvop ME steps and thus speed up
559           ME for bvops (at the expense of quality loss).
560            - skip delta search
561            - fast interpolate mode
562            - early stop
563    
564        modified files:
565         src/motion/estimation.h src/motion/estimation_bvop.c
566         src/motion/estimation_common.c src/motion/estimation_pvop.c
567         src/xvid.h
568    
569    
570    2003-12-18 14:11:01 GMT                                         patch-145
571    
572        Summary:
573          VFW defaults changed
574        Revision:
575          xvidcore--devapi4--1.0--patch-145
576    
577        From michael:
578         * disabled DXN profiles. Better not say we are compatible to avoid
579           problems with DXN. Mostly because of VBV lacking.
580         * Changed overflow defaults to 5/5/5 with new 2pass code.
581    
582        modified files:
583         vfw/src/config.c
584    
585    
586    2003-12-17 16:45:59 GMT                                         patch-144
587    
588        Summary:
589          Forgotten bit for AR support in VFW
590        Revision:
591          xvidcore--devapi4--1.0--patch-144
592    
593        Koepi might have forgotten to send me this change:
594         * added resource id to the resource header
595    
596        modified files:
597         vfw/src/resource.h
598    
599    
600    2003-12-17 15:11:37 GMT                                         patch-143
601    
602        Summary:
603          Lower starting quantizer for CBR encoding
604        Revision:
605          xvidcore--devapi4--1.0--patch-143
606    
607        From christoph:
608         * Lower starting quantizer for CBR encodings.
609    
610        modified files:
611         src/plugins/plugin_single.c
612    
613    
614    2003-12-17 15:04:33 GMT                                         patch-142
615    
616        Summary:
617          Small xvid_encraw updates
618        Revision:
619          xvidcore--devapi4--1.0--patch-142
620    
621        From christoph:
622         * set upper frame size limit to 4096 pixels
623         * GME refinement flag set where it belongs to.
624    
625        modified files:
626         examples/xvid_encraw.c
627    
628    
629    2003-12-17 15:01:52 GMT                                         patch-141
630    
631        Summary:
632          Two pass update.
633        Revision:
634          xvidcore--devapi4--1.0--patch-141
635    
636        This patch improves the two pass code, quantizer distribution is
637        smoother and results seem to be better.
638    
639        * Two pass now scales only a specific part of the frame length.
640          This required changing the stats file format (added a header+MV
641          length field) and the xvid_plg_data_t structure (binary compatible).
642        * Overflow improvement and degradation set to 10% instead of 60%
643          Assymetric values may help...
644        * Some cleanup work done on the encoder part of the API header.
645    
646        NB: plg data struct will be cleaned up before 1.0 so if you rely on it
647            please read the header file to know which part will disappear.
648    
649        modified files:
650         src/encoder.c src/plugins/plugin_2pass1.c
651         src/plugins/plugin_2pass2.c src/xvid.h
652    
653    
654    2003-12-17 13:53:34 GMT                                         patch-140
655    
656        Summary:
657          VOL flags fix.
658        Revision:
659          xvidcore--devapi4--1.0--patch-140
660    
661        From sysKin:
662         * VOL flags updated as they should
663    
664        modified files:
665         src/encoder.c
666    
667    
668    2003-12-17 11:07:15 GMT                                         patch-139
669    
670        Summary:
671          VFW GUI Update.
672        Revision:
673          xvidcore--devapi4--1.0--patch-139
674    
675        From Koepi:
676         * typo in GMC description
677         * Added AR widget (experimental)
678    
679        modified files:
680         vfw/src/codec.c vfw/src/config.c vfw/src/config.h
681         vfw/src/resource.rc
682    
683    
684    2003-12-14 12:44:36 GMT                                         patch-138
685    
686        Summary:
687          Fix PP crash
688        Revision:
689          xvidcore--devapi4--1.0--patch-138
690    
691        Fix PP crash
692    
693    
694        modified files:
695         src/decoder.c
696    
697    
698    2003-12-14 12:43:21 GMT                                         patch-137
699    
700        Summary:
701          Texture bit counting for bframes
702        Revision:
703          xvidcore--devapi4--1.0--patch-137
704    
705        Texture bit counting for bframes
706    
707    
708        modified files:
709         src/bitstream/mbcoding.c
710    
711    
712    2003-12-12 23:58:18 GMT                                         patch-136
713    
714        Summary:
715          SSE2 code enabled.
716        Revision:
717          xvidcore--devapi4--1.0--patch-136
718    
719        * SSE2 code enabled by default (only sane ones, _no_ idct)
720        * Aligned data in xvid_bench to avoid crashes with SSE2 code
721          because of unaligned read accesses.
722    
723        modified files:
724         examples/xvid_bench.c src/xvid.c
725    
726    
727    2003-12-12 22:50:33 GMT                                         patch-135
728    
729        Summary:
730          DShow update.
731        Revision:
732          xvidcore--devapi4--1.0--patch-135
733    
734        From michael (from nic):
735         * Dshow updates (colorspace etc...)
736         * Deblocking option.
737    
738        modified files:
739         dshow/src/CAbout.cpp dshow/src/CAbout.h
740         dshow/src/CXvidDecoder.cpp dshow/src/CXvidDecoder.h
741         dshow/src/resource.h dshow/src/xvid.ax.rc
742    
743    
744    2003-12-12 14:18:13 GMT                                         patch-134
745    
746        Summary:
747          Added missing postproc init
748        Revision:
749          xvidcore--devapi4--1.0--patch-134
750    
751        Added missing postproc init
752    
753    
754        modified files:
755         src/xvid.c
756    
757    
758    2003-12-12 14:16:29 GMT                                         patch-133
759    
760        Summary:
761          YUV space clarifications and fix.
762        Revision:
763          xvidcore--devapi4--1.0--patch-133
764    
765        From christoph:
766         * Put some comments
767         * fixed UV swapping in USER case.
768    
769        modified files:
770         src/image/image.c
771    
772    
773    2003-12-12 14:01:52 GMT                                         patch-132
774    
775        Summary:
776          Default compilation flags change.
777        Revision:
778          xvidcore--devapi4--1.0--patch-132
779    
780        from christoph:
781         - -fgcse was causing trouble on Suse9 gcc
782         - -01->-02
783    
784        modified files:
785         build/generic/configure.in
786    
787    
788    2003-12-12 13:43:35 GMT                                         patch-131
789    
790        Summary:
791          Pixel Aspect Ratio support improvement.
792        Revision:
793          xvidcore--devapi4--1.0--patch-131
794    
795        * 1:1 VGA is default now (old behavior)
796        * When passed EXT PAR type, we now (try to) sanityse the
797          par_width/par_height value:
798           - make it positive
799           - using 0 (typical memset reseting) defaults to 1
800           - simplify the PAR (using gcd)
801           - then range it in [1..255] (can be lossy)
802        * Specify valid range in API header
803    
804        Bitstream version bumped to 24.
805    
806        PS: this patch supersedes sysKin's one in CVS.
807    
808        modified files:
809         src/encoder.c src/xvid.h
810    
811    
812    2003-12-10 22:57:50 GMT                                         patch-130
813    
814        Summary:
815          xvid_decraw cmdline changes.
816        Revision:
817          xvidcore--devapi4--1.0--patch-130
818    
819        * -nframes -> -frames (why did i put a 'n' there ?)
820        * -save changed its meaning, it now controls per frame Elementary
821          Stream saving.
822        * -o string is now independent from -save.
823    
824        So now it's possible to save both a ES file per frame + a ES file for the
825        sequence.
826    
827        modified files:
828         examples/xvid_encraw.c
829    
830    
831    2003-12-10 15:08:20 GMT                                         patch-129
832    
833        Summary:
834          Decoder bugfixes.
835        Revision:
836          xvidcore--devapi4--1.0--patch-129
837    
838        From syskin:
839         * bvops MBs were going banana from time to time because they were
840           referencing wrong future ref MBs.
841         * decoder now informs the client app about bvop lag, returning
842           XVID_TYPE_NOTHING, up to the client app to display (or not)
843           the bvop lag frame (black with error message).
844    
845        Fixing previous patch a bit:
846         * added $Id$ fields
847         * Fixed copyright
848    
849        modified files:
850         dshow/src/CXvidDecoder.cpp src/decoder.c
851         src/image/postprocessing.c src/image/postprocessing.h
852    
853    
854    2003-12-10 14:53:58 GMT                                         patch-128
855    
856        Summary:
857          Deblocking code.
858        Revision:
859          xvidcore--devapi4--1.0--patch-128
860    
861        Patch from michael:
862         * added deblocking code
863    
864        Merge work:
865         * Added postprocessing.[ch] to project files
866         * added #include "image/postprocessing.h" directive in decoder.c
867         * new lines missing (gcc is so pedantic)
868    
869        NB: slice rendering + postprocessing is impossible. Slice rendering is
870            somewhat abandoned.
871    
872        new files:
873         src/image/.arch-ids/postprocessing.c.id
874         src/image/.arch-ids/postprocessing.h.id
875         src/image/postprocessing.c src/image/postprocessing.h
876    
877        modified files:
878         build/generic/sources.inc build/win32/libxvidcore.dsp
879         src/decoder.c src/xvid.h
880    
881    
882    2003-12-08 18:33:26 GMT                                         patch-127
883    
884        Summary:
885          Don't read out of bounds
886        Revision:
887          xvidcore--devapi4--1.0--patch-127
888    
889        Don't read out of bounds
890    
891    
892        modified files:
893         src/plugins/plugin_2pass2.c
894    
895    
896    2003-12-08 18:31:41 GMT                                         patch-126
897    
898        Summary:
899          Macroblock structure cleanup
900        Revision:
901          xvidcore--devapi4--1.0--patch-126
902    
903        Macroblock structure cleanup
904    
905    
906        modified files:
907         src/global.h
908    
909    
910    2003-12-07 15:09:41 GMT                                         patch-125
911    
912        Summary:
913          Small fixes.
914        Revision:
915          xvidcore--devapi4--1.0--patch-125
916    
917        From gruel:
918         * xvid.h: Minor color space correction.
919    
920        From sysKin:
921         * codec.c: Zones fix
922    
923        modified files:
924         src/xvid.h vfw/src/codec.c
925    
926    
927    2003-12-07 14:57:14 GMT                                         patch-124
928    
929        Summary:
930          HUGE file handling in twopass.
931        Revision:
932          xvidcore--devapi4--1.0--patch-124
933    
934        Because of a lacking cast, two pass did not handle well some very
935        large target size (bitrate mode is not affected).
936    
937        It should now be safe specifying target sizes up to 2^31kB which
938        represents 2TB. Someone using XviD in studios ? ;-)
939    
940        modified files:
941         src/plugins/plugin_2pass2.c
942    
943    #########################################################################
944    # 1.0.0 beta2
945    #########################################################################
946    
947    2003-12-05 14:43:53 GMT                                         patch-123
948    
949        Summary:
950          Marking 1.0.0 Beta2
951        Revision:
952          xvidcore--devapi4--1.0--patch-123
953    
954        Marking 1.0.0 Beta2
955    
956    
957        modified files:
958         ChangeLog TODO build/generic/configure.in
959    
960    
961  2003-12-05 14:35:22 GMT                                         patch-122  2003-12-05 14:35:22 GMT                                         patch-122
962    
963      Summary:      Summary:

Legend:
Removed from v.1.1.2.4  
changed lines
  Added in v.1.1.2.6

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