[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.1.2.6, Mon Jan 26 00:12:16 2004 UTC
# Line 5  Line 5 
5  # relevant.  # relevant.
6  #  #
7    
8    
9    2004-01-25 15:37:57 GMT                                         patch-17
10    
11        Summary:
12          VFW update (againē)
13        Revision:
14          xvidcore--devapi4--1.0--patch-17
15    
16        From sysKin:
17         * Added Constant Quant encoding.
18    
19        modified files:
20         vfw/src/codec.c vfw/src/config.c vfw/src/config.h
21         vfw/src/resource.rc
22    
23    
24    2004-01-25 15:35:38 GMT                                         patch-16
25    
26        Summary:
27          Missing MB quants for PP.
28        Revision:
29          xvidcore--devapi4--1.0--patch-16
30    
31        From sysKin:
32         * MB Quants are used by the PP code, so don't forget to update
33           them even if the block is skipped or not coded.
34    
35        modified files:
36         src/decoder.c
37    
38    
39    2004-01-23 13:25:52 GMT                                         patch-15
40    
41        Summary:
42          VFW update (again)
43        Revision:
44          xvidcore--devapi4--1.0--patch-15
45    
46        From sysKin:
47         * Status window updates.
48         * Big resource.h cleanup, it seems msvc isn't able to do it automatically.
49    
50        modified files:
51         vfw/src/resource.h vfw/src/resource.rc vfw/src/status.c
52    
53    
54    2004-01-23 11:17:20 GMT                                         patch-14
55    
56        Summary:
57          VFW gcc warnings
58        Revision:
59          xvidcore--devapi4--1.0--patch-14
60    
61        VFW gcc warnings
62    
63    
64        modified files:
65         vfw/src/codec.c vfw/src/config.c vfw/src/config.h
66    
67    
68    2004-01-22 20:54:53 GMT                                         patch-13
69    
70        Summary:
71          DShow updates.
72        Revision:
73          xvidcore--devapi4--1.0--patch-13
74    
75        From sysKin:
76         * Fixed registry params type. Bool cannot be used or something weird
77           happens when writing to registry
78         * Defaults set to what the Reset widget sets.
79    
80        modified files:
81         dshow/src/CAbout.h dshow/src/CXvidDecoder.cpp
82    
83    
84    2004-01-22 20:35:27 GMT                                         patch-12
85    
86        Summary:
87          VFW updates.
88        Revision:
89          xvidcore--devapi4--1.0--patch-12
90    
91        From sysKin:
92         * GUI improvements.
93         * Stats fixing.
94         * Automatic config clear upon installation.
95         * Added postprocessing options in there too.
96    
97        modified files:
98         vfw/bin/xvid.inf vfw/src/codec.c vfw/src/codec.h
99         vfw/src/config.c vfw/src/config.h vfw/src/resource.h
100         vfw/src/resource.rc vfw/src/status.c vfw/src/status.h
101    
102    
103    2004-01-22 20:28:54 GMT                                         patch-11
104    
105        Summary:
106          Minor updates to text files
107        Revision:
108          xvidcore--devapi4--1.0--patch-11
109    
110        Minor updates to text files
111    
112    
113        modified files:
114         AUTHORS TODO
115    
116    
117    2004-01-22 20:27:10 GMT                                         patch-10
118    
119        Summary:
120          2pass plugin changes.
121        Revision:
122          xvidcore--devapi4--1.0--patch-10
123    
124        From sysKin:
125         * Disabled QPel during first pass as well.
126         * Fix a mistaking condition when enabling largers 2nd passes.
127    
128        From ed.gomez:
129         * Fix the fix logic. The previous fix enclosed a condition it should
130           not have touched. So i removed the mistaking condition, which was
131           wrong anyway as stated in the comment, and got back the sane condition
132           test.
133    
134        modified files:
135         src/plugins/plugin_2pass1.c src/plugins/plugin_2pass2.c
136    
137    
138    2004-01-17 13:03:11 GMT                                         patch-9
139    
140        Summary:
141          Unitialized pointers during plugin creation.
142        Revision:
143          xvidcore--devapi4--1.0--patch-9
144    
145        From sysKin:
146         - plugins which do not require private data were leaving the param2
147           unitialized. Just init it to NULL. This bug wasn't causing any
148           trouble anyway...
149    
150        modified files:
151         src/plugins/plugin_dump.c src/plugins/plugin_psnr.c
152         vfw/src/codec.c
153    
154    
155    2004-01-17 01:09:01 GMT                                         patch-8
156    
157        Summary:
158          DShow forwwards AR information.
159        Revision:
160          xvidcore--devapi4--1.0--patch-8
161    
162        From syskin(?):
163         - forward AR information to DShow framework.
164         - grayed some widgets.
165    
166        modified files:
167         dshow/src/CXvidDecoder.cpp dshow/src/CXvidDecoder.h
168         dshow/src/xvid.ax.rc
169    
170    
171    2004-01-07 13:50:29 GMT                                         patch-7
172    
173        Summary:
174          Scaled zones fix.
175        Revision:
176          xvidcore--devapi4--1.0--patch-7
177    
178        From sysKin (ideas from Koepi iirc):
179         * Fix scaled zones computing prescaled data and so on instead of
180           guessing everything with a global zone weight factor.
181    
182        modified files:
183         src/plugins/plugin_2pass2.c
184    
185    
186    2004-01-06 01:06:39 GMT                                         patch-6
187    
188        Summary:
189          Tab->Spaces in header only
190        Revision:
191          xvidcore--devapi4--1.0--patch-6
192    
193        Tab->Spaces in header only
194    
195    
196        modified files:
197         src/xvid.h
198    
199    
200    2004-01-04 18:35:35 GMT                                         patch-5
201    
202        Summary:
203          Typo fixed
204        Revision:
205          xvidcore--devapi4--1.0--patch-5
206    
207        Typo fixed
208    
209    
210        modified files:
211         build/generic/configure.in
212    
213    
214    2004-01-04 13:40:51 GMT                                         patch-4
215    
216        Summary:
217          VFW safer code.
218        Revision:
219          xvidcore--devapi4--1.0--patch-4
220    
221        From sysKin:
222         * Protects some parts of the code depending on a previous
223           xvidcore opening. Avoids resources leaking.
224    
225        modified files:
226         vfw/src/codec.c vfw/src/driverproc.c
227    
228    
229    2004-01-04 13:33:28 GMT                                         patch-3
230    
231        Summary:
232          Fixes VC debug target name
233        Revision:
234          xvidcore--devapi4--1.0--patch-3
235    
236        Fixes VC debug target name
237    
238    
239        modified files:
240         vfw/vfw.dsp
241    
242    
243    2004-01-02 23:10:56 GMT                                         patch-2
244    
245        Summary:
246          Win32 linking policy revised.
247        Revision:
248          xvidcore--devapi4--1.0--patch-2
249    
250        Finnaly Win32 linking policy is to separate all XviD components:
251         - xvidcore.dll exports XviD API
252         - xvidvfw.dll links against xvidcore DLL
253         - xviddshow.dll links against xvidcore DLL
254    
255        From sysKin:
256         * Changed DShow linking policy in VS project file.
257         * Changed VFW linking policy in VS project file.
258         * Added runtime xvidcore.dll loading in DShow and VFW.
259         * Installs xvidcore.dll along side with xvidvfw.dll.
260    
261        From ed.gomez:
262         * Changed libxvidcore.dll mingw32/cygwin target name to
263           xvidcore.dll in the configure script.
264         * Changed xvid.dll VFW target name to xvidvfw.dll in the
265           generic Makefile.
266    
267        PS: unlike CVS, i reverted back to MS build tools in VS project files
268    
269        modified files:
270         build/generic/configure.in build/win32/libxvidcore.dsp
271         dshow/dshow.dsp dshow/src/CXvidDecoder.cpp
272         dshow/src/CXvidDecoder.h vfw/bin/Makefile vfw/bin/sources.inc
273         vfw/bin/xvid.inf vfw/src/codec.c vfw/src/codec.h
274         vfw/src/config.c vfw/src/config.h vfw/vfw.dsp
275    
276    
277    2004-01-02 22:02:07 GMT                                         patch-1
278    
279        Summary:
280          Better seeking in dshow
281        Revision:
282          xvidcore--devapi4--1.0--patch-1
283    
284        From Michael:
285         * Better DShow seeking.
286    
287        modified files:
288         dshow/src/CXvidDecoder.cpp
289    
290    
291    2004-01-02 12:28:39 GMT                                         base-0
292    
293        Summary:
294          tag of ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-162
295        Revision:
296          xvidcore--devapi4--1.0--base-0
297    
298        Archive cycling...
299    
300    #########################################################################
301    # 1.0.0 beta3
302    #########################################################################
303    
304    2003-12-26 22:21:35 GMT                                         patch-162
305    
306        Summary:
307          Marking 1.0.0 beta3
308        Revision:
309          xvidcore--devapi4--1.0--patch-162
310    
311        Marking beta3
312    
313        modified files:
314         ChangeLog TODO build/generic/configure.in src/xvid.h
315    
316    
317  2003-12-25 20:57:52 GMT                                         patch-161  2003-12-25 20:57:52 GMT                                         patch-161
318    
319      Summary:      Summary:

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

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