]> git.sesse.net Git - mlt/history - src/modules/videostab
fix BSTR string conversion under Windows
[mlt] / src / modules / videostab /
2012-05-31 Jean-Baptiste MardelleMerge remote-tracking branch 'original/master'
2012-05-30 Dan DennedyMerge pull request #1 from eddrog/master
2012-05-26 Dan Dennedyadd configure options and fixes for cross-compiling
2012-03-05 Dan Dennedyreplace legacy real_width and _height with meta.media...
2012-01-22 Dan DennedyMerge https://github.com/pez4brian/mlt_2 into pez
2012-01-21 Marco Gittlerfixed bug when resizing in consumer
2012-01-02 Dan Dennedyfix videostab sse2 build cont'd
2012-01-02 gmarcodo not use lanc_kernels as global var. moved to filter...
2012-01-01 Dan Dennedyfix videostab build with sse2
2011-12-31 Dan DennedyMerge branch 'videostab' of https://github.com/gmarco...
2011-12-28 gmarcofixed wrong parameter order
2011-12-26 gmarcouse interpolation type from filter also in rgb
2011-12-26 gmarcofixed wrong image format
2011-12-26 gmarcouse calloc insteadt of malloc/memset
2011-12-26 Marco Gittlersse2 updates
2011-12-26 gmarcoimage format error fix
2011-12-26 gmarcofixed bug, resulting in crash at end and wrong first...
2011-12-22 gmarcouse interpolation type from filter also in rgb
2011-12-21 gmarcofixed wrong image format
2011-12-21 gmarcouse calloc insteadt of malloc/memset
2011-12-16 Marco Gittlersse2 updates
2011-12-16 gmarcoimage format error fix
2011-12-15 gmarcofixed bug, resulting in crash at end and wrong first...
2011-11-21 Dan Dennedyfix parameter type on videostab2 yaml
2011-11-04 Dan Dennedybuild fixes for FreeBSD
2011-10-31 Dan DennedyRequest progressive scan images when stabilizing video.
2011-10-31 Marco Gittlerupdated desc
2011-10-31 Marco Gittleradded description
2011-10-31 Marco Gittlerset transform properties from mlt
2011-10-31 Marco Gittlerread filter params correct, set interpol type
2011-10-31 Marco Gittleruse interpolation settings
2011-10-31 Marco Gittlerlog format error on draw*
2011-10-31 Marco Gittleradded yml for videostab2
2011-10-31 Marco Gittlermove printf -> mlt_log*
2011-10-31 Marco Gittlerset all paramters
2011-10-31 Marco Gittleravoid unreadable code like (*format==mlt_image_rgb24...
2011-10-31 Marco Gittlerremove log since no parent/type yet
2011-10-31 Marco Gittlerremoved unsued code (point 4 )
2011-10-31 Marco Gittlerremoved printf from mlt filter code (point 9)
2011-10-31 Marco Gittleruse mlt_pool_release instead of mlt_properties_close...
2011-10-31 Marco Gittlerdo not call stabilize_init() anymore (point 7) thx...
2011-10-31 Marco Gittlerfix makefile to respect global FLAGS (point 2)
2011-10-31 Marco Gittlerframesize 3/2 * w * h seems to bee too small for yuv420
2011-10-31 Marco Gittleradded vstab from http://public.hronopik.de/vid.stab...
2011-09-25 Dan DennedyFix videostab build on win32
2011-09-23 Marco Gittlerfix to compile an MAC (point 1)
2011-08-16 Dan DennedyAdd vectors property to videostab.
2011-08-13 Dan DennedyMore cleanup.
2011-08-13 Dan DennedyFix make install.
2011-08-13 Dan DennedySome cleanup - reformating, consolidation
2011-08-13 Dan DennedyStop using 'this'
2011-08-13 Dan DennedyRemove global variables.
2011-08-13 Dan DennedyFix compile error on MAXFLOAT.
2011-08-13 Dan DennedyFix for GPL license.
2011-08-12 Marco Gittleradded yml metadata
2011-08-12 Marco Gittlerremoved comments
2011-08-12 Marco Gittlersome cleanup, loading from deshake file works now ...
2011-08-11 Marco Gittlersome vars are now local instead of global.
2011-08-11 Marco Gittlercompile fix
2011-08-11 Marco Gittlerfirst version of video stabilization from http://vstab...