[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 1332, Mon Jan 26 00:12:16 2004 UTC revision 1357, Sun Feb 8 13:16:37 2004 UTC
# Line 6  Line 6 
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  2004-01-25 15:37:57 GMT                                         patch-17
232    
233      Summary:      Summary:
# Line 843  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.6 2004-01-26 00:12:16 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.1332  
changed lines
  Added in v.1357

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