Branch: refs/heads/master
Home: https://github.com/mltframework/mlt
Commit: fee43878bb3fa17da3403b3a29a9a0775c1cb9de
https://github.com/mltframework/mlt/commit/fee43878bb3fa17da3403b3a29a9a0775c1cb9de
Author: Dan Dennedy <[email protected]>
Date: 2013-05-31 (Fri, 31 May 2013)
Changed paths:
M src/framework/Makefile
A src/framework/mlt_animation.c
A src/framework/mlt_animation.h
M src/framework/mlt_property.c
M src/framework/mlt_property.h
M src/tests/test_properties/test_properties.cpp
Log Message:
-----------
Add mlt_animation and mlt_property_interpolate().
mlt_property_interpolate() only works on a scalar double property at
this time.
Commit: fce425d1301bdc2876d5cd96e4960aeeb5952147
https://github.com/mltframework/mlt/commit/fce425d1301bdc2876d5cd96e4960aeeb5952147
Author: Dan Dennedy <[email protected]>
Date: 2013-05-31 (Fri, 31 May 2013)
Changed paths:
M src/framework/mlt_animation.c
M src/framework/mlt_animation.h
M src/framework/mlt_property.c
M src/tests/test_properties/test_properties.cpp
Log Message:
-----------
Add support for discrete animation including strings.
Commit: 6a4487ef0f78017bf0e5c0e1ec53b707a3205681
https://github.com/mltframework/mlt/commit/6a4487ef0f78017bf0e5c0e1ec53b707a3205681
Author: Dan Dennedy <[email protected]>
Date: 2013-05-31 (Fri, 31 May 2013)
Changed paths:
M src/framework/mlt_property.c
M src/framework/mlt_property.h
M src/tests/test_properties/test_properties.cpp
Log Message:
-----------
Add mlt_property_get_double_pos() and mlt_property_get_int_pos().
Commit: 4baa1162a515031156f1ff05fed2329cc2b41fc9
https://github.com/mltframework/mlt/commit/4baa1162a515031156f1ff05fed2329cc2b41fc9
Author: Dan Dennedy <[email protected]>
Date: 2013-05-31 (Fri, 31 May 2013)
Changed paths:
M src/framework/mlt_animation.c
M src/framework/mlt_animation.h
M src/framework/mlt_property.c
M src/framework/mlt_property.h
M src/framework/mlt_types.h
M src/tests/test_properties/test_properties.cpp
Log Message:
-----------
Add Catmull-Rom spline smooth animation interpolation.
Commit: 64299d1bf7647f89ce1de6bb2d1a9acfae28033f
https://github.com/mltframework/mlt/commit/64299d1bf7647f89ce1de6bb2d1a9acfae28033f
Author: Dan Dennedy <[email protected]>
Date: 2013-05-31 (Fri, 31 May 2013)
Changed paths:
M src/framework/mlt_property.c
M src/framework/mlt_property.h
M src/framework/mlt_types.h
M src/tests/test_properties/test_properties.cpp
Log Message:
-----------
Add mlt_property_set_double_pos() and mlt_property_set_int_pos().
Commit: 8a436da9938748975aba41a16806f8d9c7936687
https://github.com/mltframework/mlt/commit/8a436da9938748975aba41a16806f8d9c7936687
Author: Dan Dennedy <[email protected]>
Date: 2013-05-31 (Fri, 31 May 2013)
Changed paths:
M src/framework/mlt_property.c
M src/tests/test_properties/test_properties.cpp
Log Message:
-----------
Interpret % after numeric string.
Commit: 4031b2655c7ab703fe8f0fd362767c2de5a8a03a
https://github.com/mltframework/mlt/commit/4031b2655c7ab703fe8f0fd362767c2de5a8a03a
Author: Dan Dennedy <[email protected]>
Date: 2013-05-31 (Fri, 31 May 2013)
Changed paths:
M src/framework/mlt_properties.c
M src/framework/mlt_properties.h
M src/framework/mlt_property.c
M src/mlt++/MltProperties.cpp
M src/mlt++/MltProperties.h
M src/tests/test_properties/test_properties.cpp
Log Message:
-----------
Add mlt_properties_set/get_int_pos and Properties::set/get_int.
Commit: b06a58294325a64adca1e065850a8a2401218429
https://github.com/mltframework/mlt/commit/b06a58294325a64adca1e065850a8a2401218429
Author: Dan Dennedy <[email protected]>
Date: 2013-05-31 (Fri, 31 May 2013)
Changed paths:
M src/framework/mlt_properties.c
M src/framework/mlt_properties.h
M src/framework/mlt_property.c
M src/framework/mlt_property.h
M src/framework/mlt_types.h
M src/mlt++/MltProperties.cpp
M src/mlt++/MltProperties.h
M src/tests/test_properties/test_properties.cpp
Log Message:
-----------
Add mlt_rect and mlt_properties_set/get_rect.
Commit: 261e0783b995858e9b97d3985b0223c32c5a8747
https://github.com/mltframework/mlt/commit/261e0783b995858e9b97d3985b0223c32c5a8747
Author: Dan Dennedy <[email protected]>
Date: 2013-05-31 (Fri, 31 May 2013)
Changed paths:
M src/framework/mlt_animation.c
M src/framework/mlt_properties.c
M src/framework/mlt_properties.h
M src/framework/mlt_property.c
M src/framework/mlt_property.h
M src/mlt++/MltProperties.cpp
M src/mlt++/MltProperties.h
M src/tests/test_properties/test_properties.cpp
Log Message:
-----------
Add mlt_properties_set/get_rect_pos for rect animation.
Commit: e4a0fa081b2b4c12f4e49a9ddc9dc0f15f7b30e8
https://github.com/mltframework/mlt/commit/e4a0fa081b2b4c12f4e49a9ddc9dc0f15f7b30e8
Author: Dan Dennedy <[email protected]>
Date: 2013-05-31 (Fri, 31 May 2013)
Changed paths:
M src/framework/mlt_properties.c
M src/framework/mlt_properties.h
M src/framework/mlt_property.c
M src/framework/mlt_property.h
M src/mlt++/MltProperties.cpp
M src/mlt++/MltProperties.h
M src/tests/test_properties/test_properties.cpp
Log Message:
-----------
Rename functions with _pos to anim_.
Commit: 92b51b20ca4e563569a03381e55e7fde88ea893f
https://github.com/mltframework/mlt/commit/92b51b20ca4e563569a03381e55e7fde88ea893f
Author: Dan Dennedy <[email protected]>
Date: 2013-05-31 (Fri, 31 May 2013)
Changed paths:
M src/framework/mlt_properties.c
M src/framework/mlt_properties.h
M src/framework/mlt_property.c
M src/mlt++/MltProperties.cpp
M src/mlt++/MltProperties.h
M src/tests/test_properties/test_properties.cpp
Log Message:
-----------
Add mlt_properties_anim_set/get_double().
Commit: 56f7b2f2499ae1cfe0417a09d89e652badfc7bb2
https://github.com/mltframework/mlt/commit/56f7b2f2499ae1cfe0417a09d89e652badfc7bb2
Author: Dan Dennedy <[email protected]>
Date: 2013-05-31 (Fri, 31 May 2013)
Changed paths:
M src/framework/mlt_properties.c
M src/framework/mlt_properties.h
M src/framework/mlt_property.c
M src/framework/mlt_property.h
M src/mlt++/MltProperties.cpp
M src/mlt++/MltProperties.h
M src/tests/test_properties/test_properties.cpp
Log Message:
-----------
Add mlt_properties_anim_set/get() for string.
Commit: 6e2455d36714aacd635a1a297501d5501c9834f2
https://github.com/mltframework/mlt/commit/6e2455d36714aacd635a1a297501d5501c9834f2
Author: Dan Dennedy <[email protected]>
Date: 2013-05-31 (Fri, 31 May 2013)
Changed paths:
M src/framework/mlt_properties.c
M src/framework/mlt_properties.h
M src/framework/mlt_types.h
M src/mlt++/MltProperties.cpp
M src/mlt++/MltProperties.h
M src/tests/test_properties/test_properties.cpp
Log Message:
-----------
Add mlt_color and mlt_properties_get_color().
Commit: 468b00277796f44f658bf92eff0b9cadac9c6d8c
https://github.com/mltframework/mlt/commit/468b00277796f44f658bf92eff0b9cadac9c6d8c
Author: Dan Dennedy <[email protected]>
Date: 2013-05-31 (Fri, 31 May 2013)
Changed paths:
M src/framework/Makefile
M src/framework/mlt_animation.c
M src/framework/mlt_profile.c
M src/framework/mlt_property.c
M src/mlt++/MltProperties.h
M src/tests/test_properties/test_properties.cpp
Log Message:
-----------
Make animation length optional.
It is only really needed when using negative time values.
With some fixes for parsing negatives in time code/clock values.
Commit: 74890bee371a67eb4ce974a74c0c5a7e18b44167
https://github.com/mltframework/mlt/commit/74890bee371a67eb4ce974a74c0c5a7e18b44167
Author: Dan Dennedy <[email protected]>
Date: 2013-05-31 (Fri, 31 May 2013)
Changed paths:
M src/framework/mlt_properties.c
M src/framework/mlt_properties.h
M src/framework/mlt_property.c
M src/framework/mlt_property.h
M src/mlt++/MltProperties.cpp
M src/tests/test_properties/test_properties.cpp
Log Message:
-----------
Reorder some property anim parameters for consistency.
Commit: ab33052425b5be90230624e574eca8817cd9845c
https://github.com/mltframework/mlt/commit/ab33052425b5be90230624e574eca8817cd9845c
Author: Dan Dennedy <[email protected]>
Date: 2013-05-31 (Fri, 31 May 2013)
Changed paths:
M src/mlt++/mlt++.vers
Log Message:
-----------
Update C++ symbol version script for new Properties methods.
Commit: bf24ea7ae0a2f81fbf1c302fe16d8555ce0e7c23
https://github.com/mltframework/mlt/commit/bf24ea7ae0a2f81fbf1c302fe16d8555ce0e7c23
Author: Dan Dennedy <[email protected]>
Date: 2013-05-31 (Fri, 31 May 2013)
Changed paths:
M src/framework/mlt_profile.c
Log Message:
-----------
Fix missing math.h include when lrint was added.
Commit: 391df9ad99111e28f0542206a0e44cf3c512d828
https://github.com/mltframework/mlt/commit/391df9ad99111e28f0542206a0e44cf3c512d828
Author: Dan Dennedy <[email protected]>
Date: 2013-05-31 (Fri, 31 May 2013)
Changed paths:
M src/framework/mlt_properties.c
M src/framework/mlt_properties.h
M src/mlt++/MltProperties.cpp
M src/mlt++/MltProperties.h
M src/mlt++/mlt++.vers
M src/tests/test_properties/test_properties.cpp
Log Message:
-----------
Add mlt_properties_set_color().
Commit: ace9dac30d13c3c632a4093f9f5f278925650f80
https://github.com/mltframework/mlt/commit/ace9dac30d13c3c632a4093f9f5f278925650f80
Author: Dan Dennedy <[email protected]>
Date: 2013-05-31 (Fri, 31 May 2013)
Changed paths:
M src/framework/mlt_animation.h
M src/framework/mlt_properties.c
M src/framework/mlt_properties.h
M src/framework/mlt_property.c
M src/framework/mlt_property.h
M src/framework/mlt_types.h
Log Message:
-----------
Add mlt_properties_get_animation(); it might come in handy.
Commit: 993c546b6723726ec74a724bdac5833e58281cf0
https://github.com/mltframework/mlt/commit/993c546b6723726ec74a724bdac5833e58281cf0
Author: Dan Dennedy <[email protected]>
Date: 2013-05-31 (Fri, 31 May 2013)
Changed paths:
M src/framework/mlt_properties.c
M src/framework/mlt_properties.h
M src/framework/mlt_property.c
M src/framework/mlt_property.h
Log Message:
-----------
Reorder the last commit of mlt_properties_get_animation().
Commit: b7262377211f41d46ae40326a5203794c6cd826e
https://github.com/mltframework/mlt/commit/b7262377211f41d46ae40326a5203794c6cd826e
Author: Dan Dennedy <[email protected]>
Date: 2013-05-31 (Fri, 31 May 2013)
Changed paths:
M src/framework/mlt_properties.c
M src/framework/mlt_property.c
M src/framework/mlt_types.h
Log Message:
-----------
Document the property animation, rect, and color additions.
Commit: dc4874a882c8e495b4ee071586f25f09d08e855e
https://github.com/mltframework/mlt/commit/dc4874a882c8e495b4ee071586f25f09d08e855e
Author: Dan Dennedy <[email protected]>
Date: 2013-05-31 (Fri, 31 May 2013)
Changed paths:
M src/framework/mlt_animation.c
M src/framework/mlt_animation.h
Log Message:
-----------
Document the new mlt_animation API.
Commit: 37b6a1b1369b4e9996add4e542491a3b615322cc
https://github.com/mltframework/mlt/commit/37b6a1b1369b4e9996add4e542491a3b615322cc
Author: Dan Dennedy <[email protected]>
Date: 2013-05-31 (Fri, 31 May 2013)
Changed paths:
M src/framework/mlt_animation.c
M src/framework/mlt_animation.h
M src/framework/mlt_frame.c
M src/framework/mlt_frame.h
M src/framework/mlt_properties.c
M src/framework/mlt_properties.h
M src/framework/mlt_property.c
M src/framework/mlt_property.h
M src/framework/mlt_types.h
Log Message:
-----------
Various documentation and copyright fixes and updates.
Commit: e8ad437cce3751764ddbe9832463fb3ed195170a
https://github.com/mltframework/mlt/commit/e8ad437cce3751764ddbe9832463fb3ed195170a
Author: Dan Dennedy <[email protected]>
Date: 2013-05-31 (Fri, 31 May 2013)
Changed paths:
M src/framework/mlt.vers
Log Message:
-----------
Update mlt.vers symbol version script for C API additions.
Compare: https://github.com/mltframework/mlt/compare/7e60c2bd8965...e8ad437cce37
------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite
It's a free troubleshooting tool designed for production
Get down to code-level detail for bottlenecks, with <2% overhead.
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap2
_______________________________________________
Mlt-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mlt-devel