[cvs] / xvidcore / ChangeLog Repository:
ViewVC logotype

Diff of /xvidcore/ChangeLog

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

revision 1.2, Mon Mar 22 22:36:23 2004 UTC revision 1.2.2.5, Mon Jul 26 20:30:10 2004 UTC
# Line 1  Line 1 
 #  
1  # Ed.Gomez: This ChangeLog is generated from a personal tree maintained  # Ed.Gomez: This ChangeLog is generated from a personal tree maintained
2  # under the arch revision control tool. That's why dates may be skewed. I  # under the arch revision control tool. That's why dates may be skewed. I
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)
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
418    
419        Summary:
420          Small mismatch in hint<->widget in VFW
421        Revision:
422          xvidcore--stable--1.0--patch-26
423    
424        From sysKin:
425         * Small mismatch in hint<->widget.
426    
427        modified files:
428         vfw/src/resource.rc
429    
430    
431    2004-05-02 22:40:50 GMT                                         patch-25
432    
433        Summary:
434          DC prediction fix.
435        Revision:
436          xvidcore--stable--1.0--patch-25
437    
438        From ed.gomez:
439         * DC predictors weren't clipped to the [-2048, 2047] range.
440    
441         BS version increased to 33
442    
443         Thanks to jnorish on our forums to point out the problem.
444    
445        modified files:
446         src/bitstream/bitstream.c src/decoder.c
447         src/motion/estimation_rd_based.c src/prediction/mbprediction.c
448         src/prediction/mbprediction.h src/xvid.h
449    
450    
451    2004-05-02 10:30:29 GMT                                         patch-24
452    
453        Summary:
454          Possible VOL header corruption.
455        Revision:
456          xvidcore--stable--1.0--patch-24
457    
458        From ed.gomez:
459         * The VOL header could be corrupted when passing fincr=fbase=1 which
460           happens for fps=1 sequences.
461    
462        BS version bumped up to 32
463    
464        Original report:
465        http://www.xvid.org/modules.php?op=modload&name=phpBB2&file=viewtopic&t=2026&highlight=
466    
467        modified files:
468         src/bitstream/bitstream.c src/xvid.h
469    
470    
471    2004-04-30 23:10:19 GMT                                         patch-23
472    
473        Summary:
474          Some very light Unix build system changes
475        Revision:
476          xvidcore--stable--1.0--patch-23
477    
478        To prepare testing framework merging.
479    
480        From ed.gomez:
481         * Some typos
482         * Copyright updates (it's 2004 since a few months ;-)
483         * Added some checking to bootstrap.sh
484         * Added m4 AC_PREREQ macro to configure.in
485    
486        modified files:
487         build/generic/Makefile build/generic/bootstrap.sh
488         build/generic/configure.in
489    
490    
491    2004-04-20 19:40:29 GMT                                         patch-22
492    
493        Summary:
494          Small visual fix.
495        Revision:
496          xvidcore--stable--1.0--patch-22
497    
498        From sysKin:
499         * Small visual fix
500    
501        modified files:
502         vfw/src/config.c
503    
504    
505    2004-04-20 19:38:24 GMT                                         patch-21
506    
507        Summary:
508          Fix crash in decoder for non IFrame 1st frame.
509        Revision:
510          xvidcore--stable--1.0--patch-21
511    
512        From sysKin:
513         * Fixed the crash caused by non IFrame 1st frame.
514    
515        modified files:
516         src/decoder.c
517    
518    
519    2004-04-18 16:21:50 GMT                                         patch-20
520    
521        Summary:
522          Typo
523        Revision:
524          xvidcore--stable--1.0--patch-20
525    
526        Typo
527    
528    
529        modified files:
530         vfw/src/resource.rc
531    
532    
533    2004-04-17 17:04:20 GMT                                         patch-19
534    
535        Summary:
536          vfw opens audio file in shared access mode
537        Revision:
538          xvidcore--stable--1.0--patch-19
539    
540        vfw opens audio file in shared access mode
541    
542    
543        modified files:
544         vfw/src/config.c
545    
546    
547    2004-04-15 22:39:12 GMT                                         patch-18
548    
549        Summary:
550          Tiny xvid_decraw cleaning
551        Revision:
552          xvidcore--stable--1.0--patch-18
553    
554        Tiny xvid_decraw cleaning
555    
556    
557        modified files:
558         examples/xvid_decraw.c
559    
560    
561    2004-04-15 19:14:31 GMT                                         patch-17
562    
563        Summary:
564          Tiny minor fixes for msvc.
565        Revision:
566          xvidcore--stable--1.0--patch-17
567    
568        From pete:
569         * Missing arch endianness define in project files.
570         * Add a textual warning about win32 console EOF misreading.
571         * Prevent a SIGFPE when no frames were decoded.
572    
573        modified files:
574         build/win32/xvid_decraw.dsp build/win32/xvid_encraw.dsp
575         examples/xvid_decraw.c
576    
577    
578    2004-04-14 22:41:07 GMT                                         patch-16
579    
580        Summary:
581          Fixed missing 1st frame in dshow output.
582        Revision:
583          xvidcore--stable--1.0--patch-16
584    
585        From sysKin:
586         * decoder flags were overwritten, this was preventing from outputing
587           the first frame immediatly.
588    
589        modified files:
590         dshow/src/CXvidDecoder.cpp
591    
592    
593    2004-04-14 22:39:17 GMT                                         patch-15
594    
595        Summary:
596          Ressource leaking in dshow.
597        Revision:
598          xvidcore--stable--1.0--patch-15
599    
600        From sysKin:
601         * Same kind of ressource leaking as in vfw. Same cure.
602    
603        modified files:
604         dshow/src/CXvidDecoder.cpp dshow/src/CXvidDecoder.h
605    
606    
607    2004-04-14 19:45:23 GMT                                         patch-14
608    
609        Summary:
610          Fixed small bug in trellis code.
611        Revision:
612          xvidcore--stable--1.0--patch-14
613    
614        From ed.gomez (spotted by jean marc):
615         * Trellis optimization was computing the sum |coeffs| wrongly
616           because the Compute_sum function wasn't doing zigzag scanning
617           and stopped at last non zero coeffs in linear scanning...
618           The trivial fix could have been to pass the zigzag to the compute
619           sum function so it could have done its job right.
620           But... Why computing stuff that is already known in the upper layer ?
621           I removed the compute sum function, and just pass the original sum
622           value in trellis function parameters, just in case we have to return
623           it again because trellis failed optimizing the block coeffs.
624    
625           This fix the bug and saves cycles :-) (but should not be noticeable)
626    
627        modified files:
628         src/utils/mbtransquant.c src/xvid.h
629    
630    
631    2004-04-12 12:06:12 GMT                                         patch-13
632    
633        Summary:
634          Don't do SAD and RD based searches for qp.
635        Revision:
636          xvidcore--stable--1.0--patch-13
637    
638        From sysKin:
639         * MakeGoodFlags function wasn't disabling SAD based search when
640           using RD. This was causing slowdown for no gain at all. This
641           patch should speed up encoding in qp mode.
642    
643    
644        modified files:
645         src/motion/estimation_pvop.c
646    
647    
648    2004-04-12 12:01:19 GMT                                         patch-12
649    
650        Summary:
651          3dnow functions proper separation.
652        Revision:
653          xvidcore--stable--1.0--patch-12
654    
655        From pete (thx to a forum report):
656         * Separate correctly pure 3dnow functions and 3dnow+mmxext functions.
657           This fix "Illegal instruction" crash on old k6-2 CPUs.
658    
659        modified files:
660         src/xvid.c
661    
662    
663    2004-04-12 11:57:20 GMT                                         patch-11
664    
665        Summary:
666          Better MV clipping code.
667        Revision:
668          xvidcore--stable--1.0--patch-11
669    
670        From sysKin:
671         * Better MV clipping. DivX 5 generates out of range vectors and clipping
672           them directly borks the decoding of other MVs for which out of range
673           MVs were predictors. So it's just better to clip them for the block
674           decoding and keep an unclipped version for predictions.
675    
676        modified files:
677         src/decoder.c
678    
679    
680    2004-04-08 20:34:54 GMT                                         patch-10
681    
682        Summary:
683          PGM support back in xvid_decraw.
684        Revision:
685          xvidcore--stable--1.0--patch-10
686    
687        From ed.gomez:
688         * pgm/pnm format added back to xvid_decraw
689           + pgm/pnm formats are now default for yv12/i420/rgb24 pixel format.
690           + tga is default for rgb16/32
691           + use option -f to choose tga, or pnm/pgm
692    
693        modified files:
694         examples/xvid_decraw.c
695    
696    
697    2004-04-07 22:30:15 GMT                                         patch-9
698    
699        Summary:
700          3DNow Ext functions use MMXEXT opcodes.
701        Revision:
702          xvidcore--stable--1.0--patch-9
703    
704        From Soltius (XviD Forum):
705         * Most of 3dnow extension functions do use MMXEXT opcodes, so
706           classify these functions as 3dnowext+mmxext. Avoids K6-2
707           boxes to crash with an invalid instruction error reported
708           by the host OS.
709    
710        PS: original bug report
711        http://www.xvid.org/modules.php?op=modload&name=phpBB2&file=viewtopic&t=1656
712    
713        modified files:
714         src/xvid.c
715    
716    
717    2004-04-07 22:01:54 GMT                                         patch-8
718    
719        Summary:
720          RGB 16bit output fix.
721        Revision:
722          xvidcore--stable--1.0--patch-8
723    
724        From ScarletteTout (XviD Forum):
725         * Fix RGB 16bit output in C functions.
726    
727        From ed.gomez:
728         * Replaced PGM output by TGA output so it's easy to implement
729           RGB 16/24/32 and greyscale bitmaps support in a single format.
730           (pgm could have supported RGB 24 and Greyscale only)
731         * Added colorspace choice to xvid_decraw
732           Use option -c csp, where csp is either rgb16, rgb24, rgb32, yv12 or i420
733           Defaults to i420.
734    
735        PS: original bug report
736        http://www.xvid.org/modules.php?op=modload&name=phpBB2&file=viewtopic&t=1960&highlight=
737    
738        modified files:
739         examples/xvid_decraw.c src/image/colorspace.c
740    
741    
742    #########################################################################
743    # 1.0.0 RC4 (Bitstream Version 30)
744    #########################################################################
745    
746    2004-04-04 20:21:38 GMT                                         patch-7
747    
748        Summary:
749          DShow widget hiding.
750        Revision:
751          xvidcore--stable--1.0--patch-7
752    
753        From Michael:
754         * No need to keep widget visibles if they won't be in 1.0.0.
755    
756        modified files:
757         dshow/src/xvid.ax.rc
758    
759    
760    2004-04-04 20:17:52 GMT                                         patch-6
761    
762        Summary:
763          Compiler quirk in portab.h
764        Revision:
765          xvidcore--stable--1.0--patch-6
766    
767        From Michael:
768         * The VC.NET workaround was causing trouble. Inversed the test.
769    
770        modified files:
771         src/portab.h
772    
773    
774    2004-04-04 14:19:10 GMT                                         patch-5
775    
776        Summary:
777          Marking RC4
778        Revision:
779          xvidcore--stable--1.0--patch-5
780    
781        Marking RC4
782    
783    
784        modified files:
785         ChangeLog build/generic/configure.in src/xvid.h
786    
787    
788    2004-04-04 14:07:00 GMT                                         patch-4
789    
790        Summary:
791          Frame dropping disabling for bframes.
792        Revision:
793          xvidcore--stable--1.0--patch-4
794    
795        From sysKin & Pete:
796         * Disable frame dropping with bframes enabled. These two options
797           do not play fine together.
798    
799        modified files:
800         src/encoder.c
801    
802    
803    2004-04-04 14:05:50 GMT                                         patch-3
804    
805        Summary:
806          Dead code removal.
807        Revision:
808          xvidcore--stable--1.0--patch-3
809    
810        From sysKin:
811         * FrameCodeP was always called with contanst parameters. Removed
812           these parameters and associated dead code.
813    
814        modified files:
815         src/encoder.c
816    
817    
818    2004-04-04 14:03:42 GMT                                         patch-2
819    
820        Summary:
821          Typo in ME fast comparison.
822        Revision:
823          xvidcore--stable--1.0--patch-2
824    
825        From sysKin:
826         * Small typo in Fast ME code.
827    
828        modified files:
829         src/motion/estimation_common.c
830    
831    
832    2004-04-02 23:58:19 GMT                                         patch-1
833    
834        Summary:
835          VFW Resource leak fix (try #2)
836        Revision:
837          xvidcore--stable--1.0--patch-1
838    
839        From Suiryc on IRC:
840         * both encoder and decoder ending functions were calling
841           the dll freeing code. This was an error as the first function
842           called would unbind core function for the second called one.
843           Thus xvidcore could not release buffers.
844    
845        modified files:
846         vfw/src/codec.c vfw/src/driverproc.c
847    
848    
849    2004-04-02 20:33:02 GMT                                         base-0
850    
851        Summary:
852          tag of ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-53
853        Revision:
854          xvidcore--stable--1.0--base-0
855    
856        (automatically generated log message)
857    
858    
859    2004-03-31 19:32:47 GMT                                         patch-53
860    
861        Summary:
862          Ressources leaking in VFW.
863        Revision:
864          xvidcore--devapi4--1.0--patch-53
865    
866        From sysKin:
867         * Storing ressources in global vars is making multithreaded/instanced
868           apps leaking lot of memory. Moved these vars to codec struct.
869    
870        Thanks to dalox <fdalleau at hymatom d0t fr> to spot and fix the bug.
871    
872        modified files:
873         vfw/src/codec.c vfw/src/codec.h vfw/src/driverproc.c
874    
875    
876    2004-03-31 19:28:51 GMT                                         patch-52
877    
878        Summary:
879          Fix to bad NVOP+bframe interaction.
880        Revision:
881          xvidcore--devapi4--1.0--patch-52
882    
883        From syskin:
884         * When generating a NVOP, it interferes with bframe flushing and
885           packing.
886    
887        modified files:
888         src/encoder.c
889    
890    
891    2004-03-31 19:24:42 GMT                                         patch-51
892    
893        Summary:
894          Fix GMC 2 warp point.
895        Revision:
896          xvidcore--devapi4--1.0--patch-51
897    
898        From Skal:
899         * Fix 2 warp points GMC.
900    
901        modified files:
902         src/motion/gmc.c
903    
904    
905    2004-03-31 19:18:46 GMT                                         patch-50
906    
907        Summary:
908          Added intra quant testing.
909        Revision:
910          xvidcore--devapi4--1.0--patch-50
911    
912        From Skal:
913         * Added intra quant testing to xvid_bench
914    
915        modified files:
916         examples/xvid_bench.c
917    
918    
919    2004-03-31 19:07:55 GMT                                         patch-49
920    
921        Summary:
922          input width/height check
923        Revision:
924          xvidcore--devapi4--1.0--patch-49
925    
926        From Skal:
927         * Input width and height aren't checked and this can cause crash.
928    
929        modified files:
930         src/encoder.c
931    
932    
933    2004-03-28 01:02:21 GMT                                         patch-48
934    
935        Summary:
936          $ CVS expansion removed
937        Revision:
938          xvidcore--devapi4--1.0--patch-48
939    
940        $ CVS expansion removed
941    
942    
943        modified files:
944         dshow/src/Configure.cpp dshow/src/config.c
945         examples/xvid_encraw.c
946    
947    
948    2004-03-28 00:45:23 GMT                                         patch-47
949    
950        Summary:
951          Allow bigger frames
952        Revision:
953          xvidcore--devapi4--1.0--patch-47
954    
955        Allow bigger frames
956    
957    
958        modified files:
959         examples/xvid_encraw.c
960    
961    
962    2004-03-28 00:41:54 GMT                                         patch-46
963    
964        Summary:
965          Fix in postproc header
966        Revision:
967          xvidcore--devapi4--1.0--patch-46
968    
969        Fix in postproc header
970    
971    
972        modified files:
973         src/image/postprocessing.h
974    
975    
976    2004-03-28 00:33:02 GMT                                         patch-45
977    
978        Summary:
979          Fixed xvidvfw build on real mingw+msys systems
980        Revision:
981          xvidcore--devapi4--1.0--patch-45
982    
983        Fixed xvidvfw build on real mingw+msys systems
984    
985    
986        modified files:
987         vfw/bin/Makefile
988    
989    
990    2004-03-15 21:48:48 GMT                                         patch-44
991    
992        Summary:
993          VFW updates.
994        Revision:
995          xvidcore--devapi4--1.0--patch-44
996    
997        VFW updates.
998    
999        modified files:
1000         vfw/src/config.c vfw/src/resource.rc
1001    
1002    
1003    2004-03-15 21:44:17 GMT                                         patch-43
1004    
1005        Summary:
1006          GMC bugfix.
1007        Revision:
1008          xvidcore--devapi4--1.0--patch-43
1009    
1010        From skal:
1011         * GMC bugfixes.
1012    
1013        modified files:
1014         src/motion/gmc.c
1015    
1016    
1017    2004-03-15 21:41:18 GMT                                         patch-42
1018    
1019        Summary:
1020          Buffer overrun fix in post proc.
1021        Revision:
1022          xvidcore--devapi4--1.0--patch-42
1023    
1024        From sysKin:
1025         * Fixed buffer overrun in postproc code.
1026    
1027        modified files:
1028         src/image/postprocessing.c src/image/postprocessing.h
1029    
1030    
1031    2004-03-15 21:33:22 GMT                                         patch-41
1032    
1033        Summary:
1034          Forgotten files.
1035        Revision:
1036          xvidcore--devapi4--1.0--patch-41
1037    
1038        Me:
1039         * Sorry i missed these file additions. Important for the packages
1040           as i build them from the tla archive.
1041    
1042        new files:
1043         dshow/src/.arch-ids/Configure.cpp.id
1044         dshow/src/.arch-ids/config.c.id
1045         dshow/src/.arch-ids/config.h.id dshow/src/.arch-ids/debug.h.id
1046         dshow/src/Configure.cpp dshow/src/config.c dshow/src/config.h
1047         dshow/src/debug.h
1048    
1049    
1050    2004-03-03 21:01:09 GMT                                         patch-40
1051    
1052        Summary:
1053          MV clipping in decoder.
1054        Revision:
1055          xvidcore--devapi4--1.0--patch-40
1056    
1057        From sysKin:
1058         * clip MVs to valid ranges.
1059    
1060        modified files:
1061         src/decoder.c src/decoder.h
1062    
1063    
1064    #########################################################################
1065    # 1.0.0 RC3 (Bistream Version 29)
1066    #########################################################################
1067    
1068    2004-02-29 13:17:10 GMT                                         patch-39
1069    
1070        Summary:
1071          Marking 1.0.0 RC3
1072        Revision:
1073          xvidcore--devapi4--1.0--patch-39
1074    
1075        * Marking RC3
1076    
1077        modified files:
1078         ChangeLog build/generic/configure.in src/xvid.h
1079    
1080    
1081  2004-02-29 13:08:38 GMT                                         patch-38  2004-02-29 13:08:38 GMT                                         patch-38
# Line 101  Line 1173 
1173       src/image/image.h       src/image/image.h
1174    
1175  #########################################################################  #########################################################################
1176  # 1.0.0 RC2  # 1.0.0 RC2 (Bistream Version 28)
1177  #########################################################################  #########################################################################
1178    
1179  2004-02-08 01:06:40 GMT                                         patch-32  2004-02-08 01:06:40 GMT                                         patch-32
# Line 324  Line 1396 
1396       src/decoder.c       src/decoder.c
1397    
1398  #########################################################################  #########################################################################
1399  # 1.0.0 RC1  # 1.0.0 RC1 (Bistream Version 26)
1400  #########################################################################  #########################################################################
1401    
1402  2004-01-25 16:01:06 GMT                                         patch-18  2004-01-25 16:01:06 GMT                                         patch-18
# Line 632  Line 1704 
1704      Archive cycling...      Archive cycling...
1705    
1706  #########################################################################  #########################################################################
1707  # 1.0.0 beta3  # 1.0.0 beta3 (Bistream Version 25)
1708  #########################################################################  #########################################################################
1709    
1710  2003-12-26 22:21:35 GMT                                         patch-162  2003-12-26 22:21:35 GMT                                         patch-162
# Line 1275  Line 2347 
2347       src/plugins/plugin_2pass2.c       src/plugins/plugin_2pass2.c
2348    
2349  #########################################################################  #########################################################################
2350  # 1.0.0 beta2  # 1.0.0 beta2 (Bitstream Version 23)
2351  #########################################################################  #########################################################################
2352    
2353  2003-12-05 14:43:53 GMT                                         patch-123  2003-12-05 14:43:53 GMT                                         patch-123
# Line 1495  Line 2567 
2567    
2568    
2569  #########################################################################  #########################################################################
2570  # 1.0.0 beta1  # 1.0.0 beta1 (Bitstream Version 21)
2571  #########################################################################  #########################################################################
2572    
2573  2003-11-29 17:21:08 GMT                                         patch-111  2003-11-29 17:21:08 GMT                                         patch-111

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.2.2.5

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