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

Diff of /branches/release-1_3-branch/xvidcore/ChangeLog-1.0

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

trunk/xvidcore/ChangeLog-1.0 revision 1525, Mon Jul 26 20:30:10 2004 UTC branches/release-1_3-branch/xvidcore/ChangeLog-1.0 revision 1925, Mon Dec 27 16:39:33 2010 UTC
# Line 4  Line 4 
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  2004-07-24 11:33:57 GMT                                         patch-50
219    
220      Summary:      Summary:
# Line 2249  Line 2460 
2460         the bvop lag frame (black with error message).         the bvop lag frame (black with error message).
2461    
2462      Fixing previous patch a bit:      Fixing previous patch a bit:
2463       * added $Id: ChangeLog-1.0,v 1.3 2004-07-26 20:29:27 edgomez Exp $ fields       * added $Id: ChangeLog-1.0,v 1.5 2004-12-19 12:49:05 edgomez Exp $ fields
2464       * Fixed copyright       * Fixed copyright
2465    
2466      modified files:      modified files:

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

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