[cvs] / xvidcore / ChangeLog Repository:
ViewVC logotype

Diff of /xvidcore/ChangeLog

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

revision 1.2.2.2, Sun May 9 21:21:30 2004 UTC revision 1.2.2.8, Sun Dec 19 12:04:27 2004 UTC
# Line 3  Line 3 
3  # also removed all my email adresses from the output because they are not  # also removed all my email adresses from the output because they are not
4  # relevant.  # relevant.
5    
6    
7    #########################################################################
8    # 1.0.3 (Bitstream Version 37)
9    #########################################################################
10    
11    2004-12-19 11:25:10 GMT                                         patch-63
12    
13        Summary:
14          Trellis overflow for quant<=2
15        Revision:
16          xvidcore--stable--1.0--patch-63
17    
18        From skal:
19         * Don't call trellis optimization if quant <= 2 as the code
20           overflows
21    
22        modified files:
23         src/utils/mbtransquant.c
24    
25    
26    2004-11-24 21:25:35 GMT                                         patch-62
27    
28        Summary:
29          Fixed stride in vfw frontend.
30        Revision:
31          xvidcore--stable--1.0--patch-62
32    
33        From pete:
34         * Fixed the way stride is computed in the VFW frontend.
35           (Same cure as for the DShow frontend)
36    
37        modified files:
38         vfw/src/codec.c
39    
40    
41    2004-11-24 21:09:45 GMT                                         patch-61
42    
43        Summary:
44          Fixed stride in DShow decoder.
45        Revision:
46          xvidcore--stable--1.0--patch-61
47    
48        From pete:
49         * Fixed the way stride is computed in DShow filter
50    
51        modified files:
52         dshow/src/CXvidDecoder.cpp
53    
54    
55    2004-11-24 21:05:54 GMT                                         patch-60
56    
57        Summary:
58          Fixed DiamondSearch
59        Revision:
60          xvidcore--stable--1.0--patch-60
61    
62        From sysKin:
63         * Fixed DiamondSearch, wrong directions were used in two cases.
64    
65        modified files:
66         src/motion/estimation_common.c
67    
68    
69    2004-10-12 20:59:17 GMT                                         patch-59
70    
71        Summary:
72          Don't read too short streams.
73        Revision:
74          xvidcore--stable--1.0--patch-59
75    
76        From sysKin:
77         * Dont even try to read bitstreams shorter than 4 bytes
78           (nb: 4 bytes == size of startcodes).
79    
80        modified files:
81         src/bitstream/bitstream.c
82    
83    
84    2004-10-12 20:33:59 GMT                                         patch-58
85    
86        Summary:
87          64bit fixes
88        Revision:
89          xvidcore--stable--1.0--patch-58
90    
91        From Andre Werthmann (wertmann at aei dot mpg dot de):
92         - uint vs int cleanups for addresses. This fixes various problems
93           for 64bit platforms.
94    
95        modified files:
96         src/image/interpolate8x8.h src/image/qpel.h
97         src/motion/estimation_bvop.c src/motion/motion_comp.c
98    
99    
100    2004-10-12 19:22:53 GMT                                         patch-57
101    
102        Summary:
103          ME fix.
104        Revision:
105          xvidcore--stable--1.0--patch-57
106    
107        From gruel:
108         * Diamond search sets iDirection to 0 preventing further searches.
109    
110        modified files:
111         src/motion/estimation_common.c
112    
113    
114    #########################################################################
115    # 1.0.2 (Bitstream Version 36)
116    #########################################################################
117    
118    2004-08-29 11:35:02 GMT                                         patch-56
119    
120        Summary:
121          ChangeLog update
122        Revision:
123          xvidcore--stable--1.0--patch-56
124    
125        ChangeLog update
126    
127    
128        modified files:
129         ChangeLog
130    
131    
132    2004-08-29 11:24:26 GMT                                         patch-55
133    
134        Summary:
135          Merged one important forgotten bugfix from head
136        Revision:
137          xvidcore--stable--1.0--patch-55
138    
139        Merged one important forgotten bugfix from head
140    
141        Patches applied:
142    
143         * ed.gomez@free.fr--2004-1/xvidcore--head--0.0--patch-70
144           Out of bounds MVs clipping
145    
146         * ed.gomez@free.fr--2004-1/xvidcore--head--0.0--patch-71
147           Decoder optimization (fixing regression)
148    
149    
150        modified files:
151         src/decoder.c
152    
153        new patches:
154         ed.gomez@free.fr--2004-1/xvidcore--head--0.0--patch-70
155         ed.gomez@free.fr--2004-1/xvidcore--head--0.0--patch-71
156    
157    
158    2004-08-29 10:51:58 GMT                                         patch-54
159    
160        Summary:
161          Marking 1.0.2
162        Revision:
163          xvidcore--stable--1.0--patch-54
164    
165        From ed.gomez:
166         * Marking 1.0.2
167    
168        modified files:
169         ChangeLog build/generic/configure.in src/xvid.c src/xvid.h
170    
171    
172    2004-08-22 13:08:44 GMT                                         patch-53
173    
174        Summary:
175          Thread safety problem in idct C version
176        Revision:
177          xvidcore--stable--1.0--patch-53
178    
179        From ed.gomez:
180         * Fixed a thread safety problem in C version of the
181           idct function. Added some comments on some static
182           data not marked as RO.
183    
184        modified files:
185         src/bitstream/mbcoding.c src/dct/idct.c
186    
187    
188    2004-08-21 11:45:55 GMT                                         patch-52
189    
190        Summary:
191          Stupid typo+error in fdct_xxx_skal macro generator.
192        Revision:
193          xvidcore--stable--1.0--patch-52
194    
195        From Nicolas Boulay:
196         * Found a typo mistake (ecx->eax) and an error in the same line
197           But as we're lucky, the unrolled version was bugfree, and that
198           is that one which is used.
199    
200        modified files:
201         src/dct/x86_asm/fdct_mmx_skal.asm
202    
203    
204    2004-07-26 20:21:24 GMT                                         patch-51
205    
206        Summary:
207          ChangeLog Update
208        Revision:
209          xvidcore--stable--1.0--patch-51
210    
211        ChangeLog Update
212    
213    
214        modified files:
215         ChangeLog
216    
217    
218    2004-07-24 11:33:57 GMT                                         patch-50
219    
220        Summary:
221          BVOP direct/interpolated ref block rounding fix.
222        Revision:
223          xvidcore--stable--1.0--patch-50
224    
225        From ed.gomez:
226         * BVOP direct/interpolated ref block rounding fix.
227           It's been using rounding=1 for averaging stage since ever.
228           The standard says it's rounding=0.
229    
230           See standard clause 7.6.9.4 for explicit code and Section 6.3.5
231           that says "rounding=0" in bframes as they don't set the
232           vop_rounding_type in VOP header. Both sections match, xvid was
233           wrong
234    
235        modified files:
236         src/decoder.c
237    
238    
239    2004-07-23 20:37:09 GMT                                         patch-49
240    
241        Summary:
242          Removed data qualifer in .rodata
243        Revision:
244          xvidcore--stable--1.0--patch-49
245    
246        From ed.gomez:
247         * long standing warning by yasm... data isn't a keyword for
248           .(ro)data sections.
249    
250        modified files:
251         src/bitstream/x86_asm/cbp_mmx.asm
252         src/bitstream/x86_asm/cbp_sse2.asm
253         src/dct/x86_asm/fdct_mmx_ffmpeg.asm
254         src/dct/x86_asm/fdct_mmx_skal.asm
255         src/dct/x86_asm/fdct_sse2_skal.asm
256         src/dct/x86_asm/idct_3dne.asm src/dct/x86_asm/idct_mmx.asm
257         src/dct/x86_asm/idct_sse2_dmitry.asm
258         src/dct/x86_asm/simple_idct_mmx.asm
259         src/image/x86_asm/colorspace_rgb_mmx.asm
260         src/image/x86_asm/colorspace_yuyv_mmx.asm
261         src/image/x86_asm/interpolate8x8_3dn.asm
262         src/image/x86_asm/interpolate8x8_3dne.asm
263         src/image/x86_asm/interpolate8x8_mmx.asm
264         src/image/x86_asm/interpolate8x8_xmm.asm
265         src/image/x86_asm/qpel_mmx.asm
266         src/image/x86_asm/reduced_mmx.asm
267         src/motion/x86_asm/sad_3dn.asm src/motion/x86_asm/sad_3dne.asm
268         src/motion/x86_asm/sad_mmx.asm src/motion/x86_asm/sad_sse2.asm
269         src/motion/x86_asm/sad_xmm.asm
270         src/quant/x86_asm/quantize_h263_3dne.asm
271         src/quant/x86_asm/quantize_h263_mmx.asm
272         src/quant/x86_asm/quantize_mpeg_mmx.asm
273         src/quant/x86_asm/quantize_mpeg_xmm.asm
274         src/utils/x86_asm/cpuid.asm
275         src/utils/x86_asm/interlacing_mmx.asm
276         src/utils/x86_asm/mem_transfer_3dne.asm
277         src/utils/x86_asm/mem_transfer_mmx.asm
278    
279    
280    2004-07-19 18:45:14 GMT                                         patch-48
281    
282        Summary:
283          Complete previous xvid_decraw patch
284        Revision:
285          xvidcore--stable--1.0--patch-48
286    
287        Complete previous xvid_decraw patch
288    
289    
290        modified files:
291         examples/xvid_decraw.c
292    
293    
294    2004-07-18 11:58:48 GMT                                         patch-47
295    
296        Summary:
297          ISO C99'ism fix
298        Revision:
299          xvidcore--stable--1.0--patch-47
300    
301        ISO C99'ism fix
302    
303    
304        modified files:
305         src/encoder.c
306    
307    
308    2004-07-17 11:32:42 GMT                                         patch-46
309    
310        Summary:
311          Make sure time incr is never larger than 16bit.
312        Revision:
313          xvidcore--stable--1.0--patch-46
314    
315        From ed.gomez:
316         * Keep both fbase and fincr under 16bit limit.
317    
318        modified files:
319         src/encoder.c
320    
321    
322    2004-07-17 10:00:42 GMT                                         patch-45
323    
324        Summary:
325          Future version interoperability
326        Revision:
327          xvidcore--stable--1.0--patch-45
328    
329        From ed.gomez:
330         * Zeroing the structures is the best way not to pass
331           wrong data when dealing with slightly new XviD (like
332           head). If we don't zero here, then brightness is not
333           initialized in HEAD leading to crash.
334    
335        modified files:
336         examples/xvid_decraw.c
337    
338    
339    2004-07-10 17:30:40 GMT                                         patch-44
340    
341        Summary:
342          ChangeLog update
343        Revision:
344          xvidcore--stable--1.0--patch-44
345    
346        ChangeLog update
347    
348    
349        modified files:
350         ChangeLog
351    
352    
353    2004-07-10 17:27:06 GMT                                         patch-43
354    
355        Summary:
356          Small mem leak in vfw.
357        Revision:
358          xvidcore--stable--1.0--patch-43
359    
360        From sysKin:
361         * Free zones.
362    
363        modified files:
364         vfw/src/codec.c
365    
366    
367    2004-07-10 16:55:53 GMT                                         patch-42
368    
369        Summary:
370          Fix wrong matrix reading logic.
371        Revision:
372          xvidcore--stable--1.0--patch-42
373    
374        From sysKin:
375         * Fix a problem reading quantization matrix.
376    
377        modified files:
378         src/bitstream/bitstream.c
379    
380    
381    2004-06-26 21:26:35 GMT                                         patch-41
382    
383        Summary:
384          low delay guessing (il)logic fix.
385        Revision:
386          xvidcore--stable--1.0--patch-41
387    
388        From sysKin:
389         * bframes were decoded wrong when trying to guess low_delay flag
390           as specified in the standard when vol_control_parameters aren't
391           available.
392    
393        modified files:
394         src/decoder.c
395    
396    
397    2004-06-13 19:15:05 GMT                                         patch-40
398    
399        Summary:
400          Small memory error in ia32 cpuid function.
401        Revision:
402          xvidcore--stable--1.0--patch-40
403    
404        From ed.gomez:
405         * Valgrind detected a write to suspicious stack space. To avoid
406           any false reporting, added an explicit stack space allocation.
407    
408        modified files:
409         src/utils/x86_asm/cpuid.asm
410    
411    #########################################################################
412    # 1.0.1 (Bitstream Version 35)
413    #########################################################################
414    
415    2004-06-05 22:55:56 GMT                                         patch-39
416    
417        Summary:
418          Marking 1.0.1 release
419        Revision:
420          xvidcore--stable--1.0--patch-39
421    
422        Marking 1.0.1 release
423    
424    
425        modified files:
426         ChangeLog TODO build/generic/configure.in src/xvid.c
427         src/xvid.h
428    
429    
430    2004-06-02 20:58:38 GMT                                         patch-38
431    
432        Summary:
433          DC clipping bug for real
434        Revision:
435          xvidcore--stable--1.0--patch-38
436    
437        From ed.gomez:
438         * patch-25  was  supposed to fix a DC clipping  bug. However  i
439           added the additional  clipping  code in the  wrong place. But
440           at least, my fix  didn't cause any trouble, it was just noop.
441           This patch should really fix this very "unlikely bug" (i  just
442           want to remind the reader that this bug isn't easy to  trigger,
443           and eg: my test sequences don't trigger it at all)
444    
445        BS version incremented: 35
446    
447        modified files:
448         src/decoder.c src/motion/estimation_rd_based.c
449         src/prediction/mbprediction.c src/prediction/mbprediction.h
450         src/xvid.h
451    
452    
453    2004-05-31 21:11:49 GMT                                         patch-37
454    
455        Summary:
456          time fixes to decoder.
457        Revision:
458          xvidcore--stable--1.0--patch-37
459    
460        From ed.gomez:
461         * timestamps were badly computed by teh decoder in some corner cases
462           (1fps). This bug revealed that, timestamps were indeed wrong as
463           expected, but that bvop blocks in direct mode (vectors interpolated)
464           were somewhat compensated with wrong vectors in these same corner
465           cases.
466    
467        modified files:
468         src/bitstream/bitstream.c src/decoder.c src/decoder.h
469    
470    
471    2004-05-30 09:36:13 GMT                                         patch-36
472    
473        Summary:
474          Wrong license header.
475        Revision:
476          xvidcore--stable--1.0--patch-36
477    
478        From ed.gomez:
479         * Pascal did agree a plain GPL migration long ago, but this file
480           remained GPL+location restriction.
481    
482        modified files:
483         src/image/reduced.c
484    
485    
486    2004-05-29 09:02:25 GMT                                         patch-35
487    
488        Summary:
489          More missing va_end() calls.
490        Revision:
491          xvidcore--stable--1.0--patch-35
492    
493        From pete:
494         * portab.h is plenty of missing calls to va_end().
495    
496        modified files:
497         src/portab.h
498    
499    
500    2004-05-28 21:28:21 GMT                                         patch-34
501    
502        Summary:
503          FPS=1 problem in decoder.
504        Revision:
505          xvidcore--stable--1.0--patch-34
506    
507        From ed.gomez:
508         * patch-24 did fix bad behavior in encoder, so at least, compliant
509           streams were generated but the decoder was still doing the maths
510           a wrong way. Apply same logic to decoder.
511    
512        Thanks to the patch-24 bug reporter for this followup.
513    
514        modified files:
515         src/bitstream/bitstream.c
516    
517    
518    2004-05-27 20:04:01 GMT                                         patch-33
519    
520        Summary:
521          Nasty typo in pvop vector lambdas.
522        Revision:
523          xvidcore--stable--1.0--patch-33
524    
525        From sysKin:
526         * s/+/*/ in the lambda value array for vectors in the pvop
527           estimation module.
528    
529        modified files:
530         src/motion/estimation_pvop.c
531    
532    
533    2004-05-26 13:23:38 GMT                                         patch-32
534    
535        Summary:
536          Bits/Bytes confusion in the VFW frontend.
537        Revision:
538          xvidcore--stable--1.0--patch-32
539    
540        From sysKin:
541         * confusion between the kilo, in kilobits (1000) and
542           the kilo in kilobytes (1024, should be named KiB anyway)
543         * biSizeImage is in bytes, not bits according to the Win32
544           API.
545    
546        modified files:
547         vfw/src/codec.c vfw/src/config.c
548    
549    
550    2004-05-26 09:28:31 GMT                                         patch-31
551    
552        Summary:
553          Close variable argument list.
554        Revision:
555          xvidcore--stable--1.0--patch-31
556    
557        From ed.gomez:
558         * Close the variable argument list as specified by the ANSI C
559           standard. Reported by Carsten <list4darav at gmx dot de> on
560           xvid-devel.
561    
562        modified files:
563         src/image/font.c
564    
565    
566    2004-05-26 09:00:26 GMT                                         patch-30
567    
568        Summary:
569          ICM compatibility for VFW
570        Revision:
571          xvidcore--stable--1.0--patch-30
572    
573        From sysKin:
574         * Makes the VFW frontend compatible with ICM applications
575           (Ooo, MS Office... etc). Reported on IRC.
576    
577        modified files:
578         vfw/src/config.c vfw/src/driverproc.c
579    
580    
581    2004-05-26 08:58:56 GMT                                         patch-29
582    
583        Summary:
584          Small trellis bug
585        Revision:
586          xvidcore--stable--1.0--patch-29
587    
588        From sysKin:
589         * Last coeff wasn't summed.
590    
591        Reported by Jean Marc.
592    
593        modified files:
594         src/utils/mbtransquant.c
595    
596    
597    2004-05-26 08:46:45 GMT                                         patch-28
598    
599        Summary:
600          Small bug in bframe ME.
601        Revision:
602          xvidcore--stable--1.0--patch-28
603    
604        From sysKin:
605         * Small bug in bframe ME.
606    
607        modified files:
608         src/motion/estimation_bvop.c
609    
610  #########################################################################  #########################################################################
611  # 1.0.0 final (Bitstream Version 34)  # 1.0.0 final (Bitstream Version 34)
612  #########################################################################  #########################################################################
613    
614    2004-05-08 22:26:06 GMT                                         patch-27
615    
616        Summary:
617          Marking 1.0.0 final
618        Revision:
619          xvidcore--stable--1.0--patch-27
620    
621        From ed.gomez:
622         * Marking 1.0.0 final \o/
623    
624        modified files:
625         ChangeLog build/generic/configure.in src/xvid.h
626    
627    
628  2004-05-06 17:56:52 GMT                                         patch-26  2004-05-06 17:56:52 GMT                                         patch-26
629    
630      Summary:      Summary:

Legend:
Removed from v.1.2.2.2  
changed lines
  Added in v.1.2.2.8

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