]> git.sesse.net Git - mlt/history - src/tests/test_properties/test_properties.cpp
A little debugging.
[mlt] / src / tests / test_properties / test_properties.cpp
2014-01-15 Brian MatherlyFix animation serialization when length is not specified
2013-06-02 Dan DennedyFix valgrind errors in properties unit test.
2013-06-02 Brian MatherlyMerge pull request #32 from j-b-m/master
2013-05-31 Dan DennedyAdd mlt_properties_set_color().
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_color and mlt_properties_get_color().
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-05-12 Dan DennedyCleanup 64 bit int property tests.
2013-05-06 Brian MatherlyCast to correct int types.
2013-05-04 Dan DennedyAdd more properties unit tests.
2013-05-03 Dan DennedyAdd more unit tests for mlt_property.
2013-05-01 Dan DennedyAdd the start of a unit test suite using QtTest.