Re: [Development] Qt Multimedia as Add-on in Qt 6

2020-05-21 Thread Val Doroshchuk
From: Development on behalf of Val Doroshchuk Sent: Wednesday, May 20, 2020 9:04 AM To: Ville Voutilainen Cc: development@qt-project.org Subject: Re: [Development] Qt Multimedia as Add-on in Qt 6 > With what license? Still under negotiation, tba. Best Rega

Re: [Development] Qt Multimedia as Add-on in Qt 6

2020-05-20 Thread Val Doroshchuk
> With what license? Still under negotiation, tba. Best Regards, Val From: Ville Voutilainen Sent: Tuesday, May 19, 2020 6:37 PM To: Val Doroshchuk Cc: development@qt-project.org Subject: Re: [Development] Qt Multimedia as Add-on in Qt 6 On Tue, 19

[Development] Qt Multimedia as Add-on in Qt 6

2020-05-19 Thread Val Doroshchuk
Hi all, Just small update that Qt Multimedia is going to be moved from essentials modules to Add-On on Marketplace for Qt 6. More information will be announced a bit later. Best Regards, Val ___ Development mailing list Development@qt-project.org htt

Re: [Development] QAbstractVideoFilter, the pipeline and QImage

2019-02-04 Thread Val Doroshchuk
> I really want a QAbstractVideoBuffer *QVideoFrame::buffer() which I can then > cast to my custom type. https://codereview.qt-project.org/#/c/251783/ From: Development on behalf of Val Doroshchuk Sent: Wednesday, January 9, 2019 9:43 AM To: Jason H

Re: [Development] QAbstractVideoFilter, the pipeline and QImage

2019-01-11 Thread Val Doroshchuk
> is this happening on multiple threads (or cores? - if available) Are there > multiple frames "in flight"? No and no, just one thread. From: Jason H Sent: Thursday, January 10, 2019 5:28:11 PM To: Val Doroshchuk Cc: Qt development mailing

Re: [Development] QAbstractVideoFilter, the pipeline and QImage

2019-01-10 Thread Val Doroshchuk
? From: Jason H Sent: Wednesday, January 9, 2019 4:28:01 PM To: Val Doroshchuk Cc: Qt development mailing list Subject: Re: [Development] QAbstractVideoFilter, the pipeline and QImage >> I really want a QAbstractVideoBuffer *QVideoFrame::buffer() which I can then >>

Re: [Development] QAbstractVideoFilter, the pipeline and QImage

2019-01-09 Thread Val Doroshchuk
Hi, > I really want a QAbstractVideoBuffer *QVideoFrame::buffer() which I can then > cast to my custom type. Sorry, but just a note. QAbstractVideoBuffer is an abstraction that was supposed to be an impl of accessing to data, nothing more. > I'm trying to implement a QAbstractVideo buffer t