[svn] / branches / release-1_0-branch / xvidcore / ChangeLog Repository:
ViewVC logotype

Diff of /branches/release-1_0-branch/xvidcore/ChangeLog

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

revision 1449, Sun May 9 21:21:30 2004 UTC revision 1525, Mon Jul 26 20:30:10 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    2004-07-24 11:33:57 GMT                                         patch-50
8    
9        Summary:
10          BVOP direct/interpolated ref block rounding fix.
11        Revision:
12          xvidcore--stable--1.0--patch-50
13    
14        From ed.gomez:
15         * BVOP direct/interpolated ref block rounding fix.
16           It's been using rounding=1 for averaging stage since ever.
17           The standard says it's rounding=0.
18    
19           See standard clause 7.6.9.4 for explicit code and Section 6.3.5
20           that says "rounding=0" in bframes as they don't set the
21           vop_rounding_type in VOP header. Both sections match, xvid was
22           wrong
23    
24        modified files:
25         src/decoder.c
26    
27    
28    2004-07-23 20:37:09 GMT                                         patch-49
29    
30        Summary:
31          Removed data qualifer in .rodata
32        Revision:
33          xvidcore--stable--1.0--patch-49
34    
35        From ed.gomez:
36         * long standing warning by yasm... data isn't a keyword for
37           .(ro)data sections.
38    
39        modified files:
40         src/bitstream/x86_asm/cbp_mmx.asm
41         src/bitstream/x86_asm/cbp_sse2.asm
42         src/dct/x86_asm/fdct_mmx_ffmpeg.asm
43         src/dct/x86_asm/fdct_mmx_skal.asm
44         src/dct/x86_asm/fdct_sse2_skal.asm
45         src/dct/x86_asm/idct_3dne.asm src/dct/x86_asm/idct_mmx.asm
46         src/dct/x86_asm/idct_sse2_dmitry.asm
47         src/dct/x86_asm/simple_idct_mmx.asm
48         src/image/x86_asm/colorspace_rgb_mmx.asm
49         src/image/x86_asm/colorspace_yuyv_mmx.asm
50         src/image/x86_asm/interpolate8x8_3dn.asm
51         src/image/x86_asm/interpolate8x8_3dne.asm
52         src/image/x86_asm/interpolate8x8_mmx.asm
53         src/image/x86_asm/interpolate8x8_xmm.asm
54         src/image/x86_asm/qpel_mmx.asm
55         src/image/x86_asm/reduced_mmx.asm
56         src/motion/x86_asm/sad_3dn.asm src/motion/x86_asm/sad_3dne.asm
57         src/motion/x86_asm/sad_mmx.asm src/motion/x86_asm/sad_sse2.asm
58         src/motion/x86_asm/sad_xmm.asm
59         src/quant/x86_asm/quantize_h263_3dne.asm
60         src/quant/x86_asm/quantize_h263_mmx.asm
61         src/quant/x86_asm/quantize_mpeg_mmx.asm
62         src/quant/x86_asm/quantize_mpeg_xmm.asm
63         src/utils/x86_asm/cpuid.asm
64         src/utils/x86_asm/interlacing_mmx.asm
65         src/utils/x86_asm/mem_transfer_3dne.asm
66         src/utils/x86_asm/mem_transfer_mmx.asm
67    
68    
69    2004-07-19 18:45:14 GMT                                         patch-48
70    
71        Summary:
72          Complete previous xvid_decraw patch
73        Revision:
74          xvidcore--stable--1.0--patch-48
75    
76        Complete previous xvid_decraw patch
77    
78    
79        modified files:
80         examples/xvid_decraw.c
81    
82    
83    2004-07-18 11:58:48 GMT                                         patch-47
84    
85        Summary:
86          ISO C99'ism fix
87        Revision:
88          xvidcore--stable--1.0--patch-47
89    
90        ISO C99'ism fix
91    
92    
93        modified files:
94         src/encoder.c
95    
96    
97    2004-07-17 11:32:42 GMT                                         patch-46
98    
99        Summary:
100          Make sure time incr is never larger than 16bit.
101        Revision:
102          xvidcore--stable--1.0--patch-46
103    
104        From ed.gomez:
105         * Keep both fbase and fincr under 16bit limit.
106    
107        modified files:
108         src/encoder.c
109    
110    
111    2004-07-17 10:00:42 GMT                                         patch-45
112    
113        Summary:
114          Future version interoperability
115        Revision:
116          xvidcore--stable--1.0--patch-45
117    
118        From ed.gomez:
119         * Zeroing the structures is the best way not to pass
120           wrong data when dealing with slightly new XviD (like
121           head). If we don't zero here, then brightness is not
122           initialized in HEAD leading to crash.
123    
124        modified files:
125         examples/xvid_decraw.c
126    
127    
128    2004-07-10 17:30:40 GMT                                         patch-44
129    
130        Summary:
131          ChangeLog update
132        Revision:
133          xvidcore--stable--1.0--patch-44
134    
135        ChangeLog update
136    
137    
138        modified files:
139         ChangeLog
140    
141    
142    2004-07-10 17:27:06 GMT                                         patch-43
143    
144        Summary:
145          Small mem leak in vfw.
146        Revision:
147          xvidcore--stable--1.0--patch-43
148    
149        From sysKin:
150         * Free zones.
151    
152        modified files:
153         vfw/src/codec.c
154    
155    
156    2004-07-10 16:55:53 GMT                                         patch-42
157    
158        Summary:
159          Fix wrong matrix reading logic.
160        Revision:
161          xvidcore--stable--1.0--patch-42
162    
163        From sysKin:
164         * Fix a problem reading quantization matrix.
165    
166        modified files:
167         src/bitstream/bitstream.c
168    
169    
170    2004-06-26 21:26:35 GMT                                         patch-41
171    
172        Summary:
173          low delay guessing (il)logic fix.
174        Revision:
175          xvidcore--stable--1.0--patch-41
176    
177        From sysKin:
178         * bframes were decoded wrong when trying to guess low_delay flag
179           as specified in the standard when vol_control_parameters aren't
180           available.
181    
182        modified files:
183         src/decoder.c
184    
185    
186    2004-06-13 19:15:05 GMT                                         patch-40
187    
188        Summary:
189          Small memory error in ia32 cpuid function.
190        Revision:
191          xvidcore--stable--1.0--patch-40
192    
193        From ed.gomez:
194         * Valgrind detected a write to suspicious stack space. To avoid
195           any false reporting, added an explicit stack space allocation.
196    
197        modified files:
198         src/utils/x86_asm/cpuid.asm
199    
200    #########################################################################
201    # 1.0.1 (Bitstream Version 35)
202    #########################################################################
203    
204    2004-06-05 22:55:56 GMT                                         patch-39
205    
206        Summary:
207          Marking 1.0.1 release
208        Revision:
209          xvidcore--stable--1.0--patch-39
210    
211        Marking 1.0.1 release
212    
213    
214        modified files:
215         ChangeLog TODO build/generic/configure.in src/xvid.c
216         src/xvid.h
217    
218    
219    2004-06-02 20:58:38 GMT                                         patch-38
220    
221        Summary:
222          DC clipping bug for real
223        Revision:
224          xvidcore--stable--1.0--patch-38
225    
226        From ed.gomez:
227         * patch-25  was  supposed to fix a DC clipping  bug. However  i
228           added the additional  clipping  code in the  wrong place. But
229           at least, my fix  didn't cause any trouble, it was just noop.
230           This patch should really fix this very "unlikely bug" (i  just
231           want to remind the reader that this bug isn't easy to  trigger,
232           and eg: my test sequences don't trigger it at all)
233    
234        BS version incremented: 35
235    
236        modified files:
237         src/decoder.c src/motion/estimation_rd_based.c
238         src/prediction/mbprediction.c src/prediction/mbprediction.h
239         src/xvid.h
240    
241    
242    2004-05-31 21:11:49 GMT                                         patch-37
243    
244        Summary:
245          time fixes to decoder.
246        Revision:
247          xvidcore--stable--1.0--patch-37
248    
249        From ed.gomez:
250         * timestamps were badly computed by teh decoder in some corner cases
251           (1fps). This bug revealed that, timestamps were indeed wrong as
252           expected, but that bvop blocks in direct mode (vectors interpolated)
253           were somewhat compensated with wrong vectors in these same corner
254           cases.
255    
256        modified files:
257         src/bitstream/bitstream.c src/decoder.c src/decoder.h
258    
259    
260    2004-05-30 09:36:13 GMT                                         patch-36
261    
262        Summary:
263          Wrong license header.
264        Revision:
265          xvidcore--stable--1.0--patch-36
266    
267        From ed.gomez:
268         * Pascal did agree a plain GPL migration long ago, but this file
269           remained GPL+location restriction.
270    
271        modified files:
272         src/image/reduced.c
273    
274    
275    2004-05-29 09:02:25 GMT                                         patch-35
276    
277        Summary:
278          More missing va_end() calls.
279        Revision:
280          xvidcore--stable--1.0--patch-35
281    
282        From pete:
283         * portab.h is plenty of missing calls to va_end().
284    
285        modified files:
286         src/portab.h
287    
288    
289    2004-05-28 21:28:21 GMT                                         patch-34
290    
291        Summary:
292          FPS=1 problem in decoder.
293        Revision:
294          xvidcore--stable--1.0--patch-34
295    
296        From ed.gomez:
297         * patch-24 did fix bad behavior in encoder, so at least, compliant
298           streams were generated but the decoder was still doing the maths
299           a wrong way. Apply same logic to decoder.
300    
301        Thanks to the patch-24 bug reporter for this followup.
302    
303        modified files:
304         src/bitstream/bitstream.c
305    
306    
307    2004-05-27 20:04:01 GMT                                         patch-33
308    
309        Summary:
310          Nasty typo in pvop vector lambdas.
311        Revision:
312          xvidcore--stable--1.0--patch-33
313    
314        From sysKin:
315         * s/+/*/ in the lambda value array for vectors in the pvop
316           estimation module.
317    
318        modified files:
319         src/motion/estimation_pvop.c
320    
321    
322    2004-05-26 13:23:38 GMT                                         patch-32
323    
324        Summary:
325          Bits/Bytes confusion in the VFW frontend.
326        Revision:
327          xvidcore--stable--1.0--patch-32
328    
329        From sysKin:
330         * confusion between the kilo, in kilobits (1000) and
331           the kilo in kilobytes (1024, should be named KiB anyway)
332         * biSizeImage is in bytes, not bits according to the Win32
333           API.
334    
335        modified files:
336         vfw/src/codec.c vfw/src/config.c
337    
338    
339    2004-05-26 09:28:31 GMT                                         patch-31
340    
341        Summary:
342          Close variable argument list.
343        Revision:
344          xvidcore--stable--1.0--patch-31
345    
346        From ed.gomez:
347         * Close the variable argument list as specified by the ANSI C
348           standard. Reported by Carsten <list4darav at gmx dot de> on
349           xvid-devel.
350    
351        modified files:
352         src/image/font.c
353    
354    
355    2004-05-26 09:00:26 GMT                                         patch-30
356    
357        Summary:
358          ICM compatibility for VFW
359        Revision:
360          xvidcore--stable--1.0--patch-30
361    
362        From sysKin:
363         * Makes the VFW frontend compatible with ICM applications
364           (Ooo, MS Office... etc). Reported on IRC.
365    
366        modified files:
367         vfw/src/config.c vfw/src/driverproc.c
368    
369    
370    2004-05-26 08:58:56 GMT                                         patch-29
371    
372        Summary:
373          Small trellis bug
374        Revision:
375          xvidcore--stable--1.0--patch-29
376    
377        From sysKin:
378         * Last coeff wasn't summed.
379    
380        Reported by Jean Marc.
381    
382        modified files:
383         src/utils/mbtransquant.c
384    
385    
386    2004-05-26 08:46:45 GMT                                         patch-28
387    
388        Summary:
389          Small bug in bframe ME.
390        Revision:
391          xvidcore--stable--1.0--patch-28
392    
393        From sysKin:
394         * Small bug in bframe ME.
395    
396        modified files:
397         src/motion/estimation_bvop.c
398    
399  #########################################################################  #########################################################################
400  # 1.0.0 final (Bitstream Version 34)  # 1.0.0 final (Bitstream Version 34)
401  #########################################################################  #########################################################################
402    
403    2004-05-08 22:26:06 GMT                                         patch-27
404    
405        Summary:
406          Marking 1.0.0 final
407        Revision:
408          xvidcore--stable--1.0--patch-27
409    
410        From ed.gomez:
411         * Marking 1.0.0 final \o/
412    
413        modified files:
414         ChangeLog build/generic/configure.in src/xvid.h
415    
416    
417  2004-05-06 17:56:52 GMT                                         patch-26  2004-05-06 17:56:52 GMT                                         patch-26
418    
419      Summary:      Summary:
# Line 1842  Line 2249 
2249         the bvop lag frame (black with error message).         the bvop lag frame (black with error message).
2250    
2251      Fixing previous patch a bit:      Fixing previous patch a bit:
2252       * added $Id: ChangeLog,v 1.2.2.2 2004-05-09 21:21:30 edgomez Exp $ fields       * added $Id: ChangeLog,v 1.2.2.5 2004-07-26 20:30:10 edgomez Exp $ fields
2253       * Fixed copyright       * Fixed copyright
2254    
2255      modified files:      modified files:

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

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