[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, 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  2003-12-25 20:57:52 GMT                                         patch-161
652    
653      Summary:      Summary:

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

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