--- trunk/xvidcore/ChangeLog-1.0 2004/07/26 20:30:10 1525 +++ trunk/xvidcore/ChangeLog-1.0 2004/12/19 12:49:05 1582 @@ -4,6 +4,217 @@ # relevant. +######################################################################### +# 1.0.3 (Bitstream Version 37) +######################################################################### + +2004-12-19 11:25:10 GMT patch-63 + + Summary: + Trellis overflow for quant<=2 + Revision: + xvidcore--stable--1.0--patch-63 + + From skal: + * Don't call trellis optimization if quant <= 2 as the code + overflows + + modified files: + src/utils/mbtransquant.c + + +2004-11-24 21:25:35 GMT patch-62 + + Summary: + Fixed stride in vfw frontend. + Revision: + xvidcore--stable--1.0--patch-62 + + From pete: + * Fixed the way stride is computed in the VFW frontend. + (Same cure as for the DShow frontend) + + modified files: + vfw/src/codec.c + + +2004-11-24 21:09:45 GMT patch-61 + + Summary: + Fixed stride in DShow decoder. + Revision: + xvidcore--stable--1.0--patch-61 + + From pete: + * Fixed the way stride is computed in DShow filter + + modified files: + dshow/src/CXvidDecoder.cpp + + +2004-11-24 21:05:54 GMT patch-60 + + Summary: + Fixed DiamondSearch + Revision: + xvidcore--stable--1.0--patch-60 + + From sysKin: + * Fixed DiamondSearch, wrong directions were used in two cases. + + modified files: + src/motion/estimation_common.c + + +2004-10-12 20:59:17 GMT patch-59 + + Summary: + Don't read too short streams. + Revision: + xvidcore--stable--1.0--patch-59 + + From sysKin: + * Dont even try to read bitstreams shorter than 4 bytes + (nb: 4 bytes == size of startcodes). + + modified files: + src/bitstream/bitstream.c + + +2004-10-12 20:33:59 GMT patch-58 + + Summary: + 64bit fixes + Revision: + xvidcore--stable--1.0--patch-58 + + From Andre Werthmann (wertmann at aei dot mpg dot de): + - uint vs int cleanups for addresses. This fixes various problems + for 64bit platforms. + + modified files: + src/image/interpolate8x8.h src/image/qpel.h + src/motion/estimation_bvop.c src/motion/motion_comp.c + + +2004-10-12 19:22:53 GMT patch-57 + + Summary: + ME fix. + Revision: + xvidcore--stable--1.0--patch-57 + + From gruel: + * Diamond search sets iDirection to 0 preventing further searches. + + modified files: + src/motion/estimation_common.c + + +######################################################################### +# 1.0.2 (Bitstream Version 36) +######################################################################### + +2004-08-29 11:35:02 GMT patch-56 + + Summary: + ChangeLog update + Revision: + xvidcore--stable--1.0--patch-56 + + ChangeLog update + + + modified files: + ChangeLog + + +2004-08-29 11:24:26 GMT patch-55 + + Summary: + Merged one important forgotten bugfix from head + Revision: + xvidcore--stable--1.0--patch-55 + + Merged one important forgotten bugfix from head + + Patches applied: + + * ed.gomez@free.fr--2004-1/xvidcore--head--0.0--patch-70 + Out of bounds MVs clipping + + * ed.gomez@free.fr--2004-1/xvidcore--head--0.0--patch-71 + Decoder optimization (fixing regression) + + + modified files: + src/decoder.c + + new patches: + ed.gomez@free.fr--2004-1/xvidcore--head--0.0--patch-70 + ed.gomez@free.fr--2004-1/xvidcore--head--0.0--patch-71 + + +2004-08-29 10:51:58 GMT patch-54 + + Summary: + Marking 1.0.2 + Revision: + xvidcore--stable--1.0--patch-54 + + From ed.gomez: + * Marking 1.0.2 + + modified files: + ChangeLog build/generic/configure.in src/xvid.c src/xvid.h + + +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 +2460,7 @@ the bvop lag frame (black with error message). Fixing previous patch a bit: - * 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 * Fixed copyright modified files: