--- branches/release-1_0-branch/xvidcore/ChangeLog 2004/07/26 20:30:10 1525 +++ branches/release-1_0-branch/xvidcore/ChangeLog 2004/08/29 10:56:57 1541 @@ -4,6 +4,56 @@ # relevant. +######################################################################### +# 1.0.2 (Bitstream Version 36) +######################################################################### + +2004-08-22 13:08:44 GMT patch-53 + + Summary: + Thread safety problem in idct C version + Revision: + xvidcore--stable--1.0--patch-53 + + From ed.gomez: + * Fixed a thread safety problem in C version of the + idct function. Added some comments on some static + data not marked as RO. + + modified files: + src/bitstream/mbcoding.c src/dct/idct.c + + +2004-08-21 11:45:55 GMT patch-52 + + Summary: + Stupid typo+error in fdct_xxx_skal macro generator. + Revision: + xvidcore--stable--1.0--patch-52 + + From Nicolas Boulay: + * Found a typo mistake (ecx->eax) and an error in the same line + But as we're lucky, the unrolled version was bugfree, and that + is that one which is used. + + modified files: + src/dct/x86_asm/fdct_mmx_skal.asm + + +2004-07-26 20:21:24 GMT patch-51 + + Summary: + ChangeLog Update + Revision: + xvidcore--stable--1.0--patch-51 + + ChangeLog Update + + + modified files: + ChangeLog + + 2004-07-24 11:33:57 GMT patch-50 Summary: @@ -2249,7 +2299,7 @@ the bvop lag frame (black with error message). Fixing previous patch a bit: - * added $Id: ChangeLog,v 1.2.2.5 2004-07-26 20:30:10 edgomez Exp $ fields + * added $Id: ChangeLog,v 1.2.2.6 2004-08-29 10:56:56 edgomez Exp $ fields * Fixed copyright modified files: