Projects
home:enzokiel
avidemux3
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 18
View file
avidemux3.changes
Changed
@@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Sun Jul 05 11:07:05 UTC 2026 - enzokiel@kabelmail.de + +- Update to version 2.8.2.git20260702 + - No changelog available + +------------------------------------------------------------------- Sat Jun 27 17:43:22 UTC 2026 - enzokiel@kabelmail.de - Update to version 2.8.2.git20260624
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.git20260624 +Version: 2.8.2.git20260702 Release: 0 URL: https://github.com/mean00/avidemux2 ExclusiveArch: %ix86 x86_64
View file
avidemux2-2.8.2.git20260624.tar.xz/avidemux/qt4/ADM_userInterfaces/ADM_gui/Q_gui2.cpp -> avidemux2-2.8.2.git20260702.tar.xz/avidemux/qt4/ADM_userInterfaces/ADM_gui/Q_gui2.cpp
Changed
@@ -2923,6 +2923,7 @@ QApplication::setAttribute(Qt::AA_DisableWindowContextHelpButton); #endif myApplication = new myQApplication(global_argc, global_argv); + myApplication->setDesktopFileName("org.avidemux.Avidemux"); myApplication->connect(myApplication, SIGNAL(lastWindowClosed()), myApplication, SLOT(quit())); myApplication->connect(myApplication, SIGNAL(aboutToQuit()), myApplication, SLOT(cleanup())); #ifdef __APPLE__
View file
avidemux2-2.8.2.git20260624.tar.xz/avidemux_plugins/ADM_videoFilters6/cubicLUT/ADM_vidCubicLUT.cpp -> avidemux2-2.8.2.git20260702.tar.xz/avidemux_plugins/ADM_videoFilters6/cubicLUT/ADM_vidCubicLUT.cpp
Changed
@@ -244,6 +244,8 @@ break; if (line0 == ' ') break; + if (line0 == '\t') + break; if (!strncmp(line, "LUT_3D_SIZE", 11) && strlen(line) >= 13) { if (cubicSize) @@ -280,11 +282,11 @@ } char * next; *cne++ = strtod(line, &next); - if (*next!=' ') + if (*next!=' ' && *next!='\t') break; next++; *cne++ = strtod(next, &next); - if (*next!=' ') + if (*next!=' ' && *next!='\t') break; next++; *cne++ = strtod(next, NULL);
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
.