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

Diff of /trunk/xvidcore/ChangeLog

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

revision 1382, Mon Mar 22 22:36:25 2004 UTC revision 1412, Mon Apr 5 20:36:37 2004 UTC
# Line 6  Line 6 
6  #  #
7    
8    
9    2004-04-04 14:07:00 GMT                                         patch-4
10    
11        Summary:
12          Frame dropping disabling for bframes.
13        Revision:
14          xvidcore--stable--1.0--patch-4
15    
16        From sysKin & Pete:
17         * Disable frame dropping with bframes enabled. These two options
18           do not play fine together.
19    
20        modified files:
21         src/encoder.c
22    
23    
24    2004-04-04 14:05:50 GMT                                         patch-3
25    
26        Summary:
27          Dead code removal.
28        Revision:
29          xvidcore--stable--1.0--patch-3
30    
31        From sysKin:
32         * FrameCodeP was always called with contanst parameters. Removed
33           these parameters and associated dead code.
34    
35        modified files:
36         src/encoder.c
37    
38    
39    2004-04-04 14:03:42 GMT                                         patch-2
40    
41        Summary:
42          Typo in ME fast comparison.
43        Revision:
44          xvidcore--stable--1.0--patch-2
45    
46        From sysKin:
47         * Small typo in Fast ME code.
48    
49        modified files:
50         src/motion/estimation_common.c
51    
52    
53    2004-04-02 23:58:19 GMT                                         patch-1
54    
55        Summary:
56          VFW Resource leak fix (try #2)
57        Revision:
58          xvidcore--stable--1.0--patch-1
59    
60        From Suiryc on IRC:
61         * both encoder and decoder ending functions were calling
62           the dll freeing code. This was an error as the first function
63           called would unbind core function for the second called one.
64           Thus xvidcore could not release buffers.
65    
66        modified files:
67         vfw/src/codec.c vfw/src/driverproc.c
68    
69    
70    2004-04-02 20:33:02 GMT                                         base-0
71    
72        Summary:
73          tag of ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-53
74        Revision:
75          xvidcore--stable--1.0--base-0
76    
77        (automatically generated log message)
78    
79    
80    2004-03-31 19:32:47 GMT                                         patch-53
81    
82        Summary:
83          Ressources leaking in VFW.
84        Revision:
85          xvidcore--devapi4--1.0--patch-53
86    
87        From sysKin:
88         * Storing ressources in global vars is making multithreaded/instanced
89           apps leaking lot of memory. Moved these vars to codec struct.
90    
91        Thanks to dalox <fdalleau at hymatom d0t fr> to spot and fix the bug.
92    
93        modified files:
94         vfw/src/codec.c vfw/src/codec.h vfw/src/driverproc.c
95    
96    
97    2004-03-31 19:28:51 GMT                                         patch-52
98    
99        Summary:
100          Fix to bad NVOP+bframe interaction.
101        Revision:
102          xvidcore--devapi4--1.0--patch-52
103    
104        From syskin:
105         * When generating a NVOP, it interferes with bframe flushing and
106           packing.
107    
108        modified files:
109         src/encoder.c
110    
111    
112    2004-03-31 19:24:42 GMT                                         patch-51
113    
114        Summary:
115          Fix GMC 2 warp point.
116        Revision:
117          xvidcore--devapi4--1.0--patch-51
118    
119        From Skal:
120         * Fix 2 warp points GMC.
121    
122        modified files:
123         src/motion/gmc.c
124    
125    
126    2004-03-31 19:18:46 GMT                                         patch-50
127    
128        Summary:
129          Added intra quant testing.
130        Revision:
131          xvidcore--devapi4--1.0--patch-50
132    
133        From Skal:
134         * Added intra quant testing to xvid_bench
135    
136        modified files:
137         examples/xvid_bench.c
138    
139    
140    2004-03-31 19:07:55 GMT                                         patch-49
141    
142        Summary:
143          input width/height check
144        Revision:
145          xvidcore--devapi4--1.0--patch-49
146    
147        From Skal:
148         * Input width and height aren't checked and this can cause crash.
149    
150        modified files:
151         src/encoder.c
152    
153    
154    2004-03-28 01:02:21 GMT                                         patch-48
155    
156        Summary:
157          $ CVS expansion removed
158        Revision:
159          xvidcore--devapi4--1.0--patch-48
160    
161        $ CVS expansion removed
162    
163    
164        modified files:
165         dshow/src/Configure.cpp dshow/src/config.c
166         examples/xvid_encraw.c
167    
168    
169    2004-03-28 00:45:23 GMT                                         patch-47
170    
171        Summary:
172          Allow bigger frames
173        Revision:
174          xvidcore--devapi4--1.0--patch-47
175    
176        Allow bigger frames
177    
178    
179        modified files:
180         examples/xvid_encraw.c
181    
182    
183    2004-03-28 00:41:54 GMT                                         patch-46
184    
185        Summary:
186          Fix in postproc header
187        Revision:
188          xvidcore--devapi4--1.0--patch-46
189    
190        Fix in postproc header
191    
192    
193        modified files:
194         src/image/postprocessing.h
195    
196    
197    2004-03-28 00:33:02 GMT                                         patch-45
198    
199        Summary:
200          Fixed xvidvfw build on real mingw+msys systems
201        Revision:
202          xvidcore--devapi4--1.0--patch-45
203    
204        Fixed xvidvfw build on real mingw+msys systems
205    
206    
207        modified files:
208         vfw/bin/Makefile
209    
210    
211    2004-03-15 21:48:48 GMT                                         patch-44
212    
213        Summary:
214          VFW updates.
215        Revision:
216          xvidcore--devapi4--1.0--patch-44
217    
218        VFW updates.
219    
220        modified files:
221         vfw/src/config.c vfw/src/resource.rc
222    
223    
224    2004-03-15 21:44:17 GMT                                         patch-43
225    
226        Summary:
227          GMC bugfix.
228        Revision:
229          xvidcore--devapi4--1.0--patch-43
230    
231        From skal:
232         * GMC bugfixes.
233    
234        modified files:
235         src/motion/gmc.c
236    
237    
238    2004-03-15 21:41:18 GMT                                         patch-42
239    
240        Summary:
241          Buffer overrun fix in post proc.
242        Revision:
243          xvidcore--devapi4--1.0--patch-42
244    
245        From sysKin:
246         * Fixed buffer overrun in postproc code.
247    
248        modified files:
249         src/image/postprocessing.c src/image/postprocessing.h
250    
251    
252    2004-03-15 21:33:22 GMT                                         patch-41
253    
254        Summary:
255          Forgotten files.
256        Revision:
257          xvidcore--devapi4--1.0--patch-41
258    
259        Me:
260         * Sorry i missed these file additions. Important for the packages
261           as i build them from the tla archive.
262    
263        new files:
264         dshow/src/.arch-ids/Configure.cpp.id
265         dshow/src/.arch-ids/config.c.id
266         dshow/src/.arch-ids/config.h.id dshow/src/.arch-ids/debug.h.id
267         dshow/src/Configure.cpp dshow/src/config.c dshow/src/config.h
268         dshow/src/debug.h
269    
270    
271    2004-03-03 21:01:09 GMT                                         patch-40
272    
273        Summary:
274          MV clipping in decoder.
275        Revision:
276          xvidcore--devapi4--1.0--patch-40
277    
278        From sysKin:
279         * clip MVs to valid ranges.
280    
281        modified files:
282         src/decoder.c src/decoder.h
283    
284    
285    #########################################################################
286    # 1.0.0 RC3
287    #########################################################################
288    
289    2004-02-29 13:17:10 GMT                                         patch-39
290    
291        Summary:
292          Marking 1.0.0 RC3
293        Revision:
294          xvidcore--devapi4--1.0--patch-39
295    
296        * Marking RC3
297    
298        modified files:
299         ChangeLog build/generic/configure.in src/xvid.h
300    
301    
302  2004-02-29 13:08:38 GMT                                         patch-38  2004-02-29 13:08:38 GMT                                         patch-38
303    
304      Summary:      Summary:
# Line 1177  Line 1470 
1470         the bvop lag frame (black with error message).         the bvop lag frame (black with error message).
1471    
1472      Fixing previous patch a bit:      Fixing previous patch a bit:
1473       * added $Id: ChangeLog,v 1.2 2004-03-22 22:36:23 edgomez Exp $ fields       * added $Id: ChangeLog,v 1.3 2004-04-05 20:36:36 edgomez Exp $ fields
1474       * Fixed copyright       * Fixed copyright
1475    
1476      modified files:      modified files:

Legend:
Removed from v.1382  
changed lines
  Added in v.1412

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