[cvs] / xvidcore / ChangeLog Repository:
ViewVC logotype

Diff of /xvidcore/ChangeLog

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

revision 1.4, Fri May 21 14:40:15 2004 UTC revision 1.5, Sat Jun 12 13:02:12 2004 UTC
# Line 4  Line 4 
4  # relevant.  # relevant.
5    
6  #########################################################################  #########################################################################
7    # 1.0.1 (Bitstream Version 35)
8    #########################################################################
9    
10    2004-06-02 20:58:38 GMT                                         patch-38
11    
12        Summary:
13          DC clipping bug for real
14        Revision:
15          xvidcore--stable--1.0--patch-38
16    
17        From ed.gomez:
18         * patch-25  was  supposed to fix a DC clipping  bug. However  i
19           added the additional  clipping  code in the  wrong place. But
20           at least, my fix  didn't cause any trouble, it was just noop.
21           This patch should really fix this very "unlikely bug" (i  just
22           want to remind the reader that this bug isn't easy to  trigger,
23           and eg: my test sequences don't trigger it at all)
24    
25        BS version incremented: 35
26    
27        modified files:
28         src/decoder.c src/motion/estimation_rd_based.c
29         src/prediction/mbprediction.c src/prediction/mbprediction.h
30         src/xvid.h
31    
32    
33    2004-05-31 21:11:49 GMT                                         patch-37
34    
35        Summary:
36          time fixes to decoder.
37        Revision:
38          xvidcore--stable--1.0--patch-37
39    
40        From ed.gomez:
41         * timestamps were badly computed by teh decoder in some corner cases
42           (1fps). This bug revealed that, timestamps were indeed wrong as
43           expected, but that bvop blocks in direct mode (vectors interpolated)
44           were somewhat compensated with wrong vectors in these same corner
45           cases.
46    
47        modified files:
48         src/bitstream/bitstream.c src/decoder.c src/decoder.h
49    
50    
51    2004-05-30 09:36:13 GMT                                         patch-36
52    
53        Summary:
54          Wrong license header.
55        Revision:
56          xvidcore--stable--1.0--patch-36
57    
58        From ed.gomez:
59         * Pascal did agree a plain GPL migration long ago, but this file
60           remained GPL+location restriction.
61    
62        modified files:
63         src/image/reduced.c
64    
65    
66    2004-05-29 09:02:25 GMT                                         patch-35
67    
68        Summary:
69          More missing va_end() calls.
70        Revision:
71          xvidcore--stable--1.0--patch-35
72    
73        From pete:
74         * portab.h is plenty of missing calls to va_end().
75    
76        modified files:
77         src/portab.h
78    
79    
80    2004-05-28 21:28:21 GMT                                         patch-34
81    
82        Summary:
83          FPS=1 problem in decoder.
84        Revision:
85          xvidcore--stable--1.0--patch-34
86    
87        From ed.gomez:
88         * patch-24 did fix bad behavior in encoder, so at least, compliant
89           streams were generated but the decoder was still doing the maths
90           a wrong way. Apply same logic to decoder.
91    
92        Thanks to the patch-24 bug reporter for this followup.
93    
94        modified files:
95         src/bitstream/bitstream.c
96    
97    
98    2004-05-27 20:04:01 GMT                                         patch-33
99    
100        Summary:
101          Nasty typo in pvop vector lambdas.
102        Revision:
103          xvidcore--stable--1.0--patch-33
104    
105        From sysKin:
106         * s/+/*/ in the lambda value array for vectors in the pvop
107           estimation module.
108    
109        modified files:
110         src/motion/estimation_pvop.c
111    
112    
113    2004-05-26 13:23:38 GMT                                         patch-32
114    
115        Summary:
116          Bits/Bytes confusion in the VFW frontend.
117        Revision:
118          xvidcore--stable--1.0--patch-32
119    
120        From sysKin:
121         * confusion between the kilo, in kilobits (1000) and
122           the kilo in kilobytes (1024, should be named KiB anyway)
123         * biSizeImage is in bytes, not bits according to the Win32
124           API.
125    
126        modified files:
127         vfw/src/codec.c vfw/src/config.c
128    
129    
130    2004-05-26 09:28:31 GMT                                         patch-31
131    
132        Summary:
133          Close variable argument list.
134        Revision:
135          xvidcore--stable--1.0--patch-31
136    
137        From ed.gomez:
138         * Close the variable argument list as specified by the ANSI C
139           standard. Reported by Carsten <list4darav at gmx dot de> on
140           xvid-devel.
141    
142        modified files:
143         src/image/font.c
144    
145    
146    2004-05-26 09:00:26 GMT                                         patch-30
147    
148        Summary:
149          ICM compatibility for VFW
150        Revision:
151          xvidcore--stable--1.0--patch-30
152    
153        From sysKin:
154         * Makes the VFW frontend compatible with ICM applications
155           (Ooo, MS Office... etc). Reported on IRC.
156    
157        modified files:
158         vfw/src/config.c vfw/src/driverproc.c
159    
160    
161    2004-05-26 08:58:56 GMT                                         patch-29
162    
163        Summary:
164          Small trellis bug
165        Revision:
166          xvidcore--stable--1.0--patch-29
167    
168        From sysKin:
169         * Last coeff wasn't summed.
170    
171        Reported by Jean Marc.
172    
173        modified files:
174         src/utils/mbtransquant.c
175    
176    
177    2004-05-26 08:46:45 GMT                                         patch-28
178    
179        Summary:
180          Small bug in bframe ME.
181        Revision:
182          xvidcore--stable--1.0--patch-28
183    
184        From sysKin:
185         * Small bug in bframe ME.
186    
187        modified files:
188         src/motion/estimation_bvop.c
189    
190    #########################################################################
191  # 1.0.0 final (Bitstream Version 34)  # 1.0.0 final (Bitstream Version 34)
192  #########################################################################  #########################################################################
193    
194    2004-05-08 22:26:06 GMT                                         patch-27
195    
196        Summary:
197          Marking 1.0.0 final
198        Revision:
199          xvidcore--stable--1.0--patch-27
200    
201        From ed.gomez:
202         * Marking 1.0.0 final \o/
203    
204        modified files:
205         ChangeLog build/generic/configure.in src/xvid.h
206    
207    
208  2004-05-06 17:56:52 GMT                                         patch-26  2004-05-06 17:56:52 GMT                                         patch-26
209    
210      Summary:      Summary:

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

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