[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.2, Mon Mar 22 22:36:23 2004 UTC
# Line 5  Line 5 
5  # relevant.  # relevant.
6  #  #
7    
8    
9    2004-02-29 13:08:38 GMT                                         patch-38
10    
11        Summary:
12          Win32 project fixes for xvid_encraw and xvid_decraw.
13        Revision:
14          xvidcore--devapi4--1.0--patch-38
15    
16        From sysKin:
17         * xvid_dec/encraw were linking against libxvidcore.lib. Now they link
18           against xvidcore.dll.a
19    
20        NB: xvid_bench is left as is though it doesn't link. This program
21            requires access to internal functions which aren't available
22            through the dll link lib. No good solution exists for MSVC to
23            build both a dll+its link lib+static lib.
24    
25        modified files:
26         build/win32/xvid_decraw.dsp build/win32/xvid_encraw.dsp
27    
28    
29    2004-02-29 12:56:36 GMT                                         patch-37
30    
31        Summary:
32          DShow updates
33        Revision:
34          xvidcore--devapi4--1.0--patch-37
35    
36        Bunch of DShow updates
37    
38        modified files:
39         dshow/src/CXvidDecoder.cpp dshow/src/resource.h
40         dshow/src/xvid.ax.rc
41    
42    
43    2004-02-29 12:55:41 GMT                                         patch-36
44    
45        Summary:
46          VFW updates.
47        Revision:
48          xvidcore--devapi4--1.0--patch-36
49    
50        * Bunch of VFW frontends updates.
51    
52        modified files:
53         vfw/src/codec.c vfw/src/codec.h vfw/src/config.c
54         vfw/src/resource.rc vfw/src/status.c vfw/vfw.dsp
55    
56    
57    2004-02-29 12:49:24 GMT                                         patch-35
58    
59        Summary:
60          Artefact workaround in bframes.
61        Revision:
62          xvidcore--devapi4--1.0--patch-35
63    
64        From sysKin:
65         * Workaround for some artefacts appearing in bframes.
66    
67        modified files:
68         src/motion/estimation_bvop.c
69    
70    
71    2004-02-29 12:46:13 GMT                                         patch-34
72    
73        Summary:
74          Decoder buffer overflow fix.
75        Revision:
76          xvidcore--devapi4--1.0--patch-34
77    
78        From sysKin:
79         * Avoids buffer overflow when reading the last align byte. Our
80           bitstream do 4 byte reading because of some platform contraints
81           (ARM) and can cause buffer overflow reads.
82    
83        modified files:
84         src/decoder.c
85    
86    
87    2004-02-29 11:53:47 GMT                                         patch-33
88    
89        Summary:
90          Compatibility decoding for old bitstreams.
91        Revision:
92          xvidcore--devapi4--1.0--patch-33
93    
94        From syskin:
95         * old core versions used in dev-api-3 distributed by nearly all win32 bin
96           builders used to have a edging bug. So when this information is known,
97           workaround the bug.
98    
99        modified files:
100         src/decoder.c src/encoder.c src/image/image.c
101         src/image/image.h
102    
103    #########################################################################
104    # 1.0.0 RC2
105    #########################################################################
106    
107    2004-02-08 01:06:40 GMT                                         patch-32
108    
109        Summary:
110          Marking RC2
111        Revision:
112          xvidcore--devapi4--1.0--patch-32
113    
114        Marking RC2
115    
116    
117        modified files:
118         ChangeLog build/generic/configure.in
119    
120    
121    2004-02-07 13:54:24 GMT                                         patch-31
122    
123        Summary:
124          Win32 project outputs dll lib for linking.
125        Revision:
126          xvidcore--devapi4--1.0--patch-31
127    
128        From pete:
129         * output a lib to link against the dll (xvidcore.dll.a).
130    
131        modified files:
132         build/win32/libxvidcore.dsp
133    
134    
135    2004-02-07 13:51:01 GMT                                         patch-30
136    
137        Summary:
138          DShow update.
139        Revision:
140          xvidcore--devapi4--1.0--patch-30
141    
142        From pete:
143         * cmd line driving
144    
145        From sysKin(?):
146         * bugfixes related to video flipping
147         * bugfix for the 'crash at the end" bug
148    
149        modified files:
150         TODO dshow/dshow.dsp dshow/src/CAbout.cpp dshow/src/CAbout.h
151         dshow/src/CXvidDecoder.cpp dshow/src/CXvidDecoder.h
152         dshow/src/xvid.ax.def
153    
154    
155    2004-02-07 13:47:45 GMT                                         patch-29
156    
157        Summary:
158          VFW updates
159        Revision:
160          xvidcore--devapi4--1.0--patch-29
161    
162        Sorry feeling lazy about splitting this patch...
163    
164        From peter:
165         * bitrate calculator
166    
167        From sysKin:
168         * WMP9 bugfix
169    
170        modified files:
171         TODO vfw/src/codec.c vfw/src/config.c vfw/src/config.h
172         vfw/src/resource.h vfw/src/resource.rc
173    
174    
175    2004-02-07 13:43:26 GMT                                         patch-28
176    
177        Summary:
178          Implicit overflow tuning for 2nd pass.
179        Revision:
180          xvidcore--devapi4--1.0--patch-28
181    
182        From sysKin:
183         * When doing a bigger 2nd pass, the overflow loop must be more
184           aggressive else no bonus bits are reinjected. So we can auto
185           tune the overlow values in that case.
186    
187        modified files:
188         src/plugins/plugin_2pass2.c
189    
190    
191    2004-02-07 13:38:33 GMT                                         patch-27
192    
193        Summary:
194          GMC+interlaced bugfix in decoder.
195        Revision:
196          xvidcore--devapi4--1.0--patch-27
197    
198        From sysKin:
199         * GMC+interlaced bugfix in decoder.
200    
201        modified files:
202         src/decoder.c
203    
204    
205    2004-02-07 13:35:16 GMT                                         patch-26
206    
207        Summary:
208          Reverted patch-23
209        Revision:
210          xvidcore--devapi4--1.0--patch-26
211    
212        From christoph:
213         * reverted patch-23, old code was right.
214         * Important typo for the YVYU csp (passing the y plane instead of u).
215    
216        modified files:
217         src/image/image.c src/xvid.h
218    
219    
220    2004-01-31 11:20:36 GMT                                         patch-25
221    
222        Summary:
223          DShow support for more mpeg4 fourccs.
224        Revision:
225          xvidcore--devapi4--1.0--patch-25
226    
227        From sysKin:
228         * Added support for the MP4V fourcc.
229    
230        modified files:
231         dshow/src/CAbout.cpp dshow/src/CAbout.h
232         dshow/src/CXvidDecoder.cpp dshow/src/CXvidDecoder.h
233         dshow/src/resource.h dshow/src/xvid.ax.rc
234    
235    
236    2004-01-31 11:12:38 GMT                                         patch-24
237    
238        Summary:
239          DivX decoder compatibility
240        Revision:
241          xvidcore--devapi4--1.0--patch-24
242    
243        From sysKin:
244         * DivX decoder compatibility improved for packed bitstreams.
245           It should now detect them and play them fine.
246    
247        modified files:
248         src/bitstream/bitstream.c
249    
250    
251    2004-01-31 11:10:26 GMT                                         patch-23
252    
253        Summary:
254          YV12/I420 confusion fixed.
255        Revision:
256          xvidcore--devapi4--1.0--patch-23
257    
258        From christoph:
259         * I420/YV12 were swapped since ... ages.
260         * CSP_USER renamed to CSP_PLANAR
261    
262        modified files:
263         src/encoder.c src/image/image.c src/xvid.h
264    
265    
266    2004-01-31 10:53:20 GMT                                         patch-22
267    
268        Summary:
269          Arch separation for mem transfer functions
270        Revision:
271          xvidcore--devapi4--1.0--patch-22
272    
273        Arch separation for mem transfer functions
274    
275    
276        modified files:
277         src/utils/mem_transfer.h
278    
279    
280    2004-01-27 14:47:08 GMT                                         patch-21
281    
282        Summary:
283          Write to registry Flip video flag in dshow
284        Revision:
285          xvidcore--devapi4--1.0--patch-21
286    
287        From sysKin:
288         * The flip video flag is now saved in registry.
289         * Changed internal flags name convention (use n prefix for all now)
290    
291        modified files:
292         dshow/src/CAbout.cpp dshow/src/CAbout.h
293         dshow/src/CXvidDecoder.cpp
294    
295    
296    2004-01-27 14:42:52 GMT                                         patch-20
297    
298        Summary:
299          Added bitrate calc to VFW
300        Revision:
301          xvidcore--devapi4--1.0--patch-20
302    
303        From Pete:
304         * Added bitrate calculator.
305         * Changed up a few function calls to static type.
306    
307        modified files:
308         vfw/src/codec.c vfw/src/codec.h vfw/src/config.c
309         vfw/src/config.h vfw/src/resource.h vfw/src/resource.rc
310         vfw/vfw.dsp
311    
312    
313    2004-01-27 14:29:49 GMT                                         patch-19
314    
315        Summary:
316          Bugfix in decoder
317        Revision:
318          xvidcore--devapi4--1.0--patch-19
319    
320        From sysKin:
321         * when stats are not used, don't write to the stats pointer.
322    
323        modified files:
324         src/decoder.c
325    
326    #########################################################################
327    # 1.0.0 RC1
328    #########################################################################
329    
330    2004-01-25 16:01:06 GMT                                         patch-18
331    
332        Summary:
333          Marking RC1
334        Revision:
335          xvidcore--devapi4--1.0--patch-18
336    
337        Marking RC1
338    
339        modified files:
340         ChangeLog build/generic/configure.in src/xvid.h
341    
342    
343    2004-01-25 15:37:57 GMT                                         patch-17
344    
345        Summary:
346          VFW update (again²)
347        Revision:
348          xvidcore--devapi4--1.0--patch-17
349    
350        From sysKin:
351         * Added Constant Quant encoding.
352    
353        modified files:
354         vfw/src/codec.c vfw/src/config.c vfw/src/config.h
355         vfw/src/resource.rc
356    
357    
358    2004-01-25 15:35:38 GMT                                         patch-16
359    
360        Summary:
361          Missing MB quants for PP.
362        Revision:
363          xvidcore--devapi4--1.0--patch-16
364    
365        From sysKin:
366         * MB Quants are used by the PP code, so don't forget to update
367           them even if the block is skipped or not coded.
368    
369        modified files:
370         src/decoder.c
371    
372    
373    2004-01-23 13:25:52 GMT                                         patch-15
374    
375        Summary:
376          VFW update (again)
377        Revision:
378          xvidcore--devapi4--1.0--patch-15
379    
380        From sysKin:
381         * Status window updates.
382         * Big resource.h cleanup, it seems msvc isn't able to do it automatically.
383    
384        modified files:
385         vfw/src/resource.h vfw/src/resource.rc vfw/src/status.c
386    
387    
388    2004-01-23 11:17:20 GMT                                         patch-14
389    
390        Summary:
391          VFW gcc warnings
392        Revision:
393          xvidcore--devapi4--1.0--patch-14
394    
395        VFW gcc warnings
396    
397    
398        modified files:
399         vfw/src/codec.c vfw/src/config.c vfw/src/config.h
400    
401    
402    2004-01-22 20:54:53 GMT                                         patch-13
403    
404        Summary:
405          DShow updates.
406        Revision:
407          xvidcore--devapi4--1.0--patch-13
408    
409        From sysKin:
410         * Fixed registry params type. Bool cannot be used or something weird
411           happens when writing to registry
412         * Defaults set to what the Reset widget sets.
413    
414        modified files:
415         dshow/src/CAbout.h dshow/src/CXvidDecoder.cpp
416    
417    
418    2004-01-22 20:35:27 GMT                                         patch-12
419    
420        Summary:
421          VFW updates.
422        Revision:
423          xvidcore--devapi4--1.0--patch-12
424    
425        From sysKin:
426         * GUI improvements.
427         * Stats fixing.
428         * Automatic config clear upon installation.
429         * Added postprocessing options in there too.
430    
431        modified files:
432         vfw/bin/xvid.inf vfw/src/codec.c vfw/src/codec.h
433         vfw/src/config.c vfw/src/config.h vfw/src/resource.h
434         vfw/src/resource.rc vfw/src/status.c vfw/src/status.h
435    
436    
437    2004-01-22 20:28:54 GMT                                         patch-11
438    
439        Summary:
440          Minor updates to text files
441        Revision:
442          xvidcore--devapi4--1.0--patch-11
443    
444        Minor updates to text files
445    
446    
447        modified files:
448         AUTHORS TODO
449    
450    
451    2004-01-22 20:27:10 GMT                                         patch-10
452    
453        Summary:
454          2pass plugin changes.
455        Revision:
456          xvidcore--devapi4--1.0--patch-10
457    
458        From sysKin:
459         * Disabled QPel during first pass as well.
460         * Fix a mistaking condition when enabling largers 2nd passes.
461    
462        From ed.gomez:
463         * Fix the fix logic. The previous fix enclosed a condition it should
464           not have touched. So i removed the mistaking condition, which was
465           wrong anyway as stated in the comment, and got back the sane condition
466           test.
467    
468        modified files:
469         src/plugins/plugin_2pass1.c src/plugins/plugin_2pass2.c
470    
471    
472    2004-01-17 13:03:11 GMT                                         patch-9
473    
474        Summary:
475          Unitialized pointers during plugin creation.
476        Revision:
477          xvidcore--devapi4--1.0--patch-9
478    
479        From sysKin:
480         - plugins which do not require private data were leaving the param2
481           unitialized. Just init it to NULL. This bug wasn't causing any
482           trouble anyway...
483    
484        modified files:
485         src/plugins/plugin_dump.c src/plugins/plugin_psnr.c
486         vfw/src/codec.c
487    
488    
489    2004-01-17 01:09:01 GMT                                         patch-8
490    
491        Summary:
492          DShow forwwards AR information.
493        Revision:
494          xvidcore--devapi4--1.0--patch-8
495    
496        From syskin(?):
497         - forward AR information to DShow framework.
498         - grayed some widgets.
499    
500        modified files:
501         dshow/src/CXvidDecoder.cpp dshow/src/CXvidDecoder.h
502         dshow/src/xvid.ax.rc
503    
504    
505    2004-01-07 13:50:29 GMT                                         patch-7
506    
507        Summary:
508          Scaled zones fix.
509        Revision:
510          xvidcore--devapi4--1.0--patch-7
511    
512        From sysKin (ideas from Koepi iirc):
513         * Fix scaled zones computing prescaled data and so on instead of
514           guessing everything with a global zone weight factor.
515    
516        modified files:
517         src/plugins/plugin_2pass2.c
518    
519    
520    2004-01-06 01:06:39 GMT                                         patch-6
521    
522        Summary:
523          Tab->Spaces in header only
524        Revision:
525          xvidcore--devapi4--1.0--patch-6
526    
527        Tab->Spaces in header only
528    
529    
530        modified files:
531         src/xvid.h
532    
533    
534    2004-01-04 18:35:35 GMT                                         patch-5
535    
536        Summary:
537          Typo fixed
538        Revision:
539          xvidcore--devapi4--1.0--patch-5
540    
541        Typo fixed
542    
543    
544        modified files:
545         build/generic/configure.in
546    
547    
548    2004-01-04 13:40:51 GMT                                         patch-4
549    
550        Summary:
551          VFW safer code.
552        Revision:
553          xvidcore--devapi4--1.0--patch-4
554    
555        From sysKin:
556         * Protects some parts of the code depending on a previous
557           xvidcore opening. Avoids resources leaking.
558    
559        modified files:
560         vfw/src/codec.c vfw/src/driverproc.c
561    
562    
563    2004-01-04 13:33:28 GMT                                         patch-3
564    
565        Summary:
566          Fixes VC debug target name
567        Revision:
568          xvidcore--devapi4--1.0--patch-3
569    
570        Fixes VC debug target name
571    
572    
573        modified files:
574         vfw/vfw.dsp
575    
576    
577    2004-01-02 23:10:56 GMT                                         patch-2
578    
579        Summary:
580          Win32 linking policy revised.
581        Revision:
582          xvidcore--devapi4--1.0--patch-2
583    
584        Finnaly Win32 linking policy is to separate all XviD components:
585         - xvidcore.dll exports XviD API
586         - xvidvfw.dll links against xvidcore DLL
587         - xviddshow.dll links against xvidcore DLL
588    
589        From sysKin:
590         * Changed DShow linking policy in VS project file.
591         * Changed VFW linking policy in VS project file.
592         * Added runtime xvidcore.dll loading in DShow and VFW.
593         * Installs xvidcore.dll along side with xvidvfw.dll.
594    
595        From ed.gomez:
596         * Changed libxvidcore.dll mingw32/cygwin target name to
597           xvidcore.dll in the configure script.
598         * Changed xvid.dll VFW target name to xvidvfw.dll in the
599           generic Makefile.
600    
601        PS: unlike CVS, i reverted back to MS build tools in VS project files
602    
603        modified files:
604         build/generic/configure.in build/win32/libxvidcore.dsp
605         dshow/dshow.dsp dshow/src/CXvidDecoder.cpp
606         dshow/src/CXvidDecoder.h vfw/bin/Makefile vfw/bin/sources.inc
607         vfw/bin/xvid.inf vfw/src/codec.c vfw/src/codec.h
608         vfw/src/config.c vfw/src/config.h vfw/vfw.dsp
609    
610    
611    2004-01-02 22:02:07 GMT                                         patch-1
612    
613        Summary:
614          Better seeking in dshow
615        Revision:
616          xvidcore--devapi4--1.0--patch-1
617    
618        From Michael:
619         * Better DShow seeking.
620    
621        modified files:
622         dshow/src/CXvidDecoder.cpp
623    
624    
625    2004-01-02 12:28:39 GMT                                         base-0
626    
627        Summary:
628          tag of ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-162
629        Revision:
630          xvidcore--devapi4--1.0--base-0
631    
632        Archive cycling...
633    
634    #########################################################################
635    # 1.0.0 beta3
636    #########################################################################
637    
638    2003-12-26 22:21:35 GMT                                         patch-162
639    
640        Summary:
641          Marking 1.0.0 beta3
642        Revision:
643          xvidcore--devapi4--1.0--patch-162
644    
645        Marking beta3
646    
647        modified files:
648         ChangeLog TODO build/generic/configure.in src/xvid.h
649    
650    
651    2003-12-25 20:57:52 GMT                                         patch-161
652    
653        Summary:
654          Thread safe PP.
655        Revision:
656          xvidcore--devapi4--1.0--patch-161
657    
658        From Michael:
659         * Thread safe PP, context is now stored in DECODER struct.
660    
661        modified files:
662         src/decoder.c src/decoder.h src/image/postprocessing.c
663         src/image/postprocessing.h
664    
665    
666    2003-12-25 20:49:36 GMT                                         patch-160
667    
668        Summary:
669          Added Turbo option to VFW GUI
670        Revision:
671          xvidcore--devapi4--1.0--patch-160
672    
673        From Michael:
674         * Added turbo mode that enables all fast ME flags.
675    
676        modified files:
677         vfw/src/codec.c vfw/src/config.c vfw/src/config.h
678         vfw/src/resource.h vfw/src/resource.rc
679    
680    
681    2003-12-25 20:46:16 GMT                                         patch-159
682    
683        Summary:
684          Cartoon mode usage written to stream.
685        Revision:
686          xvidcore--devapi4--1.0--patch-159
687    
688        From Michael:
689         * @encoding: write cartoon usage in the version user data.
690         * @decoding: detect cartoon flag appended to version string
691                      and force FILM PP disabling.
692    
693        modified files:
694         src/bitstream/bitstream.c src/bitstream/bitstream.h
695         src/decoder.c src/decoder.h src/encoder.c
696    
697    
698    2003-12-21 13:34:03 GMT                                         patch-158
699    
700        Summary:
701          Removed unused var in VFW GUI
702        Revision:
703          xvidcore--devapi4--1.0--patch-158
704    
705        Removed unused var in VFW GUI
706    
707    
708        modified files:
709         vfw/src/config.c
710    
711    
712    2003-12-21 13:32:52 GMT                                         patch-157
713    
714        Summary:
715          Two pass small update
716        Revision:
717          xvidcore--devapi4--1.0--patch-157
718    
719        from syskin:
720         * allow second pass to be bigger than 1st one
721           (not tested, the quant mapping formula may not be adapted for this
722            usage, so take this change as experimental, and prefer doing
723            second pass still smaller than 1st one)
724         * let ivops benefit from positive overflow.
725    
726        from me:
727         * set frame type in quant zones (was a buglet)
728    
729        modified files:
730         src/plugins/plugin_2pass2.c
731    
732    
733    2003-12-20 22:28:07 GMT                                         patch-156
734    
735        Summary:
736          New VFW defaults
737        Revision:
738          xvidcore--devapi4--1.0--patch-156
739    
740        From michael:
741         * new VFW default values
742    
743        modified files:
744         vfw/src/config.c
745    
746    
747    2003-12-20 22:12:38 GMT                                         patch-155
748    
749        Summary:
750          Added ARGB colorspace.
751        Revision:
752          xvidcore--devapi4--1.0--patch-155
753    
754        Christoph Nägeli naegelic(at)ee{dot}ethz<dot>ch asked me to add C
755        support for ARGB colorspace. He provided the encoding part, and i
756        extended the original patch in order to have full support for ARGB
757        both for encoding and decoding (though it's C only, read *slow*).
758    
759        modified files:
760         src/image/colorspace.c src/image/colorspace.h
761         src/image/image.c src/xvid.c src/xvid.h
762    
763    
764    2003-12-20 21:29:37 GMT                                         patch-154
765    
766        Summary:
767          Added 2pass1 comment about fast 1st pass.
768        Revision:
769          xvidcore--devapi4--1.0--patch-154
770    
771        Just added a comment on fast 1st pass, so it explains why
772        we do it that way and why some things are left aside.
773    
774        modified files:
775         src/plugins/plugin_2pass1.c
776    
777    
778    2003-12-20 20:03:51 GMT                                         patch-153
779    
780        Summary:
781          Win32 VC6 wrong libc linking.
782        Revision:
783          xvidcore--devapi4--1.0--patch-153
784    
785        From sysKin:
786         * Changed single thread libc linking to multithreaded version.
787    
788        modified files:
789         vfw/vfw.dsp
790    
791    
792    2003-12-20 15:28:53 GMT                                         patch-152
793    
794        Summary:
795          VOL flags updating -- take #2
796        Revision:
797          xvidcore--devapi4--1.0--patch-152
798    
799        From sysKin:
800         * VOL flags updates fix take #2
801    
802        modified files:
803         src/encoder.c
804    
805    
806    2003-12-20 15:10:30 GMT                                         patch-151
807    
808        Summary:
809          Fast ME tunings.
810        Revision:
811          xvidcore--devapi4--1.0--patch-151
812    
813        From michael:
814         * fast refinement for 8x8 blocks
815         * more reliable behavior for all fast ME decisions
816    
817        modified files:
818         src/motion/estimation_bvop.c src/motion/estimation_pvop.c
819         src/xvid.h
820    
821    
822    2003-12-20 14:59:58 GMT                                         patch-150
823    
824        Summary:
825          VFW AR revamping -- take #2
826        Revision:
827          xvidcore--devapi4--1.0--patch-150
828    
829        From sysKin:
830         * more AR revamping
831    
832        modified files:
833         vfw/src/codec.c vfw/src/config.c vfw/src/config.h
834         vfw/src/resource.h vfw/src/resource.rc
835    
836    
837    2003-12-20 14:57:40 GMT                                         patch-149
838    
839        Summary:
840          Unbuffured IO for 1st pass stat files
841        Revision:
842          xvidcore--devapi4--1.0--patch-149
843    
844        Unbuffured IO for 1st pass stat files
845    
846    
847        modified files:
848         src/plugins/plugin_2pass1.c
849    
850    
851    2003-12-18 17:44:07 GMT                                         patch-148
852    
853        Summary:
854          Forgotten bit of patch-141
855        Revision:
856          xvidcore--devapi4--1.0--patch-148
857    
858        Damn i forgot to merge the 1st pass changes... so lame, i tested the
859        original patch but not the merged one.
860    
861        modified files:
862         src/plugins/plugin_2pass1.c
863    
864    
865    2003-12-18 14:45:39 GMT                                         patch-147
866    
867        Summary:
868          More postprocessing.
869        Revision:
870          xvidcore--devapi4--1.0--patch-147
871    
872        From michael:
873         * added film noise effect.
874         * moved postproc initialization to decoder initialization.
875         * added support for this postproc filter into DShow.
876    
877        modified files:
878         dshow/src/CAbout.cpp dshow/src/CAbout.h
879         dshow/src/CXvidDecoder.cpp dshow/src/resource.h
880         dshow/src/xvid.ax.rc src/decoder.c src/image/postprocessing.c
881         src/image/postprocessing.h src/xvid.c src/xvid.h
882    
883    
884    2003-12-18 14:38:19 GMT                                         patch-146
885    
886        Summary:
887          BFrames ME speed up flags.
888        Revision:
889          xvidcore--devapi4--1.0--patch-146
890    
891        From michael:
892         * Added 3 ME flags to skip some bvop ME steps and thus speed up
893           ME for bvops (at the expense of quality loss).
894            - skip delta search
895            - fast interpolate mode
896            - early stop
897    
898        modified files:
899         src/motion/estimation.h src/motion/estimation_bvop.c
900         src/motion/estimation_common.c src/motion/estimation_pvop.c
901         src/xvid.h
902    
903    
904    2003-12-18 14:11:01 GMT                                         patch-145
905    
906        Summary:
907          VFW defaults changed
908        Revision:
909          xvidcore--devapi4--1.0--patch-145
910    
911        From michael:
912         * disabled DXN profiles. Better not say we are compatible to avoid
913           problems with DXN. Mostly because of VBV lacking.
914         * Changed overflow defaults to 5/5/5 with new 2pass code.
915    
916        modified files:
917         vfw/src/config.c
918    
919    
920    2003-12-17 16:45:59 GMT                                         patch-144
921    
922        Summary:
923          Forgotten bit for AR support in VFW
924        Revision:
925          xvidcore--devapi4--1.0--patch-144
926    
927        Koepi might have forgotten to send me this change:
928         * added resource id to the resource header
929    
930        modified files:
931         vfw/src/resource.h
932    
933    
934    2003-12-17 15:11:37 GMT                                         patch-143
935    
936        Summary:
937          Lower starting quantizer for CBR encoding
938        Revision:
939          xvidcore--devapi4--1.0--patch-143
940    
941        From christoph:
942         * Lower starting quantizer for CBR encodings.
943    
944        modified files:
945         src/plugins/plugin_single.c
946    
947    
948    2003-12-17 15:04:33 GMT                                         patch-142
949    
950        Summary:
951          Small xvid_encraw updates
952        Revision:
953          xvidcore--devapi4--1.0--patch-142
954    
955        From christoph:
956         * set upper frame size limit to 4096 pixels
957         * GME refinement flag set where it belongs to.
958    
959        modified files:
960         examples/xvid_encraw.c
961    
962    
963    2003-12-17 15:01:52 GMT                                         patch-141
964    
965        Summary:
966          Two pass update.
967        Revision:
968          xvidcore--devapi4--1.0--patch-141
969    
970        This patch improves the two pass code, quantizer distribution is
971        smoother and results seem to be better.
972    
973        * Two pass now scales only a specific part of the frame length.
974          This required changing the stats file format (added a header+MV
975          length field) and the xvid_plg_data_t structure (binary compatible).
976        * Overflow improvement and degradation set to 10% instead of 60%
977          Assymetric values may help...
978        * Some cleanup work done on the encoder part of the API header.
979    
980        NB: plg data struct will be cleaned up before 1.0 so if you rely on it
981            please read the header file to know which part will disappear.
982    
983        modified files:
984         src/encoder.c src/plugins/plugin_2pass1.c
985         src/plugins/plugin_2pass2.c src/xvid.h
986    
987    
988    2003-12-17 13:53:34 GMT                                         patch-140
989    
990        Summary:
991          VOL flags fix.
992        Revision:
993          xvidcore--devapi4--1.0--patch-140
994    
995        From sysKin:
996         * VOL flags updated as they should
997    
998        modified files:
999         src/encoder.c
1000    
1001    
1002    2003-12-17 11:07:15 GMT                                         patch-139
1003    
1004        Summary:
1005          VFW GUI Update.
1006        Revision:
1007          xvidcore--devapi4--1.0--patch-139
1008    
1009        From Koepi:
1010         * typo in GMC description
1011         * Added AR widget (experimental)
1012    
1013        modified files:
1014         vfw/src/codec.c vfw/src/config.c vfw/src/config.h
1015         vfw/src/resource.rc
1016    
1017    
1018    2003-12-14 12:44:36 GMT                                         patch-138
1019    
1020        Summary:
1021          Fix PP crash
1022        Revision:
1023          xvidcore--devapi4--1.0--patch-138
1024    
1025        Fix PP crash
1026    
1027    
1028        modified files:
1029         src/decoder.c
1030    
1031    
1032    2003-12-14 12:43:21 GMT                                         patch-137
1033    
1034        Summary:
1035          Texture bit counting for bframes
1036        Revision:
1037          xvidcore--devapi4--1.0--patch-137
1038    
1039        Texture bit counting for bframes
1040    
1041    
1042        modified files:
1043         src/bitstream/mbcoding.c
1044    
1045    
1046    2003-12-12 23:58:18 GMT                                         patch-136
1047    
1048        Summary:
1049          SSE2 code enabled.
1050        Revision:
1051          xvidcore--devapi4--1.0--patch-136
1052    
1053        * SSE2 code enabled by default (only sane ones, _no_ idct)
1054        * Aligned data in xvid_bench to avoid crashes with SSE2 code
1055          because of unaligned read accesses.
1056    
1057        modified files:
1058         examples/xvid_bench.c src/xvid.c
1059    
1060    
1061    2003-12-12 22:50:33 GMT                                         patch-135
1062    
1063        Summary:
1064          DShow update.
1065        Revision:
1066          xvidcore--devapi4--1.0--patch-135
1067    
1068        From michael (from nic):
1069         * Dshow updates (colorspace etc...)
1070         * Deblocking option.
1071    
1072        modified files:
1073         dshow/src/CAbout.cpp dshow/src/CAbout.h
1074         dshow/src/CXvidDecoder.cpp dshow/src/CXvidDecoder.h
1075         dshow/src/resource.h dshow/src/xvid.ax.rc
1076    
1077    
1078    2003-12-12 14:18:13 GMT                                         patch-134
1079    
1080        Summary:
1081          Added missing postproc init
1082        Revision:
1083          xvidcore--devapi4--1.0--patch-134
1084    
1085        Added missing postproc init
1086    
1087    
1088        modified files:
1089         src/xvid.c
1090    
1091    
1092    2003-12-12 14:16:29 GMT                                         patch-133
1093    
1094        Summary:
1095          YUV space clarifications and fix.
1096        Revision:
1097          xvidcore--devapi4--1.0--patch-133
1098    
1099        From christoph:
1100         * Put some comments
1101         * fixed UV swapping in USER case.
1102    
1103        modified files:
1104         src/image/image.c
1105    
1106    
1107    2003-12-12 14:01:52 GMT                                         patch-132
1108    
1109        Summary:
1110          Default compilation flags change.
1111        Revision:
1112          xvidcore--devapi4--1.0--patch-132
1113    
1114        from christoph:
1115         - -fgcse was causing trouble on Suse9 gcc
1116         - -01->-02
1117    
1118        modified files:
1119         build/generic/configure.in
1120    
1121    
1122    2003-12-12 13:43:35 GMT                                         patch-131
1123    
1124        Summary:
1125          Pixel Aspect Ratio support improvement.
1126        Revision:
1127          xvidcore--devapi4--1.0--patch-131
1128    
1129        * 1:1 VGA is default now (old behavior)
1130        * When passed EXT PAR type, we now (try to) sanityse the
1131          par_width/par_height value:
1132           - make it positive
1133           - using 0 (typical memset reseting) defaults to 1
1134           - simplify the PAR (using gcd)
1135           - then range it in [1..255] (can be lossy)
1136        * Specify valid range in API header
1137    
1138        Bitstream version bumped to 24.
1139    
1140        PS: this patch supersedes sysKin's one in CVS.
1141    
1142        modified files:
1143         src/encoder.c src/xvid.h
1144    
1145    
1146    2003-12-10 22:57:50 GMT                                         patch-130
1147    
1148        Summary:
1149          xvid_decraw cmdline changes.
1150        Revision:
1151          xvidcore--devapi4--1.0--patch-130
1152    
1153        * -nframes -> -frames (why did i put a 'n' there ?)
1154        * -save changed its meaning, it now controls per frame Elementary
1155          Stream saving.
1156        * -o string is now independent from -save.
1157    
1158        So now it's possible to save both a ES file per frame + a ES file for the
1159        sequence.
1160    
1161        modified files:
1162         examples/xvid_encraw.c
1163    
1164    
1165    2003-12-10 15:08:20 GMT                                         patch-129
1166    
1167        Summary:
1168          Decoder bugfixes.
1169        Revision:
1170          xvidcore--devapi4--1.0--patch-129
1171    
1172        From syskin:
1173         * bvops MBs were going banana from time to time because they were
1174           referencing wrong future ref MBs.
1175         * decoder now informs the client app about bvop lag, returning
1176           XVID_TYPE_NOTHING, up to the client app to display (or not)
1177           the bvop lag frame (black with error message).
1178    
1179        Fixing previous patch a bit:
1180         * added $Id$ fields
1181         * Fixed copyright
1182    
1183        modified files:
1184         dshow/src/CXvidDecoder.cpp src/decoder.c
1185         src/image/postprocessing.c src/image/postprocessing.h
1186    
1187    
1188    2003-12-10 14:53:58 GMT                                         patch-128
1189    
1190        Summary:
1191          Deblocking code.
1192        Revision:
1193          xvidcore--devapi4--1.0--patch-128
1194    
1195        Patch from michael:
1196         * added deblocking code
1197    
1198        Merge work:
1199         * Added postprocessing.[ch] to project files
1200         * added #include "image/postprocessing.h" directive in decoder.c
1201         * new lines missing (gcc is so pedantic)
1202    
1203        NB: slice rendering + postprocessing is impossible. Slice rendering is
1204            somewhat abandoned.
1205    
1206        new files:
1207         src/image/.arch-ids/postprocessing.c.id
1208         src/image/.arch-ids/postprocessing.h.id
1209         src/image/postprocessing.c src/image/postprocessing.h
1210    
1211        modified files:
1212         build/generic/sources.inc build/win32/libxvidcore.dsp
1213         src/decoder.c src/xvid.h
1214    
1215    
1216    2003-12-08 18:33:26 GMT                                         patch-127
1217    
1218        Summary:
1219          Don't read out of bounds
1220        Revision:
1221          xvidcore--devapi4--1.0--patch-127
1222    
1223        Don't read out of bounds
1224    
1225    
1226        modified files:
1227         src/plugins/plugin_2pass2.c
1228    
1229    
1230    2003-12-08 18:31:41 GMT                                         patch-126
1231    
1232        Summary:
1233          Macroblock structure cleanup
1234        Revision:
1235          xvidcore--devapi4--1.0--patch-126
1236    
1237        Macroblock structure cleanup
1238    
1239    
1240        modified files:
1241         src/global.h
1242    
1243    
1244    2003-12-07 15:09:41 GMT                                         patch-125
1245    
1246        Summary:
1247          Small fixes.
1248        Revision:
1249          xvidcore--devapi4--1.0--patch-125
1250    
1251        From gruel:
1252         * xvid.h: Minor color space correction.
1253    
1254        From sysKin:
1255         * codec.c: Zones fix
1256    
1257        modified files:
1258         src/xvid.h vfw/src/codec.c
1259    
1260    
1261    2003-12-07 14:57:14 GMT                                         patch-124
1262    
1263        Summary:
1264          HUGE file handling in twopass.
1265        Revision:
1266          xvidcore--devapi4--1.0--patch-124
1267    
1268        Because of a lacking cast, two pass did not handle well some very
1269        large target size (bitrate mode is not affected).
1270    
1271        It should now be safe specifying target sizes up to 2^31kB which
1272        represents 2TB. Someone using XviD in studios ? ;-)
1273    
1274        modified files:
1275         src/plugins/plugin_2pass2.c
1276    
1277    #########################################################################
1278    # 1.0.0 beta2
1279    #########################################################################
1280    
1281    2003-12-05 14:43:53 GMT                                         patch-123
1282    
1283        Summary:
1284          Marking 1.0.0 Beta2
1285        Revision:
1286          xvidcore--devapi4--1.0--patch-123
1287    
1288        Marking 1.0.0 Beta2
1289    
1290    
1291        modified files:
1292         ChangeLog TODO build/generic/configure.in
1293    
1294    
1295  2003-12-05 14:35:22 GMT                                         patch-122  2003-12-05 14:35:22 GMT                                         patch-122
1296    
1297      Summary:      Summary:

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

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