I am OK with you to commit your changes and additions. Configure should let
you pass CXXFLAGS set from the environment.
On Sat, Jul 16, 2016, 3:56 PM Jean-Baptiste Mardelle
wrote:
> On Saturday, July 16, 2016 8:57:49 PM CEST, Brian Matherly wrote:
>
> >
> >> Oh, right. I used it in my qtblend tr
On Saturday, July 16, 2016 8:57:49 PM CEST, Brian Matherly wrote:
>
>> Oh, right. I used it in my qtblend transition - than I guess I
>> will enable
>> it only on Qt5.
>
> I would prefer to see copy_qimage_to_mlt_rgba() modified to use
> it with a conditional to check QT version at compile time
On Sat, Jul 16, 2016 at 11:37 AM Jean-Baptiste Mardelle
wrote:
> On Saturday, July 16, 2016 7:02:25 PM CEST, Brian Matherly wrote:
> > Are you sure that line order is the same between Qt and MLT
> > image formats? For some reason I was thinking that line 0 is the
>
The image line order is the sa
> Oh, right. I used it in my qtblend transition - than I guess I will enable
> it only on Qt5.
I would prefer to see copy_qimage_to_mlt_rgba() modified to use it with a
conditional to check QT version at compile time.
> I can confirm that you can draw text directly on the QImage
> (Format_R
rrent) way.
Ok for me.
regards,
jb
> From: Jean-Baptiste Mardelle
> To: mlt-devel@lists.sourceforge.net
> Sent: Saturday, July 16, 2016 8:56 AM
> Subject: [Mlt-devel] Optimizing Qt functions
>
> Hi,
>
> Following my tests with the qtblend transitions, I realized that th
6, 2016 8:56 AM
Subject: [Mlt-devel] Optimizing Qt functions
Hi,
Following my tests with the qtblend transitions, I realized that the QImage
format Format_RGBA allows for a much simpler conversion between MLT and
QImage, avoiding the need to copy data. We can in fact simply create a
QImag
Hi,
Following my tests with the qtblend transitions, I realized that the QImage
format Format_RGBA allows for a much simpler conversion between MLT and
QImage, avoiding the need to copy data. We can in fact simply create a
QImage directly from MLT's image buffer (with format=mlt_image_rgb24