--- ChangeLog 2003/11/29 17:59:28 1.1.2.3 +++ ChangeLog 2004/08/29 11:38:54 1.2.2.7 @@ -1,11 +1,2665 @@ -# # Ed.Gomez: This ChangeLog is generated from a personal tree maintained # under the arch revision control tool. That's why dates may be skewed. I # also removed all my email adresses from the output because they are not # relevant. -# +######################################################################### +# 1.0.2 (Bitstream Version 36) +######################################################################### + +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: + BVOP direct/interpolated ref block rounding fix. + Revision: + xvidcore--stable--1.0--patch-50 + + From ed.gomez: + * BVOP direct/interpolated ref block rounding fix. + It's been using rounding=1 for averaging stage since ever. + The standard says it's rounding=0. + + See standard clause 7.6.9.4 for explicit code and Section 6.3.5 + that says "rounding=0" in bframes as they don't set the + vop_rounding_type in VOP header. Both sections match, xvid was + wrong + + modified files: + src/decoder.c + + +2004-07-23 20:37:09 GMT patch-49 + + Summary: + Removed data qualifer in .rodata + Revision: + xvidcore--stable--1.0--patch-49 + + From ed.gomez: + * long standing warning by yasm... data isn't a keyword for + .(ro)data sections. + + modified files: + src/bitstream/x86_asm/cbp_mmx.asm + src/bitstream/x86_asm/cbp_sse2.asm + src/dct/x86_asm/fdct_mmx_ffmpeg.asm + src/dct/x86_asm/fdct_mmx_skal.asm + src/dct/x86_asm/fdct_sse2_skal.asm + src/dct/x86_asm/idct_3dne.asm src/dct/x86_asm/idct_mmx.asm + src/dct/x86_asm/idct_sse2_dmitry.asm + src/dct/x86_asm/simple_idct_mmx.asm + src/image/x86_asm/colorspace_rgb_mmx.asm + src/image/x86_asm/colorspace_yuyv_mmx.asm + src/image/x86_asm/interpolate8x8_3dn.asm + src/image/x86_asm/interpolate8x8_3dne.asm + src/image/x86_asm/interpolate8x8_mmx.asm + src/image/x86_asm/interpolate8x8_xmm.asm + src/image/x86_asm/qpel_mmx.asm + src/image/x86_asm/reduced_mmx.asm + src/motion/x86_asm/sad_3dn.asm src/motion/x86_asm/sad_3dne.asm + src/motion/x86_asm/sad_mmx.asm src/motion/x86_asm/sad_sse2.asm + src/motion/x86_asm/sad_xmm.asm + src/quant/x86_asm/quantize_h263_3dne.asm + src/quant/x86_asm/quantize_h263_mmx.asm + src/quant/x86_asm/quantize_mpeg_mmx.asm + src/quant/x86_asm/quantize_mpeg_xmm.asm + src/utils/x86_asm/cpuid.asm + src/utils/x86_asm/interlacing_mmx.asm + src/utils/x86_asm/mem_transfer_3dne.asm + src/utils/x86_asm/mem_transfer_mmx.asm + + +2004-07-19 18:45:14 GMT patch-48 + + Summary: + Complete previous xvid_decraw patch + Revision: + xvidcore--stable--1.0--patch-48 + + Complete previous xvid_decraw patch + + + modified files: + examples/xvid_decraw.c + + +2004-07-18 11:58:48 GMT patch-47 + + Summary: + ISO C99'ism fix + Revision: + xvidcore--stable--1.0--patch-47 + + ISO C99'ism fix + + + modified files: + src/encoder.c + + +2004-07-17 11:32:42 GMT patch-46 + + Summary: + Make sure time incr is never larger than 16bit. + Revision: + xvidcore--stable--1.0--patch-46 + + From ed.gomez: + * Keep both fbase and fincr under 16bit limit. + + modified files: + src/encoder.c + + +2004-07-17 10:00:42 GMT patch-45 + + Summary: + Future version interoperability + Revision: + xvidcore--stable--1.0--patch-45 + + From ed.gomez: + * Zeroing the structures is the best way not to pass + wrong data when dealing with slightly new XviD (like + head). If we don't zero here, then brightness is not + initialized in HEAD leading to crash. + + modified files: + examples/xvid_decraw.c + + +2004-07-10 17:30:40 GMT patch-44 + + Summary: + ChangeLog update + Revision: + xvidcore--stable--1.0--patch-44 + + ChangeLog update + + + modified files: + ChangeLog + + +2004-07-10 17:27:06 GMT patch-43 + + Summary: + Small mem leak in vfw. + Revision: + xvidcore--stable--1.0--patch-43 + + From sysKin: + * Free zones. + + modified files: + vfw/src/codec.c + + +2004-07-10 16:55:53 GMT patch-42 + + Summary: + Fix wrong matrix reading logic. + Revision: + xvidcore--stable--1.0--patch-42 + + From sysKin: + * Fix a problem reading quantization matrix. + + modified files: + src/bitstream/bitstream.c + + +2004-06-26 21:26:35 GMT patch-41 + + Summary: + low delay guessing (il)logic fix. + Revision: + xvidcore--stable--1.0--patch-41 + + From sysKin: + * bframes were decoded wrong when trying to guess low_delay flag + as specified in the standard when vol_control_parameters aren't + available. + + modified files: + src/decoder.c + + +2004-06-13 19:15:05 GMT patch-40 + + Summary: + Small memory error in ia32 cpuid function. + Revision: + xvidcore--stable--1.0--patch-40 + + From ed.gomez: + * Valgrind detected a write to suspicious stack space. To avoid + any false reporting, added an explicit stack space allocation. + + modified files: + src/utils/x86_asm/cpuid.asm + +######################################################################### +# 1.0.1 (Bitstream Version 35) +######################################################################### + +2004-06-05 22:55:56 GMT patch-39 + + Summary: + Marking 1.0.1 release + Revision: + xvidcore--stable--1.0--patch-39 + + Marking 1.0.1 release + + + modified files: + ChangeLog TODO build/generic/configure.in src/xvid.c + src/xvid.h + + +2004-06-02 20:58:38 GMT patch-38 + + Summary: + DC clipping bug for real + Revision: + xvidcore--stable--1.0--patch-38 + + From ed.gomez: + * patch-25 was supposed to fix a DC clipping bug. However i + added the additional clipping code in the wrong place. But + at least, my fix didn't cause any trouble, it was just noop. + This patch should really fix this very "unlikely bug" (i just + want to remind the reader that this bug isn't easy to trigger, + and eg: my test sequences don't trigger it at all) + + BS version incremented: 35 + + modified files: + src/decoder.c src/motion/estimation_rd_based.c + src/prediction/mbprediction.c src/prediction/mbprediction.h + src/xvid.h + + +2004-05-31 21:11:49 GMT patch-37 + + Summary: + time fixes to decoder. + Revision: + xvidcore--stable--1.0--patch-37 + + From ed.gomez: + * timestamps were badly computed by teh decoder in some corner cases + (1fps). This bug revealed that, timestamps were indeed wrong as + expected, but that bvop blocks in direct mode (vectors interpolated) + were somewhat compensated with wrong vectors in these same corner + cases. + + modified files: + src/bitstream/bitstream.c src/decoder.c src/decoder.h + + +2004-05-30 09:36:13 GMT patch-36 + + Summary: + Wrong license header. + Revision: + xvidcore--stable--1.0--patch-36 + + From ed.gomez: + * Pascal did agree a plain GPL migration long ago, but this file + remained GPL+location restriction. + + modified files: + src/image/reduced.c + + +2004-05-29 09:02:25 GMT patch-35 + + Summary: + More missing va_end() calls. + Revision: + xvidcore--stable--1.0--patch-35 + + From pete: + * portab.h is plenty of missing calls to va_end(). + + modified files: + src/portab.h + + +2004-05-28 21:28:21 GMT patch-34 + + Summary: + FPS=1 problem in decoder. + Revision: + xvidcore--stable--1.0--patch-34 + + From ed.gomez: + * patch-24 did fix bad behavior in encoder, so at least, compliant + streams were generated but the decoder was still doing the maths + a wrong way. Apply same logic to decoder. + + Thanks to the patch-24 bug reporter for this followup. + + modified files: + src/bitstream/bitstream.c + + +2004-05-27 20:04:01 GMT patch-33 + + Summary: + Nasty typo in pvop vector lambdas. + Revision: + xvidcore--stable--1.0--patch-33 + + From sysKin: + * s/+/*/ in the lambda value array for vectors in the pvop + estimation module. + + modified files: + src/motion/estimation_pvop.c + + +2004-05-26 13:23:38 GMT patch-32 + + Summary: + Bits/Bytes confusion in the VFW frontend. + Revision: + xvidcore--stable--1.0--patch-32 + + From sysKin: + * confusion between the kilo, in kilobits (1000) and + the kilo in kilobytes (1024, should be named KiB anyway) + * biSizeImage is in bytes, not bits according to the Win32 + API. + + modified files: + vfw/src/codec.c vfw/src/config.c + + +2004-05-26 09:28:31 GMT patch-31 + + Summary: + Close variable argument list. + Revision: + xvidcore--stable--1.0--patch-31 + + From ed.gomez: + * Close the variable argument list as specified by the ANSI C + standard. Reported by Carsten on + xvid-devel. + + modified files: + src/image/font.c + + +2004-05-26 09:00:26 GMT patch-30 + + Summary: + ICM compatibility for VFW + Revision: + xvidcore--stable--1.0--patch-30 + + From sysKin: + * Makes the VFW frontend compatible with ICM applications + (Ooo, MS Office... etc). Reported on IRC. + + modified files: + vfw/src/config.c vfw/src/driverproc.c + + +2004-05-26 08:58:56 GMT patch-29 + + Summary: + Small trellis bug + Revision: + xvidcore--stable--1.0--patch-29 + + From sysKin: + * Last coeff wasn't summed. + + Reported by Jean Marc. + + modified files: + src/utils/mbtransquant.c + + +2004-05-26 08:46:45 GMT patch-28 + + Summary: + Small bug in bframe ME. + Revision: + xvidcore--stable--1.0--patch-28 + + From sysKin: + * Small bug in bframe ME. + + modified files: + src/motion/estimation_bvop.c + +######################################################################### +# 1.0.0 final (Bitstream Version 34) +######################################################################### + +2004-05-08 22:26:06 GMT patch-27 + + Summary: + Marking 1.0.0 final + Revision: + xvidcore--stable--1.0--patch-27 + + From ed.gomez: + * Marking 1.0.0 final \o/ + + modified files: + ChangeLog build/generic/configure.in src/xvid.h + + +2004-05-06 17:56:52 GMT patch-26 + + Summary: + Small mismatch in hint<->widget in VFW + Revision: + xvidcore--stable--1.0--patch-26 + + From sysKin: + * Small mismatch in hint<->widget. + + modified files: + vfw/src/resource.rc + + +2004-05-02 22:40:50 GMT patch-25 + + Summary: + DC prediction fix. + Revision: + xvidcore--stable--1.0--patch-25 + + From ed.gomez: + * DC predictors weren't clipped to the [-2048, 2047] range. + + BS version increased to 33 + + Thanks to jnorish on our forums to point out the problem. + + modified files: + src/bitstream/bitstream.c src/decoder.c + src/motion/estimation_rd_based.c src/prediction/mbprediction.c + src/prediction/mbprediction.h src/xvid.h + + +2004-05-02 10:30:29 GMT patch-24 + + Summary: + Possible VOL header corruption. + Revision: + xvidcore--stable--1.0--patch-24 + + From ed.gomez: + * The VOL header could be corrupted when passing fincr=fbase=1 which + happens for fps=1 sequences. + + BS version bumped up to 32 + + Original report: + http://www.xvid.org/modules.php?op=modload&name=phpBB2&file=viewtopic&t=2026&highlight= + + modified files: + src/bitstream/bitstream.c src/xvid.h + + +2004-04-30 23:10:19 GMT patch-23 + + Summary: + Some very light Unix build system changes + Revision: + xvidcore--stable--1.0--patch-23 + + To prepare testing framework merging. + + From ed.gomez: + * Some typos + * Copyright updates (it's 2004 since a few months ;-) + * Added some checking to bootstrap.sh + * Added m4 AC_PREREQ macro to configure.in + + modified files: + build/generic/Makefile build/generic/bootstrap.sh + build/generic/configure.in + + +2004-04-20 19:40:29 GMT patch-22 + + Summary: + Small visual fix. + Revision: + xvidcore--stable--1.0--patch-22 + + From sysKin: + * Small visual fix + + modified files: + vfw/src/config.c + + +2004-04-20 19:38:24 GMT patch-21 + + Summary: + Fix crash in decoder for non IFrame 1st frame. + Revision: + xvidcore--stable--1.0--patch-21 + + From sysKin: + * Fixed the crash caused by non IFrame 1st frame. + + modified files: + src/decoder.c + + +2004-04-18 16:21:50 GMT patch-20 + + Summary: + Typo + Revision: + xvidcore--stable--1.0--patch-20 + + Typo + + + modified files: + vfw/src/resource.rc + + +2004-04-17 17:04:20 GMT patch-19 + + Summary: + vfw opens audio file in shared access mode + Revision: + xvidcore--stable--1.0--patch-19 + + vfw opens audio file in shared access mode + + + modified files: + vfw/src/config.c + + +2004-04-15 22:39:12 GMT patch-18 + + Summary: + Tiny xvid_decraw cleaning + Revision: + xvidcore--stable--1.0--patch-18 + + Tiny xvid_decraw cleaning + + + modified files: + examples/xvid_decraw.c + + +2004-04-15 19:14:31 GMT patch-17 + + Summary: + Tiny minor fixes for msvc. + Revision: + xvidcore--stable--1.0--patch-17 + + From pete: + * Missing arch endianness define in project files. + * Add a textual warning about win32 console EOF misreading. + * Prevent a SIGFPE when no frames were decoded. + + modified files: + build/win32/xvid_decraw.dsp build/win32/xvid_encraw.dsp + examples/xvid_decraw.c + + +2004-04-14 22:41:07 GMT patch-16 + + Summary: + Fixed missing 1st frame in dshow output. + Revision: + xvidcore--stable--1.0--patch-16 + + From sysKin: + * decoder flags were overwritten, this was preventing from outputing + the first frame immediatly. + + modified files: + dshow/src/CXvidDecoder.cpp + + +2004-04-14 22:39:17 GMT patch-15 + + Summary: + Ressource leaking in dshow. + Revision: + xvidcore--stable--1.0--patch-15 + + From sysKin: + * Same kind of ressource leaking as in vfw. Same cure. + + modified files: + dshow/src/CXvidDecoder.cpp dshow/src/CXvidDecoder.h + + +2004-04-14 19:45:23 GMT patch-14 + + Summary: + Fixed small bug in trellis code. + Revision: + xvidcore--stable--1.0--patch-14 + + From ed.gomez (spotted by jean marc): + * Trellis optimization was computing the sum |coeffs| wrongly + because the Compute_sum function wasn't doing zigzag scanning + and stopped at last non zero coeffs in linear scanning... + The trivial fix could have been to pass the zigzag to the compute + sum function so it could have done its job right. + But... Why computing stuff that is already known in the upper layer ? + I removed the compute sum function, and just pass the original sum + value in trellis function parameters, just in case we have to return + it again because trellis failed optimizing the block coeffs. + + This fix the bug and saves cycles :-) (but should not be noticeable) + + modified files: + src/utils/mbtransquant.c src/xvid.h + + +2004-04-12 12:06:12 GMT patch-13 + + Summary: + Don't do SAD and RD based searches for qp. + Revision: + xvidcore--stable--1.0--patch-13 + + From sysKin: + * MakeGoodFlags function wasn't disabling SAD based search when + using RD. This was causing slowdown for no gain at all. This + patch should speed up encoding in qp mode. + + + modified files: + src/motion/estimation_pvop.c + + +2004-04-12 12:01:19 GMT patch-12 + + Summary: + 3dnow functions proper separation. + Revision: + xvidcore--stable--1.0--patch-12 + + From pete (thx to a forum report): + * Separate correctly pure 3dnow functions and 3dnow+mmxext functions. + This fix "Illegal instruction" crash on old k6-2 CPUs. + + modified files: + src/xvid.c + + +2004-04-12 11:57:20 GMT patch-11 + + Summary: + Better MV clipping code. + Revision: + xvidcore--stable--1.0--patch-11 + + From sysKin: + * Better MV clipping. DivX 5 generates out of range vectors and clipping + them directly borks the decoding of other MVs for which out of range + MVs were predictors. So it's just better to clip them for the block + decoding and keep an unclipped version for predictions. + + modified files: + src/decoder.c + + +2004-04-08 20:34:54 GMT patch-10 + + Summary: + PGM support back in xvid_decraw. + Revision: + xvidcore--stable--1.0--patch-10 + + From ed.gomez: + * pgm/pnm format added back to xvid_decraw + + pgm/pnm formats are now default for yv12/i420/rgb24 pixel format. + + tga is default for rgb16/32 + + use option -f to choose tga, or pnm/pgm + + modified files: + examples/xvid_decraw.c + + +2004-04-07 22:30:15 GMT patch-9 + + Summary: + 3DNow Ext functions use MMXEXT opcodes. + Revision: + xvidcore--stable--1.0--patch-9 + + From Soltius (XviD Forum): + * Most of 3dnow extension functions do use MMXEXT opcodes, so + classify these functions as 3dnowext+mmxext. Avoids K6-2 + boxes to crash with an invalid instruction error reported + by the host OS. + + PS: original bug report + http://www.xvid.org/modules.php?op=modload&name=phpBB2&file=viewtopic&t=1656 + + modified files: + src/xvid.c + + +2004-04-07 22:01:54 GMT patch-8 + + Summary: + RGB 16bit output fix. + Revision: + xvidcore--stable--1.0--patch-8 + + From ScarletteTout (XviD Forum): + * Fix RGB 16bit output in C functions. + + From ed.gomez: + * Replaced PGM output by TGA output so it's easy to implement + RGB 16/24/32 and greyscale bitmaps support in a single format. + (pgm could have supported RGB 24 and Greyscale only) + * Added colorspace choice to xvid_decraw + Use option -c csp, where csp is either rgb16, rgb24, rgb32, yv12 or i420 + Defaults to i420. + + PS: original bug report + http://www.xvid.org/modules.php?op=modload&name=phpBB2&file=viewtopic&t=1960&highlight= + + modified files: + examples/xvid_decraw.c src/image/colorspace.c + + +######################################################################### +# 1.0.0 RC4 (Bitstream Version 30) +######################################################################### + +2004-04-04 20:21:38 GMT patch-7 + + Summary: + DShow widget hiding. + Revision: + xvidcore--stable--1.0--patch-7 + + From Michael: + * No need to keep widget visibles if they won't be in 1.0.0. + + modified files: + dshow/src/xvid.ax.rc + + +2004-04-04 20:17:52 GMT patch-6 + + Summary: + Compiler quirk in portab.h + Revision: + xvidcore--stable--1.0--patch-6 + + From Michael: + * The VC.NET workaround was causing trouble. Inversed the test. + + modified files: + src/portab.h + + +2004-04-04 14:19:10 GMT patch-5 + + Summary: + Marking RC4 + Revision: + xvidcore--stable--1.0--patch-5 + + Marking RC4 + + + modified files: + ChangeLog build/generic/configure.in src/xvid.h + + +2004-04-04 14:07:00 GMT patch-4 + + Summary: + Frame dropping disabling for bframes. + Revision: + xvidcore--stable--1.0--patch-4 + + From sysKin & Pete: + * Disable frame dropping with bframes enabled. These two options + do not play fine together. + + modified files: + src/encoder.c + + +2004-04-04 14:05:50 GMT patch-3 + + Summary: + Dead code removal. + Revision: + xvidcore--stable--1.0--patch-3 + + From sysKin: + * FrameCodeP was always called with contanst parameters. Removed + these parameters and associated dead code. + + modified files: + src/encoder.c + + +2004-04-04 14:03:42 GMT patch-2 + + Summary: + Typo in ME fast comparison. + Revision: + xvidcore--stable--1.0--patch-2 + + From sysKin: + * Small typo in Fast ME code. + + modified files: + src/motion/estimation_common.c + + +2004-04-02 23:58:19 GMT patch-1 + + Summary: + VFW Resource leak fix (try #2) + Revision: + xvidcore--stable--1.0--patch-1 + + From Suiryc on IRC: + * both encoder and decoder ending functions were calling + the dll freeing code. This was an error as the first function + called would unbind core function for the second called one. + Thus xvidcore could not release buffers. + + modified files: + vfw/src/codec.c vfw/src/driverproc.c + + +2004-04-02 20:33:02 GMT base-0 + + Summary: + tag of ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-53 + Revision: + xvidcore--stable--1.0--base-0 + + (automatically generated log message) + + +2004-03-31 19:32:47 GMT patch-53 + + Summary: + Ressources leaking in VFW. + Revision: + xvidcore--devapi4--1.0--patch-53 + + From sysKin: + * Storing ressources in global vars is making multithreaded/instanced + apps leaking lot of memory. Moved these vars to codec struct. + + Thanks to dalox to spot and fix the bug. + + modified files: + vfw/src/codec.c vfw/src/codec.h vfw/src/driverproc.c + + +2004-03-31 19:28:51 GMT patch-52 + + Summary: + Fix to bad NVOP+bframe interaction. + Revision: + xvidcore--devapi4--1.0--patch-52 + + From syskin: + * When generating a NVOP, it interferes with bframe flushing and + packing. + + modified files: + src/encoder.c + + +2004-03-31 19:24:42 GMT patch-51 + + Summary: + Fix GMC 2 warp point. + Revision: + xvidcore--devapi4--1.0--patch-51 + + From Skal: + * Fix 2 warp points GMC. + + modified files: + src/motion/gmc.c + + +2004-03-31 19:18:46 GMT patch-50 + + Summary: + Added intra quant testing. + Revision: + xvidcore--devapi4--1.0--patch-50 + + From Skal: + * Added intra quant testing to xvid_bench + + modified files: + examples/xvid_bench.c + + +2004-03-31 19:07:55 GMT patch-49 + + Summary: + input width/height check + Revision: + xvidcore--devapi4--1.0--patch-49 + + From Skal: + * Input width and height aren't checked and this can cause crash. + + modified files: + src/encoder.c + + +2004-03-28 01:02:21 GMT patch-48 + + Summary: + $ CVS expansion removed + Revision: + xvidcore--devapi4--1.0--patch-48 + + $ CVS expansion removed + + + modified files: + dshow/src/Configure.cpp dshow/src/config.c + examples/xvid_encraw.c + + +2004-03-28 00:45:23 GMT patch-47 + + Summary: + Allow bigger frames + Revision: + xvidcore--devapi4--1.0--patch-47 + + Allow bigger frames + + + modified files: + examples/xvid_encraw.c + + +2004-03-28 00:41:54 GMT patch-46 + + Summary: + Fix in postproc header + Revision: + xvidcore--devapi4--1.0--patch-46 + + Fix in postproc header + + + modified files: + src/image/postprocessing.h + + +2004-03-28 00:33:02 GMT patch-45 + + Summary: + Fixed xvidvfw build on real mingw+msys systems + Revision: + xvidcore--devapi4--1.0--patch-45 + + Fixed xvidvfw build on real mingw+msys systems + + + modified files: + vfw/bin/Makefile + + +2004-03-15 21:48:48 GMT patch-44 + + Summary: + VFW updates. + Revision: + xvidcore--devapi4--1.0--patch-44 + + VFW updates. + + modified files: + vfw/src/config.c vfw/src/resource.rc + + +2004-03-15 21:44:17 GMT patch-43 + + Summary: + GMC bugfix. + Revision: + xvidcore--devapi4--1.0--patch-43 + + From skal: + * GMC bugfixes. + + modified files: + src/motion/gmc.c + + +2004-03-15 21:41:18 GMT patch-42 + + Summary: + Buffer overrun fix in post proc. + Revision: + xvidcore--devapi4--1.0--patch-42 + + From sysKin: + * Fixed buffer overrun in postproc code. + + modified files: + src/image/postprocessing.c src/image/postprocessing.h + + +2004-03-15 21:33:22 GMT patch-41 + + Summary: + Forgotten files. + Revision: + xvidcore--devapi4--1.0--patch-41 + + Me: + * Sorry i missed these file additions. Important for the packages + as i build them from the tla archive. + + new files: + dshow/src/.arch-ids/Configure.cpp.id + dshow/src/.arch-ids/config.c.id + dshow/src/.arch-ids/config.h.id dshow/src/.arch-ids/debug.h.id + dshow/src/Configure.cpp dshow/src/config.c dshow/src/config.h + dshow/src/debug.h + + +2004-03-03 21:01:09 GMT patch-40 + + Summary: + MV clipping in decoder. + Revision: + xvidcore--devapi4--1.0--patch-40 + + From sysKin: + * clip MVs to valid ranges. + + modified files: + src/decoder.c src/decoder.h + + +######################################################################### +# 1.0.0 RC3 (Bistream Version 29) +######################################################################### + +2004-02-29 13:17:10 GMT patch-39 + + Summary: + Marking 1.0.0 RC3 + Revision: + xvidcore--devapi4--1.0--patch-39 + + * Marking RC3 + + modified files: + ChangeLog build/generic/configure.in src/xvid.h + + +2004-02-29 13:08:38 GMT patch-38 + + Summary: + Win32 project fixes for xvid_encraw and xvid_decraw. + Revision: + xvidcore--devapi4--1.0--patch-38 + + From sysKin: + * xvid_dec/encraw were linking against libxvidcore.lib. Now they link + against xvidcore.dll.a + + NB: xvid_bench is left as is though it doesn't link. This program + requires access to internal functions which aren't available + through the dll link lib. No good solution exists for MSVC to + build both a dll+its link lib+static lib. + + modified files: + build/win32/xvid_decraw.dsp build/win32/xvid_encraw.dsp + + +2004-02-29 12:56:36 GMT patch-37 + + Summary: + DShow updates + Revision: + xvidcore--devapi4--1.0--patch-37 + + Bunch of DShow updates + + modified files: + dshow/src/CXvidDecoder.cpp dshow/src/resource.h + dshow/src/xvid.ax.rc + + +2004-02-29 12:55:41 GMT patch-36 + + Summary: + VFW updates. + Revision: + xvidcore--devapi4--1.0--patch-36 + + * Bunch of VFW frontends updates. + + modified files: + vfw/src/codec.c vfw/src/codec.h vfw/src/config.c + vfw/src/resource.rc vfw/src/status.c vfw/vfw.dsp + + +2004-02-29 12:49:24 GMT patch-35 + + Summary: + Artefact workaround in bframes. + Revision: + xvidcore--devapi4--1.0--patch-35 + + From sysKin: + * Workaround for some artefacts appearing in bframes. + + modified files: + src/motion/estimation_bvop.c + + +2004-02-29 12:46:13 GMT patch-34 + + Summary: + Decoder buffer overflow fix. + Revision: + xvidcore--devapi4--1.0--patch-34 + + From sysKin: + * Avoids buffer overflow when reading the last align byte. Our + bitstream do 4 byte reading because of some platform contraints + (ARM) and can cause buffer overflow reads. + + modified files: + src/decoder.c + + +2004-02-29 11:53:47 GMT patch-33 + + Summary: + Compatibility decoding for old bitstreams. + Revision: + xvidcore--devapi4--1.0--patch-33 + + From syskin: + * old core versions used in dev-api-3 distributed by nearly all win32 bin + builders used to have a edging bug. So when this information is known, + workaround the bug. + + modified files: + src/decoder.c src/encoder.c src/image/image.c + src/image/image.h + +######################################################################### +# 1.0.0 RC2 (Bistream Version 28) +######################################################################### + +2004-02-08 01:06:40 GMT patch-32 + + Summary: + Marking RC2 + Revision: + xvidcore--devapi4--1.0--patch-32 + + Marking RC2 + + + modified files: + ChangeLog build/generic/configure.in + + +2004-02-07 13:54:24 GMT patch-31 + + Summary: + Win32 project outputs dll lib for linking. + Revision: + xvidcore--devapi4--1.0--patch-31 + + From pete: + * output a lib to link against the dll (xvidcore.dll.a). + + modified files: + build/win32/libxvidcore.dsp + + +2004-02-07 13:51:01 GMT patch-30 + + Summary: + DShow update. + Revision: + xvidcore--devapi4--1.0--patch-30 + + From pete: + * cmd line driving + + From sysKin(?): + * bugfixes related to video flipping + * bugfix for the 'crash at the end" bug + + modified files: + TODO dshow/dshow.dsp dshow/src/CAbout.cpp dshow/src/CAbout.h + dshow/src/CXvidDecoder.cpp dshow/src/CXvidDecoder.h + dshow/src/xvid.ax.def + + +2004-02-07 13:47:45 GMT patch-29 + + Summary: + VFW updates + Revision: + xvidcore--devapi4--1.0--patch-29 + + Sorry feeling lazy about splitting this patch... + + From peter: + * bitrate calculator + + From sysKin: + * WMP9 bugfix + + modified files: + TODO vfw/src/codec.c vfw/src/config.c vfw/src/config.h + vfw/src/resource.h vfw/src/resource.rc + + +2004-02-07 13:43:26 GMT patch-28 + + Summary: + Implicit overflow tuning for 2nd pass. + Revision: + xvidcore--devapi4--1.0--patch-28 + + From sysKin: + * When doing a bigger 2nd pass, the overflow loop must be more + aggressive else no bonus bits are reinjected. So we can auto + tune the overlow values in that case. + + modified files: + src/plugins/plugin_2pass2.c + + +2004-02-07 13:38:33 GMT patch-27 + + Summary: + GMC+interlaced bugfix in decoder. + Revision: + xvidcore--devapi4--1.0--patch-27 + + From sysKin: + * GMC+interlaced bugfix in decoder. + + modified files: + src/decoder.c + + +2004-02-07 13:35:16 GMT patch-26 + + Summary: + Reverted patch-23 + Revision: + xvidcore--devapi4--1.0--patch-26 + + From christoph: + * reverted patch-23, old code was right. + * Important typo for the YVYU csp (passing the y plane instead of u). + + modified files: + src/image/image.c src/xvid.h + + +2004-01-31 11:20:36 GMT patch-25 + + Summary: + DShow support for more mpeg4 fourccs. + Revision: + xvidcore--devapi4--1.0--patch-25 + + From sysKin: + * Added support for the MP4V fourcc. + + modified files: + dshow/src/CAbout.cpp dshow/src/CAbout.h + dshow/src/CXvidDecoder.cpp dshow/src/CXvidDecoder.h + dshow/src/resource.h dshow/src/xvid.ax.rc + + +2004-01-31 11:12:38 GMT patch-24 + + Summary: + DivX decoder compatibility + Revision: + xvidcore--devapi4--1.0--patch-24 + + From sysKin: + * DivX decoder compatibility improved for packed bitstreams. + It should now detect them and play them fine. + + modified files: + src/bitstream/bitstream.c + + +2004-01-31 11:10:26 GMT patch-23 + + Summary: + YV12/I420 confusion fixed. + Revision: + xvidcore--devapi4--1.0--patch-23 + + From christoph: + * I420/YV12 were swapped since ... ages. + * CSP_USER renamed to CSP_PLANAR + + modified files: + src/encoder.c src/image/image.c src/xvid.h + + +2004-01-31 10:53:20 GMT patch-22 + + Summary: + Arch separation for mem transfer functions + Revision: + xvidcore--devapi4--1.0--patch-22 + + Arch separation for mem transfer functions + + + modified files: + src/utils/mem_transfer.h + + +2004-01-27 14:47:08 GMT patch-21 + + Summary: + Write to registry Flip video flag in dshow + Revision: + xvidcore--devapi4--1.0--patch-21 + + From sysKin: + * The flip video flag is now saved in registry. + * Changed internal flags name convention (use n prefix for all now) + + modified files: + dshow/src/CAbout.cpp dshow/src/CAbout.h + dshow/src/CXvidDecoder.cpp + + +2004-01-27 14:42:52 GMT patch-20 + + Summary: + Added bitrate calc to VFW + Revision: + xvidcore--devapi4--1.0--patch-20 + + From Pete: + * Added bitrate calculator. + * Changed up a few function calls to static type. + + modified files: + vfw/src/codec.c vfw/src/codec.h vfw/src/config.c + vfw/src/config.h vfw/src/resource.h vfw/src/resource.rc + vfw/vfw.dsp + + +2004-01-27 14:29:49 GMT patch-19 + + Summary: + Bugfix in decoder + Revision: + xvidcore--devapi4--1.0--patch-19 + + From sysKin: + * when stats are not used, don't write to the stats pointer. + + modified files: + src/decoder.c + +######################################################################### +# 1.0.0 RC1 (Bistream Version 26) +######################################################################### + +2004-01-25 16:01:06 GMT patch-18 + + Summary: + Marking RC1 + Revision: + xvidcore--devapi4--1.0--patch-18 + + Marking RC1 + + modified files: + ChangeLog build/generic/configure.in src/xvid.h + + +2004-01-25 15:37:57 GMT patch-17 + + Summary: + VFW update (again²) + Revision: + xvidcore--devapi4--1.0--patch-17 + + From sysKin: + * Added Constant Quant encoding. + + modified files: + vfw/src/codec.c vfw/src/config.c vfw/src/config.h + vfw/src/resource.rc + + +2004-01-25 15:35:38 GMT patch-16 + + Summary: + Missing MB quants for PP. + Revision: + xvidcore--devapi4--1.0--patch-16 + + From sysKin: + * MB Quants are used by the PP code, so don't forget to update + them even if the block is skipped or not coded. + + modified files: + src/decoder.c + + +2004-01-23 13:25:52 GMT patch-15 + + Summary: + VFW update (again) + Revision: + xvidcore--devapi4--1.0--patch-15 + + From sysKin: + * Status window updates. + * Big resource.h cleanup, it seems msvc isn't able to do it automatically. + + modified files: + vfw/src/resource.h vfw/src/resource.rc vfw/src/status.c + + +2004-01-23 11:17:20 GMT patch-14 + + Summary: + VFW gcc warnings + Revision: + xvidcore--devapi4--1.0--patch-14 + + VFW gcc warnings + + + modified files: + vfw/src/codec.c vfw/src/config.c vfw/src/config.h + + +2004-01-22 20:54:53 GMT patch-13 + + Summary: + DShow updates. + Revision: + xvidcore--devapi4--1.0--patch-13 + + From sysKin: + * Fixed registry params type. Bool cannot be used or something weird + happens when writing to registry + * Defaults set to what the Reset widget sets. + + modified files: + dshow/src/CAbout.h dshow/src/CXvidDecoder.cpp + + +2004-01-22 20:35:27 GMT patch-12 + + Summary: + VFW updates. + Revision: + xvidcore--devapi4--1.0--patch-12 + + From sysKin: + * GUI improvements. + * Stats fixing. + * Automatic config clear upon installation. + * Added postprocessing options in there too. + + modified files: + vfw/bin/xvid.inf vfw/src/codec.c vfw/src/codec.h + vfw/src/config.c vfw/src/config.h vfw/src/resource.h + vfw/src/resource.rc vfw/src/status.c vfw/src/status.h + + +2004-01-22 20:28:54 GMT patch-11 + + Summary: + Minor updates to text files + Revision: + xvidcore--devapi4--1.0--patch-11 + + Minor updates to text files + + + modified files: + AUTHORS TODO + + +2004-01-22 20:27:10 GMT patch-10 + + Summary: + 2pass plugin changes. + Revision: + xvidcore--devapi4--1.0--patch-10 + + From sysKin: + * Disabled QPel during first pass as well. + * Fix a mistaking condition when enabling largers 2nd passes. + + From ed.gomez: + * Fix the fix logic. The previous fix enclosed a condition it should + not have touched. So i removed the mistaking condition, which was + wrong anyway as stated in the comment, and got back the sane condition + test. + + modified files: + src/plugins/plugin_2pass1.c src/plugins/plugin_2pass2.c + + +2004-01-17 13:03:11 GMT patch-9 + + Summary: + Unitialized pointers during plugin creation. + Revision: + xvidcore--devapi4--1.0--patch-9 + + From sysKin: + - plugins which do not require private data were leaving the param2 + unitialized. Just init it to NULL. This bug wasn't causing any + trouble anyway... + + modified files: + src/plugins/plugin_dump.c src/plugins/plugin_psnr.c + vfw/src/codec.c + + +2004-01-17 01:09:01 GMT patch-8 + + Summary: + DShow forwwards AR information. + Revision: + xvidcore--devapi4--1.0--patch-8 + + From syskin(?): + - forward AR information to DShow framework. + - grayed some widgets. + + modified files: + dshow/src/CXvidDecoder.cpp dshow/src/CXvidDecoder.h + dshow/src/xvid.ax.rc + + +2004-01-07 13:50:29 GMT patch-7 + + Summary: + Scaled zones fix. + Revision: + xvidcore--devapi4--1.0--patch-7 + + From sysKin (ideas from Koepi iirc): + * Fix scaled zones computing prescaled data and so on instead of + guessing everything with a global zone weight factor. + + modified files: + src/plugins/plugin_2pass2.c + + +2004-01-06 01:06:39 GMT patch-6 + + Summary: + Tab->Spaces in header only + Revision: + xvidcore--devapi4--1.0--patch-6 + + Tab->Spaces in header only + + + modified files: + src/xvid.h + + +2004-01-04 18:35:35 GMT patch-5 + + Summary: + Typo fixed + Revision: + xvidcore--devapi4--1.0--patch-5 + + Typo fixed + + + modified files: + build/generic/configure.in + + +2004-01-04 13:40:51 GMT patch-4 + + Summary: + VFW safer code. + Revision: + xvidcore--devapi4--1.0--patch-4 + + From sysKin: + * Protects some parts of the code depending on a previous + xvidcore opening. Avoids resources leaking. + + modified files: + vfw/src/codec.c vfw/src/driverproc.c + + +2004-01-04 13:33:28 GMT patch-3 + + Summary: + Fixes VC debug target name + Revision: + xvidcore--devapi4--1.0--patch-3 + + Fixes VC debug target name + + + modified files: + vfw/vfw.dsp + + +2004-01-02 23:10:56 GMT patch-2 + + Summary: + Win32 linking policy revised. + Revision: + xvidcore--devapi4--1.0--patch-2 + + Finnaly Win32 linking policy is to separate all XviD components: + - xvidcore.dll exports XviD API + - xvidvfw.dll links against xvidcore DLL + - xviddshow.dll links against xvidcore DLL + + From sysKin: + * Changed DShow linking policy in VS project file. + * Changed VFW linking policy in VS project file. + * Added runtime xvidcore.dll loading in DShow and VFW. + * Installs xvidcore.dll along side with xvidvfw.dll. + + From ed.gomez: + * Changed libxvidcore.dll mingw32/cygwin target name to + xvidcore.dll in the configure script. + * Changed xvid.dll VFW target name to xvidvfw.dll in the + generic Makefile. + + PS: unlike CVS, i reverted back to MS build tools in VS project files + + modified files: + build/generic/configure.in build/win32/libxvidcore.dsp + dshow/dshow.dsp dshow/src/CXvidDecoder.cpp + dshow/src/CXvidDecoder.h vfw/bin/Makefile vfw/bin/sources.inc + vfw/bin/xvid.inf vfw/src/codec.c vfw/src/codec.h + vfw/src/config.c vfw/src/config.h vfw/vfw.dsp + + +2004-01-02 22:02:07 GMT patch-1 + + Summary: + Better seeking in dshow + Revision: + xvidcore--devapi4--1.0--patch-1 + + From Michael: + * Better DShow seeking. + + modified files: + dshow/src/CXvidDecoder.cpp + + +2004-01-02 12:28:39 GMT base-0 + + Summary: + tag of ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-162 + Revision: + xvidcore--devapi4--1.0--base-0 + + Archive cycling... + +######################################################################### +# 1.0.0 beta3 (Bistream Version 25) +######################################################################### + +2003-12-26 22:21:35 GMT patch-162 + + Summary: + Marking 1.0.0 beta3 + Revision: + xvidcore--devapi4--1.0--patch-162 + + Marking beta3 + + modified files: + ChangeLog TODO build/generic/configure.in src/xvid.h + + +2003-12-25 20:57:52 GMT patch-161 + + Summary: + Thread safe PP. + Revision: + xvidcore--devapi4--1.0--patch-161 + + From Michael: + * Thread safe PP, context is now stored in DECODER struct. + + modified files: + src/decoder.c src/decoder.h src/image/postprocessing.c + src/image/postprocessing.h + + +2003-12-25 20:49:36 GMT patch-160 + + Summary: + Added Turbo option to VFW GUI + Revision: + xvidcore--devapi4--1.0--patch-160 + + From Michael: + * Added turbo mode that enables all fast ME flags. + + modified files: + vfw/src/codec.c vfw/src/config.c vfw/src/config.h + vfw/src/resource.h vfw/src/resource.rc + + +2003-12-25 20:46:16 GMT patch-159 + + Summary: + Cartoon mode usage written to stream. + Revision: + xvidcore--devapi4--1.0--patch-159 + + From Michael: + * @encoding: write cartoon usage in the version user data. + * @decoding: detect cartoon flag appended to version string + and force FILM PP disabling. + + modified files: + src/bitstream/bitstream.c src/bitstream/bitstream.h + src/decoder.c src/decoder.h src/encoder.c + + +2003-12-21 13:34:03 GMT patch-158 + + Summary: + Removed unused var in VFW GUI + Revision: + xvidcore--devapi4--1.0--patch-158 + + Removed unused var in VFW GUI + + + modified files: + vfw/src/config.c + + +2003-12-21 13:32:52 GMT patch-157 + + Summary: + Two pass small update + Revision: + xvidcore--devapi4--1.0--patch-157 + + from syskin: + * allow second pass to be bigger than 1st one + (not tested, the quant mapping formula may not be adapted for this + usage, so take this change as experimental, and prefer doing + second pass still smaller than 1st one) + * let ivops benefit from positive overflow. + + from me: + * set frame type in quant zones (was a buglet) + + modified files: + src/plugins/plugin_2pass2.c + + +2003-12-20 22:28:07 GMT patch-156 + + Summary: + New VFW defaults + Revision: + xvidcore--devapi4--1.0--patch-156 + + From michael: + * new VFW default values + + modified files: + vfw/src/config.c + + +2003-12-20 22:12:38 GMT patch-155 + + Summary: + Added ARGB colorspace. + Revision: + xvidcore--devapi4--1.0--patch-155 + + Christoph Nägeli naegelic(at)ee{dot}ethzch asked me to add C + support for ARGB colorspace. He provided the encoding part, and i + extended the original patch in order to have full support for ARGB + both for encoding and decoding (though it's C only, read *slow*). + + modified files: + src/image/colorspace.c src/image/colorspace.h + src/image/image.c src/xvid.c src/xvid.h + + +2003-12-20 21:29:37 GMT patch-154 + + Summary: + Added 2pass1 comment about fast 1st pass. + Revision: + xvidcore--devapi4--1.0--patch-154 + + Just added a comment on fast 1st pass, so it explains why + we do it that way and why some things are left aside. + + modified files: + src/plugins/plugin_2pass1.c + + +2003-12-20 20:03:51 GMT patch-153 + + Summary: + Win32 VC6 wrong libc linking. + Revision: + xvidcore--devapi4--1.0--patch-153 + + From sysKin: + * Changed single thread libc linking to multithreaded version. + + modified files: + vfw/vfw.dsp + + +2003-12-20 15:28:53 GMT patch-152 + + Summary: + VOL flags updating -- take #2 + Revision: + xvidcore--devapi4--1.0--patch-152 + + From sysKin: + * VOL flags updates fix take #2 + + modified files: + src/encoder.c + + +2003-12-20 15:10:30 GMT patch-151 + + Summary: + Fast ME tunings. + Revision: + xvidcore--devapi4--1.0--patch-151 + + From michael: + * fast refinement for 8x8 blocks + * more reliable behavior for all fast ME decisions + + modified files: + src/motion/estimation_bvop.c src/motion/estimation_pvop.c + src/xvid.h + + +2003-12-20 14:59:58 GMT patch-150 + + Summary: + VFW AR revamping -- take #2 + Revision: + xvidcore--devapi4--1.0--patch-150 + + From sysKin: + * more AR revamping + + modified files: + vfw/src/codec.c vfw/src/config.c vfw/src/config.h + vfw/src/resource.h vfw/src/resource.rc + + +2003-12-20 14:57:40 GMT patch-149 + + Summary: + Unbuffured IO for 1st pass stat files + Revision: + xvidcore--devapi4--1.0--patch-149 + + Unbuffured IO for 1st pass stat files + + + modified files: + src/plugins/plugin_2pass1.c + + +2003-12-18 17:44:07 GMT patch-148 + + Summary: + Forgotten bit of patch-141 + Revision: + xvidcore--devapi4--1.0--patch-148 + + Damn i forgot to merge the 1st pass changes... so lame, i tested the + original patch but not the merged one. + + modified files: + src/plugins/plugin_2pass1.c + + +2003-12-18 14:45:39 GMT patch-147 + + Summary: + More postprocessing. + Revision: + xvidcore--devapi4--1.0--patch-147 + + From michael: + * added film noise effect. + * moved postproc initialization to decoder initialization. + * added support for this postproc filter into DShow. + + modified files: + dshow/src/CAbout.cpp dshow/src/CAbout.h + dshow/src/CXvidDecoder.cpp dshow/src/resource.h + dshow/src/xvid.ax.rc src/decoder.c src/image/postprocessing.c + src/image/postprocessing.h src/xvid.c src/xvid.h + + +2003-12-18 14:38:19 GMT patch-146 + + Summary: + BFrames ME speed up flags. + Revision: + xvidcore--devapi4--1.0--patch-146 + + From michael: + * Added 3 ME flags to skip some bvop ME steps and thus speed up + ME for bvops (at the expense of quality loss). + - skip delta search + - fast interpolate mode + - early stop + + modified files: + src/motion/estimation.h src/motion/estimation_bvop.c + src/motion/estimation_common.c src/motion/estimation_pvop.c + src/xvid.h + + +2003-12-18 14:11:01 GMT patch-145 + + Summary: + VFW defaults changed + Revision: + xvidcore--devapi4--1.0--patch-145 + + From michael: + * disabled DXN profiles. Better not say we are compatible to avoid + problems with DXN. Mostly because of VBV lacking. + * Changed overflow defaults to 5/5/5 with new 2pass code. + + modified files: + vfw/src/config.c + + +2003-12-17 16:45:59 GMT patch-144 + + Summary: + Forgotten bit for AR support in VFW + Revision: + xvidcore--devapi4--1.0--patch-144 + + Koepi might have forgotten to send me this change: + * added resource id to the resource header + + modified files: + vfw/src/resource.h + + +2003-12-17 15:11:37 GMT patch-143 + + Summary: + Lower starting quantizer for CBR encoding + Revision: + xvidcore--devapi4--1.0--patch-143 + + From christoph: + * Lower starting quantizer for CBR encodings. + + modified files: + src/plugins/plugin_single.c + + +2003-12-17 15:04:33 GMT patch-142 + + Summary: + Small xvid_encraw updates + Revision: + xvidcore--devapi4--1.0--patch-142 + + From christoph: + * set upper frame size limit to 4096 pixels + * GME refinement flag set where it belongs to. + + modified files: + examples/xvid_encraw.c + + +2003-12-17 15:01:52 GMT patch-141 + + Summary: + Two pass update. + Revision: + xvidcore--devapi4--1.0--patch-141 + + This patch improves the two pass code, quantizer distribution is + smoother and results seem to be better. + + * Two pass now scales only a specific part of the frame length. + This required changing the stats file format (added a header+MV + length field) and the xvid_plg_data_t structure (binary compatible). + * Overflow improvement and degradation set to 10% instead of 60% + Assymetric values may help... + * Some cleanup work done on the encoder part of the API header. + + NB: plg data struct will be cleaned up before 1.0 so if you rely on it + please read the header file to know which part will disappear. + + modified files: + src/encoder.c src/plugins/plugin_2pass1.c + src/plugins/plugin_2pass2.c src/xvid.h + + +2003-12-17 13:53:34 GMT patch-140 + + Summary: + VOL flags fix. + Revision: + xvidcore--devapi4--1.0--patch-140 + + From sysKin: + * VOL flags updated as they should + + modified files: + src/encoder.c + + +2003-12-17 11:07:15 GMT patch-139 + + Summary: + VFW GUI Update. + Revision: + xvidcore--devapi4--1.0--patch-139 + + From Koepi: + * typo in GMC description + * Added AR widget (experimental) + + modified files: + vfw/src/codec.c vfw/src/config.c vfw/src/config.h + vfw/src/resource.rc + + +2003-12-14 12:44:36 GMT patch-138 + + Summary: + Fix PP crash + Revision: + xvidcore--devapi4--1.0--patch-138 + + Fix PP crash + + + modified files: + src/decoder.c + + +2003-12-14 12:43:21 GMT patch-137 + + Summary: + Texture bit counting for bframes + Revision: + xvidcore--devapi4--1.0--patch-137 + + Texture bit counting for bframes + + + modified files: + src/bitstream/mbcoding.c + + +2003-12-12 23:58:18 GMT patch-136 + + Summary: + SSE2 code enabled. + Revision: + xvidcore--devapi4--1.0--patch-136 + + * SSE2 code enabled by default (only sane ones, _no_ idct) + * Aligned data in xvid_bench to avoid crashes with SSE2 code + because of unaligned read accesses. + + modified files: + examples/xvid_bench.c src/xvid.c + + +2003-12-12 22:50:33 GMT patch-135 + + Summary: + DShow update. + Revision: + xvidcore--devapi4--1.0--patch-135 + + From michael (from nic): + * Dshow updates (colorspace etc...) + * Deblocking option. + + modified files: + dshow/src/CAbout.cpp dshow/src/CAbout.h + dshow/src/CXvidDecoder.cpp dshow/src/CXvidDecoder.h + dshow/src/resource.h dshow/src/xvid.ax.rc + + +2003-12-12 14:18:13 GMT patch-134 + + Summary: + Added missing postproc init + Revision: + xvidcore--devapi4--1.0--patch-134 + + Added missing postproc init + + + modified files: + src/xvid.c + + +2003-12-12 14:16:29 GMT patch-133 + + Summary: + YUV space clarifications and fix. + Revision: + xvidcore--devapi4--1.0--patch-133 + + From christoph: + * Put some comments + * fixed UV swapping in USER case. + + modified files: + src/image/image.c + + +2003-12-12 14:01:52 GMT patch-132 + + Summary: + Default compilation flags change. + Revision: + xvidcore--devapi4--1.0--patch-132 + + from christoph: + - -fgcse was causing trouble on Suse9 gcc + - -01->-02 + + modified files: + build/generic/configure.in + + +2003-12-12 13:43:35 GMT patch-131 + + Summary: + Pixel Aspect Ratio support improvement. + Revision: + xvidcore--devapi4--1.0--patch-131 + + * 1:1 VGA is default now (old behavior) + * When passed EXT PAR type, we now (try to) sanityse the + par_width/par_height value: + - make it positive + - using 0 (typical memset reseting) defaults to 1 + - simplify the PAR (using gcd) + - then range it in [1..255] (can be lossy) + * Specify valid range in API header + + Bitstream version bumped to 24. + + PS: this patch supersedes sysKin's one in CVS. + + modified files: + src/encoder.c src/xvid.h + + +2003-12-10 22:57:50 GMT patch-130 + + Summary: + xvid_decraw cmdline changes. + Revision: + xvidcore--devapi4--1.0--patch-130 + + * -nframes -> -frames (why did i put a 'n' there ?) + * -save changed its meaning, it now controls per frame Elementary + Stream saving. + * -o string is now independent from -save. + + So now it's possible to save both a ES file per frame + a ES file for the + sequence. + + modified files: + examples/xvid_encraw.c + + +2003-12-10 15:08:20 GMT patch-129 + + Summary: + Decoder bugfixes. + Revision: + xvidcore--devapi4--1.0--patch-129 + + From syskin: + * bvops MBs were going banana from time to time because they were + referencing wrong future ref MBs. + * decoder now informs the client app about bvop lag, returning + XVID_TYPE_NOTHING, up to the client app to display (or not) + the bvop lag frame (black with error message). + + Fixing previous patch a bit: + * added $Id: ChangeLog,v 1.2.2.7 2004/08/29 11:38:54 edgomez Exp $ fields + * Fixed copyright + + modified files: + dshow/src/CXvidDecoder.cpp src/decoder.c + src/image/postprocessing.c src/image/postprocessing.h + + +2003-12-10 14:53:58 GMT patch-128 + + Summary: + Deblocking code. + Revision: + xvidcore--devapi4--1.0--patch-128 + + Patch from michael: + * added deblocking code + + Merge work: + * Added postprocessing.[ch] to project files + * added #include "image/postprocessing.h" directive in decoder.c + * new lines missing (gcc is so pedantic) + + NB: slice rendering + postprocessing is impossible. Slice rendering is + somewhat abandoned. + + new files: + src/image/.arch-ids/postprocessing.c.id + src/image/.arch-ids/postprocessing.h.id + src/image/postprocessing.c src/image/postprocessing.h + + modified files: + build/generic/sources.inc build/win32/libxvidcore.dsp + src/decoder.c src/xvid.h + + +2003-12-08 18:33:26 GMT patch-127 + + Summary: + Don't read out of bounds + Revision: + xvidcore--devapi4--1.0--patch-127 + + Don't read out of bounds + + + modified files: + src/plugins/plugin_2pass2.c + + +2003-12-08 18:31:41 GMT patch-126 + + Summary: + Macroblock structure cleanup + Revision: + xvidcore--devapi4--1.0--patch-126 + + Macroblock structure cleanup + + + modified files: + src/global.h + + +2003-12-07 15:09:41 GMT patch-125 + + Summary: + Small fixes. + Revision: + xvidcore--devapi4--1.0--patch-125 + + From gruel: + * xvid.h: Minor color space correction. + + From sysKin: + * codec.c: Zones fix + + modified files: + src/xvid.h vfw/src/codec.c + + +2003-12-07 14:57:14 GMT patch-124 + + Summary: + HUGE file handling in twopass. + Revision: + xvidcore--devapi4--1.0--patch-124 + + Because of a lacking cast, two pass did not handle well some very + large target size (bitrate mode is not affected). + + It should now be safe specifying target sizes up to 2^31kB which + represents 2TB. Someone using XviD in studios ? ;-) + + modified files: + src/plugins/plugin_2pass2.c + +######################################################################### +# 1.0.0 beta2 (Bitstream Version 23) +######################################################################### + +2003-12-05 14:43:53 GMT patch-123 + + Summary: + Marking 1.0.0 Beta2 + Revision: + xvidcore--devapi4--1.0--patch-123 + + Marking 1.0.0 Beta2 + + + modified files: + ChangeLog TODO build/generic/configure.in + + +2003-12-05 14:35:22 GMT patch-122 + + Summary: + Cap quants correctly (the best we can at least) + Revision: + xvidcore--devapi4--1.0--patch-122 + + Cap quants correctly (the best we can at least) + + + modified files: + src/plugins/plugin_single.c + + +2003-12-05 14:33:48 GMT patch-121 + + Summary: + Small glitch + Revision: + xvidcore--devapi4--1.0--patch-121 + + Small glitch + + + modified files: + src/motion/vop_type_decision.c + + +2003-12-05 14:06:19 GMT patch-120 + + Summary: + KFthresholding changes. + Revision: + xvidcore--devapi4--1.0--patch-120 + + As user reports proved, the logic behind the min_key_interval was + 1/ misleading because the parameter is kfthreshold indeed and not + a minimum keyframe interval + 2/ the formula was a bit too aggressive (removing 20% of bitrate + per frame until distance to next iframe was 1) + + I posted a RFC to try to settle a decision on what behavior this + setting should have. We have still have no clear answer so i prefer + just fixing the misleading name right now and wait for a common + position about its behavior later. + + Libraries are *binary* compatible, but *source code* compatibility + is broken (rename rc_2pass2_t->min_key_interval to kfthreshold). + This is probably the last API change. + + NB: fixes a type problem during scaling parameter computing which + was causing insane pb_iboost_tax_ratio values. + + modified files: + src/plugins/plugin_2pass2.c src/xvid.h vfw/src/codec.c + vfw/src/config.c vfw/src/config.h + + +2003-12-05 00:20:28 GMT patch-119 + + Summary: + ivop decision tuning. + Revision: + xvidcore--devapi4--1.0--patch-119 + + ivop decision tuning from sysKin. + + modified files: + src/motion/vop_type_decision.c + + +2003-12-03 18:55:29 GMT patch-118 + + Summary: + VOSH header always written. + Revision: + xvidcore--devapi4--1.0--patch-118 + + * profile is set to sane default value in BitstreamWriteVolHeaders + * VOSH is now always written (note that the ending code is never + written) + * doubled variable removed from bvop estimation file. + + bitstream version set to 23 + Version 22 was used in CVS by a fix from michael for VOSH, it was just + lacking the sane default value setting when profile is 0x00 from user. + 0x00 is a reserved profile ID in the spec so it wasn't making much sense + to write 0x00. + + modified files: + src/bitstream/bitstream.c src/motion/estimation_bvop.c + src/xvid.h + + +2003-12-03 15:29:30 GMT patch-117 + + Summary: + VFW GUI fixes. + Revision: + xvidcore--devapi4--1.0--patch-117 + + min key was misleading because it was legacy code from dev-api-3. + + modified files: + vfw/src/codec.c vfw/src/config.c vfw/src/resource.rc + + +2003-12-03 15:22:25 GMT patch-116 + + Summary: + ME fixes. + Revision: + xvidcore--devapi4--1.0--patch-116 + + From syskin: + - small typo in chroma sad reset + - code tweaking + + adv diamond search used intead of mainsearch + + and some other stuff + - thresholds tuned. + + modified files: + src/motion/estimation.h src/motion/estimation_bvop.c + src/motion/estimation_pvop.c + + +2003-12-01 11:17:20 GMT patch-115 + + Summary: + Small changes and interlacing bugfix. + Revision: + xvidcore--devapi4--1.0--patch-115 + + * Interlacing bugfix, code got swapped in a very old patch + (back in March) + * xvid_encraw forces VOSH writing. + * VFW GUI fixes. + + modified files: + examples/Makefile examples/xvid_encraw.c + src/utils/mbtransquant.c vfw/src/config.c vfw/src/resource.rc + + +2003-11-30 15:47:41 GMT patch-114 + + Summary: + Thread safe MPEG4 quantization functions + xvid_bench update + Revision: + xvidcore--devapi4--1.0--patch-114 + + * Thread safe MPEG4 quantization functions. + Cleaned up version of patch provided by Michael + - fixed compiling problems on gcc + - added const qualifiers every where it was possible to help C compiler + optimization. + - added the mpeg_quant_matrices param to all ASM function prototype + in comments (even if it's not used, that shows we do it deliberatly) + - forces m[intra][0][0] = 8, otherwise XviD could write invalid streams. + * Added real CRC computing in xvid_bench.c + + modified files: + TODO examples/xvid_bench.c src/bitstream/bitstream.c + src/decoder.c src/decoder.h src/encoder.c src/encoder.h + src/motion/estimation.h src/motion/estimation_pvop.c + src/motion/estimation_rd_based.c src/quant/quant.h + src/quant/quant_h263.c src/quant/quant_matrix.c + src/quant/quant_matrix.h src/quant/quant_mpeg.c + src/quant/x86_asm/quantize_h263_3dne.asm + src/quant/x86_asm/quantize_h263_mmx.asm + src/quant/x86_asm/quantize_mpeg_mmx.asm + src/quant/x86_asm/quantize_mpeg_xmm.asm + src/utils/mbtransquant.c src/xvid.c + + +2003-11-29 18:10:25 GMT patch-113 + + Summary: + Fixed csp asm rules for real? + Revision: + xvidcore--devapi4--1.0--patch-113 + + Fixed csp asm rules for real? + + + modified files: + build/win32/libxvidcore.dsp + + +2003-11-29 17:58:09 GMT patch-112 + + Summary: + TODO/ChangeLog updated + Revision: + xvidcore--devapi4--1.0--patch-112 + + TODO/ChangeLog updated + + + modified files: + ChangeLog TODO + + +######################################################################### +# 1.0.0 beta1 (Bitstream Version 21) +######################################################################### + 2003-11-29 17:21:08 GMT patch-111 Summary: