]> git.sesse.net Git - mlt/history - src/modules/motion_est
Fix compile error on Windows.
[mlt] / src / modules / motion_est /
2013-03-17 Dan DennedyMerge branch 'frei0r-metadata'
2013-02-13 Dan DennedyMerge pull request #25 from RedDwarf69/versioned_symbols
2013-02-12 Dan DennedyMerge pull request #24 from RedDwarf69/versioned_dirs
2013-02-07 Cristian Morales... Version modules and data directories, and melt
2012-11-10 Dan DennedyFix dereference before null check. (coverity-743162)
2012-10-24 Dan DennedyMerge pull request #14 from j-b-m/master
2012-10-23 Jean-Baptiste MardelleMake motion_est properties available to autotrack_recta...
2012-10-23 j-b-mAdd _serialize property to autotrack_rectangle.
2012-10-20 Dan DennedyCompute a shot_change_list property for motion_est.
2012-10-20 Dan DennedyAdd bounding geometry property to motion_est filter.
2012-08-07 Dan DennedyMerge pull request #10 from mcfrisk/coverity_review_fix...
2012-08-06 Mikko Rapelimotion_est/producer_slowmotion.c: check for null pointer
2011-09-01 Dan DennedyConvert some printfs to fprintf(stderr) or mlt_log.
2011-08-16 Dan DennedyAdd mlt_geometry_interpolate.
2011-07-07 Dan DennedyUse '/' for coordinate delimiter instead of period.
2011-05-30 Dan DennedyAdd service metadata to motion_est module (WIP).
2011-03-11 Dan DennedyRefactor to mlt_filter_get_position().
2011-03-07 Dan DennedyRefactor to use mlt_frame_set_image/_alpha.
2011-03-06 Dan DennedyMerge branch 'roto' of git://github.com/ttill/MLT-roto...
2011-02-20 Dan DennedyAdd profile parameter to mlt_producer_new.
2011-02-19 Dan DennedyFix lib suffix on motion_est.
2011-01-24 Dan DennedyAdd service locks for parallelism.
2011-01-24 Dan DennedyInitial port to Windows using MinGW.
2010-02-15 Dan DennedyMerge branch 'master' of dennedy.org:git/mltframework...
2010-01-22 j-b-mFix typo in autotrack filter
2009-10-27 Dan DennedyFix autotrack_rectangle with negative origin (kdenlive...
2009-07-14 Marco GittlerMerge branch 'master' into kdenlivetitle
2009-07-14 Dan DennedyFix build on OS X and possibly others.
2009-07-03 Dan DennedyMassive refactoring of image conversion.
2009-05-20 Dan DennedyLink motionest against libm.
2009-05-09 Dan DennedyComplete reorganization and renaming to usable state.
2009-05-08 Dan DennedyMerge ../mlt++
2009-05-03 ddennedyApply cosmetic cleanup part of ldflags_order patch...
2009-04-10 ddennedyMerge branch 'review-2' of git://github.com/rayl/mlt
2009-04-10 ddennedyMerge branch 'review-1' of git://github.com/rayl/mlt
2009-04-07 Ray LehtiniemiConstness changes
2008-12-12 ddennedymotion_est/filter_motion_est.c: the sse compilation...
2008-12-12 ddennedyfiltedr_motion_est.c: respect new --disable-sse configu...
2008-04-12 ddennedyconfigure, motion_est/configure: remove module-specific...
2008-02-06 ddennedymlt_repository.[hc]:
2008-02-04 ddennedymove binary modules to libdir - affects MLT_REPOSITORY
2008-02-02 ddennedyframework: remove global profile, rather share one...
2007-12-08 j-b-mAutotrack rectangle can now be defined using geometry...
2007-10-19 ddennedyfilter_vismv.c: bugfix pointer to array of motion vectors
2006-09-28 dezeroexZypher's amd64 patch.
2005-12-05 lilo_booter+ Final updates for 0.2.1 - distclean corrected, soname...
2005-11-10 lilo_booter+ DESTDIR patch from Anthony Green (green at redhat...
2005-10-28 dezeroexCorrect bug introduced by revision 1.3
2005-10-28 dezeroexx86 doesn't play well with ppc
2005-10-28 dezeroexFix shared lib flags in Makefile for Darwin
2005-10-25 lilo_booter+ Enabled Zach's new slowmotion producer
2005-10-25 lilo_bootersrc/modules/core/consumer_null.c
2005-10-24 dezeroexAdded a producer slowmotion example.
2005-10-24 dezeroexImport the proof of concept slow motion producer.
2005-08-29 lilo_booter+ Correction to the disabled case (should be disable...
2005-08-26 dezeroexAdd the obscure=1 option to filter_autotrack_rectangle...
2005-08-15 dezeroexFix build errors caused by the (hypothetical) conversio...
2005-08-07 dezeroexMisc changes. May remove this file completely soon.
2005-08-07 dezeroexThis is a significant rewrite.
2005-08-07 dezeroexAdded some more examples.
2005-08-07 dezeroexCorrected geometry handling. Removed redundant arrow...
2005-07-30 dezeroexAdded a README file with lots of juicy info. Added...
2005-07-21 dezeroexautotrack_rectangle and motion_est now convert pixel...
2005-07-21 dezeroexFixed several accuracy issues. Cleaned up code. Correct...
2005-07-20 dezeroexuse shared arrow drawing code. improve tracking accuracy.
2005-07-09 dezeroexMention that motion est is disabled by default during...
2005-07-09 dezeroexPrevent motion estimation components from building...
2005-07-08 dezeroexremoved a debugging target.
2005-07-08 dezeroexInitial import of the motion estimation filter.