--- ChangeLog 2009/05/28 15:52:33 1.14.4.4 +++ ChangeLog 2010/12/27 16:39:31 1.17 @@ -1,166 +1,1251 @@ # Note that this ChangeLog covers only changes to the HEAD branch --------------------- -Date: 2009/05/27 14:46:09 +Date: 2010/12/27 17:11:05 +Author: Isibaar +Branch: HEAD +Tag: (none) +Log: +auto slice determination + +Members: + vfw/src/codec.c:1.29->1.30 + vfw/src/config.c:1.44->1.45 + vfw/src/resource.rc:1.29->1.30 + +--------------------- +Date: 2010/12/24 14:49:58 +Author: Isibaar +Branch: HEAD +Tag: (none) +Log: +improved decoder robustness upon resync markers in BVOP + +Members: + src/decoder.c:1.85->1.86 + +--------------------- +Date: 2010/12/24 14:31:31 +Author: Isibaar +Branch: HEAD +Tag: (none) +Log: +update linker definitions (psnrhvsm plugin) + +Members: + build/generic/libxvidcore.ld:1.2->1.3 + +--------------------- +Date: 2010/12/24 14:20:07 +Author: Isibaar +Branch: HEAD +Tag: (none) +Log: +slice coding: workaround some third-party decoder bugs + +Members: + src/encoder.c:1.134->1.135 + src/xvid.h:1.73->1.74 + src/motion/estimation.h:1.15->1.16 + src/motion/estimation_bvop.c:1.27->1.28 + src/motion/estimation_rd_based_bvop.c:1.11->1.12 + src/motion/motion.h:1.26->1.27 + +--------------------- +Date: 2010/12/22 17:52:52 +Author: Isibaar +Branch: HEAD +Tag: (none) +Log: +update + +Members: + AUTHORS:1.5->1.6 + CodingStyle:1.3->1.4 + README:1.2->1.3 + +--------------------- +Date: 2010/12/22 17:52:12 +Author: Isibaar +Branch: HEAD +Tag: (none) +Log: +slice coding GUI element + +Members: + vfw/src/codec.c:1.28->1.29 + vfw/src/config.c:1.43->1.44 + vfw/src/config.h:1.16->1.17 + vfw/src/resource.h:1.14->1.15 + vfw/src/resource.rc:1.28->1.29 + +--------------------- +Date: 2010/12/22 16:21:13 +Author: Isibaar +Branch: HEAD +Tag: (none) +Log: +read cpu_flags and num_threads from registry + +Members: + dshow/src/CXvidDecoder.cpp:1.24->1.25 + dshow/src/config.c:1.11->1.12 + dshow/src/config.h:1.7->1.8 + +--------------------- +Date: 2010/12/21 21:23:06 +Author: Isibaar +Branch: HEAD +Tag: (none) +Log: +some bugfixing... + +Members: + vfw/src/config.c:1.42->1.43 + vfw/src/config.h:1.15->1.16 + +--------------------- +Date: 2010/12/21 17:56:42 +Author: Isibaar +Branch: HEAD +Tag: (none) +Log: +moved num_threads control to common tab +VHQ metric combobox + +Members: + vfw/src/codec.c:1.27->1.28 + vfw/src/config.c:1.41->1.42 + vfw/src/config.h:1.14->1.15 + vfw/src/resource.h:1.13->1.14 + vfw/src/resource.rc:1.27->1.28 + +--------------------- +Date: 2010/12/18 17:02:00 +Author: Isibaar +Branch: HEAD +Tag: (none) +Log: +refactorized encoder multi-threading +introduced slice-based encoding + +Members: + examples/xvid_encraw.c:1.45->1.46 + src/encoder.c:1.133->1.134 + src/encoder.h:1.33->1.34 + src/xvid.h:1.72->1.73 + src/bitstream/bitstream.c:1.59->1.60 + src/bitstream/bitstream.h:1.24->1.25 + src/motion/estimation.h:1.14->1.15 + src/motion/estimation_bvop.c:1.26->1.27 + src/motion/estimation_gmc.c:1.5->1.6 + src/motion/estimation_pvop.c:1.23->1.24 + src/motion/estimation_rd_based.c:1.15->1.16 + src/motion/motion.h:1.25->1.26 + src/motion/motion_comp.c:1.23->1.24 + src/motion/motion_smp.h:1.7->1.8 + src/prediction/mbprediction.c:1.19->1.20 + src/prediction/mbprediction.h:1.25->1.26 + +--------------------- +Date: 2010/12/18 11:16:46 +Author: Isibaar +Branch: HEAD +Tag: (none) +Log: +set decoder threads + +Members: + dshow/src/CXvidDecoder.cpp:1.23->1.24 + dshow/src/config.c:1.10->1.11 + dshow/src/config.h:1.6->1.7 + examples/xvid_decraw.c:1.27->1.28 + +--------------------- +Date: 2010/12/18 11:13:30 +Author: Isibaar +Branch: HEAD +Tag: (none) +Log: +MT deblocker + +Members: + src/decoder.c:1.84->1.85 + src/decoder.h:1.19->1.20 + src/xvid.h:1.71->1.72 + src/image/postprocessing.c:1.5->1.6 + src/image/postprocessing.h:1.6->1.7 + +--------------------- +Date: 2010/12/02 07:46:07 +Author: Isibaar +Branch: HEAD +Tag: (none) +Log: +some cleanup of vfw code, increased allowed max bitrate, profile for HD 1080 + +Members: + vfw/src/codec.c:1.26->1.27 + vfw/src/codec.h:1.6->1.7 + vfw/src/config.c:1.40->1.41 + vfw/src/config.h:1.13->1.14 + vfw/src/debug.h:1.2->1.3 + vfw/src/driverproc.c:1.11->1.12 + vfw/src/hd1080_40.ico:INITIAL->1.1 + vfw/src/hd720_40.ico:INITIAL->1.1 + vfw/src/home_40.ico:INITIAL->1.1 + vfw/src/mobile_40.ico:INITIAL->1.1 + vfw/src/resource.h:1.12->1.13 + vfw/src/resource.rc:1.26->1.27 + vfw/src/status.c:1.4->1.5 + vfw/src/status.h:1.2->1.3 + vfw/src/vfwext.h:1.2->1.3 + vfw/src/xvid.ico:1.2->1.3 + +--------------------- +Date: 2010/11/28 16:18:21 +Author: Isibaar +Branch: HEAD +Tag: (none) +Log: +PSNRHVSM R-D optimization + +Members: + examples/xvid_encraw.c:1.44->1.45 + src/encoder.c:1.132->1.133 + src/global.h:1.26->1.27 + src/xvid.c:1.84->1.85 + src/xvid.h:1.70->1.71 + src/image/image.c:1.45->1.46 + src/image/image.h:1.17->1.18 + src/image/x86_asm/qpel_mmx.asm:1.12->1.13 + src/motion/estimation.h:1.13->1.14 + src/motion/estimation_bvop.c:1.25->1.26 + src/motion/estimation_pvop.c:1.22->1.23 + src/motion/estimation_rd_based.c:1.14->1.15 + src/motion/estimation_rd_based_bvop.c:1.10->1.11 + src/motion/sad.c:1.16->1.17 + src/motion/sad.h:1.24->1.25 + src/motion/x86_asm/sad_sse2.asm:1.20->1.21 + src/plugins/plugin_psnrhvsm.c:1.3->1.4 + src/utils/mbtransquant.c:1.32->1.33 + +--------------------- +Date: 2010/11/23 12:00:35 +Author: Isibaar +Branch: HEAD +Tag: (none) +Log: +Changed semantics of frame_drop_ratio: "0" will not produce any N_VOPs. + +Members: + src/encoder.c:1.131->1.132 + +--------------------- +Date: 2010/11/16 15:58:42 +Author: Isibaar +Branch: HEAD +Tag: (none) +Log: +Had accidentally overwritten the VS 2005 project files by VS 2008 ones -> Restore previous version. + +Members: + build/win32/libxvidcore.sln:1.3->1.4 + build/win32/libxvidcore.vcproj:1.4->1.5 + build/win32/xvid_decraw.vcproj:1.2->1.3 + build/win32/xvid_encraw.vcproj:1.3->1.4 + +--------------------- +Date: 2010/11/16 15:42:07 +Author: Isibaar +Branch: HEAD +Tag: (none) +Log: +Clean-up for vbv_peakrate handling (many thanks to Lasse Collin) + +Members: + build/win32/libxvidcore.sln:1.2->1.3 + build/win32/libxvidcore.vcproj:1.3->1.4 + build/win32/xvid_decraw.vcproj:1.1->1.2 + build/win32/xvid_encraw.vcproj:1.2->1.3 + doc/INSTALL:1.2->1.3 + doc/README:1.4->1.5 + examples/xvid_encraw.c:1.43->1.44 + src/xvid.h:1.69->1.70 + src/plugins/plugin_2pass2.c:1.9->1.10 + vfw/src/codec.c:1.25->1.26 + +--------------------- +Date: 2010/11/12 11:10:40 +Author: Isibaar +Branch: HEAD +Tag: (none) +Log: +fix for typo on pred mv init (thanks to Lasse Collin) + +Members: + src/decoder.c:1.83->1.84 + +--------------------- +Date: 2010/11/10 22:25:16 +Author: Isibaar +Branch: HEAD +Tag: (none) +Log: +psnrhvsm for u/v planes too + +Members: + src/plugins/plugin_psnrhvsm.c:1.2->1.3 + +--------------------- +Date: 2010/11/08 21:20:39 +Author: Isibaar +Branch: HEAD +Tag: (none) +Log: +fixed some bugs (possible overflow, mainly) + +Members: + src/plugins/plugin_psnrhvsm.c:1.1->1.2 + +--------------------- +Date: 2010/10/29 18:39:07 +Author: Isibaar +Branch: HEAD +Tag: (none) +Log: +don't use tray icon and MFT by default + +Members: + dshow/src/CXvidDecoder.cpp:1.22->1.23 + +--------------------- +Date: 2010/10/29 16:33:39 +Author: Isibaar +Branch: HEAD +Tag: (none) +Log: +tray icon update + +Members: + dshow/src/CXvidDecoder.cpp:1.21->1.22 + dshow/src/xvid.ico:1.1->1.2 + +--------------------- +Date: 2010/10/24 10:50:54 +Author: Isibaar +Branch: HEAD +Tag: (none) +Log: +forgot to add new plugin_psnrhvsm.c source file to unix-style build environment... + +Members: + build/generic/sources.inc:1.15->1.16 + +--------------------- +Date: 2010/10/17 20:36:12 +Author: Isibaar +Branch: HEAD +Tag: (none) +Log: +fixed typo + +Members: + dshow/src/CXvidDecoder.cpp:1.20->1.21 + +--------------------- +Date: 2010/10/17 20:31:46 +Author: Isibaar +Branch: HEAD +Tag: (none) +Log: +MFT decoder + +Members: + dshow/dshow.vcproj:1.2->1.3 + dshow/src/CXvidDecoder.cpp:1.19->1.20 + dshow/src/CXvidDecoder.h:1.8->1.9 + +--------------------- +Date: 2010/10/17 19:46:43 +Author: Isibaar +Branch: HEAD +Tag: (none) +Log: +XVID_GBL_CONVERT: generic colorspace conversion from XVID_CSP_INTERNAL + +Members: + src/xvid.c:1.83->1.84 + +--------------------- +Date: 2010/10/16 14:20:30 +Author: Isibaar +Branch: HEAD +Tag: (none) +Log: +tray icon + +Members: + dshow/dshow.vcproj:1.1->1.2 + dshow/src/CXvidDecoder.cpp:1.18->1.19 + dshow/src/CXvidDecoder.h:1.7->1.8 + dshow/src/Configure.cpp:1.6->1.7 + dshow/src/debug.c:1.1->1.2 + dshow/src/resource.h:1.4->1.5 + dshow/src/xvid.ax.rc:1.7->1.8 + dshow/src/xvid.ico:INITIAL->1.1 + +--------------------- +Date: 2010/10/15 18:20:48 +Author: Isibaar +Branch: HEAD +Tag: (none) +Log: +table update + +Members: + src/bitstream/mbcoding.c:1.58->1.59 + +--------------------- +Date: 2010/10/10 21:19:46 +Author: Isibaar +Branch: HEAD +Tag: (none) +Log: +PSNR-HVS-M quality metric + +Members: + build/generic/libxvidcore.def:1.6->1.7 + build/win32/libxvidcore.vcproj:1.2->1.3 + examples/xvid_encraw.c:1.42->1.43 + src/xvid.h:1.68->1.69 + src/plugins/plugin_psnrhvsm.c:INITIAL->1.1 + +--------------------- +Date: 2010/09/13 09:38:09 +Author: Isibaar +Branch: HEAD +Tag: (none) +Log: +define additional simple profile levels + +Members: + src/encoder.h:1.32->1.33 + src/global.h:1.25->1.26 + src/xvid.h:1.67->1.68 + +--------------------- +Date: 2010/08/23 16:58:48 +Author: Isibaar +Branch: HEAD +Tag: (none) +Log: +Added new simple profile levels to GUI (patch by Carl Eric Codere) + +Members: + vfw/src/config.c:1.39->1.40 + +--------------------- +Date: 2010/08/10 17:00:06 +Author: Isibaar +Branch: HEAD +Tag: (none) +Log: +decoder: better distinguish between xvid and non-xvid streams + +Members: + src/decoder.c:1.82->1.83 + src/bitstream/bitstream.c:1.58->1.59 + src/image/image.c:1.44->1.45 + src/prediction/mbprediction.c:1.18->1.19 + +--------------------- +Date: 2010/08/10 16:17:23 +Author: Isibaar +Branch: HEAD +Tag: (none) +Log: +API change: signal fourcc to xvidcore + +Members: + dshow/src/CXvidDecoder.cpp:1.17->1.18 + src/decoder.c:1.81->1.82 + src/xvid.h:1.66->1.67 + vfw/src/codec.c:1.24->1.25 + +--------------------- +Date: 2010/06/07 09:03:37 +Author: Isibaar +Branch: HEAD +Tag: (none) +Log: +patch for yasm >= 1.0 by Takashi Mochizuki + +Members: + build/generic/configure.in:1.32->1.33 + +--------------------- +Date: 2010/05/10 15:50:46 +Author: Isibaar +Branch: HEAD +Tag: (none) +Log: +fix for handle leak problem reported by Chris Korda + +Members: + vfw/src/codec.c:1.23->1.24 + +--------------------- +Date: 2010/04/01 14:16:48 +Author: Isibaar +Branch: HEAD +Tag: (none) +Log: +fixed rounding issue for app-level multi-threading + +Members: + examples/xvid_encraw.c:1.41->1.42 + +--------------------- +Date: 2010/03/09 17:25:17 +Author: Isibaar +Branch: HEAD +Tag: (none) +Log: +fixed multithreaded AVI input (hopefully) + +Members: + examples/xvid_encraw.c:1.40->1.41 + +--------------------- +Date: 2010/03/09 15:56:02 +Author: Isibaar +Branch: HEAD +Tag: (none) +Log: +typo with sequence splitting + +Members: + examples/xvid_encraw.c:1.39->1.40 + +--------------------- +Date: 2010/03/09 11:00:14 +Author: Isibaar +Branch: HEAD +Tag: (none) +Log: +app-level multi-threading for xvid_encraw + +Members: + build/win32/xvid_encraw.vcproj:1.1->1.2 + examples/xvid_encraw.c:1.38->1.39 + src/decoder.h:1.18->1.19 + src/encoder.c:1.130->1.131 + src/portab.h:1.59->1.60 + src/xvid.c:1.82->1.83 + src/xvid.h:1.65->1.66 + src/dct/simple_idct.c:1.5->1.6 + src/image/reduced.c:1.4->1.5 + src/image/x86_asm/deintl_sse.asm:1.6->1.7 + src/image/x86_asm/gmc_mmx.asm:1.11->1.12 + src/image/x86_asm/postprocessing_mmx.asm:1.13->1.14 + src/image/x86_asm/postprocessing_sse2.asm:1.16->1.17 + src/image/x86_asm/qpel_mmx.asm:1.11->1.12 + src/image/x86_asm/reduced_mmx.asm:1.12->1.13 + src/motion/motion_smp.h:1.6->1.7 + src/plugins/plugin_2pass1.c:1.3->1.4 + src/plugins/plugin_2pass2.c:1.8->1.9 + src/plugins/plugin_dump.c:1.3->1.4 + src/plugins/plugin_lumimasking.c:1.8->1.9 + src/plugins/plugin_psnr.c:1.2->1.3 + src/plugins/plugin_single.c:1.3->1.4 + +--------------------- +Date: 2010/03/09 10:20:05 +Author: Isibaar +Branch: HEAD +Tag: (none) +Log: +added option for postprocessing + +Members: + examples/xvid_decraw.c:1.26->1.27 + +--------------------- +Date: 2010/01/08 11:03:09 +Author: Isibaar +Branch: HEAD +Tag: (none) +Log: +bugfix for new -f yuv option + +Members: + examples/xvid_decraw.c:1.25->1.26 + +--------------------- +Date: 2010/01/05 10:25:19 +Author: Isibaar +Branch: HEAD +Tag: (none) +Log: +added option for raw yuv output format + +Members: + examples/xvid_decraw.c:1.24->1.25 + +--------------------- +Date: 2009/11/10 15:06:58 +Author: Isibaar +Branch: HEAD +Tag: (none) +Log: +skip mv_bits assert in _DEBUG mode + +Members: + src/bitstream/mbcoding.c:1.57->1.58 + +--------------------- +Date: 2009/10/05 11:55:46 +Author: Isibaar +Branch: HEAD +Tag: (none) +Log: +Removed inner nested AC_CHECK_LIB test for pthread_join (autoconf-2.64 compatibility) + +Members: + build/generic/configure.in:1.31->1.32 + +--------------------- +Date: 2009/09/16 19:07:58 +Author: Isibaar +Branch: HEAD +Tag: (none) +Log: +no_exec stack patch for x86_64 too by Michal Schmidt (mschmidt at redhat dot com) + +Members: + src/nasm.inc:1.6->1.7 + src/bitstream/x86_asm/cbp_mmx.asm:1.18->1.19 + src/bitstream/x86_asm/cbp_sse2.asm:1.13->1.14 + src/dct/x86_asm/fdct_mmx_ffmpeg.asm:1.9->1.10 + src/dct/x86_asm/fdct_mmx_skal.asm:1.11->1.12 + src/dct/x86_asm/fdct_sse2_skal.asm:1.14->1.15 + src/dct/x86_asm/idct_3dne.asm:1.10->1.11 + src/dct/x86_asm/idct_mmx.asm:1.14->1.15 + src/dct/x86_asm/idct_sse2_dmitry.asm:1.10->1.11 + src/image/x86_asm/colorspace_rgb_mmx.asm:1.12->1.13 + src/image/x86_asm/colorspace_yuv_mmx.asm:1.14->1.15 + src/image/x86_asm/colorspace_yuyv_mmx.asm:1.11->1.12 + src/image/x86_asm/deintl_sse.asm:1.5->1.6 + src/image/x86_asm/gmc_mmx.asm:1.10->1.11 + src/image/x86_asm/interpolate8x8_3dn.asm:1.13->1.14 + src/image/x86_asm/interpolate8x8_3dne.asm:1.13->1.14 + src/image/x86_asm/interpolate8x8_mmx.asm:1.24->1.25 + src/image/x86_asm/interpolate8x8_xmm.asm:1.14->1.15 + src/image/x86_asm/postprocessing_mmx.asm:1.12->1.13 + src/image/x86_asm/postprocessing_sse2.asm:1.15->1.16 + src/image/x86_asm/qpel_mmx.asm:1.10->1.11 + src/image/x86_asm/reduced_mmx.asm:1.11->1.12 + src/motion/x86_asm/sad_3dn.asm:1.13->1.14 + src/motion/x86_asm/sad_3dne.asm:1.11->1.12 + src/motion/x86_asm/sad_mmx.asm:1.21->1.22 + src/motion/x86_asm/sad_sse2.asm:1.19->1.20 + src/motion/x86_asm/sad_xmm.asm:1.14->1.15 + src/plugins/x86_asm/plugin_ssim-a.asm:1.12->1.13 + src/quant/x86_asm/quantize_h263_3dne.asm:1.11->1.12 + src/quant/x86_asm/quantize_h263_mmx.asm:1.15->1.16 + src/quant/x86_asm/quantize_mpeg_mmx.asm:1.15->1.16 + src/quant/x86_asm/quantize_mpeg_xmm.asm:1.12->1.13 + src/utils/x86_asm/cpuid.asm:1.18->1.19 + src/utils/x86_asm/interlacing_mmx.asm:1.11->1.12 + src/utils/x86_asm/mem_transfer_3dne.asm:1.12->1.13 + src/utils/x86_asm/mem_transfer_mmx.asm:1.21->1.22 + +--------------------- +Date: 2009/07/01 11:25:38 +Author: Isibaar +Branch: HEAD +Tag: (none) +Log: +Additional sanity check when reading stats file + +Members: + src/plugins/plugin_2pass2.c:1.7->1.8 + +--------------------- +Date: 2009/06/09 09:48:57 +Author: Isibaar +Branch: HEAD +Tag: (none) +Log: +Use -maltivec only to compile the sources containting altivec code. +GCC may otherwise produce altivec code on non-altivec PPC (thanks to Frederik Wikstrom) + +Members: + build/generic/Makefile:1.17->1.18 + build/generic/configure.in:1.30->1.31 + build/generic/platform.inc.in:1.7->1.8 + +--------------------- +Date: 2009/06/05 09:58:41 +Author: Isibaar +Branch: HEAD +Tag: (none) +Log: +Patch for Amiga OS4 by Fredrik Wikstrom + +Members: + src/xvid.c:1.81->1.82 + src/motion/motion_smp.h:1.5->1.6 + src/utils/ppc_asm/altivec_trigger.c:1.1->1.2 + +--------------------- +Date: 2009/06/02 15:06:49 +Author: Isibaar +Branch: HEAD +Tag: (none) +Log: +Added alternative processor cores detection routing for Apple (thanks to Fabian Groffen) +C90 style fix in variance masking code + +Members: + src/xvid.c:1.80->1.81 + src/plugins/plugin_lumimasking.c:1.7->1.8 + +--------------------- +Date: 2009/05/28 19:03:45 +Author: Isibaar +Branch: release-1_2-branch +Tag: release-1_2_2 +Log: +allow text relocations for dynlib OS X target + +Members: + build/generic/configure.in:1.25.2.3->1.25.2.4 + +--------------------- +Date: 2009/05/28 18:59:21 +Author: Isibaar +Branch: HEAD +Tag: (none) +Log: +Allow text relocations for dynlib OS X target + +Members: + build/generic/configure.in:1.29->1.30 + +--------------------- +Date: 2009/05/28 17:52:33 Author: Isibaar Branch: release-1_2-branch -Tag: (none) +Tag: (none) Log: back-port from HEAD: - add resync-marker range check - return E_FAIL on XVID_ERR_MEMORY error in dshow -Members: - dshow/src/CXvidDecoder.cpp:1.16->1.16.2.1 - src/decoder.c:1.80->1.80.2.2 +Members: + ChangeLog:1.14.4.3->1.14.4.4 + dshow/src/CXvidDecoder.cpp:1.16->1.16.4.1 + src/decoder.c:1.80->1.80.2.1 --------------------- -Date: 2009/05/25 11:25:50 +Date: 2009/05/28 17:42:06 Author: Isibaar -Branch: release-1_2-branch -Tag: (none) +Branch: HEAD +Tag: (none) Log: -back-ported OSX fix and nasm version note from HEAD +Bugfix: +- Added missing resync marker range check in decoder.c (reported by IBM X-Force. Thanks go to John McDonald and Christopher Valasek) +- return E_FAIL instead of S_FALSE upon XVID_ERR_MEMORY error in dshow frontend (reported by IBM X-Force. Thanks to John McDonald and Mark Dowd) -Members: - doc/README:1.2->1.2.6.1 - src/dct/x86_asm/fdct_sse2_skal.asm:1.10->1.10.2.2 +Members: + dshow/src/CXvidDecoder.cpp:1.16->1.17 + src/decoder.c:1.80->1.81 --------------------- -Date: 2009/05/25 11:03:47 +Date: 2009/05/28 17:04:35 Author: Isibaar Branch: release-1_2-branch -Tag: (none) +Tag: (none) Log: -updated IA64 license headers from HEAD +backport from HEAD: yasm compatibility -Members: - src/dct/ia64_asm/fdct_ia64.s:1.5->1.5.10.1 - src/dct/ia64_asm/idct_fini.s:1.1->1.1.14.1 - src/dct/ia64_asm/idct_ia64_ecc.s:1.1->1.1.14.1 - src/dct/ia64_asm/idct_ia64_gcc.s:1.1->1.1.14.1 - src/dct/ia64_asm/idct_init.s:1.1->1.1.14.1 - src/image/ia64_asm/interpolate8x8_ia64.s:1.5->1.5.14.1 - src/image/ia64_asm/interpolate8x8_ia64_exact.s:1.1->1.1.14.1 - src/image/x86_asm/colorspace_mmx.inc:1.7->1.7.2.1 - src/motion/motion.h:1.24->1.24.2.1 - src/motion/ia64_asm/calc_delta_1.s:1.1->1.1.14.1 - src/motion/ia64_asm/calc_delta_2.s:1.1->1.1.14.1 - src/motion/ia64_asm/calc_delta_3.s:1.1->1.1.14.1 - src/motion/ia64_asm/halfpel8_refine_ia64.s:1.3->1.3.14.1 - src/motion/ia64_asm/sad_ia64.s:1.7->1.7.10.1 - src/quant/ia64_asm/quant_h263_ia64.s:1.6->1.6.6.1 - src/utils/ia64_asm/mem_transfer_ia64.s:1.5->1.5.10.1 +Members: + build/generic/configure.in:1.25.2.2->1.25.2.3 + src/nasm.inc:1.1.2.3->1.1.2.4 + src/image/x86_asm/colorspace_yuv_mmx.asm:1.10.2.1->1.10.2.2 + src/image/x86_asm/interpolate8x8_3dne.asm:1.11.2.1->1.11.2.2 + src/image/x86_asm/postprocessing_mmx.asm:1.9.2.1->1.9.2.2 + src/image/x86_asm/postprocessing_sse2.asm:1.10.2.2->1.10.2.3 + src/quant/x86_asm/quantize_h263_3dne.asm:1.9.2.1->1.9.2.2 + src/quant/x86_asm/quantize_mpeg_xmm.asm:1.10.2.1->1.10.2.2 --------------------- -Date: 2009/05/25 10:31:15 +Date: 2009/05/28 16:15:53 Author: Isibaar -Branch: release-1_2-branch -Tag: (none) +Branch: HEAD +Tag: (none) Log: -backport some fixes from HEAD: -- Add -D_WIN32_IE=0x0501 to vfw makefile -- Improved YUV<->RGB precision patch -- RGB24 access violation patch -- Quotes around path names for MSVC6 project files - -Members: - build/win32/libxvidcore.dsp:1.15->1.15.2.1 - build/win32/libxvidcore_static.dsp:1.5->1.5.2.1 - debian/control:1.2->1.2.2.2 - src/image/colorspace.c:1.14->1.14.2.1 - src/image/image.c:1.43->1.43.2.1 - src/image/x86_asm/colorspace_rgb_mmx.asm:1.10->1.10.2.1 - vfw/bin/Makefile:1.6->1.6.2.1 +require yasm >= 0.8.0 + +Members: + build/generic/configure.in:1.28->1.29 --------------------- -Date: 2009/05/25 10:09:23 +Date: 2009/05/28 10:42:37 Author: Isibaar Branch: release-1_2-branch -Tag: (none) +Tag: (none) Log: -increase version number to 1.2.2 -add '-arch ppc' for Apple PPC target +backport from HEAD: Use of TEXT macro for Mach-O -Members: - build/generic/configure.in:1.25->1.25.2.2 - debian/changelog:1.2.2.3->1.2.2.4 - src/xvid.c:1.77.2.4->1.77.2.5 - src/xvid.h:1.63.2.2->1.63.2.3 +Members: + src/nasm.inc:1.1.2.2->1.1.2.3 + src/bitstream/x86_asm/cbp_mmx.asm:1.17->1.17.2.1 + src/bitstream/x86_asm/cbp_sse2.asm:1.10.2.1->1.10.2.2 + src/dct/x86_asm/fdct_mmx_ffmpeg.asm:1.8->1.8.2.1 + src/dct/x86_asm/fdct_mmx_skal.asm:1.10->1.10.2.1 + src/dct/x86_asm/fdct_sse2_skal.asm:1.10.2.2->1.10.2.3 + src/dct/x86_asm/idct_3dne.asm:1.9->1.9.2.1 + src/dct/x86_asm/idct_mmx.asm:1.13->1.13.2.1 + src/dct/x86_asm/idct_sse2_dmitry.asm:1.8.2.1->1.8.2.2 + src/image/x86_asm/colorspace_rgb_mmx.asm:1.10.2.1->1.10.2.2 + src/image/x86_asm/colorspace_yuv_mmx.asm:1.10->1.10.2.1 + src/image/x86_asm/colorspace_yuyv_mmx.asm:1.10->1.10.2.1 + src/image/x86_asm/deintl_sse.asm:1.4->1.4.2.1 + src/image/x86_asm/gmc_mmx.asm:1.7.2.2->1.7.2.3 + src/image/x86_asm/interpolate8x8_3dn.asm:1.12->1.12.2.1 + src/image/x86_asm/interpolate8x8_3dne.asm:1.11->1.11.2.1 + src/image/x86_asm/interpolate8x8_mmx.asm:1.22->1.22.2.1 + src/image/x86_asm/interpolate8x8_xmm.asm:1.13->1.13.2.1 + src/image/x86_asm/postprocessing_mmx.asm:1.9->1.9.2.1 + src/image/x86_asm/postprocessing_sse2.asm:1.10.2.1->1.10.2.2 + src/image/x86_asm/qpel_mmx.asm:1.9->1.9.2.1 + src/image/x86_asm/reduced_mmx.asm:1.9->1.9.2.1 + src/motion/x86_asm/sad_3dn.asm:1.12->1.12.2.1 + src/motion/x86_asm/sad_3dne.asm:1.10->1.10.2.1 + src/motion/x86_asm/sad_mmx.asm:1.20->1.20.2.1 + src/motion/x86_asm/sad_sse2.asm:1.16.2.1->1.16.2.2 + src/motion/x86_asm/sad_xmm.asm:1.13->1.13.2.1 + src/plugins/x86_asm/plugin_ssim-a.asm:1.9.2.1->1.9.2.2 + src/quant/x86_asm/quantize_h263_3dne.asm:1.9->1.9.2.1 + src/quant/x86_asm/quantize_h263_mmx.asm:1.11.2.2->1.11.2.3 + src/quant/x86_asm/quantize_mpeg_mmx.asm:1.13->1.13.2.1 + src/quant/x86_asm/quantize_mpeg_xmm.asm:1.10->1.10.2.1 + src/utils/x86_asm/cpuid.asm:1.15.2.1->1.15.2.2 + src/utils/x86_asm/interlacing_mmx.asm:1.10->1.10.2.1 + src/utils/x86_asm/mem_transfer_3dne.asm:1.11->1.11.2.1 + src/utils/x86_asm/mem_transfer_mmx.asm:1.20->1.20.2.1 --------------------- -Date: 2008/12/02 15:00:09 +Date: 2009/05/27 19:27:56 Author: Isibaar -Branch: release-1_2-branch +Branch: HEAD Tag: (none) Log: -missing PUSH/POP_XMM6_XMM7 in quant_h263_intra_sse2 -WIN64 XMM6/XMM7 bench +GUI for variance masking Members: - examples/xvid_bench.c:1.38->1.38.2.1 - src/image/x86_asm/gmc_mmx.asm:1.7.2.1->1.7.2.2 - src/quant/x86_asm/quantize_h263_mmx.asm:1.11.2.1->1.11.2.2 - src/utils/emms.h:1.16->1.16.4.1 - src/utils/x86_asm/cpuid.asm:1.15->1.15.2.1 + vfw/src/codec.c:1.22->1.23 + vfw/src/config.c:1.38->1.39 + vfw/src/resource.h:1.11->1.12 + vfw/src/resource.rc:1.25->1.26 --------------------- -Date: 2008/12/01 18:27:03 +Date: 2009/05/27 17:52:05 Author: Isibaar -Branch: release-1_2-branch +Branch: HEAD Tag: (none) Log: -properly treat XMM6/XMM7 as non-volatile on WIN64 +Added Darkshikari's variance masking as an option to lumimasking Members: - src/nasm.inc:1.1.2.1->1.1.2.2 - src/bitstream/x86_asm/cbp_sse2.asm:1.10->1.10.2.1 - src/dct/x86_asm/fdct_sse2_skal.asm:1.10->1.10.2.1 - src/dct/x86_asm/idct_sse2_dmitry.asm:1.8->1.8.2.1 - src/image/x86_asm/gmc_mmx.asm:1.7->1.7.2.1 - src/image/x86_asm/postprocessing_sse2.asm:1.10->1.10.2.1 - src/motion/x86_asm/sad_sse2.asm:1.16->1.16.2.1 - src/plugins/x86_asm/plugin_ssim-a.asm:1.9->1.9.2.1 - src/quant/x86_asm/quantize_h263_mmx.asm:1.11->1.11.2.1 + ChangeLog:1.15->1.16 + examples/xvid_encraw.c:1.37->1.38 + src/xvid.h:1.64->1.65 + src/plugins/plugin_lumimasking.c:1.6->1.7 --------------------- -Date: 2008/12/01 17:35:47 +Date: 2009/05/13 11:39:20 Author: Isibaar -Branch: release-1_2-branch +Branch: HEAD Tag: (none) Log: -increased version number to 1.2.1 +improved precision and rounding for RGB->YV12 conversion Members: - build/generic/configure.in:1.25->1.25.2.1 - debian/changelog:1.2.2.1->1.2.2.2 - src/xvid.c:1.77.2.3->1.77.2.4 - src/xvid.h:1.63.2.1->1.63.2.2 + src/image/colorspace.c:1.14->1.15 + src/image/x86_asm/colorspace_rgb_mmx.asm:1.11->1.12 --------------------- -Date: 2008/12/01 16:04:56 +Date: 2009/03/30 16:40:05 Author: Isibaar -Branch: release-1_2-branch +Branch: HEAD +Tag: (none) +Log: +attempt at fixing a RGB24 access violation bug reported by Matthew Allen + +Members: + src/image/image.c:1.43->1.44 + +--------------------- +Date: 2009/02/19 18:07:29 +Author: Isibaar +Branch: HEAD +Tag: (none) +Log: +added proper license headers to the IA64 asm files + +Members: + src/dct/ia64_asm/fdct_ia64.s:1.5->1.6 + src/dct/ia64_asm/idct_fini.s:1.1->1.2 + src/dct/ia64_asm/idct_ia64_ecc.s:1.1->1.2 + src/dct/ia64_asm/idct_ia64_gcc.s:1.1->1.2 + src/dct/ia64_asm/idct_init.s:1.1->1.2 + src/image/ia64_asm/interpolate8x8_ia64.s:1.5->1.6 + src/image/ia64_asm/interpolate8x8_ia64_exact.s:1.1->1.2 + src/motion/ia64_asm/calc_delta_1.s:1.1->1.2 + src/motion/ia64_asm/calc_delta_2.s:1.1->1.2 + src/motion/ia64_asm/calc_delta_3.s:1.1->1.2 + src/motion/ia64_asm/halfpel8_refine_ia64.s:1.3->1.4 + src/motion/ia64_asm/sad_ia64.s:1.7->1.8 + src/quant/ia64_asm/quant_h263_ia64.s:1.6->1.7 + src/utils/ia64_asm/mem_transfer_ia64.s:1.5->1.6 + +--------------------- +Date: 2009/02/18 23:09:37 +Author: Isibaar +Branch: HEAD +Tag: (none) +Log: +amd64 + +Members: + debian/control:1.3->1.4 + +--------------------- +Date: 2009/02/18 16:10:19 +Author: Isibaar +Branch: HEAD +Tag: (none) +Log: +- Some updates to license headers + +Members: + src/image/x86_asm/colorspace_mmx.inc:1.8->1.9 + src/motion/motion.h:1.24->1.25 + +--------------------- +Date: 2009/01/07 17:32:31 +Author: Isibaar +Branch: HEAD +Tag: (none) +Log: +Added note for OSX users that nasm >=2.06rc2 is required for MACH-O build + +Will auto-check in the configure script once 2.06 release is out... + +Members: + doc/README:1.3->1.4 + +--------------------- +Date: 2009/01/07 17:22:02 +Author: Isibaar +Branch: HEAD +Tag: (none) +Log: +added quotes around nasm include paths to fix problems with directory names containing spaces + +Members: + build/win32/libxvidcore.dsp:1.15->1.16 + build/win32/libxvidcore_static.dsp:1.5->1.6 + +--------------------- +Date: 2008/12/15 11:22:07 +Author: Isibaar +Branch: HEAD +Tag: (none) +Log: +added -D_WIN32_IE=0x0501 to CFLAGS + +Members: + vfw/bin/Makefile:1.6->1.7 + +--------------------- +Date: 2008/12/09 11:42:38 +Author: Isibaar +Branch: HEAD +Tag: (none) +Log: +Note for yasm version required for MacOS X + +Members: + doc/README:1.2->1.3 + +--------------------- +Date: 2008/12/05 11:33:47 +Author: Isibaar +Branch: HEAD +Tag: (none) +Log: +added a comment + +Members: + src/dct/x86_asm/fdct_sse2_skal.asm:1.13->1.14 + +--------------------- +Date: 2008/12/05 11:18:52 +Author: Isibaar +Branch: HEAD +Tag: (none) +Log: +Added -arch ppc for Apple gcc + +Members: + build/generic/configure.in:1.27->1.28 + +--------------------- +Date: 2008/12/05 11:15:02 +Author: Isibaar +Branch: HEAD +Tag: (none) +Log: +MacOS X specific changes + +Members: + src/nasm.inc:1.5->1.6 + src/dct/x86_asm/fdct_sse2_skal.asm:1.12->1.13 + +--------------------- +Date: 2008/12/04 19:30:36 +Author: Isibaar +Branch: HEAD +Tag: (none) +Log: +yasm compatibility + +Members: + build/generic/configure.in:INITIAL->1.27 + src/nasm.inc:1.4->1.5 + src/image/x86_asm/colorspace_yuv_mmx.asm:1.13->1.14 + src/image/x86_asm/interpolate8x8_3dne.asm:1.12->1.13 + src/image/x86_asm/postprocessing_mmx.asm:1.11->1.12 + src/image/x86_asm/postprocessing_sse2.asm:1.14->1.15 + src/quant/x86_asm/quantize_h263_3dne.asm:1.10->1.11 + src/quant/x86_asm/quantize_h263_mmx.asm:1.14->1.15 + src/quant/x86_asm/quantize_mpeg_mmx.asm:1.14->1.15 + src/quant/x86_asm/quantize_mpeg_xmm.asm:1.11->1.12 + +--------------------- +Date: 2008/12/04 15:41:50 +Author: Isibaar +Branch: HEAD +Tag: (none) +Log: +trying to add back yasm support + +Members: + src/nasm.inc:INITIAL->1.4 + src/bitstream/x86_asm/cbp_mmx.asm:1.17->1.18 + src/bitstream/x86_asm/cbp_sse2.asm:1.12->1.13 + src/dct/x86_asm/fdct_mmx_ffmpeg.asm:1.8->1.9 + src/dct/x86_asm/fdct_mmx_skal.asm:1.10->1.11 + src/dct/x86_asm/fdct_sse2_skal.asm:INITIAL->1.12 + src/dct/x86_asm/idct_3dne.asm:1.9->1.10 + src/dct/x86_asm/idct_mmx.asm:1.13->1.14 + src/dct/x86_asm/idct_sse2_dmitry.asm:INITIAL->1.10 + src/image/x86_asm/colorspace_rgb_mmx.asm:1.10->1.11 + src/image/x86_asm/colorspace_yuv_mmx.asm:1.12->1.13 + src/image/x86_asm/colorspace_yuyv_mmx.asm:1.10->1.11 + src/image/x86_asm/deintl_sse.asm:1.4->1.5 + src/image/x86_asm/gmc_mmx.asm:INITIAL->1.10 + src/image/x86_asm/interpolate8x8_3dn.asm:1.12->1.13 + src/image/x86_asm/interpolate8x8_3dne.asm:1.11->1.12 + src/image/x86_asm/interpolate8x8_mmx.asm:1.23->1.24 + src/image/x86_asm/interpolate8x8_xmm.asm:1.13->1.14 + src/image/x86_asm/postprocessing_mmx.asm:1.10->1.11 + src/image/x86_asm/postprocessing_sse2.asm:1.13->1.14 + src/image/x86_asm/qpel_mmx.asm:1.9->1.10 + src/image/x86_asm/reduced_mmx.asm:1.10->1.11 + src/motion/x86_asm/sad_3dn.asm:1.12->1.13 + src/motion/x86_asm/sad_3dne.asm:1.10->1.11 + src/motion/x86_asm/sad_mmx.asm:1.20->1.21 + src/motion/x86_asm/sad_sse2.asm:1.18->1.19 + src/motion/x86_asm/sad_xmm.asm:1.13->1.14 + src/plugins/x86_asm/plugin_ssim-a.asm:1.11->1.12 + src/quant/x86_asm/quantize_h263_3dne.asm:1.9->1.10 + src/quant/x86_asm/quantize_h263_mmx.asm:INITIAL->1.14 + src/quant/x86_asm/quantize_mpeg_mmx.asm:1.13->1.14 + src/quant/x86_asm/quantize_mpeg_xmm.asm:1.10->1.11 + src/utils/x86_asm/cpuid.asm:INITIAL->1.18 + src/utils/x86_asm/interlacing_mmx.asm:1.10->1.11 + src/utils/x86_asm/mem_transfer_3dne.asm:1.11->1.12 + src/utils/x86_asm/mem_transfer_mmx.asm:1.20->1.21 + +--------------------- +Date: 2008/12/02 14:58:30 +Author: Isibaar +Branch: HEAD +Tag: (none) +Log: +missing ENDFUNC + +Members: + src/utils/x86_asm/cpuid.asm:1.16->1.17 + +--------------------- +Date: 2008/12/02 14:44:55 +Author: Isibaar +Branch: HEAD +Tag: (none) +Log: +WIN64 XMM6/XMM7 bench and asm optimization patch by Andrew Dunstan + +Members: + examples/xvid_bench.c:1.38->1.39 + src/bitstream/x86_asm/cbp_sse2.asm:1.11->1.12 + src/image/x86_asm/gmc_mmx.asm:1.8->1.9 + src/image/x86_asm/postprocessing_sse2.asm:1.12->1.13 + src/motion/x86_asm/sad_sse2.asm:1.17->1.18 + src/plugins/x86_asm/plugin_ssim-a.asm:1.10->1.11 + src/quant/x86_asm/quantize_h263_mmx.asm:1.12->1.13 + src/utils/emms.h:1.16->1.17 + src/utils/x86_asm/cpuid.asm:1.15->1.16 + +--------------------- +Date: 2008/12/01 16:22:37 +Author: Isibaar +Branch: HEAD +Tag: (none) +Log: +fix for previous commit + +Members: + src/image/x86_asm/colorspace_yuv_mmx.asm:1.11->1.12 + +--------------------- +Date: 2008/12/01 16:06:48 +Author: Isibaar +Branch: HEAD Tag: (none) Log: OSX/Leopard compilation fix by Guillaume Poirier Members: - src/xvid.c:1.77.2.2->1.77.2.3 + src/xvid.c:1.79->1.80 --------------------- -Date: 2008/11/28 19:28:08 +Date: 2008/12/01 16:00:44 Author: Isibaar -Branch: release-1_2-branch -Tag: (none) +Branch: HEAD +Tag: (none) +Log: +ASM clean-up patch by Carlo Bramix + +Members: + src/image/x86_asm/colorspace_mmx.inc:1.7->1.8 + src/image/x86_asm/colorspace_yuv_mmx.asm:1.10->1.11 + src/image/x86_asm/interpolate8x8_mmx.asm:1.22->1.23 + src/image/x86_asm/postprocessing_mmx.asm:1.9->1.10 + src/image/x86_asm/postprocessing_sse2.asm:1.11->1.12 + src/image/x86_asm/reduced_mmx.asm:1.9->1.10 + +--------------------- +Date: 2008/12/01 15:45:45 +Author: Isibaar +Branch: HEAD +Tag: (none) +Log: +properly treat XMM6/XMM7 as non-volatile on WIN64 (to be tested) + +Members: + src/nasm.inc:1.2->1.3 + src/bitstream/x86_asm/cbp_sse2.asm:1.10->1.11 + src/dct/x86_asm/fdct_sse2_skal.asm:1.10->1.11 + src/dct/x86_asm/idct_sse2_dmitry.asm:1.8->1.9 + src/image/x86_asm/gmc_mmx.asm:1.7->1.8 + src/image/x86_asm/postprocessing_sse2.asm:1.10->1.11 + src/motion/x86_asm/sad_sse2.asm:1.16->1.17 + src/plugins/x86_asm/plugin_ssim-a.asm:1.9->1.10 + src/quant/x86_asm/quantize_h263_mmx.asm:1.11->1.12 + +--------------------- +Date: 2008/11/30 19:05:42 +Author: Isibaar +Branch: HEAD +Tag: (none) +Log: +finish up WIN64 compatibility + +Members: + vfw/src/driverproc.c:1.10->1.11 + +--------------------- +Date: 2008/11/30 18:56:07 +Author: Isibaar +Branch: HEAD +Tag: (none) +Log: +finish up WIN64 compatibility + +Members: + vfw/src/config.c:1.37->1.38 + vfw/src/driverproc.c:1.9->1.10 + vfw/src/status.c:1.3->1.4 + +--------------------- +Date: 2008/11/30 17:36:44 +Author: Isibaar +Branch: HEAD +Tag: (none) +Log: +VC8 win32 / x64 project files + +Members: + build/win32/libxvidcore.sln:1.1->1.2 + build/win32/libxvidcore.vcproj:1.1->1.2 + build/win32/xvid_decraw.vcproj:INITIAL->1.1 + build/win32/xvid_encraw.vcproj:INITIAL->1.1 + dshow/dshow.vcproj:INITIAL->1.1 + dshow/src/CAbout.cpp:1.2->1.3 + dshow/src/CAbout.h:1.2->1.3 + dshow/src/Configure.cpp:1.5->1.6 + dshow/src/config.c:1.9->1.10 + src/nasm.inc:1.1->1.2 + src/portab.h:1.58->1.59 + src/xvid.c:INITIAL->1.79 + src/motion/gmc.c:1.9->1.10 + vfw/vfw.dsp:INITIAL->1.4 + vfw/vfw.vcproj:INITIAL->1.1 + vfw/src/config.c:1.36->1.37 + vfw/src/config.h:1.12->1.13 + vfw/src/driverproc.c:1.8->1.9 + +--------------------- +Date: 2008/11/28 19:28:41 +Author: Isibaar +Branch: HEAD +Tag: (none) +Log: +updated nasm dependency + +Members: + debian/control:1.2->1.3 + +--------------------- +Date: 2008/11/28 19:16:42 +Author: Isibaar +Branch: HEAD +Tag: (none) Log: -adjust version numbers +pump up HEAD version numbers -Members: - debian/changelog:1.2->1.2.2.1 - debian/control:1.2->1.2.2.1 - src/xvid.c:1.77->1.77.2.1 - src/xvid.h:1.63->1.63.2.1 +Members: + build/generic/configure.in:1.25->1.26 + debian/changelog:1.2->1.3 + src/xvid.c:1.77->1.78 + src/xvid.h:1.63->1.64 --------------------- Date: 2008/11/28 17:54:43 @@ -766,7 +1851,7 @@ Branch: HEAD Tag: (none) Log: -remove plugin_fixed.c as per instruction "[XviD-devel] pete cvs commits digest" (13 May 2003) +remove plugin_fixed.c as per instruction "[Xvid-devel] pete cvs commits digest" (13 May 2003) Members: src/plugins/plugin_fixed.c:1.2->1.3(DEAD) @@ -1360,8 +2445,8 @@ - updated graphics Members: - dshow/src/XviD_logo.bmp:1.2->1.3 - vfw/src/XviD_logo.bmp:1.2->1.3 + dshow/src/Xvid_logo.bmp:1.2->1.3 + vfw/src/Xvid_logo.bmp:1.2->1.3 vfw/src/xvid.ico:1.1->1.2 --------------------- @@ -1910,7 +2995,7 @@ Tag: (none) Log: - Initialize dec->bs_version to high value. Before it seemed unititalized for - non XviD streams... + non Xvid streams... Members: src/decoder.c:1.76->1.77 @@ -2114,7 +3199,7 @@ be sure everything are ok. Hope the test is correct. + added benches for interlaced decoding, as supplied - by Christoph Kühnel (info at intek-darmstadt dot de). + by Christoph Kühnel (info at intek-darmstadt dot de). Thanks a lot. Members: @@ -5594,11 +6679,11 @@ 2004-04-02 21:26:57 GMT patch-2 Summary: - messed with XviD BS version + messed with Xvid BS version Revision: xvidcore--head--0.0--patch-2 - messed with XviD BS version + messed with Xvid BS version modified files: