[svn] / tags / release-1_3_3 / ChangeLog Repository:
ViewVC logotype

Diff of /tags/release-1_3_3/ChangeLog

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

revision 1484, Sat Jul 10 17:40:42 2004 UTC revision 1525, Mon Jul 26 20:30:10 2004 UTC
# Line 4  Line 4 
4  # relevant.  # relevant.
5    
6    
7    2004-07-26 20:22:38 GMT                                         patch-61
8    
9        Summary:
10          Update from stable
11        Revision:
12          xvidcore--head--0.0--patch-61
13    
14        Update from stable
15    
16        Patches applied:
17    
18         * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-51
19           ChangeLog Update
20    
21    
22        modified files:
23         ChangeLog-1.0
24    
25        new patches:
26         ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-51
27    
28    
29    2004-07-26 19:26:24 GMT                                         patch-60
30    
31        Summary:
32          Another missing memset in xvid_decraw
33        Revision:
34          xvidcore--head--0.0--patch-60
35    
36        Another missing memset in xvid_decraw
37    
38    
39        modified files:
40         examples/xvid_decraw.c
41    
42    
43    2004-07-26 19:14:45 GMT                                         patch-59
44    
45        Summary:
46          DShow updates for gcc toolchain.
47        Revision:
48          xvidcore--head--0.0--patch-59
49    
50        From pete:
51         * More work on the gcc toolchain.
52    
53        new files:
54         dshow/dxpatch/.arch-ids/dx90sdk-update-gcc.patch.id
55         dshow/dxpatch/.arch-ids/dx90sdk-update-gcc.txt.id
56         dshow/dxpatch/dx90sdk-update-gcc.patch
57         dshow/dxpatch/dx90sdk-update-gcc.txt
58    
59        modified files:
60         dshow/Makefile dshow/dshow.dsp dshow/src/CXvidDecoder.cpp
61    
62    
63    2004-07-25 21:31:41 GMT                                         patch-58
64    
65        Summary:
66          Added GPL to vfw frontend
67        Revision:
68          xvidcore--head--0.0--patch-58
69    
70        From pete:
71         * Added GPL to VFW ressources.
72    
73        modified files:
74         vfw/src/config.c vfw/src/driverproc.c vfw/src/resource.h
75         vfw/src/resource.rc
76    
77    
78    2004-07-25 19:31:32 GMT                                         patch-57
79    
80        Summary:
81          decoder_mb_decode cleanup
82        Revision:
83          xvidcore--head--0.0--patch-57
84    
85        From ed.gomez:
86         * Try to cleanup the decoder_mb_decode function. A bit more
87           computing required, less branches, more readable code.
88    
89        modified files:
90         src/decoder.c
91    
92    
93    2004-07-24 11:39:57 GMT                                         patch-56
94    
95        Summary:
96          Important bugfix from stable
97        Revision:
98          xvidcore--head--0.0--patch-56
99    
100        Important bugfix from stable
101    
102        Patches applied:
103    
104         * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-50
105           BVOP direct/interpolated ref block rounding fix.
106    
107    
108        modified files:
109         src/decoder.c
110    
111        new patches:
112         ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-50
113    
114    
115    2004-07-23 20:40:08 GMT                                         patch-55
116    
117        Summary:
118    
119        Revision:
120          xvidcore--head--0.0--patch-55
121    
122        From ed.gomez:
123         * Extended stable patch pplying same change to new nasm files
124    
125        Patches applied:
126    
127         * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-49
128           Removed data qualifer in .rodata
129    
130    
131        modified files:
132         src/bitstream/x86_asm/cbp_mmx.asm
133         src/bitstream/x86_asm/cbp_sse2.asm
134         src/dct/x86_asm/fdct_mmx_ffmpeg.asm
135         src/dct/x86_asm/fdct_mmx_skal.asm
136         src/dct/x86_asm/fdct_sse2_skal.asm
137         src/dct/x86_asm/idct_3dne.asm src/dct/x86_asm/idct_mmx.asm
138         src/dct/x86_asm/idct_sse2_dmitry.asm
139         src/dct/x86_asm/simple_idct_mmx.asm
140         src/image/x86_asm/colorspace_rgb_mmx.asm
141         src/image/x86_asm/colorspace_yuyv_mmx.asm
142         src/image/x86_asm/interpolate8x8_3dn.asm
143         src/image/x86_asm/interpolate8x8_3dne.asm
144         src/image/x86_asm/interpolate8x8_mmx.asm
145         src/image/x86_asm/interpolate8x8_xmm.asm
146         src/image/x86_asm/postprocessing_mmx.asm
147         src/image/x86_asm/postprocessing_sse2.asm
148         src/image/x86_asm/qpel_mmx.asm
149         src/image/x86_asm/reduced_mmx.asm
150         src/motion/x86_asm/sad_3dn.asm src/motion/x86_asm/sad_3dne.asm
151         src/motion/x86_asm/sad_mmx.asm src/motion/x86_asm/sad_sse2.asm
152         src/motion/x86_asm/sad_xmm.asm
153         src/quant/x86_asm/quantize_h263_3dne.asm
154         src/quant/x86_asm/quantize_h263_mmx.asm
155         src/quant/x86_asm/quantize_mpeg_mmx.asm
156         src/quant/x86_asm/quantize_mpeg_xmm.asm
157         src/utils/x86_asm/cpuid.asm
158         src/utils/x86_asm/interlacing_mmx.asm
159         src/utils/x86_asm/mem_transfer_3dne.asm
160         src/utils/x86_asm/mem_transfer_mmx.asm
161    
162        new patches:
163         ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-49
164    
165    
166    2004-07-21 19:36:46 GMT                                         patch-54
167    
168        Summary:
169          Bframe fixes, still not back to 1.0.1 level
170        Revision:
171          xvidcore--head--0.0--patch-54
172    
173        Bframe fixes, still not back to 1.0.1 level
174    
175    
176        modified files:
177         src/motion/estimation_bvop.c
178         src/motion/estimation_rd_based_bvop.c
179    
180    
181    2004-07-19 18:46:09 GMT                                         patch-53
182    
183        Summary:
184          Stable merge
185        Revision:
186          xvidcore--head--0.0--patch-53
187    
188        Stable merge
189    
190        Patches applied:
191    
192         * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-47
193           ISO C99'ism fix
194    
195         * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-48
196           Complete previous xvid_decraw patch
197    
198    
199        modified files:
200         examples/xvid_decraw.c src/encoder.c
201    
202        new patches:
203         ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-47
204         ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-48
205    
206    
207    2004-07-18 15:19:58 GMT                                         patch-52
208    
209        Summary:
210          Added dshow mingw build process
211        Revision:
212          xvidcore--head--0.0--patch-52
213    
214        From pete:
215         - Added mingw build process to dshow frontend.
216    
217        new files:
218         dshow/.arch-ids/Makefile.id dshow/.arch-ids/sources.inc.id
219         dshow/Makefile dshow/dxpatch/.arch-ids/=id
220         dshow/dxpatch/.arch-ids/DXVCSDK-9.0-gcc.patch.id
221         dshow/dxpatch/.arch-ids/DXVCSDK-9.0-gcc.txt.id
222         dshow/dxpatch/DXVCSDK-9.0-gcc.patch
223         dshow/dxpatch/DXVCSDK-9.0-gcc.txt dshow/sources.inc
224    
225        modified files:
226         dshow/dshow.dsp dshow/src/CXvidDecoder.cpp
227         dshow/src/Configure.cpp dshow/src/config.h dshow/src/debug.h
228         dshow/src/xvid.ax.rc
229    
230        new directories:
231         dshow/dxpatch dshow/dxpatch/.arch-ids
232    
233    
234    2004-07-18 15:01:02 GMT                                         patch-51
235    
236        Summary:
237          Added RD optimized block mode decision in bvops
238        Revision:
239          xvidcore--head--0.0--patch-51
240    
241        From sysKin:
242         *  Added RD optimized block mode decision in bvops.
243    
244        new files:
245         src/motion/.arch-ids/estimation_rd_based_bvop.c.id
246         src/motion/estimation_rd_based_bvop.c
247    
248        modified files:
249         build/generic/sources.inc build/win32/libxvidcore.dsp
250         build/win32/libxvidcore_static.dsp src/motion/estimation.h
251         src/motion/estimation_bvop.c src/motion/estimation_rd_based.c
252         src/plugins/plugin_2pass1.c src/xvid.h vfw/src/codec.c
253         vfw/src/config.c vfw/src/config.h vfw/src/resource.h
254         vfw/src/resource.rc
255    
256    
257    2004-07-17 11:37:21 GMT                                         patch-50
258    
259        Summary:
260          Stable merges
261        Revision:
262          xvidcore--head--0.0--patch-50
263    
264        Stable merges
265    
266        Patches applied:
267    
268         * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-45
269           Future version interoperability
270    
271         * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-46
272           Make sure time incr is never larger than 16bit.
273    
274    
275        modified files:
276         examples/xvid_decraw.c src/encoder.c
277    
278        new patches:
279         ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-45
280         ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-46
281    
282    
283    2004-07-16 19:53:27 GMT                                         patch-49
284    
285        Summary:
286          AR support in DShow
287        Revision:
288          xvidcore--head--0.0--patch-49
289    
290        From koepi/minolta:
291         * Added AR support to dshow frontend.
292    
293        modified files:
294         dshow/src/CXvidDecoder.cpp dshow/src/CXvidDecoder.h
295         dshow/src/config.c
296    
297    
298    2004-07-16 19:49:25 GMT                                         patch-48
299    
300        Summary:
301          VFW update and fixes
302        Revision:
303          xvidcore--head--0.0--patch-48
304    
305        From makc on our forums:
306         * Use non deprecated defines
307         * Fixed frame size formula.
308    
309        modified files:
310         TODO vfw/src/codec.c vfw/src/driverproc.c
311    
312    
313    2004-07-16 19:29:58 GMT                                         patch-47
314    
315        Summary:
316          SSE2 brightness postproc.
317        Revision:
318          xvidcore--head--0.0--patch-47
319    
320        From Decoder:
321         * Added SS2 brightness postproc code.
322    
323        new files:
324         src/image/x86_asm/.arch-ids/postprocessing_sse2.asm.id
325         src/image/x86_asm/postprocessing_sse2.asm
326    
327        modified files:
328         build/generic/sources.inc build/win32/libxvidcore.dsp
329         build/win32/libxvidcore_static.dsp src/image/postprocessing.h
330         src/xvid.c src/xvid.h
331    
332    
333    2004-07-14 23:27:14 GMT                                         patch-46
334    
335        Summary:
336          More audio for VFW bitcalc
337        Revision:
338          xvidcore--head--0.0--patch-46
339    
340        From ???:
341         * added more audio formats to bitcalc
342         * replaced old ogm overhead formula with more precise one
343    
344        modified files:
345         TODO vfw/src/config.c vfw/src/resource.rc
346    
347    
348    2004-07-14 13:01:57 GMT                                         patch-45
349    
350        Summary:
351          Enable MMX qpel in decoder.
352        Revision:
353          xvidcore--head--0.0--patch-45
354    
355        From ed.gomez:
356         * It seems we're not that smart. We had mmx qpel code for more than
357           a year, it is used in encoder but wasn't in decoder :\
358    
359        modified files:
360         src/decoder.c
361    
362    
363    2004-07-14 10:27:43 GMT                                         patch-44
364    
365        Summary:
366          Speedup block transfer C functionKeywords:
367        Revision:
368          xvidcore--head--0.0--patch-44
369    
370        From ed.gomez:
371         * Not that a useful patch for most of users, but transfer8x8 was
372           really too slow. Simple optimizations did great, all 32bit
373           platforms using the C code should benefit from this speedup.
374    
375        modified files:
376         src/utils/mem_transfer.c
377    
378    
379    2004-07-11 12:53:19 GMT                                         patch-43
380    
381        Summary:
382          Manual AR setting for dshow.
383        Revision:
384          xvidcore--head--0.0--patch-43
385    
386        From koepi:
387         * added manual AR setting in dshow.
388    
389        modified files:
390         dshow/src/CXvidDecoder.cpp dshow/src/config.c
391         dshow/src/config.h dshow/src/resource.h dshow/src/xvid.ax.rc
392    
393    
394    2004-07-11 10:34:56 GMT                                         patch-42
395    
396        Summary:
397          Added top field control to vfw.
398        Revision:
399          xvidcore--head--0.0--patch-42
400    
401        From koepi:
402         * added top field first flag to vfw.
403    
404        modified files:
405         vfw/src/codec.c vfw/src/config.c vfw/src/config.h
406         vfw/src/resource.h vfw/src/resource.rc
407    
408    
409    2004-07-10 17:47:01 GMT                                         patch-41
410    
411        Summary:
412          Decoder work.
413        Revision:
414          xvidcore--head--0.0--patch-41
415    
416        From ed.gomez:
417         * Faster get coeff (now gcc can even inline it)
418         * On the fly coeff dequant for inter blocks
419           (intra don't get this, because there are lot more non
420            zero coeffs, and i doubt it'd get faster with this)
421    
422        modified files:
423         src/bitstream/mbcoding.c src/bitstream/mbcoding.h
424         src/decoder.c
425    
426    
427    2004-07-10 17:34:19 GMT                                         patch-40
428    
429        Summary:
430          ChangeLog update + removed my email
431        Revision:
432          xvidcore--head--0.0--patch-40
433    
434        ChangeLog update + removed my email
435    
436    
437        modified files:
438         ChangeLog
439    
440    
441  2004-07-10 17:31:36 GMT                                         patch-39  2004-07-10 17:31:36 GMT                                         patch-39
442    
443      Summary:      Summary:

Legend:
Removed from v.1484  
changed lines
  Added in v.1525

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