--- ChangeLog 2004/03/22 22:36:23 1.2 +++ ChangeLog 2004/07/10 17:37:16 1.2.2.4 @@ -1,9 +1,946 @@ -# # 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. -# + + +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 @@ -101,7 +1038,7 @@ src/image/image.h ######################################################################### -# 1.0.0 RC2 +# 1.0.0 RC2 (Bistream Version 28) ######################################################################### 2004-02-08 01:06:40 GMT patch-32 @@ -324,7 +1261,7 @@ src/decoder.c ######################################################################### -# 1.0.0 RC1 +# 1.0.0 RC1 (Bistream Version 26) ######################################################################### 2004-01-25 16:01:06 GMT patch-18 @@ -632,7 +1569,7 @@ Archive cycling... ######################################################################### -# 1.0.0 beta3 +# 1.0.0 beta3 (Bistream Version 25) ######################################################################### 2003-12-26 22:21:35 GMT patch-162 @@ -1177,7 +2114,7 @@ the bvop lag frame (black with error message). Fixing previous patch a bit: - * added $Id: ChangeLog,v 1.2 2004/03/22 22:36:23 edgomez Exp $ fields + * added $Id: ChangeLog,v 1.2.2.4 2004/07/10 17:37:16 edgomez Exp $ fields * Fixed copyright modified files: @@ -1275,7 +2212,7 @@ src/plugins/plugin_2pass2.c ######################################################################### -# 1.0.0 beta2 +# 1.0.0 beta2 (Bitstream Version 23) ######################################################################### 2003-12-05 14:43:53 GMT patch-123 @@ -1495,7 +2432,7 @@ ######################################################################### -# 1.0.0 beta1 +# 1.0.0 beta1 (Bitstream Version 21) ######################################################################### 2003-11-29 17:21:08 GMT patch-111