[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.6, Mon Jan 26 00:12:16 2004 UTC revision 1.2, Mon Mar 22 22:36:23 2004 UTC
# Line 6  Line 6 
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  2004-01-25 15:37:57 GMT                                         patch-17
344    
345      Summary:      Summary:

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

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