Błażej Szczygieł

Results 420 comments of Błażej Szczygieł

I think all multi-screen issues were fixed on master branch. Thanks for bug report!

Before this fix, QMPlay2 with Qt 6 were unable to restore window on different screen than it started. The window started at top-left (probably) default screen with minimum possible size....

Do you really need Qt4? What platform are you targeting? Qt 5.6.3 is the last supporting Windows XP (23 years old OS), so maybe this'll be simpler to maintain?

> It would be nice to get rid of downloaded yt-dlp (which invokes non-existing python3 and therefore fails) and use instead a regular externally-provided dependency, but for this at least...

> MacOS on PowerPC That's old machine, wine is also not an option, Linux on PPC probably bad idea, too. IIRC Qt5 was very good on 5.6.3 (Windows and Linux/X11)....

Btw. I never supported big-endian in QMPlay2, so some part of code might not work properly... x86 is always little-endian, ARM is always set to use little-endian (anybody know big-endian...

No big-endian issues? Also is it possible to run OpenGL in QMPlay2 there?

Good that it works with big-endian. I don't do many operations on bytes directly. > Will it be sensible to build it against mesa? I suspect Apple-provided OpenGL is just...

`yt-dlp` is external tool, it's out of scope. I doubt the [unofficial builds](https://github.com/nicolaasjan/yt-dlp/releases) will be supported for long time. --- You can manually replace the yt-dlp `exe` file in `%AppData%\QMPlay2`...