Skip to content

Commit 8b941d4

Browse files
Merge pull request #1185 from g-maxime/preparing-v25.10
Preparing v25.10
2 parents 9fe099f + 788aa3e commit 8b941d4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+152
-126
lines changed

History_CLI.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,19 @@ Known bugs
1212
- Languages (other than english and French) : not all words are translated, I need translators!
1313
- Others? https://sourceforge.net/p/mediainfo/_list/tickets
1414

15+
Version 25.10, 2025-11-05
16+
-------------
17+
+ MXF: crosscheck of ADM profiles
18+
+ MXF: experimental ARRI UL support, more video streams detected
19+
+ TTML: better support files with SMPTE timecode and ticks instead of frame rate
20+
+ MXF: update UL names from the MXF registry (details view)
21+
x AC-4: Add Bitstream level and Presentation level, fix
22+
x MXF: Fix infinite loop in some ARRI files
23+
x ADM: fix tagList related false positive conformance errors
24+
x WAV: fix buggy non word aligned files check with 4 GB+ files
25+
x I2452, PAC: skip '\0' prefix in content
26+
x I2451, TTML: change timecode output "format" from TTML style to classic timecode
27+
1528
Version 25.09, 2025-09-30
1629
-------------
1730
+ ADM: Dolby E profile for emission conformance checker

History_GUI.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,19 @@ Known bugs
1212
- Languages (other than english and French) : not all words are translated, I need translators!
1313
- Others? https://sourceforge.net/p/mediainfo/_list/tickets
1414

15+
Version 25.10, 2025-11-05
16+
-------------
17+
+ MXF: crosscheck of ADM profiles
18+
+ MXF: experimental ARRI UL support, more video streams detected
19+
+ TTML: better support files with SMPTE timecode and ticks instead of frame rate
20+
+ MXF: update UL names from the MXF registry (details view)
21+
x AC-4: Add Bitstream level and Presentation level, fix
22+
x MXF: Fix infinite loop in some ARRI files
23+
x ADM: fix tagList related false positive conformance errors
24+
x WAV: fix buggy non word aligned files check with 4 GB+ files
25+
x I2452, PAC: skip '\0' prefix in content
26+
x I2451, TTML: change timecode output "format" from TTML style to classic timecode
27+
1528
Version 25.09, 2025-09-30
1629
-------------
1730
+ Italian, Russian translations update

Project/AppImage/Recipe.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ if ! grep "CentOS release 6\..*" /etc/centos-release; then
4747
fi
4848

4949
# Setup environment
50-
VERSION=25.09
50+
VERSION=25.10
5151

5252
if [ "$(arch)" == "i386" ]; then
5353
ARCH="i686"

Project/BCB/GUI/MediaInfo_GUI.cbproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,10 @@
7777
</PropertyGroup>
7878
<PropertyGroup Condition="'$(Base)'!=''">
7979
<Defines>MEDIAINFO_DLL_RUNTIME;$(Defines)</Defines>
80-
<VerInfo_Keys>CompanyName=MediaArea.net;FileDescription=MediaInfo;FileVersion=25.09.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=MediaInfo;ProductVersion=25.09.0.0;Comments=</VerInfo_Keys>
80+
<VerInfo_Keys>CompanyName=MediaArea.net;FileDescription=MediaInfo;FileVersion=25.10.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=MediaInfo;ProductVersion=25.10.0.0;Comments=</VerInfo_Keys>
8181
<Manifest_File>None</Manifest_File>
8282
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
83-
<VerInfo_MinorVer>09</VerInfo_MinorVer>
83+
<VerInfo_MinorVer>10</VerInfo_MinorVer>
8484
<VerInfo_Release>0</VerInfo_Release>
8585
<VerInfo_MajorVer>25</VerInfo_MajorVer>
8686
<VerInfo_Locale>1033</VerInfo_Locale>

Project/GNU/CLI/configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ dnl #########################################################################
55
dnl -------------------------------------------------------------------------
66
dnl Name and version
77
dnl
8-
AC_INIT([mediainfo], [25.09])
8+
AC_INIT([mediainfo], [25.10])
99

1010
dnl -------------------------------------------------------------------------
1111
dnl Test if we are at the good place

Project/GNU/GUI/configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ dnl #########################################################################
55
dnl -------------------------------------------------------------------------
66
dnl Name and version
77
dnl
8-
AC_INIT([mediainfo-gui], [25.09])
8+
AC_INIT([mediainfo-gui], [25.10])
99

1010
dnl -------------------------------------------------------------------------
1111
dnl Test if we are at the good place

