Projects
home:enzokiel
avidemux3
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 20
View file
avidemux3.changes
Changed
@@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Tue Jul 21 16:47:09 UTC 2026 - enzokiel@kabelmail.de + +- Update to version 2.8.2.git20260720 + - No changelog available + +------------------------------------------------------------------- Sun Jul 19 11:28:13 UTC 2026 - enzokiel@kabelmail.de - Update to version 2.8.2.git20260718
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.git20260718 +Version: 2.8.2.git20260720 Release: 0 URL: https://github.com/mean00/avidemux2 ExclusiveArch: %ix86 x86_64
View file
avidemux2-2.8.2.git20260718.tar.xz/avidemux_core/ADM_coreUtils/src/ADM_infoExtractorH265.cpp -> avidemux2-2.8.2.git20260720.tar.xz/avidemux_core/ADM_coreUtils/src/ADM_infoExtractorH265.cpp
Changed
@@ -274,7 +274,11 @@ */ bool extractSPSInfoH265 (uint8_t * data, uint32_t len, ADM_SPSinfoH265 *spsinfo) { - + if (!data) + return false; + if (!len || len > MAX_H2645_SLICE_SIZE) + return false; + bool annexB=false; switch(data0) {
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
.