]> git.sesse.net Git - mlt/commit
src/framework/mlt_frame.c
authorlilo_booter <lilo_booter@d19143bc-622f-0410-bfdd-b5b2a6649095>
Thu, 15 Sep 2005 20:34:47 +0000 (20:34 +0000)
committerlilo_booter <lilo_booter@d19143bc-622f-0410-bfdd-b5b2a6649095>
Thu, 15 Sep 2005 20:34:47 +0000 (20:34 +0000)
commit2a04e5dceebd174e24be42da8643a815640db27d
treeeefc3595a33f77b551eaceeb290d092d558f3021
parenteccf04749681f70957f34fdd6742224774e72d15
src/framework/mlt_frame.c
+ Removed unecessary even pixel position and width dependency
+ Rewrote resize methods to accomodate uneven widths

src/framework/mlt_frame.h
+ Correct RGB2YUV - now 2^10 based and range checks removed (not needed)

src/framework/mlt_producer.c
+ Check for unspecified eof property

src/modules/avformat/producer_avformat.c
+ Provide forced aspect ratio property

src/modules/core/filter_mirror.c
+ Correction for uneven width

src/modules/core/producer_colour.c
+ Corrections for aspect ratio (default to 0) and allow override
+ Corrections for uneven width

src/modules/core/transition_composite.c
+ Corrections for uneven pixel position and width
+ Removed deprecated operator code

src/modules/plus/filter_sepia.c
+ Corrections for uneven width

src/modules/plus/transition_affine.c
+ Corrections for uneven width

src/modules/sdl/consumer_sdl.c
+ Corrections for uneven width

git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@825 d19143bc-622f-0410-bfdd-b5b2a6649095
src/framework/mlt_frame.c
src/framework/mlt_frame.h
src/framework/mlt_producer.c
src/modules/avformat/configure
src/modules/avformat/producer_avformat.c
src/modules/core/filter_mirror.c
src/modules/core/producer_colour.c
src/modules/core/transition_composite.c
src/modules/plus/filter_sepia.c
src/modules/plus/transition_affine.c
src/modules/sdl/consumer_sdl.c