Project/GNU/GUI/mediainfo-gui.metainfo.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,9 @@
103103
<update_contact>[email protected]</update_contact>
104104
<developer_name>MediaArea.net SARL</developer_name>
105105
<releases>
106-
<release version="25.09" date="2025-09-30">
106+
<release version="25.10" date="2025-11-05">
107107
<description>
108-
<p>Update to MediaInfo library 25.09 with bug fixes.</p>
108+
<p>Update to MediaInfo library 25.10 with bug fixes.</p>
109109
</description>
110110
</release>
111111
​</releases>

Project/GNU/PKGBUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Contributor: hydro <[email protected]>
44

55
pkgname=('mediainfo' 'mediainfo-gui')
6-
pkgver=25.09
6+
pkgver=25.10
77
pkgrel=1
88
pkgdesc="supplies technical and tag information about a video or audio file"
99
url="http://mediaarea.net"
@@ -12,7 +12,7 @@ source=(${pkgname}_${pkgver}.orig.tar.xz)
1212
md5sums=('00000000000000000000000000000000')
1313
arch=('i686' 'x86_64')
1414

15-
depends=('libzen>=0.4.41' 'libmediainfo>=25.09' 'wxwidgets-gtk3' 'webkit2gtk' 'bubblewrap' 'libsm' 'desktop-file-utils')
15+
depends=('libzen>=0.4.41' 'libmediainfo>=25.10' 'wxwidgets-gtk3' 'webkit2gtk' 'bubblewrap' 'libsm' 'desktop-file-utils')
1616

1717
prepare() {
1818
cd "${srcdir}"/MediaInfo/Project/GNU/CLI

Project/GNU/mediainfo.dsc

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,22 @@ Format: 3.0 (quilt)
22
Source: mediainfo
33
Binary: mediainfo, mediainfo-dbg, mediainfo-gui, mediainfo-gui-dbg
44
Architecture: any
5-
Version: 25.09-1
5+
Version: 25.10-1
66
Maintainer: MediaArea.net SARL <[email protected]>
77
Homepage: http://MediaArea.net/MediaInfo
88
Standards-Version: 3.9.6
99
Vcs-Browser: https://github.com/MediaArea/MediaInfo
1010
Vcs-Git: https://github.com/MediaArea/MediaInfo.git
11-
Build-Depends: debhelper (>= 9), dh-autoreconf, libmediainfo-dev (>= 25.09), libzen-dev (>= 0.4.41), libwxgtk3.0-dev, zlib1g-dev, pkg-config
11+
Build-Depends: debhelper (>= 9), dh-autoreconf, libmediainfo-dev (>= 25.10), libzen-dev (>= 0.4.41), libwxgtk3.0-dev, zlib1g-dev, pkg-config
1212
Package-List:
1313
mediainfo deb utils optional arch=any
1414
mediainfo-gui deb utils optional arch=any
1515
Checksums-Sha1:
16-
0000000000000000000000000000000000000000 000000 mediainfo_25.09.orig.tar.xz
17-
0000000000000000000000000000000000000000 000000 mediainfo_25.09-1.debian.tar.xz
16+
0000000000000000000000000000000000000000 000000 mediainfo_25.10.orig.tar.xz
17+
0000000000000000000000000000000000000000 000000 mediainfo_25.10-1.debian.tar.xz
1818
Checksums-Sha256:
19-
0000000000000000000000000000000000000000000000000000000000000000 000000 mediainfo_25.09.orig.tar.xz
20-
0000000000000000000000000000000000000000000000000000000000000000 000000 mediainfo_25.09-1.debian.tar.xz
19+
0000000000000000000000000000000000000000000000000000000000000000 000000 mediainfo_25.10.orig.tar.xz
20+
0000000000000000000000000000000000000000000000000000000000000000 000000 mediainfo_25.10-1.debian.tar.xz
2121
Files:
22-
00000000000000000000000000000000 000000 mediainfo_25.09.orig.tar.xz
23-
00000000000000000000000000000000 000000 mediainfo_25.09-1.debian.tar.xz
22+
00000000000000000000000000000000 000000 mediainfo_25.10.orig.tar.xz
23+
00000000000000000000000000000000 000000 mediainfo_25.10-1.debian.tar.xz

Project/GNU/mediainfo.spec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
%global mediainfo_version 25.09
1+
%global mediainfo_version 25.10
22
%global mediainfo_version_major 25
3-
%global mediainfo_version_minor 09
4-
%global libmediainfo_version 25.09
3+
%global mediainfo_version_minor 10
4+
%global libmediainfo_version 25.10
55
%global libmediainfo_version_major 25
6-
%global libmediainfo_version_minor 09
6+
%global libmediainfo_version_minor 10
77
%global libzen_version 0.4.41
88
%global libzen_version_major 0
99
%global libzen_version_minor 4

0 commit comments

Comments
 (0)