Re: [Mlt-devel] Affine transition aspect ratio bug

2012-11-10 Thread Dan Dennedy
On Sat, Nov 10, 2012 at 5:51 AM, j-b-m wrote: > On Monday 01 October 2012 17:16:34 j...@kdenlive.org wrote: >> >> Ahhh, I finally found the problem! The bug is triggered by an >> >> optimization >> >> flag: -O2 >> >> >> >> When using the build script, we configure MLT with --enable-debug, which >>

Re: [Mlt-devel] Affine transition aspect ratio bug

2012-11-10 Thread j-b-m
On Monday 01 October 2012 17:16:34 j...@kdenlive.org wrote: > >> Ahhh, I finally found the problem! The bug is triggered by an > >> optimization > >> flag: -O2 > >> > >> When using the build script, we configure MLT with --enable-debug, which > >> disables optimization flags. However, when manuall

Re: [Mlt-devel] Affine transition aspect ratio bug

2012-10-01 Thread jb
>> >> Ahhh, I finally found the problem! The bug is triggered by an optimization >> flag: -O2 >> >> When using the build script, we configure MLT with --enable-debug, which >> disables optimization flags. However, when manually compiling MLT not in >> debug >> mode, the "-O2" flag is set and trig

Re: [Mlt-devel] Affine transition aspect ratio bug

2012-09-30 Thread Dan Dennedy
On Sun, Sep 30, 2012 at 4:52 AM, j-b-m wrote: > On Thursday 27 September 2012 23:32:50 j-b-m wrote: >> On Thursday 27 September 2012 19:54:14 j-b-m wrote: >> > On Wednesday 26 September 2012 19:29:57 Dan Dennedy wrote: >> > > On Tue, Sep 25, 2012 at 4:35 AM, j-b-m >> >> wrote: >> > > > On Monday

Re: [Mlt-devel] Affine transition aspect ratio bug

2012-09-30 Thread j-b-m
On Thursday 27 September 2012 23:32:50 j-b-m wrote: > On Thursday 27 September 2012 19:54:14 j-b-m wrote: > > On Wednesday 26 September 2012 19:29:57 Dan Dennedy wrote: > > > On Tue, Sep 25, 2012 at 4:35 AM, j-b-m > > wrote: > > > > On Monday 24 September 2012 21:35:04 Dan Dennedy wrote: > > > >>

Re: [Mlt-devel] Affine transition aspect ratio bug

2012-09-27 Thread j-b-m
On Thursday 27 September 2012 19:54:14 j-b-m wrote: > On Wednesday 26 September 2012 19:29:57 Dan Dennedy wrote: > > On Tue, Sep 25, 2012 at 4:35 AM, j-b-m wrote: > > > On Monday 24 September 2012 21:35:04 Dan Dennedy wrote: > > >> On Mon, Sep 24, 2012 at 9:02 AM, j-b-m > > wrote: > > > Ok, aft

Re: [Mlt-devel] Affine transition aspect ratio bug

2012-09-27 Thread j-b-m
On Wednesday 26 September 2012 19:29:57 Dan Dennedy wrote: > On Tue, Sep 25, 2012 at 4:35 AM, j-b-m wrote: > > On Monday 24 September 2012 21:35:04 Dan Dennedy wrote: > >> On Mon, Sep 24, 2012 at 9:02 AM, j-b-m wrote: > > > > Ok, after some more tests, here is a way to reproduce with color pro

Re: [Mlt-devel] Affine transition aspect ratio bug

2012-09-26 Thread Dan Dennedy
On Tue, Sep 25, 2012 at 4:35 AM, j-b-m wrote: > On Monday 24 September 2012 21:35:04 Dan Dennedy wrote: >> On Mon, Sep 24, 2012 at 9:02 AM, j-b-m wrote: >> > Hi again. >> > >> > The affine transition is also having problems with aspect ratio. >> > When using an "Affine" transition to display a fu

Re: [Mlt-devel] Affine transition aspect ratio bug

2012-09-25 Thread j-b-m
On Monday 24 September 2012 21:35:04 Dan Dennedy wrote: > On Mon, Sep 24, 2012 at 9:02 AM, j-b-m wrote: > > Hi again. > > > > The affine transition is also having problems with aspect ratio. > > When using an "Affine" transition to display a full HD 1920x1080 video in > > a > > HDV (1440x1080) pr

Re: [Mlt-devel] Affine transition aspect ratio bug

2012-09-24 Thread Dan Dennedy
On Mon, Sep 24, 2012 at 9:02 AM, j-b-m wrote: > Hi again. > > The affine transition is also having problems with aspect ratio. > When using an "Affine" transition to display a full HD 1920x1080 video in a > HDV (1440x1080) project, the result is a small picture, not using full screen. > Using a Co

[Mlt-devel] Affine transition aspect ratio bug

2012-09-24 Thread j-b-m
Hi again. The affine transition is also having problems with aspect ratio. When using an "Affine" transition to display a full HD 1920x1080 video in a HDV (1440x1080) project, the result is a small picture, not using full screen. Using a Composite transition it works fine. Problem can be seen u