src/modules/videostab/filter_videostab.c | 6 +- src/modules/videostab/filter_videostab2.c | 215 +++++++------ src/modules/videostab/stabilize.c | 504 +++++++++++++++-------------- src/modules/videostab/stabilize.h | 3 +- src/modules/videostab/transform_image.c | 383 +++++++++++----------- src/modules/videostab/transform_image.h | 69 ++-- 6 files changed, 605 insertions(+), 575 deletions(-)
New commits: commit 05014734578cf39b3bc28a86c8faa4e3280a1545 Author: gmarco <[email protected]> Date: Thu Dec 22 18:54:59 2011 +0100 use interpolation type from filter also in rgb commit c1499597ba89a91b2f826d75a5254a5da38ea111 Author: gmarco <[email protected]> Date: Thu Dec 22 00:21:29 2011 +0100 fixed wrong image format commit 6c4d838df7b8292cf68fbb069e834a8d9f8b73cb Author: gmarco <[email protected]> Date: Fri Dec 16 12:16:06 2011 +0100 use calloc insteadt of malloc/memset use struct for instance data small cleanup use PIX(n) dont use instable yuv420 use stabilize on grayimage (converted from yuv422) commit e7ff76e7824423ce716f4d1c633e3060fd6e559c Author: Marco Gittler <[email protected]> Date: Mon Nov 21 15:46:02 2011 +0100 sse2 updates commit 5785fcf72c0acd02fdf1b7996a911755fd1aef9a Author: gmarco <[email protected]> Date: Fri Dec 16 10:51:24 2011 +0100 image format error fix commit 3776730c0ad9c3ba66f0ccff7be858ba88f98a99 Author: gmarco <[email protected]> Date: Thu Dec 15 16:45:41 2011 +0100 fixed bug, resulting in crash at end and wrong first image ------------------------------------------------------------------------------ Write once. Port to many. Get the SDK and tools to simplify cross-platform app development. Create new or port existing apps to sell to consumers worldwide. Explore the Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join http://p.sf.net/sfu/intel-appdev _______________________________________________ Mlt-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mlt-devel
