[svn] / branches / dev-api-4 / xvidcore / ChangeLog Repository:
ViewVC logotype

Diff of /branches/dev-api-4/xvidcore/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1299, Sat Dec 27 10:50:50 2003 UTC revision 1357, Sun Feb 8 13:16:37 2004 UTC
# Line 5  Line 5 
5  # relevant.  # relevant.
6  #  #
7    
8    
9    2004-02-07 13:54:24 GMT                                         patch-31
10    
11        Summary:
12          Win32 project outputs dll lib for linking.
13        Revision:
14          xvidcore--devapi4--1.0--patch-31
15    
16        From pete:
17         * output a lib to link against the dll (xvidcore.dll.a).
18    
19        modified files:
20         build/win32/libxvidcore.dsp
21    
22    
23    2004-02-07 13:51:01 GMT                                         patch-30
24    
25        Summary:
26          DShow update.
27        Revision:
28          xvidcore--devapi4--1.0--patch-30
29    
30        From pete:
31         * cmd line driving
32    
33        From sysKin(?):
34         * bugfixes related to video flipping
35         * bugfix for the 'crash at the end" bug
36    
37        modified files:
38         TODO dshow/dshow.dsp dshow/src/CAbout.cpp dshow/src/CAbout.h
39         dshow/src/CXvidDecoder.cpp dshow/src/CXvidDecoder.h
40         dshow/src/xvid.ax.def
41    
42    
43    2004-02-07 13:47:45 GMT                                         patch-29
44    
45        Summary:
46          VFW updates
47        Revision:
48          xvidcore--devapi4--1.0--patch-29
49    
50        Sorry feeling lazy about splitting this patch...
51    
52        From peter:
53         * bitrate calculator
54    
55        From sysKin:
56         * WMP9 bugfix
57    
58        modified files:
59         TODO vfw/src/codec.c vfw/src/config.c vfw/src/config.h
60         vfw/src/resource.h vfw/src/resource.rc
61    
62    
63    2004-02-07 13:43:26 GMT                                         patch-28
64    
65        Summary:
66          Implicit overflow tuning for 2nd pass.
67        Revision:
68          xvidcore--devapi4--1.0--patch-28
69    
70        From sysKin:
71         * When doing a bigger 2nd pass, the overflow loop must be more
72           aggressive else no bonus bits are reinjected. So we can auto
73           tune the overlow values in that case.
74    
75        modified files:
76         src/plugins/plugin_2pass2.c
77    
78    
79    2004-02-07 13:38:33 GMT                                         patch-27
80    
81        Summary:
82          GMC+interlaced bugfix in decoder.
83        Revision:
84          xvidcore--devapi4--1.0--patch-27
85    
86        From sysKin:
87         * GMC+interlaced bugfix in decoder.
88    
89        modified files:
90         src/decoder.c
91    
92    
93    2004-02-07 13:35:16 GMT                                         patch-26
94    
95        Summary:
96          Reverted patch-23
97        Revision:
98          xvidcore--devapi4--1.0--patch-26
99    
100        From christoph:
101         * reverted patch-23, old code was right.
102         * Important typo for the YVYU csp (passing the y plane instead of u).
103    
104        modified files:
105         src/image/image.c src/xvid.h
106    
107    
108    2004-01-31 11:20:36 GMT                                         patch-25
109    
110        Summary:
111          DShow support for more mpeg4 fourccs.
112        Revision:
113          xvidcore--devapi4--1.0--patch-25
114    
115        From sysKin:
116         * Added support for the MP4V fourcc.
117    
118        modified files:
119         dshow/src/CAbout.cpp dshow/src/CAbout.h
120         dshow/src/CXvidDecoder.cpp dshow/src/CXvidDecoder.h
121         dshow/src/resource.h dshow/src/xvid.ax.rc
122    
123    
124    2004-01-31 11:12:38 GMT                                         patch-24
125    
126        Summary:
127          DivX decoder compatibility
128        Revision:
129          xvidcore--devapi4--1.0--patch-24
130    
131        From sysKin:
132         * DivX decoder compatibility improved for packed bitstreams.
133           It should now detect them and play them fine.
134    
135        modified files:
136         src/bitstream/bitstream.c
137    
138    
139    2004-01-31 11:10:26 GMT                                         patch-23
140    
141        Summary:
142          YV12/I420 confusion fixed.
143        Revision:
144          xvidcore--devapi4--1.0--patch-23
145    
146        From christoph:
147         * I420/YV12 were swapped since ... ages.
148         * CSP_USER renamed to CSP_PLANAR
149    
150        modified files:
151         src/encoder.c src/image/image.c src/xvid.h
152    
153    
154    2004-01-31 10:53:20 GMT                                         patch-22
155    
156        Summary:
157          Arch separation for mem transfer functions
158        Revision:
159          xvidcore--devapi4--1.0--patch-22
160    
161        Arch separation for mem transfer functions
162    
163    
164        modified files:
165         src/utils/mem_transfer.h
166    
167    
168    2004-01-27 14:47:08 GMT                                         patch-21
169    
170        Summary:
171          Write to registry Flip video flag in dshow
172        Revision:
173          xvidcore--devapi4--1.0--patch-21
174    
175        From sysKin:
176         * The flip video flag is now saved in registry.
177         * Changed internal flags name convention (use n prefix for all now)
178    
179        modified files:
180         dshow/src/CAbout.cpp dshow/src/CAbout.h
181         dshow/src/CXvidDecoder.cpp
182    
183    
184    2004-01-27 14:42:52 GMT                                         patch-20
185    
186        Summary:
187          Added bitrate calc to VFW
188        Revision:
189          xvidcore--devapi4--1.0--patch-20
190    
191        From Pete:
192         * Added bitrate calculator.
193         * Changed up a few function calls to static type.
194    
195        modified files:
196         vfw/src/codec.c vfw/src/codec.h vfw/src/config.c
197         vfw/src/config.h vfw/src/resource.h vfw/src/resource.rc
198         vfw/vfw.dsp
199    
200    
201    2004-01-27 14:29:49 GMT                                         patch-19
202    
203        Summary:
204          Bugfix in decoder
205        Revision:
206          xvidcore--devapi4--1.0--patch-19
207    
208        From sysKin:
209         * when stats are not used, don't write to the stats pointer.
210    
211        modified files:
212         src/decoder.c
213    
214    #########################################################################
215    # 1.0.0 RC1
216    #########################################################################
217    
218    2004-01-25 16:01:06 GMT                                         patch-18
219    
220        Summary:
221          Marking RC1
222        Revision:
223          xvidcore--devapi4--1.0--patch-18
224    
225        Marking RC1
226    
227        modified files:
228         ChangeLog build/generic/configure.in src/xvid.h
229    
230    
231    2004-01-25 15:37:57 GMT                                         patch-17
232    
233        Summary:
234          VFW update (againē)
235        Revision:
236          xvidcore--devapi4--1.0--patch-17
237    
238        From sysKin:
239         * Added Constant Quant encoding.
240    
241        modified files:
242         vfw/src/codec.c vfw/src/config.c vfw/src/config.h
243         vfw/src/resource.rc
244    
245    
246    2004-01-25 15:35:38 GMT                                         patch-16
247    
248        Summary:
249          Missing MB quants for PP.
250        Revision:
251          xvidcore--devapi4--1.0--patch-16
252    
253        From sysKin:
254         * MB Quants are used by the PP code, so don't forget to update
255           them even if the block is skipped or not coded.
256    
257        modified files:
258         src/decoder.c
259    
260    
261    2004-01-23 13:25:52 GMT                                         patch-15
262    
263        Summary:
264          VFW update (again)
265        Revision:
266          xvidcore--devapi4--1.0--patch-15
267    
268        From sysKin:
269         * Status window updates.
270         * Big resource.h cleanup, it seems msvc isn't able to do it automatically.
271    
272        modified files:
273         vfw/src/resource.h vfw/src/resource.rc vfw/src/status.c
274    
275    
276    2004-01-23 11:17:20 GMT                                         patch-14
277    
278        Summary:
279          VFW gcc warnings
280        Revision:
281          xvidcore--devapi4--1.0--patch-14
282    
283        VFW gcc warnings
284    
285    
286        modified files:
287         vfw/src/codec.c vfw/src/config.c vfw/src/config.h
288    
289    
290    2004-01-22 20:54:53 GMT                                         patch-13
291    
292        Summary:
293          DShow updates.
294        Revision:
295          xvidcore--devapi4--1.0--patch-13
296    
297        From sysKin:
298         * Fixed registry params type. Bool cannot be used or something weird
299           happens when writing to registry
300         * Defaults set to what the Reset widget sets.
301    
302        modified files:
303         dshow/src/CAbout.h dshow/src/CXvidDecoder.cpp
304    
305    
306    2004-01-22 20:35:27 GMT                                         patch-12
307    
308        Summary:
309          VFW updates.
310        Revision:
311          xvidcore--devapi4--1.0--patch-12
312    
313        From sysKin:
314         * GUI improvements.
315         * Stats fixing.
316         * Automatic config clear upon installation.
317         * Added postprocessing options in there too.
318    
319        modified files:
320         vfw/bin/xvid.inf vfw/src/codec.c vfw/src/codec.h
321         vfw/src/config.c vfw/src/config.h vfw/src/resource.h
322         vfw/src/resource.rc vfw/src/status.c vfw/src/status.h
323    
324    
325    2004-01-22 20:28:54 GMT                                         patch-11
326    
327        Summary:
328          Minor updates to text files
329        Revision:
330          xvidcore--devapi4--1.0--patch-11
331    
332        Minor updates to text files
333    
334    
335        modified files:
336         AUTHORS TODO
337    
338    
339    2004-01-22 20:27:10 GMT                                         patch-10
340    
341        Summary:
342          2pass plugin changes.
343        Revision:
344          xvidcore--devapi4--1.0--patch-10
345    
346        From sysKin:
347         * Disabled QPel during first pass as well.
348         * Fix a mistaking condition when enabling largers 2nd passes.
349    
350        From ed.gomez:
351         * Fix the fix logic. The previous fix enclosed a condition it should
352           not have touched. So i removed the mistaking condition, which was
353           wrong anyway as stated in the comment, and got back the sane condition
354           test.
355    
356        modified files:
357         src/plugins/plugin_2pass1.c src/plugins/plugin_2pass2.c
358    
359    
360    2004-01-17 13:03:11 GMT                                         patch-9
361    
362        Summary:
363          Unitialized pointers during plugin creation.
364        Revision:
365          xvidcore--devapi4--1.0--patch-9
366    
367        From sysKin:
368         - plugins which do not require private data were leaving the param2
369           unitialized. Just init it to NULL. This bug wasn't causing any
370           trouble anyway...
371    
372        modified files:
373         src/plugins/plugin_dump.c src/plugins/plugin_psnr.c
374         vfw/src/codec.c
375    
376    
377    2004-01-17 01:09:01 GMT                                         patch-8
378    
379        Summary:
380          DShow forwwards AR information.
381        Revision:
382          xvidcore--devapi4--1.0--patch-8
383    
384        From syskin(?):
385         - forward AR information to DShow framework.
386         - grayed some widgets.
387    
388        modified files:
389         dshow/src/CXvidDecoder.cpp dshow/src/CXvidDecoder.h
390         dshow/src/xvid.ax.rc
391    
392    
393    2004-01-07 13:50:29 GMT                                         patch-7
394    
395        Summary:
396          Scaled zones fix.
397        Revision:
398          xvidcore--devapi4--1.0--patch-7
399    
400        From sysKin (ideas from Koepi iirc):
401         * Fix scaled zones computing prescaled data and so on instead of
402           guessing everything with a global zone weight factor.
403    
404        modified files:
405         src/plugins/plugin_2pass2.c
406    
407    
408    2004-01-06 01:06:39 GMT                                         patch-6
409    
410        Summary:
411          Tab->Spaces in header only
412        Revision:
413          xvidcore--devapi4--1.0--patch-6
414    
415        Tab->Spaces in header only
416    
417    
418        modified files:
419         src/xvid.h
420    
421    
422    2004-01-04 18:35:35 GMT                                         patch-5
423    
424        Summary:
425          Typo fixed
426        Revision:
427          xvidcore--devapi4--1.0--patch-5
428    
429        Typo fixed
430    
431    
432        modified files:
433         build/generic/configure.in
434    
435    
436    2004-01-04 13:40:51 GMT                                         patch-4
437    
438        Summary:
439          VFW safer code.
440        Revision:
441          xvidcore--devapi4--1.0--patch-4
442    
443        From sysKin:
444         * Protects some parts of the code depending on a previous
445           xvidcore opening. Avoids resources leaking.
446    
447        modified files:
448         vfw/src/codec.c vfw/src/driverproc.c
449    
450    
451    2004-01-04 13:33:28 GMT                                         patch-3
452    
453        Summary:
454          Fixes VC debug target name
455        Revision:
456          xvidcore--devapi4--1.0--patch-3
457    
458        Fixes VC debug target name
459    
460    
461        modified files:
462         vfw/vfw.dsp
463    
464    
465    2004-01-02 23:10:56 GMT                                         patch-2
466    
467        Summary:
468          Win32 linking policy revised.
469        Revision:
470          xvidcore--devapi4--1.0--patch-2
471    
472        Finnaly Win32 linking policy is to separate all XviD components:
473         - xvidcore.dll exports XviD API
474         - xvidvfw.dll links against xvidcore DLL
475         - xviddshow.dll links against xvidcore DLL
476    
477        From sysKin:
478         * Changed DShow linking policy in VS project file.
479         * Changed VFW linking policy in VS project file.
480         * Added runtime xvidcore.dll loading in DShow and VFW.
481         * Installs xvidcore.dll along side with xvidvfw.dll.
482    
483        From ed.gomez:
484         * Changed libxvidcore.dll mingw32/cygwin target name to
485           xvidcore.dll in the configure script.
486         * Changed xvid.dll VFW target name to xvidvfw.dll in the
487           generic Makefile.
488    
489        PS: unlike CVS, i reverted back to MS build tools in VS project files
490    
491        modified files:
492         build/generic/configure.in build/win32/libxvidcore.dsp
493         dshow/dshow.dsp dshow/src/CXvidDecoder.cpp
494         dshow/src/CXvidDecoder.h vfw/bin/Makefile vfw/bin/sources.inc
495         vfw/bin/xvid.inf vfw/src/codec.c vfw/src/codec.h
496         vfw/src/config.c vfw/src/config.h vfw/vfw.dsp
497    
498    
499    2004-01-02 22:02:07 GMT                                         patch-1
500    
501        Summary:
502          Better seeking in dshow
503        Revision:
504          xvidcore--devapi4--1.0--patch-1
505    
506        From Michael:
507         * Better DShow seeking.
508    
509        modified files:
510         dshow/src/CXvidDecoder.cpp
511    
512    
513    2004-01-02 12:28:39 GMT                                         base-0
514    
515        Summary:
516          tag of ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-162
517        Revision:
518          xvidcore--devapi4--1.0--base-0
519    
520        Archive cycling...
521    
522    #########################################################################
523    # 1.0.0 beta3
524    #########################################################################
525    
526    2003-12-26 22:21:35 GMT                                         patch-162
527    
528        Summary:
529          Marking 1.0.0 beta3
530        Revision:
531          xvidcore--devapi4--1.0--patch-162
532    
533        Marking beta3
534    
535        modified files:
536         ChangeLog TODO build/generic/configure.in src/xvid.h
537    
538    
539  2003-12-25 20:57:52 GMT                                         patch-161  2003-12-25 20:57:52 GMT                                         patch-161
540    
541      Summary:      Summary:
# Line 534  Line 1065 
1065         the bvop lag frame (black with error message).         the bvop lag frame (black with error message).
1066    
1067      Fixing previous patch a bit:      Fixing previous patch a bit:
1068       * added $Id: ChangeLog,v 1.1.2.5 2003-12-27 10:50:50 edgomez Exp $ fields       * added $Id: ChangeLog,v 1.1.2.7 2004-02-08 13:16:37 edgomez Exp $ fields
1069       * Fixed copyright       * Fixed copyright
1070    
1071      modified files:      modified files:

Legend:
Removed from v.1299  
changed lines
  Added in v.1357

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