Projects
home:enzokiel:branches:home:enzokiel
avidemux3
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Difference Between Revision 5 and
home:enzokiel
/
avidemux3
View file
avidemux3.changes
Changed
@@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Sat Jul 25 19:48:25 UTC 2026 - enzokiel@kabelmail.de + +- Update to version 2.8.2.git20260721 + - No changelog available + +------------------------------------------------------------------- Tue Jul 21 16:47:09 UTC 2026 - enzokiel@kabelmail.de - Update to version 2.8.2.git20260720
View file
avidemux3.spec
Changed
@@ -19,7 +19,7 @@ Name: avidemux3 Summary: Graphical video editing and transcoding tool License: GPL-2.0-only -Version: 2.8.2.git20260720 +Version: 2.8.2.git20260721 Release: 0 URL: https://github.com/mean00/avidemux2 ExclusiveArch: %ix86 x86_64
View file
avidemux2-2.8.2.git20260720.tar.xz/avidemux/common/main.cpp -> avidemux2-2.8.2.git20260721.tar.xz/avidemux/common/main.cpp
Changed
@@ -411,7 +411,7 @@ PROBE_HW_ACCEL(libvaProbe, LIBVA, initLIBVADecoder, admLibVa_exitCleanup) #endif } - if (QT_WAYLAND_ENGINE != eng) + if (true /* QT_WAYLAND_ENGINE != eng */) { #if defined(USE_NVENC) PROBE_HW_ACCEL(nvDecProbe, NVDEC, initNvDecDecoder, admNvDec_exitCleanup)
View file
avidemux2-2.8.2.git20260720.tar.xz/avidemux/qt4/ADM_commonUI/DIA_prefs.cpp -> avidemux2-2.8.2.git20260721.tar.xz/avidemux/qt4/ADM_commonUI/DIA_prefs.cpp
Changed
@@ -117,7 +117,8 @@ #endif #ifdef USE_NVENC bool bnvdec = false; - NOT_WAYLAND(nvDecProbe(), nvdecAvailable); + //NOT_WAYLAND(nvDecProbe(), nvdecAvailable); + bool nvdecAvailable = nvDecProbe(); #endif #ifdef USE_VIDEOTOOLBOX bool bvideotoolbox = false;
View file
avidemux2-2.8.2.git20260720.tar.xz/avidemux/qt4/ADM_userInterfaces/ADM_gui/T_preview.cpp -> avidemux2-2.8.2.git20260721.tar.xz/avidemux/qt4/ADM_userInterfaces/ADM_gui/T_preview.cpp
Changed
@@ -110,10 +110,11 @@ doOnce = false; _width = _height = 0; hostFrame = z; - if (admDetectQtEngine() == QT_WAYLAND_ENGINE) + onWayland = admDetectQtEngine() == QT_WAYLAND_ENGINE; + if (onWayland) { setAttribute(Qt::WA_DontCreateNativeAncestors); - setAttribute(Qt::WA_NativeWindow); + //setAttribute(Qt::WA_NativeWindow); // The result looks broken, don't try this for now. } } //{setAutoFillBackground(false);} #endif // Haiku @@ -130,7 +131,7 @@ */ void ADM_Qvideo::paintEvent(QPaintEvent *ev) { - if (admDetectQtEngine() == QT_WAYLAND_ENGINE) + if (onWayland) { if (windowHandle() && window()) { @@ -163,7 +164,7 @@ bool ADM_Qvideo::eventFilter(QObject *obj, QEvent *event) { - if (admDetectQtEngine() == QT_WAYLAND_ENGINE) + if (onWayland) { if (event->type() == QEvent::Resize || event->type() == QEvent::Move || event->type() == QEvent::LayoutRequest) { @@ -223,7 +224,7 @@ videoWindow = new ADM_Qvideo(host); if (admDetectQtEngine() == QT_WAYLAND_ENGINE) { - videoWindow->winId(); + //videoWindow->winId(); // The result looks broken, don't try this for now. if (videoWindow->windowHandle() && QuiMainWindows && QuiMainWindows->windowHandle()) { videoWindow->windowHandle()->setParent(QuiMainWindows->windowHandle()); @@ -330,8 +331,9 @@ break; case QT_WAYLAND_ENGINE: { mySystemWindowId = 0; +//#ifdef USE_NATIVE_API +#if 0 QPlatformNativeInterface *native = currentQApplication()->platformNativeInterface(); -#ifdef USE_NATIVE_API if (native && videoWindow) { videoWindow->winId(); // Force handle creation
View file
avidemux2-2.8.2.git20260720.tar.xz/avidemux/qt4/ADM_userInterfaces/ADM_gui/T_preview.h -> avidemux2-2.8.2.git20260721.tar.xz/avidemux/qt4/ADM_userInterfaces/ADM_gui/T_preview.h
Changed
@@ -25,6 +25,7 @@ Q_OBJECT ADM_QvideoDrawer *drawer; bool doOnce; + bool onWayland; QFrame *hostFrame; protected:
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.