src/framework/mlt_consumer.c                |    6 +-
 src/framework/mlt_frame.c                   |    3 -
 src/framework/mlt_profile.c                 |    1 -
 src/framework/mlt_tractor.c                 |   10 +-
 src/framework/mlt_transition.c              |   14 +-
 src/modules/avformat/producer_avformat.c    |   11 -
 src/modules/core/consumer_multi.c           |    2 +-
 src/modules/core/filter_crop.c              |   52 +++---
 src/modules/core/filter_obscure.c           |   35 ++--
 src/modules/core/filter_rescale.c           |   52 +++---
 src/modules/core/filter_resize.c            |   51 +++---
 src/modules/core/filter_watermark.c         |   10 +-
 src/modules/core/producer_colour.c          |    4 +-
 src/modules/core/producer_consumer.c        |    4 +-
 src/modules/core/producer_loader.c          |    2 +-
 src/modules/core/transition_composite.c     |  128 +++++++-------
 src/modules/decklink/producer_decklink.cpp  |    2 -
 src/modules/dv/producer_libdv.c             |    7 +-
 src/modules/gtk2/producer_pango.c           |    6 +-
 src/modules/gtk2/producer_pixbuf.c          |    6 +-
 src/modules/kdenlive/filter_freeze.c        |    2 -
 src/modules/kdenlive/producer_framebuffer.c |    5 +-
 src/modules/oldfilm/filter_dust.c           |    1 -
 src/modules/plus/filter_affine.c            |   23 +--
 src/modules/plus/transition_affine.c        |  269 ++++++++++++++-------------
 src/modules/qimage/qimage_wrapper.cpp       |    6 +-
 src/modules/sdl/producer_sdl_image.c        |    6 +-
 src/modules/swfdec/producer_swfdec.c        |    2 -
 src/modules/videostab/filter_videostab2.c   |    4 +-
 src/modules/vmfx/producer_pgm.c             |    9 +-
 30 files changed, 345 insertions(+), 388 deletions(-)

New commits:
commit 6a82bf3b0a78db9e38f1e7e940c3cff5972063fe
Author: Dan Dennedy <[email protected]>
Date:   Sun Mar 4 21:25:20 2012 -0800

    remove a couple more remnants of legacy real_width and _height

commit 6fd6dd1b4e6a3c0dcee525084211d7751607a75e
Author: Dan Dennedy <[email protected]>
Date:   Sun Mar 4 21:23:32 2012 -0800

    remove deprecated source_fps property

commit a73c4ea1eecc6373446b00338e3c751d9fb56746
Author: Dan Dennedy <[email protected]>
Date:   Sun Mar 4 21:04:36 2012 -0800

    replace legacy real_width and _height with meta.media.width and .height
    
    This takes advantage of mlt_producer copying all meta properties from
    producer to frame so we do not have to remember to do it everywhere it
    is needed.

commit 0d93886ee9b1e0e4d722ee2e0fc0defc2e6699c9
Author: Dan Dennedy <[email protected]>
Date:   Wed Feb 29 21:54:44 2012 -0800

    remove consumer_aspect_ratio property - use profile instead

commit 589c1b3fc635b5c7fb28c4c7d9f12054bd5b4b25
Author: Dan Dennedy <[email protected]>
Date:   Wed Feb 29 21:27:34 2012 -0800

    remove output_ratio property - use profile instead

commit 347a40b8498698136bcfa3a5fc33c2367dff1e33
Author: Dan Dennedy <[email protected]>
Date:   Wed Feb 29 20:06:20 2012 -0800

    remove usage of normalised_width and _height properties from services

commit e16c94aa249ce58fb8e7b295ae55d051660c65b7
Author: Dan Dennedy <[email protected]>
Date:   Wed Feb 29 19:49:30 2012 -0800

    rename this to transition and affine

commit 75a90b8ca5aa814caa6f7d6ae1353d04712a9d18
Author: Dan Dennedy <[email protected]>
Date:   Wed Feb 29 19:39:38 2012 -0800

    rename this to self in composite transition

commit fb0655c0baeab2548c58fc184a8330ca1e8e894a
Author: Dan Dennedy <[email protected]>
Date:   Wed Feb 29 19:32:46 2012 -0800

    rename this to frame and filter

commit 1328544889329e9e873230af7177f6dfe42b1612
Author: Dan Dennedy <[email protected]>
Date:   Wed Feb 29 19:29:51 2012 -0800

    rename this to frame and filter

commit f8e47ee9cc1c1afddc532d54c43987044d9a0f08
Author: Dan Dennedy <[email protected]>
Date:   Wed Feb 29 19:25:19 2012 -0800

    rename this to filter

commit 6ca747128d50376328bb6181af83a3f5f2d78464
Author: Dan Dennedy <[email protected]>
Date:   Wed Feb 29 19:20:57 2012 -0800

    rename this to frame and filter

commit d2667fcba740bc9ed5c0effd844b7966d73586e3
Author: Dan Dennedy <[email protected]>
Date:   Wed Feb 29 19:18:21 2012 -0800

    remove normalised_width and _height properties from framework


------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
Mlt-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mlt-devel

Reply via email to