[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.5, Sat Dec 27 10:50:50 2003 UTC revision 1.2.2.1, Sun Apr 4 15:11:42 2004 UTC
# Line 5  Line 5 
5  # relevant.  # relevant.
6  #  #
7    
8    
9    2004-04-04 14:07:00 GMT                                         patch-4
10    
11        Summary:
12          Frame dropping disabling for bframes.
13        Revision:
14          xvidcore--stable--1.0--patch-4
15    
16        From sysKin & Pete:
17         * Disable frame dropping with bframes enabled. These two options
18           do not play fine together.
19    
20        modified files:
21         src/encoder.c
22    
23    
24    2004-04-04 14:05:50 GMT                                         patch-3
25    
26        Summary:
27          Dead code removal.
28        Revision:
29          xvidcore--stable--1.0--patch-3
30    
31        From sysKin:
32         * FrameCodeP was always called with contanst parameters. Removed
33           these parameters and associated dead code.
34    
35        modified files:
36         src/encoder.c
37    
38    
39    2004-04-04 14:03:42 GMT                                         patch-2
40    
41        Summary:
42          Typo in ME fast comparison.
43        Revision:
44          xvidcore--stable--1.0--patch-2
45    
46        From sysKin:
47         * Small typo in Fast ME code.
48    
49        modified files:
50         src/motion/estimation_common.c
51    
52    
53    2004-04-02 23:58:19 GMT                                         patch-1
54    
55        Summary:
56          VFW Resource leak fix (try #2)
57        Revision:
58          xvidcore--stable--1.0--patch-1
59    
60        From Suiryc on IRC:
61         * both encoder and decoder ending functions were calling
62           the dll freeing code. This was an error as the first function
63           called would unbind core function for the second called one.
64           Thus xvidcore could not release buffers.
65    
66        modified files:
67         vfw/src/codec.c vfw/src/driverproc.c
68    
69    
70    2004-04-02 20:33:02 GMT                                         base-0
71    
72        Summary:
73          tag of ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-53
74        Revision:
75          xvidcore--stable--1.0--base-0
76    
77        (automatically generated log message)
78    
79    
80    2004-03-31 19:32:47 GMT                                         patch-53
81    
82        Summary:
83          Ressources leaking in VFW.
84        Revision:
85          xvidcore--devapi4--1.0--patch-53
86    
87        From sysKin:
88         * Storing ressources in global vars is making multithreaded/instanced
89           apps leaking lot of memory. Moved these vars to codec struct.
90    
91        Thanks to dalox <fdalleau at hymatom d0t fr> to spot and fix the bug.
92    
93        modified files:
94         vfw/src/codec.c vfw/src/codec.h vfw/src/driverproc.c
95    
96    
97    2004-03-31 19:28:51 GMT                                         patch-52
98    
99        Summary:
100          Fix to bad NVOP+bframe interaction.
101        Revision:
102          xvidcore--devapi4--1.0--patch-52
103    
104        From syskin:
105         * When generating a NVOP, it interferes with bframe flushing and
106           packing.
107    
108        modified files:
109         src/encoder.c
110    
111    
112    2004-03-31 19:24:42 GMT                                         patch-51
113    
114        Summary:
115          Fix GMC 2 warp point.
116        Revision:
117          xvidcore--devapi4--1.0--patch-51
118    
119        From Skal:
120         * Fix 2 warp points GMC.
121    
122        modified files:
123         src/motion/gmc.c
124    
125    
126    2004-03-31 19:18:46 GMT                                         patch-50
127    
128        Summary:
129          Added intra quant testing.
130        Revision:
131          xvidcore--devapi4--1.0--patch-50
132    
133        From Skal:
134         * Added intra quant testing to xvid_bench
135    
136        modified files:
137         examples/xvid_bench.c
138    
139    
140    2004-03-31 19:07:55 GMT                                         patch-49
141    
142        Summary:
143          input width/height check
144        Revision:
145          xvidcore--devapi4--1.0--patch-49
146    
147        From Skal:
148         * Input width and height aren't checked and this can cause crash.
149    
150        modified files:
151         src/encoder.c
152    
153    
154    2004-03-28 01:02:21 GMT                                         patch-48
155    
156        Summary:
157          $ CVS expansion removed
158        Revision:
159          xvidcore--devapi4--1.0--patch-48
160    
161        $ CVS expansion removed
162    
163    
164        modified files:
165         dshow/src/Configure.cpp dshow/src/config.c
166         examples/xvid_encraw.c
167    
168    
169    2004-03-28 00:45:23 GMT                                         patch-47
170    
171        Summary:
172          Allow bigger frames
173        Revision:
174          xvidcore--devapi4--1.0--patch-47
175    
176        Allow bigger frames
177    
178    
179        modified files:
180         examples/xvid_encraw.c
181    
182    
183    2004-03-28 00:41:54 GMT                                         patch-46
184    
185        Summary:
186          Fix in postproc header
187        Revision:
188          xvidcore--devapi4--1.0--patch-46
189    
190        Fix in postproc header
191    
192    
193        modified files:
194         src/image/postprocessing.h
195    
196    
197    2004-03-28 00:33:02 GMT                                         patch-45
198    
199        Summary:
200          Fixed xvidvfw build on real mingw+msys systems
201        Revision:
202          xvidcore--devapi4--1.0--patch-45
203    
204        Fixed xvidvfw build on real mingw+msys systems
205    
206    
207        modified files:
208         vfw/bin/Makefile
209    
210    
211    2004-03-15 21:48:48 GMT                                         patch-44
212    
213        Summary:
214          VFW updates.
215        Revision:
216          xvidcore--devapi4--1.0--patch-44
217    
218        VFW updates.
219    
220        modified files:
221         vfw/src/config.c vfw/src/resource.rc
222    
223    
224    2004-03-15 21:44:17 GMT                                         patch-43
225    
226        Summary:
227          GMC bugfix.
228        Revision:
229          xvidcore--devapi4--1.0--patch-43
230    
231        From skal:
232         * GMC bugfixes.
233    
234        modified files:
235         src/motion/gmc.c
236    
237    
238    2004-03-15 21:41:18 GMT                                         patch-42
239    
240        Summary:
241          Buffer overrun fix in post proc.
242        Revision:
243          xvidcore--devapi4--1.0--patch-42
244    
245        From sysKin:
246         * Fixed buffer overrun in postproc code.
247    
248        modified files:
249         src/image/postprocessing.c src/image/postprocessing.h
250    
251    
252    2004-03-15 21:33:22 GMT                                         patch-41
253    
254        Summary:
255          Forgotten files.
256        Revision:
257          xvidcore--devapi4--1.0--patch-41
258    
259        Me:
260         * Sorry i missed these file additions. Important for the packages
261           as i build them from the tla archive.
262    
263        new files:
264         dshow/src/.arch-ids/Configure.cpp.id
265         dshow/src/.arch-ids/config.c.id
266         dshow/src/.arch-ids/config.h.id dshow/src/.arch-ids/debug.h.id
267         dshow/src/Configure.cpp dshow/src/config.c dshow/src/config.h
268         dshow/src/debug.h
269    
270    
271    2004-03-03 21:01:09 GMT                                         patch-40
272    
273        Summary:
274          MV clipping in decoder.
275        Revision:
276          xvidcore--devapi4--1.0--patch-40
277    
278        From sysKin:
279         * clip MVs to valid ranges.
280    
281        modified files:
282         src/decoder.c src/decoder.h
283    
284    
285    #########################################################################
286    # 1.0.0 RC3
287    #########################################################################
288    
289    2004-02-29 13:17:10 GMT                                         patch-39
290    
291        Summary:
292          Marking 1.0.0 RC3
293        Revision:
294          xvidcore--devapi4--1.0--patch-39
295    
296        * Marking RC3
297    
298        modified files:
299         ChangeLog build/generic/configure.in src/xvid.h
300    
301    
302    2004-02-29 13:08:38 GMT                                         patch-38
303    
304        Summary:
305          Win32 project fixes for xvid_encraw and xvid_decraw.
306        Revision:
307          xvidcore--devapi4--1.0--patch-38
308    
309        From sysKin:
310         * xvid_dec/encraw were linking against libxvidcore.lib. Now they link
311           against xvidcore.dll.a
312    
313        NB: xvid_bench is left as is though it doesn't link. This program
314            requires access to internal functions which aren't available
315            through the dll link lib. No good solution exists for MSVC to
316            build both a dll+its link lib+static lib.
317    
318        modified files:
319         build/win32/xvid_decraw.dsp build/win32/xvid_encraw.dsp
320    
321    
322    2004-02-29 12:56:36 GMT                                         patch-37
323    
324        Summary:
325          DShow updates
326        Revision:
327          xvidcore--devapi4--1.0--patch-37
328    
329        Bunch of DShow updates
330    
331        modified files:
332         dshow/src/CXvidDecoder.cpp dshow/src/resource.h
333         dshow/src/xvid.ax.rc
334    
335    
336    2004-02-29 12:55:41 GMT                                         patch-36
337    
338        Summary:
339          VFW updates.
340        Revision:
341          xvidcore--devapi4--1.0--patch-36
342    
343        * Bunch of VFW frontends updates.
344    
345        modified files:
346         vfw/src/codec.c vfw/src/codec.h vfw/src/config.c
347         vfw/src/resource.rc vfw/src/status.c vfw/vfw.dsp
348    
349    
350    2004-02-29 12:49:24 GMT                                         patch-35
351    
352        Summary:
353          Artefact workaround in bframes.
354        Revision:
355          xvidcore--devapi4--1.0--patch-35
356    
357        From sysKin:
358         * Workaround for some artefacts appearing in bframes.
359    
360        modified files:
361         src/motion/estimation_bvop.c
362    
363    
364    2004-02-29 12:46:13 GMT                                         patch-34
365    
366        Summary:
367          Decoder buffer overflow fix.
368        Revision:
369          xvidcore--devapi4--1.0--patch-34
370    
371        From sysKin:
372         * Avoids buffer overflow when reading the last align byte. Our
373           bitstream do 4 byte reading because of some platform contraints
374           (ARM) and can cause buffer overflow reads.
375    
376        modified files:
377         src/decoder.c
378    
379    
380    2004-02-29 11:53:47 GMT                                         patch-33
381    
382        Summary:
383          Compatibility decoding for old bitstreams.
384        Revision:
385          xvidcore--devapi4--1.0--patch-33
386    
387        From syskin:
388         * old core versions used in dev-api-3 distributed by nearly all win32 bin
389           builders used to have a edging bug. So when this information is known,
390           workaround the bug.
391    
392        modified files:
393         src/decoder.c src/encoder.c src/image/image.c
394         src/image/image.h
395    
396    #########################################################################
397    # 1.0.0 RC2
398    #########################################################################
399    
400    2004-02-08 01:06:40 GMT                                         patch-32
401    
402        Summary:
403          Marking RC2
404        Revision:
405          xvidcore--devapi4--1.0--patch-32
406    
407        Marking RC2
408    
409    
410        modified files:
411         ChangeLog build/generic/configure.in
412    
413    
414    2004-02-07 13:54:24 GMT                                         patch-31
415    
416        Summary:
417          Win32 project outputs dll lib for linking.
418        Revision:
419          xvidcore--devapi4--1.0--patch-31
420    
421        From pete:
422         * output a lib to link against the dll (xvidcore.dll.a).
423    
424        modified files:
425         build/win32/libxvidcore.dsp
426    
427    
428    2004-02-07 13:51:01 GMT                                         patch-30
429    
430        Summary:
431          DShow update.
432        Revision:
433          xvidcore--devapi4--1.0--patch-30
434    
435        From pete:
436         * cmd line driving
437    
438        From sysKin(?):
439         * bugfixes related to video flipping
440         * bugfix for the 'crash at the end" bug
441    
442        modified files:
443         TODO dshow/dshow.dsp dshow/src/CAbout.cpp dshow/src/CAbout.h
444         dshow/src/CXvidDecoder.cpp dshow/src/CXvidDecoder.h
445         dshow/src/xvid.ax.def
446    
447    
448    2004-02-07 13:47:45 GMT                                         patch-29
449    
450        Summary:
451          VFW updates
452        Revision:
453          xvidcore--devapi4--1.0--patch-29
454    
455        Sorry feeling lazy about splitting this patch...
456    
457        From peter:
458         * bitrate calculator
459    
460        From sysKin:
461         * WMP9 bugfix
462    
463        modified files:
464         TODO vfw/src/codec.c vfw/src/config.c vfw/src/config.h
465         vfw/src/resource.h vfw/src/resource.rc
466    
467    
468    2004-02-07 13:43:26 GMT                                         patch-28
469    
470        Summary:
471          Implicit overflow tuning for 2nd pass.
472        Revision:
473          xvidcore--devapi4--1.0--patch-28
474    
475        From sysKin:
476         * When doing a bigger 2nd pass, the overflow loop must be more
477           aggressive else no bonus bits are reinjected. So we can auto
478           tune the overlow values in that case.
479    
480        modified files:
481         src/plugins/plugin_2pass2.c
482    
483    
484    2004-02-07 13:38:33 GMT                                         patch-27
485    
486        Summary:
487          GMC+interlaced bugfix in decoder.
488        Revision:
489          xvidcore--devapi4--1.0--patch-27
490    
491        From sysKin:
492         * GMC+interlaced bugfix in decoder.
493    
494        modified files:
495         src/decoder.c
496    
497    
498    2004-02-07 13:35:16 GMT                                         patch-26
499    
500        Summary:
501          Reverted patch-23
502        Revision:
503          xvidcore--devapi4--1.0--patch-26
504    
505        From christoph:
506         * reverted patch-23, old code was right.
507         * Important typo for the YVYU csp (passing the y plane instead of u).
508    
509        modified files:
510         src/image/image.c src/xvid.h
511    
512    
513    2004-01-31 11:20:36 GMT                                         patch-25
514    
515        Summary:
516          DShow support for more mpeg4 fourccs.
517        Revision:
518          xvidcore--devapi4--1.0--patch-25
519    
520        From sysKin:
521         * Added support for the MP4V fourcc.
522    
523        modified files:
524         dshow/src/CAbout.cpp dshow/src/CAbout.h
525         dshow/src/CXvidDecoder.cpp dshow/src/CXvidDecoder.h
526         dshow/src/resource.h dshow/src/xvid.ax.rc
527    
528    
529    2004-01-31 11:12:38 GMT                                         patch-24
530    
531        Summary:
532          DivX decoder compatibility
533        Revision:
534          xvidcore--devapi4--1.0--patch-24
535    
536        From sysKin:
537         * DivX decoder compatibility improved for packed bitstreams.
538           It should now detect them and play them fine.
539    
540        modified files:
541         src/bitstream/bitstream.c
542    
543    
544    2004-01-31 11:10:26 GMT                                         patch-23
545    
546        Summary:
547          YV12/I420 confusion fixed.
548        Revision:
549          xvidcore--devapi4--1.0--patch-23
550    
551        From christoph:
552         * I420/YV12 were swapped since ... ages.
553         * CSP_USER renamed to CSP_PLANAR
554    
555        modified files:
556         src/encoder.c src/image/image.c src/xvid.h
557    
558    
559    2004-01-31 10:53:20 GMT                                         patch-22
560    
561        Summary:
562          Arch separation for mem transfer functions
563        Revision:
564          xvidcore--devapi4--1.0--patch-22
565    
566        Arch separation for mem transfer functions
567    
568    
569        modified files:
570         src/utils/mem_transfer.h
571    
572    
573    2004-01-27 14:47:08 GMT                                         patch-21
574    
575        Summary:
576          Write to registry Flip video flag in dshow
577        Revision:
578          xvidcore--devapi4--1.0--patch-21
579    
580        From sysKin:
581         * The flip video flag is now saved in registry.
582         * Changed internal flags name convention (use n prefix for all now)
583    
584        modified files:
585         dshow/src/CAbout.cpp dshow/src/CAbout.h
586         dshow/src/CXvidDecoder.cpp
587    
588    
589    2004-01-27 14:42:52 GMT                                         patch-20
590    
591        Summary:
592          Added bitrate calc to VFW
593        Revision:
594          xvidcore--devapi4--1.0--patch-20
595    
596        From Pete:
597         * Added bitrate calculator.
598         * Changed up a few function calls to static type.
599    
600        modified files:
601         vfw/src/codec.c vfw/src/codec.h vfw/src/config.c
602         vfw/src/config.h vfw/src/resource.h vfw/src/resource.rc
603         vfw/vfw.dsp
604    
605    
606    2004-01-27 14:29:49 GMT                                         patch-19
607    
608        Summary:
609          Bugfix in decoder
610        Revision:
611          xvidcore--devapi4--1.0--patch-19
612    
613        From sysKin:
614         * when stats are not used, don't write to the stats pointer.
615    
616        modified files:
617         src/decoder.c
618    
619    #########################################################################
620    # 1.0.0 RC1
621    #########################################################################
622    
623    2004-01-25 16:01:06 GMT                                         patch-18
624    
625        Summary:
626          Marking RC1
627        Revision:
628          xvidcore--devapi4--1.0--patch-18
629    
630        Marking RC1
631    
632        modified files:
633         ChangeLog build/generic/configure.in src/xvid.h
634    
635    
636    2004-01-25 15:37:57 GMT                                         patch-17
637    
638        Summary:
639          VFW update (again²)
640        Revision:
641          xvidcore--devapi4--1.0--patch-17
642    
643        From sysKin:
644         * Added Constant Quant encoding.
645    
646        modified files:
647         vfw/src/codec.c vfw/src/config.c vfw/src/config.h
648         vfw/src/resource.rc
649    
650    
651    2004-01-25 15:35:38 GMT                                         patch-16
652    
653        Summary:
654          Missing MB quants for PP.
655        Revision:
656          xvidcore--devapi4--1.0--patch-16
657    
658        From sysKin:
659         * MB Quants are used by the PP code, so don't forget to update
660           them even if the block is skipped or not coded.
661    
662        modified files:
663         src/decoder.c
664    
665    
666    2004-01-23 13:25:52 GMT                                         patch-15
667    
668        Summary:
669          VFW update (again)
670        Revision:
671          xvidcore--devapi4--1.0--patch-15
672    
673        From sysKin:
674         * Status window updates.
675         * Big resource.h cleanup, it seems msvc isn't able to do it automatically.
676    
677        modified files:
678         vfw/src/resource.h vfw/src/resource.rc vfw/src/status.c
679    
680    
681    2004-01-23 11:17:20 GMT                                         patch-14
682    
683        Summary:
684          VFW gcc warnings
685        Revision:
686          xvidcore--devapi4--1.0--patch-14
687    
688        VFW gcc warnings
689    
690    
691        modified files:
692         vfw/src/codec.c vfw/src/config.c vfw/src/config.h
693    
694    
695    2004-01-22 20:54:53 GMT                                         patch-13
696    
697        Summary:
698          DShow updates.
699        Revision:
700          xvidcore--devapi4--1.0--patch-13
701    
702        From sysKin:
703         * Fixed registry params type. Bool cannot be used or something weird
704           happens when writing to registry
705         * Defaults set to what the Reset widget sets.
706    
707        modified files:
708         dshow/src/CAbout.h dshow/src/CXvidDecoder.cpp
709    
710    
711    2004-01-22 20:35:27 GMT                                         patch-12
712    
713        Summary:
714          VFW updates.
715        Revision:
716          xvidcore--devapi4--1.0--patch-12
717    
718        From sysKin:
719         * GUI improvements.
720         * Stats fixing.
721         * Automatic config clear upon installation.
722         * Added postprocessing options in there too.
723    
724        modified files:
725         vfw/bin/xvid.inf vfw/src/codec.c vfw/src/codec.h
726         vfw/src/config.c vfw/src/config.h vfw/src/resource.h
727         vfw/src/resource.rc vfw/src/status.c vfw/src/status.h
728    
729    
730    2004-01-22 20:28:54 GMT                                         patch-11
731    
732        Summary:
733          Minor updates to text files
734        Revision:
735          xvidcore--devapi4--1.0--patch-11
736    
737        Minor updates to text files
738    
739    
740        modified files:
741         AUTHORS TODO
742    
743    
744    2004-01-22 20:27:10 GMT                                         patch-10
745    
746        Summary:
747          2pass plugin changes.
748        Revision:
749          xvidcore--devapi4--1.0--patch-10
750    
751        From sysKin:
752         * Disabled QPel during first pass as well.
753         * Fix a mistaking condition when enabling largers 2nd passes.
754    
755        From ed.gomez:
756         * Fix the fix logic. The previous fix enclosed a condition it should
757           not have touched. So i removed the mistaking condition, which was
758           wrong anyway as stated in the comment, and got back the sane condition
759           test.
760    
761        modified files:
762         src/plugins/plugin_2pass1.c src/plugins/plugin_2pass2.c
763    
764    
765    2004-01-17 13:03:11 GMT                                         patch-9
766    
767        Summary:
768          Unitialized pointers during plugin creation.
769        Revision:
770          xvidcore--devapi4--1.0--patch-9
771    
772        From sysKin:
773         - plugins which do not require private data were leaving the param2
774           unitialized. Just init it to NULL. This bug wasn't causing any
775           trouble anyway...
776    
777        modified files:
778         src/plugins/plugin_dump.c src/plugins/plugin_psnr.c
779         vfw/src/codec.c
780    
781    
782    2004-01-17 01:09:01 GMT                                         patch-8
783    
784        Summary:
785          DShow forwwards AR information.
786        Revision:
787          xvidcore--devapi4--1.0--patch-8
788    
789        From syskin(?):
790         - forward AR information to DShow framework.
791         - grayed some widgets.
792    
793        modified files:
794         dshow/src/CXvidDecoder.cpp dshow/src/CXvidDecoder.h
795         dshow/src/xvid.ax.rc
796    
797    
798    2004-01-07 13:50:29 GMT                                         patch-7
799    
800        Summary:
801          Scaled zones fix.
802        Revision:
803          xvidcore--devapi4--1.0--patch-7
804    
805        From sysKin (ideas from Koepi iirc):
806         * Fix scaled zones computing prescaled data and so on instead of
807           guessing everything with a global zone weight factor.
808    
809        modified files:
810         src/plugins/plugin_2pass2.c
811    
812    
813    2004-01-06 01:06:39 GMT                                         patch-6
814    
815        Summary:
816          Tab->Spaces in header only
817        Revision:
818          xvidcore--devapi4--1.0--patch-6
819    
820        Tab->Spaces in header only
821    
822    
823        modified files:
824         src/xvid.h
825    
826    
827    2004-01-04 18:35:35 GMT                                         patch-5
828    
829        Summary:
830          Typo fixed
831        Revision:
832          xvidcore--devapi4--1.0--patch-5
833    
834        Typo fixed
835    
836    
837        modified files:
838         build/generic/configure.in
839    
840    
841    2004-01-04 13:40:51 GMT                                         patch-4
842    
843        Summary:
844          VFW safer code.
845        Revision:
846          xvidcore--devapi4--1.0--patch-4
847    
848        From sysKin:
849         * Protects some parts of the code depending on a previous
850           xvidcore opening. Avoids resources leaking.
851    
852        modified files:
853         vfw/src/codec.c vfw/src/driverproc.c
854    
855    
856    2004-01-04 13:33:28 GMT                                         patch-3
857    
858        Summary:
859          Fixes VC debug target name
860        Revision:
861          xvidcore--devapi4--1.0--patch-3
862    
863        Fixes VC debug target name
864    
865    
866        modified files:
867         vfw/vfw.dsp
868    
869    
870    2004-01-02 23:10:56 GMT                                         patch-2
871    
872        Summary:
873          Win32 linking policy revised.
874        Revision:
875          xvidcore--devapi4--1.0--patch-2
876    
877        Finnaly Win32 linking policy is to separate all XviD components:
878         - xvidcore.dll exports XviD API
879         - xvidvfw.dll links against xvidcore DLL
880         - xviddshow.dll links against xvidcore DLL
881    
882        From sysKin:
883         * Changed DShow linking policy in VS project file.
884         * Changed VFW linking policy in VS project file.
885         * Added runtime xvidcore.dll loading in DShow and VFW.
886         * Installs xvidcore.dll along side with xvidvfw.dll.
887    
888        From ed.gomez:
889         * Changed libxvidcore.dll mingw32/cygwin target name to
890           xvidcore.dll in the configure script.
891         * Changed xvid.dll VFW target name to xvidvfw.dll in the
892           generic Makefile.
893    
894        PS: unlike CVS, i reverted back to MS build tools in VS project files
895    
896        modified files:
897         build/generic/configure.in build/win32/libxvidcore.dsp
898         dshow/dshow.dsp dshow/src/CXvidDecoder.cpp
899         dshow/src/CXvidDecoder.h vfw/bin/Makefile vfw/bin/sources.inc
900         vfw/bin/xvid.inf vfw/src/codec.c vfw/src/codec.h
901         vfw/src/config.c vfw/src/config.h vfw/vfw.dsp
902    
903    
904    2004-01-02 22:02:07 GMT                                         patch-1
905    
906        Summary:
907          Better seeking in dshow
908        Revision:
909          xvidcore--devapi4--1.0--patch-1
910    
911        From Michael:
912         * Better DShow seeking.
913    
914        modified files:
915         dshow/src/CXvidDecoder.cpp
916    
917    
918    2004-01-02 12:28:39 GMT                                         base-0
919    
920        Summary:
921          tag of ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-162
922        Revision:
923          xvidcore--devapi4--1.0--base-0
924    
925        Archive cycling...
926    
927    #########################################################################
928    # 1.0.0 beta3
929    #########################################################################
930    
931    2003-12-26 22:21:35 GMT                                         patch-162
932    
933        Summary:
934          Marking 1.0.0 beta3
935        Revision:
936          xvidcore--devapi4--1.0--patch-162
937    
938        Marking beta3
939    
940        modified files:
941         ChangeLog TODO build/generic/configure.in src/xvid.h
942    
943    
944  2003-12-25 20:57:52 GMT                                         patch-161  2003-12-25 20:57:52 GMT                                         patch-161
945    
946      Summary:      Summary:

Legend:
Removed from v.1.1.2.5  
changed lines
  Added in v.1.2.2.1

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