]> git.sesse.net Git - mlt/history - src/framework/mlt_property.c
If LC_NUMERIC unsupported do not inadvertently change locale.
[mlt] / src / framework / mlt_property.c
2014-02-01 Dan DennedyIf LC_NUMERIC unsupported do not inadvertently change...
2014-01-14 Dan DennedyFix bug parsing rect string with %.
2013-12-30 Dan DennedyAdd mutex locks to mlt_property_anim_get functions.
2013-12-21 Dan DennedyFix bug passing serializable data property (SF-202).
2013-06-02 Dan DennedyAdd missing lock in mlt_property:refresh_animation...
2013-06-02 Brian MatherlyMerge pull request #32 from j-b-m/master
2013-06-01 Dan DennedyCompile fixes for Windows after merging animation branch.
2013-05-31 Dan DennedyVarious documentation and copyright fixes and updates.
2013-05-31 Dan DennedyDocument the property animation, rect, and color additions.
2013-05-31 Dan DennedyReorder the last commit of mlt_properties_get_animation().
2013-05-31 Dan DennedyAdd mlt_properties_get_animation(); it might come in...
2013-05-31 Dan DennedyReorder some property anim parameters for consistency.
2013-05-31 Dan DennedyMake animation length optional.
2013-05-31 Dan DennedyAdd mlt_properties_anim_set/get() for string.
2013-05-31 Dan DennedyAdd mlt_properties_anim_set/get_double().
2013-05-31 Dan DennedyRename functions with _pos to anim_.
2013-05-31 Dan DennedyAdd mlt_properties_set/get_rect_pos for rect animation.
2013-05-31 Dan DennedyAdd mlt_rect and mlt_properties_set/get_rect.
2013-05-31 Dan DennedyAdd mlt_properties_set/get_int_pos and Properties:...
2013-05-31 Dan DennedyInterpret % after numeric string.
2013-05-31 Dan DennedyAdd mlt_property_set_double_pos() and mlt_property_set_...
2013-05-31 Dan DennedyAdd Catmull-Rom spline smooth animation interpolation.
2013-05-31 Dan DennedyAdd mlt_property_get_double_pos() and mlt_property_get_...
2013-05-31 Dan DennedyAdd support for discrete animation including strings.
2013-05-31 Dan DennedyAdd mlt_animation and mlt_property_interpolate().
2013-03-17 Dan DennedyMerge branch 'frei0r-metadata'
2012-07-30 Dan DennedyMerge pull request #6 from mcfrisk/coverity
2012-07-25 Mikko Rapelimlt_property_get_time(): get mutex before accessing...
2012-04-02 Dan Dennedyfix build for OS X
2012-04-02 Dan Dennedyadd support for timecode and clock time strings to...
2011-11-14 Dan Dennedyfix passing property that has both numeric and string...
2011-09-10 Dan DennedyFix race conditions in mlt_property.
2011-09-09 j-b-mFix locale corruption.
2011-07-22 Dan DennedyFix build on Debian kfreebsd.
2011-07-22 Dan DennedyFix build on Debian kfreebsd.
2011-07-12 Dan DennedyFix build on new locale stuff when not Linux or OS X.
2011-07-11 Dan DennedyFix build for querylocale() on OS X.
2011-07-11 Dan DennedyProtect locale hack with a mutex to ensure consistency.
2011-07-09 Dan DennedyAdd mlt_properties_set_lcnumeric, mlt_property_get_doub...
2011-04-21 Dan DennedyFix some compile warnings about string-formatting 64bit.
2011-03-06 Dan DennedyMerge branch 'roto' of git://github.com/ttill/MLT-roto...
2011-03-01 Dan DennedyRename this to self in the framework.
2010-10-19 Dan DennedyFkx crash converting string property with null value.
2009-05-08 Dan DennedyMerge ../mlt++
2009-03-03 ddennedymlt_property.c: suppress compiler warning
2009-02-20 ddennedymlt_property.c: interpret hex int as unsigned
2009-02-20 ddennedymlt_property.c: added parsing for color values beginnin...
2009-02-10 ddennedymlt_property.c: update a doxygen comment to label param...
2009-01-21 ddennedyAdd doxygen documentation for mlt_profile, mlt_pool...
2008-12-04 ddennedysrc/framework/*: improve the doxygen documentation...
2008-02-04 ddennedymove binary modules to libdir - affects MLT_REPOSITORY
2007-03-30 ddennedyCleanup license declarations and remove dv1394d references.
2005-08-21 dezeroexIntroduce some more civilized ways to copy properties.
2005-08-15 dezeroexFix build errors caused by the (hypothetical) conversio...
2005-01-14 lilo_booterSundry minor fixes and optimisations
2004-12-31 lilo_booterCorrections after valgrinding
2004-12-01 lilo_booterBig modification - switch to macros for parent class...
2004-09-02 lilo_booterFirst draft of event handling
2004-03-11 lilo_bootermore small optimisations
2004-03-03 lilo_booterYet more sdl hacking, region memory leak fix, mlt_posit...
2004-01-14 lilo_booterRemoval of timecodes, consumer libdv, serialisation...
2004-01-09 lilo_booterint64 based comms and more unit functionality
2003-12-26 lilo_booterSDL transport callback
2003-12-19 lilo_booterInitial revision