Makefile | 6 ++ src/modules/avformat/consumer_avformat.yml | 2 +- src/modules/avformat/producer_avformat.yml | 2 +- src/modules/core/factory.c | 76 +++++++---------- src/modules/core/filter_channelcopy.yml | 4 +- src/modules/core/filter_gamma.yml | 4 +- src/modules/core/filter_luma.yml | 2 +- src/modules/core/filter_region.yml | 5 +- src/modules/core/filter_rescale.yml | 26 ++++++ src/modules/core/filter_resize.yml | 33 +++++++ src/modules/core/producer_loader.yml | 32 +++++++ src/modules/core/transition_composite.yml | 126 ++++++++++++++++++++++++++++ src/modules/core/transition_luma.yml | 2 +- src/modules/dv/producer_libdv.yml | 2 +- src/modules/gtk2/factory.c | 1 + src/modules/gtk2/filter_rescale.yml | 36 ++++++++ src/modules/gtk2/producer_pango.yml | 12 ++- src/modules/kdenlive/filter_boxblur.yml | 2 +- src/modules/resample/Makefile | 2 + src/modules/resample/factory.c | 10 ++ src/modules/resample/filter_resample.yml | 29 +++++++ 21 files changed, 350 insertions(+), 64 deletions(-)
New commits: commit 5b7b68a015e1024d4208078a47b14be792aee965 Author: Brian Matherly <[email protected]> Date: Sun Jul 24 14:36:19 2011 -0500 Add service metadata for composite transition, all normalizing filters (resample, resize, rescale), and the loader producer. Add yml validation rule to Makefile. All yml files pass validation against metaschema.yaml. ------------------------------------------------------------------------------ Magic Quadrant for Content-Aware Data Loss Prevention Research study explores the data loss prevention market. Includes in-depth analysis on the changes within the DLP market, and the criteria used to evaluate the strengths and weaknesses of these DLP solutions. http://www.accelacomm.com/jaw/sfnl/114/51385063/ _______________________________________________ Mlt-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mlt-devel
