]> git.sesse.net Git - mlt/history - src/framework/mlt_animation.c
A little debugging.
[mlt] / src / framework / mlt_animation.c
2014-01-15 Brian MatherlyFix animation serialization when length is not specified
2013-06-02 Dan DennedyFix possible null pointer dereference (coverity-1026784).
2013-06-02 Dan DennedyFix possible null pointer dereference (coverity-1026783).
2013-06-02 Brian MatherlyMerge pull request #32 from j-b-m/master
2013-06-02 Dan DennedyIndicate mlt_geometry is deprecated in API docs.
2013-05-31 Dan DennedyVarious documentation and copyright fixes and updates.
2013-05-31 Dan DennedyDocument the new mlt_animation API.
2013-05-31 Dan DennedyMake animation length optional.
2013-05-31 Dan DennedyAdd mlt_properties_set/get_rect_pos for rect animation.
2013-05-31 Dan DennedyAdd Catmull-Rom spline smooth animation interpolation.
2013-05-31 Dan DennedyAdd support for discrete animation including strings.
2013-05-31 Dan DennedyAdd mlt_animation and mlt_property_interpolate().