[cvs] / xvidcore / ChangeLog Repository:
ViewVC logotype

Diff of /xvidcore/ChangeLog

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

revision 1.1.2.6, Mon Jan 26 00:12:16 2004 UTC revision 1.2.2.1, Sun Apr 4 15:11:42 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
303    
304        Summary:
305          Win32 project fixes for xvid_encraw and xvid_decraw.
306        Revision:
307          xvidcore--devapi4--1.0--patch-38
308    
309        From sysKin:
310         * xvid_dec/encraw were linking against libxvidcore.lib. Now they link
311           against xvidcore.dll.a
312    
313        NB: xvid_bench is left as is though it doesn't link. This program
314            requires access to internal functions which aren't available
315            through the dll link lib. No good solution exists for MSVC to
316            build both a dll+its link lib+static lib.
317    
318        modified files:
319         build/win32/xvid_decraw.dsp build/win32/xvid_encraw.dsp
320    
321    
322    2004-02-29 12:56:36 GMT                                         patch-37
323    
324        Summary:
325          DShow updates
326        Revision:
327          xvidcore--devapi4--1.0--patch-37
328    
329        Bunch of DShow updates
330    
331        modified files:
332         dshow/src/CXvidDecoder.cpp dshow/src/resource.h
333         dshow/src/xvid.ax.rc
334    
335    
336    2004-02-29 12:55:41 GMT                                         patch-36
337    
338        Summary:
339          VFW updates.
340        Revision:
341          xvidcore--devapi4--1.0--patch-36
342    
343        * Bunch of VFW frontends updates.
344    
345        modified files:
346         vfw/src/codec.c vfw/src/codec.h vfw/src/config.c
347         vfw/src/resource.rc vfw/src/status.c vfw/vfw.dsp
348    
349    
350    2004-02-29 12:49:24 GMT                                         patch-35
351    
352        Summary:
353          Artefact workaround in bframes.
354        Revision:
355          xvidcore--devapi4--1.0--patch-35
356    
357        From sysKin:
358         * Workaround for some artefacts appearing in bframes.
359    
360        modified files:
361         src/motion/estimation_bvop.c
362    
363    
364    2004-02-29 12:46:13 GMT                                         patch-34
365    
366        Summary:
367          Decoder buffer overflow fix.
368        Revision:
369          xvidcore--devapi4--1.0--patch-34
370    
371        From sysKin:
372         * Avoids buffer overflow when reading the last align byte. Our
373           bitstream do 4 byte reading because of some platform contraints
374           (ARM) and can cause buffer overflow reads.
375    
376        modified files:
377         src/decoder.c
378    
379    
380    2004-02-29 11:53:47 GMT                                         patch-33
381    
382        Summary:
383          Compatibility decoding for old bitstreams.
384        Revision:
385          xvidcore--devapi4--1.0--patch-33
386    
387        From syskin:
388         * old core versions used in dev-api-3 distributed by nearly all win32 bin
389           builders used to have a edging bug. So when this information is known,
390           workaround the bug.
391    
392        modified files:
393         src/decoder.c src/encoder.c src/image/image.c
394         src/image/image.h
395    
396    #########################################################################
397    # 1.0.0 RC2
398    #########################################################################
399    
400    2004-02-08 01:06:40 GMT                                         patch-32
401    
402        Summary:
403          Marking RC2
404        Revision:
405          xvidcore--devapi4--1.0--patch-32
406    
407        Marking RC2
408    
409    
410        modified files:
411         ChangeLog build/generic/configure.in
412    
413    
414    2004-02-07 13:54:24 GMT                                         patch-31
415    
416        Summary:
417          Win32 project outputs dll lib for linking.
418        Revision:
419          xvidcore--devapi4--1.0--patch-31
420    
421        From pete:
422         * output a lib to link against the dll (xvidcore.dll.a).
423    
424        modified files:
425         build/win32/libxvidcore.dsp
426    
427    
428    2004-02-07 13:51:01 GMT                                         patch-30
429    
430        Summary:
431          DShow update.
432        Revision:
433          xvidcore--devapi4--1.0--patch-30
434    
435        From pete:
436         * cmd line driving
437    
438        From sysKin(?):
439         * bugfixes related to video flipping
440         * bugfix for the 'crash at the end" bug
441    
442        modified files:
443         TODO dshow/dshow.dsp dshow/src/CAbout.cpp dshow/src/CAbout.h
444         dshow/src/CXvidDecoder.cpp dshow/src/CXvidDecoder.h
445         dshow/src/xvid.ax.def
446    
447    
448    2004-02-07 13:47:45 GMT                                         patch-29
449    
450        Summary:
451          VFW updates
452        Revision:
453          xvidcore--devapi4--1.0--patch-29
454    
455        Sorry feeling lazy about splitting this patch...
456    
457        From peter:
458         * bitrate calculator
459    
460        From sysKin:
461         * WMP9 bugfix
462    
463        modified files:
464         TODO vfw/src/codec.c vfw/src/config.c vfw/src/config.h
465         vfw/src/resource.h vfw/src/resource.rc
466    
467    
468    2004-02-07 13:43:26 GMT                                         patch-28
469    
470        Summary:
471          Implicit overflow tuning for 2nd pass.
472        Revision:
473          xvidcore--devapi4--1.0--patch-28
474    
475        From sysKin:
476         * When doing a bigger 2nd pass, the overflow loop must be more
477           aggressive else no bonus bits are reinjected. So we can auto
478           tune the overlow values in that case.
479    
480        modified files:
481         src/plugins/plugin_2pass2.c
482    
483    
484    2004-02-07 13:38:33 GMT                                         patch-27
485    
486        Summary:
487          GMC+interlaced bugfix in decoder.
488        Revision:
489          xvidcore--devapi4--1.0--patch-27
490    
491        From sysKin:
492         * GMC+interlaced bugfix in decoder.
493    
494        modified files:
495         src/decoder.c
496    
497    
498    2004-02-07 13:35:16 GMT                                         patch-26
499    
500        Summary:
501          Reverted patch-23
502        Revision:
503          xvidcore--devapi4--1.0--patch-26
504    
505        From christoph:
506         * reverted patch-23, old code was right.
507         * Important typo for the YVYU csp (passing the y plane instead of u).
508    
509        modified files:
510         src/image/image.c src/xvid.h
511    
512    
513    2004-01-31 11:20:36 GMT                                         patch-25
514    
515        Summary:
516          DShow support for more mpeg4 fourccs.
517        Revision:
518          xvidcore--devapi4--1.0--patch-25
519    
520        From sysKin:
521         * Added support for the MP4V fourcc.
522    
523        modified files:
524         dshow/src/CAbout.cpp dshow/src/CAbout.h
525         dshow/src/CXvidDecoder.cpp dshow/src/CXvidDecoder.h
526         dshow/src/resource.h dshow/src/xvid.ax.rc
527    
528    
529    2004-01-31 11:12:38 GMT                                         patch-24
530    
531        Summary:
532          DivX decoder compatibility
533        Revision:
534          xvidcore--devapi4--1.0--patch-24
535    
536        From sysKin:
537         * DivX decoder compatibility improved for packed bitstreams.
538           It should now detect them and play them fine.
539    
540        modified files:
541         src/bitstream/bitstream.c
542    
543    
544    2004-01-31 11:10:26 GMT                                         patch-23
545    
546        Summary:
547          YV12/I420 confusion fixed.
548        Revision:
549          xvidcore--devapi4--1.0--patch-23
550    
551        From christoph:
552         * I420/YV12 were swapped since ... ages.
553         * CSP_USER renamed to CSP_PLANAR
554    
555        modified files:
556         src/encoder.c src/image/image.c src/xvid.h
557    
558    
559    2004-01-31 10:53:20 GMT                                         patch-22
560    
561        Summary:
562          Arch separation for mem transfer functions
563        Revision:
564          xvidcore--devapi4--1.0--patch-22
565    
566        Arch separation for mem transfer functions
567    
568    
569        modified files:
570         src/utils/mem_transfer.h
571    
572    
573    2004-01-27 14:47:08 GMT                                         patch-21
574    
575        Summary:
576          Write to registry Flip video flag in dshow
577        Revision:
578          xvidcore--devapi4--1.0--patch-21
579    
580        From sysKin:
581         * The flip video flag is now saved in registry.
582         * Changed internal flags name convention (use n prefix for all now)
583    
584        modified files:
585         dshow/src/CAbout.cpp dshow/src/CAbout.h
586         dshow/src/CXvidDecoder.cpp
587    
588    
589    2004-01-27 14:42:52 GMT                                         patch-20
590    
591        Summary:
592          Added bitrate calc to VFW
593        Revision:
594          xvidcore--devapi4--1.0--patch-20
595    
596        From Pete:
597         * Added bitrate calculator.
598         * Changed up a few function calls to static type.
599    
600        modified files:
601         vfw/src/codec.c vfw/src/codec.h vfw/src/config.c
602         vfw/src/config.h vfw/src/resource.h vfw/src/resource.rc
603         vfw/vfw.dsp
604    
605    
606    2004-01-27 14:29:49 GMT                                         patch-19
607    
608        Summary:
609          Bugfix in decoder
610        Revision:
611          xvidcore--devapi4--1.0--patch-19
612    
613        From sysKin:
614         * when stats are not used, don't write to the stats pointer.
615    
616        modified files:
617         src/decoder.c
618    
619    #########################################################################
620    # 1.0.0 RC1
621    #########################################################################
622    
623    2004-01-25 16:01:06 GMT                                         patch-18
624    
625        Summary:
626          Marking RC1
627        Revision:
628          xvidcore--devapi4--1.0--patch-18
629    
630        Marking RC1
631    
632        modified files:
633         ChangeLog build/generic/configure.in src/xvid.h
634    
635    
636  2004-01-25 15:37:57 GMT                                         patch-17  2004-01-25 15:37:57 GMT                                         patch-17
637    
638      Summary:      Summary:

Legend:
Removed from v.1.1.2.6  
changed lines
  Added in v.1.2.2.1

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