[svn] / trunk / xvidcore / ChangeLog-1.0 Repository:
ViewVC logotype

Diff of /trunk/xvidcore/ChangeLog-1.0

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

revision 1483, Sat Jul 10 17:39:05 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)  # 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  2004-06-02 20:58:38 GMT                                         patch-38
220    
221      Summary:      Summary:
# Line 2040  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-1.0,v 1.1 2004-07-10 17:39:05 edgomez Exp $ fields       * added $Id: ChangeLog-1.0,v 1.3 2004-07-26 20:29:27 edgomez Exp $ fields
2253       * Fixed copyright       * Fixed copyright
2254    
2255      modified files:      modified files:

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

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