Daniel Novomeský

Results 160 comments of Daniel Novomeský

I am able to reproduce the crash on MSYS2: ``` #0 0x00007ffa79e644c4 in msvcrt!memmove () from C:\WINDOWS\System32\msvcrt.dll #1 0x00007ffa56ca5cfb in ?? () from C:\msys64\mingw64\bin\rav1e.dll #2 0x00007ffa56c3d168 in ?? () from...

Thanks, both are working now.

When I asked in the past what to do so it could be included, I received following instructions: https://wiki.qt.io/Qt_Contribution_Guidelines Do you have experiences in contributing to Qt?

I would not hurry now. I use libavif from git now, let's wait for next release. libavif is not present in many Linux distributions, Qt project would need to build...

I looked at the way Qt builds third party libraries: https://github.com/qt/qtimageformats/tree/dev/src/3rdparty AVIF has longer list of dependencies unfortunately. First you need nasm/yasm to to build accelerated code in libaom. When...

@tsdgeos You are right, I feel bit scared to go to Qt directly now. Adding to kdeimageformats is a good idea, it can be done easily. libavif (the library I...

@tsdgeos Please try to look at https://github.com/novomesk/kimageformats and tell me what do you suggest to do next.

https://invent.kde.org/frameworks/kimageformats/-/merge_requests/8

@eclipseo @jbeich FYI, This plug-in code is included in KImageFormats It won't be necessary to install qt-avif-image-plugin in the future, when the plug-in will be installed via future versions of...

@Quppa kimageformats can be built with or without AVIF support. For example when libavif is missing then `kimg_avif.so` is not built. Check if you have `kimg_avif.so` in `/usr/lib/qt5/plugins/imageformats` (or `/usr/lib/qt/plugins/imageformats/`...