configure | 2 +- src/framework/mlt_producer.c | 15 ++ src/framework/mlt_producer.h | 1 + src/framework/mlt_properties.c | 37 ++++- src/framework/mlt_properties.h | 1 + src/framework/mlt_property.c | 335 ++++++++++++++++++++++++++++++++++---- src/framework/mlt_property.h | 9 +- src/framework/mlt_types.h | 10 + src/mlt++/MltProducer.cpp | 5 + src/mlt++/MltProducer.h | 1 + src/mlt++/MltProperties.cpp | 5 + src/mlt++/MltProperties.h | 1 + src/modules/xml/consumer_xml.c | 72 +++++---- src/modules/xml/consumer_xml.yml | 12 ++ src/modules/xml/producer_xml.c | 71 ++------- 15 files changed, 445 insertions(+), 132 deletions(-)
New commits: commit fb04131bdb9ea595699fc324f582bef5d690f794 Author: Dan Dennedy <[email protected]> Date: Sat Mar 31 16:53:51 2012 -0700 add support for parsing time(code) values to xml producer commit d0185ace3f80d910769b28fc765d0df56d8ec06c Author: Dan Dennedy <[email protected]> Date: Sat Mar 31 16:53:00 2012 -0700 add time_format property to xml consumer Now you can save the in, out, and length properties as timecode or clock values. Default unit it still in frame count. commit dcf008b1f749a624e03e37706b47afd440e9f7f2 Author: Dan Dennedy <[email protected]> Date: Sat Mar 31 16:46:50 2012 -0700 add mlt_producer_get_length_time() More functions that return time strings will be added later. commit c9e76a22200def0d71eeb9dbc3963cfe49143f26 Author: Dan Dennedy <[email protected]> Date: Sat Mar 31 16:39:05 2012 -0700 add support for timecode and clock time strings to the framework ------------------------------------------------------------------------------ This SF email is sponsosred by: Try Windows Azure free for 90 days Click Here http://p.sf.net/sfu/sfd2d-msazure _______________________________________________ Mlt-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mlt-devel
