From 41710728faa7ea8be6483dd97afdf2ce6ff38e76 Mon Sep 17 00:00:00 2001 From: Dan Dennedy Date: Mon, 2 Jul 2018 11:24:28 -0700 Subject: [PATCH] Update ChangeLog for v6.10.0 --- ChangeLog | 120 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 120 insertions(+) diff --git a/ChangeLog b/ChangeLog index ee4a296b3..dbcefba31 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,123 @@ +2018-07-02 Dan Dennedy + + * Doxyfile, configure, docs/melt.1, src/framework/mlt_version.h: Set version + to 6.10.0 + +2018-06-27 Dan Dennedy + + * src/modules/oldfilm/filter_vignette.c, + src/modules/oldfilm/filter_vignette.yml: Convert oldfilm/vignette filter to + mlt_animation. + +2018-06-14 Dan Dennedy + + * presets/consumer/avformat/AAC, presets/consumer/avformat/Flash, + presets/consumer/avformat/MP3, presets/consumer/avformat/MPEG-4, + presets/consumer/avformat/MPEG-4-ASP, presets/consumer/avformat/Sony-PSP, + presets/consumer/avformat/Vorbis, presets/consumer/avformat/WAV, + presets/consumer/avformat/WMA, presets/consumer/avformat/XDCAM-HD422, + presets/consumer/avformat/atsc_1080i_50/DNxHD, + presets/consumer/avformat/atsc_1080i_5994/DNxHD, + presets/consumer/avformat/atsc_1080p_2398/DNxHD, + presets/consumer/avformat/atsc_1080p_24/DNxHD, + presets/consumer/avformat/atsc_1080p_25/DNxHD, + presets/consumer/avformat/atsc_1080p_2997/DNxHD, + presets/consumer/avformat/atsc_1080p_30/DNxHD, + presets/consumer/avformat/atsc_1080p_50/DNxHD, + presets/consumer/avformat/atsc_1080p_5994/DNxHD, + presets/consumer/avformat/atsc_1080p_60/DNxHD, + presets/consumer/avformat/atsc_720p_2398/DNxHD, + presets/consumer/avformat/atsc_720p_50/DNxHD, + presets/consumer/avformat/atsc_720p_5994/DNxHD, + presets/consumer/avformat/atsc_720p_60/DNxHD, + presets/consumer/avformat/dv_ntsc/D10, presets/consumer/avformat/dv_ntsc/DV, + presets/consumer/avformat/dv_ntsc/DVCPRO50, + presets/consumer/avformat/dv_ntsc/DVD, + presets/consumer/avformat/dv_ntsc_wide/D10, + presets/consumer/avformat/dv_ntsc_wide/DV, + presets/consumer/avformat/dv_ntsc_wide/DVCPRO50, + presets/consumer/avformat/dv_ntsc_wide/DVD, + presets/consumer/avformat/dv_pal/D10, presets/consumer/avformat/dv_pal/DV, + presets/consumer/avformat/dv_pal/DVCPRO50, + presets/consumer/avformat/dv_pal/DVD, + presets/consumer/avformat/dv_pal_wide/D10, + presets/consumer/avformat/dv_pal_wide/DV, + presets/consumer/avformat/dv_pal_wide/DVCPRO50, + presets/consumer/avformat/dv_pal_wide/DVD, + presets/consumer/avformat/hdv_1080_25p/HDV, + presets/consumer/avformat/hdv_1080_30p/HDV, + presets/consumer/avformat/hdv_1080_50i/HDV, + presets/consumer/avformat/hdv_1080_60i/HDV, + presets/consumer/avformat/hdv_720_25p/HDV, + presets/consumer/avformat/hdv_720_30p/HDV, + presets/consumer/avformat/hdv_720_50p/HDV, + presets/consumer/avformat/hdv_720_60p/HDV: Categorize many of the encoding + presets. + + * presets/consumer/avformat/intermediate/ProRes, + presets/consumer/avformat/intermediate/ProRes-Kostya: Hide ProRes in Shotcut + and show ProRes-Kostya as ProRes. + +2018-06-12 Dan Dennedy + + * src/modules/avformat/consumer_avformat.c, + src/modules/avformat/producer_avformat.c: Fix AV_VERSION_INT not found in + libav master. + +2018-06-11 Dan Dennedy + + * src/modules/plus/transition_affine.c, + src/modules/plus/transition_affine.yml: Add mlt_animation to affine fix_, + scale_, and ox/oy props. + + * src/framework/mlt.vers, src/framework/mlt_animation.c, + src/framework/mlt_animation.h, src/framework/mlt_properties.c, + src/framework/mlt_properties.h, src/framework/mlt_property.c, + src/framework/mlt_property.h, src/mlt++/MltAnimation.cpp, + src/mlt++/MltAnimation.h, src/mlt++/MltProperties.cpp, + src/mlt++/MltProperties.h, src/mlt++/mlt++.vers, src/tests/common.pri, + src/tests/test_animation/test_animation.cpp, + src/tests/test_properties/test_properties.cpp: Add functions to serialize + animation with a time format. This also includes functions to clear a + property (set it to zero and null values), which is important for + reconstructing an animation by API. mlt_animation_serialize_cut_tf() + mlt_animation_serialize_tf() mlt_property_clear() + mlt_property_get_string_tf() mlt_property_get_string_l_tf() + mlt_properties_clear() mlt_properties_get_value_tf() + Mlt::Properties::get(int, mlt_time_format) Mlt::Properties::clear() + Mlt::Animation::serialize_cut(mlt_time_format, int, int) + +2018-06-05 Dan Dennedy + + * src/modules/plus/interp.h, src/modules/plus/transition_affine.yml: Fix + affine output alpha incorrect for over mode. + +2018-05-30 Dan Dennedy + + * src/framework/mlt_properties.c, + src/tests/test_properties/test_properties.cpp: Fix #343 handle reserved chars + in name for YAML. + +2018-05-25 Dan Dennedy + + * src/modules/frei0r/filter_frei0r.c, src/modules/frei0r/frei0r_helper.c, + src/modules/frei0r/frei0r_helper.h, src/modules/frei0r/producer_frei0r.c, + src/modules/frei0r/transition_frei0r.c: Convert frei0r services to property + animation APIs. + + * src/tests/test_animation/test_animation.cpp, + src/tests/test_properties/test_properties.cpp: Update unit tests for 5256000. + +2018-05-22 Dan Dennedy + + * src/modules/frei0r/producer_frei0r.c, src/modules/gtk2/producer_pango.c, + src/modules/gtk2/producer_pixbuf.c, src/modules/swfdec/producer_swfdec.c: + Refactor to mlt_image_format_size(). + +2018-05-11 Dan Dennedy + + * configure, src/framework/mlt_version.h: Set interm version to 6.9.0 + 2018-05-10 Dan Dennedy * Doxyfile, configure, docs/melt.1, src/framework/mlt_version.h: Set version