Skip to content

Commit 988d6b8

Browse files
Merge pull request #1167 from g-maxime/preparing-v25.09
Preparing v25.09
2 parents 38c7ec6 + 48404a4 commit 988d6b8

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

+178
-126
lines changed

History_CLI.txt

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,30 @@ 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.09, 2025-09-30
16+
-------------
17+
+ ADM: Dolby E profile for emission conformance checker
18+
+ AAC: show when PNS is ued
19+
+ MPEG-TS: map message_id code to the stored message character string
20+
+ AC-4: Enhancement to Presentation Role display
21+
+ AC-4: Add Bitstream level and Presentation level
22+
+ MXF: support of experimental ARRI ULs
23+
+ WavPack: fix duration for long duration
24+
+ WAV: detection of C2PA + display of thumbnails characteristics
25+
+ MasteringDisplay_Luminance: split Min and Max
26+
+ Dolby Vision: Fill colour, transfer & matrix for profile 5 (thanks to cjee21)
27+
+ JPEG: Detect lossless (thanks to cjee21)
28+
+ MPEG-TS: update DVB descriptors and service types for NGVC and NGA (thanks to paulhiggs)
29+
+ Reset MXF status based on footer partition (thanks to ammonriley)
30+
+ VP9: VP9 in MP4 support (thanks to cjee21)
31+
+ SphericalVideo: use StereoMode instead of of SourceCount
32+
+ I2400, Fix crashes with some malformed files
33+
x MaxCLL/MaxFALL: value without unit in the XML/JSON output
34+
x Fix infinite loop in UTF8 (e.g. JavaScript) build
35+
x HDR: fix random crash with multiple HDR formats
36+
x PAC: Fix duration/timestamps
37+
x Spherical Video 2 support, fix BF4 support with 0.32 readout, update
38+
1539
Version 25.07, 2025-07-29
1640
-------------
1741
+ Update Italian translation

History_GUI.txt

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,34 @@ 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.09, 2025-09-30
16+
-------------
17+
+ Italian, Russian translations update
18+
+ Windows: tweak the ads height for avoiding too big ads in when the window is maximized
19+
+ Android: Migrate to Material Design 3 (thanks to cjee21)
20+
+ ADM: Dolby E profile for emission conformance checker
21+
+ AAC: show when PNS is ued
22+
+ MPEG-TS: map message_id code to the stored message character string
23+
+ AC-4: Enhancement to Presentation Role display
24+
+ AC-4: Add Bitstream level and Presentation level
25+
+ MXF: support of experimental ARRI ULs
26+
+ WavPack: fix duration for long duration
27+
+ WAV: detection of C2PA + display of thumbnails characteristics
28+
+ MasteringDisplay_Luminance: split Min and Max
29+
+ Dolby Vision: Fill colour, transfer & matrix for profile 5 (thanks to cjee21)
30+
+ JPEG: Detect lossless (thanks to cjee21)
31+
+ MPEG-TS: update DVB descriptors and service types for NGVC and NGA (thanks to paulhiggs)
32+
+ Reset MXF status based on footer partition (thanks to ammonriley)
33+
+ VP9: VP9 in MP4 support (thanks to cjee21)
34+
+ SphericalVideo: use StereoMode instead of of SourceCount
35+
+ I2400, Fix crashes with some malformed files
36+
x Android GUI: fix some display issues with the billing and preference windows
37+
x MaxCLL/MaxFALL: value without unit in the XML/JSON output
38+
x Fix infinite loop in UTF8 (e.g. JavaScript) build
39+
x HDR: fix random crash with multiple HDR formats
40+
x PAC: Fix duration/timestamps
41+
x Spherical Video 2 support, fix BF4 support with 0.32 readout, update
42+
1543
Version 25.07, 2025-07-29
1644
-------------
1745
+ Update Italian translation

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.07
50+
VERSION=25.09
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.07.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=MediaInfo;ProductVersion=25.07.0.0;Comments=</VerInfo_Keys>
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>
8181
<Manifest_File>None</Manifest_File>
8282
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
83-
<VerInfo_MinorVer>07</VerInfo_MinorVer>
83+
<VerInfo_MinorVer>09</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.07])
8+
AC_INIT([mediainfo], [25.09])
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.07])
8+
AC_INIT([mediainfo-gui], [25.09])
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.07" date="2025-07-29">
106+
<release version="25.09" date="2025-09-30">
107107
<description>
108-
<p>Update to MediaInfo library 25.07 with bug fixes.</p>
108+
<p>Update to MediaInfo library 25.09 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.07
6+
pkgver=25.09
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.07' 'wxwidgets-gtk3' 'webkit2gtk' 'bubblewrap' 'libsm' 'desktop-file-utils')
15+
depends=('libzen>=0.4.41' 'libmediainfo>=25.09' '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.07-1
5+
Version: 25.09-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.07), libzen-dev (>= 0.4.41), libwxgtk3.0-dev, zlib1g-dev, pkg-config
11+
Build-Depends: debhelper (>= 9), dh-autoreconf, libmediainfo-dev (>= 25.09), 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.07.orig.tar.xz
17-
0000000000000000000000000000000000000000 000000 mediainfo_25.07-1.debian.tar.xz
16+
0000000000000000000000000000000000000000 000000 mediainfo_25.09.orig.tar.xz
17+
0000000000000000000000000000000000000000 000000 mediainfo_25.09-1.debian.tar.xz
1818
Checksums-Sha256:
19-
0000000000000000000000000000000000000000000000000000000000000000 000000 mediainfo_25.07.orig.tar.xz
20-
0000000000000000000000000000000000000000000000000000000000000000 000000 mediainfo_25.07-1.debian.tar.xz
19+
0000000000000000000000000000000000000000000000000000000000000000 000000 mediainfo_25.09.orig.tar.xz
20+
0000000000000000000000000000000000000000000000000000000000000000 000000 mediainfo_25.09-1.debian.tar.xz
2121
Files:
22-
00000000000000000000000000000000 000000 mediainfo_25.07.orig.tar.xz
23-
00000000000000000000000000000000 000000 mediainfo_25.07-1.debian.tar.xz
22+
00000000000000000000000000000000 000000 mediainfo_25.09.orig.tar.xz
23+
00000000000000000000000000000000 000000 mediainfo_25.09-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.07
1+
%global mediainfo_version 25.09
22
%global mediainfo_version_major 25
3-
%global mediainfo_version_minor 07
4-
%global libmediainfo_version 25.07
3+
%global mediainfo_version_minor 09
4+
%global libmediainfo_version 25.09
55
%global libmediainfo_version_major 25
6-
%global libmediainfo_version_minor 07
6+
%global libmediainfo_version_minor 09
77
%global libzen_version 0.4.41
88
%global libzen_version_major 0
99
%global libzen_version_minor 4

0 commit comments

Comments
 (0)