Re: [Development] Merge and Integration status report - 2018.12.22

2018-12-22 Thread Simon Hausmann
Thanks a lot Liang!! Simon > On 23. Dec 2018, at 00:11, Tor Arne Vestbø wrote: > > Happy new year Liang, excellent work! > > tor arne > >> On 22 Dec 2018, at 23:26, Liang Qi wrote: >> >> Merges >> >> * 5.11.3->5.11 merges are done, including qt5, so 5.11.3 branch could be >> nuked. >> * 5

Re: [Development] Merge and Integration status report - 2018.12.22

2018-12-22 Thread Tor Arne Vestbø
Happy new year Liang, excellent work! tor arne > On 22 Dec 2018, at 23:26, Liang Qi wrote: > > Merges > > * 5.11.3->5.11 merges are done, including qt5, so 5.11.3 branch could be > nuked. > * 5.12.0->5.12, qt5 one https://codereview.qt-project.org/#/c/248857/ is > ongoing > * 5.11->5.12, sti

[Development] Merge and Integration status report - 2018.12.22

2018-12-22 Thread Liang Qi
Merges * 5.11.3->5.11 merges are done, including qt5, so 5.11.3 branch could be nuked. * 5.12.0->5.12, qt5 one https://codereview.qt-project.org/#/c/248857/ is ongoing * 5.11->5.12, still missing qtwebengine and qt5 * 5.12->dev, need to be done after new year Integrations * 5.12 is healthy * dev

Re: [Development] QAbstractVideoFilter, the pipeline and QImage

2018-12-22 Thread Pierre-Yves Siret
> The filter pipeline starts with a file or camera device, and various > filters are applied sequentially to frames. However I spend a lot of time > converting frames to QImages for analysis and painting. I'm hoping there's > a faster way to do this. Some of the filters alter the frame, some just >