Skip to content

Commit

Permalink
Merge pull request #941 from g-maxime/preparing-v24.11
Browse files Browse the repository at this point in the history
Preparing v24.11
  • Loading branch information
JeromeMartinez authored Nov 7, 2024
2 parents 4e7a6ee + b750f81 commit 3d843ce
Show file tree
Hide file tree
Showing 51 changed files with 194 additions and 144 deletions.
21 changes: 21 additions & 0 deletions History_CLI.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,27 @@ Known bugs
- Languages (other than english and French) : not all words are translated, I need translators!
- Others? https://sourceforge.net/p/mediainfo/_list/tickets

Version 24.11, 2024-11-07
-------------
+ I1945, PAC subtitle format support
+ I2130, EXR: support of time code and frame rate
+ MXF: Support of more flavors of ISXD, IAB, Dolby Vision Metadata
+ MXF: Support of all known ULs in MediaTrace output
+ AVC: Improved detection of AVC-Intra
+ TTML: Add Duration_Start_Command/Duration_End_Command
x IMF: Allow XML documents larger than 16 MB
x I2133, TTML: Fix timecode when timeBase is media
x I2110, MXF: Fix wrong Delay field with NDF timecodes
x I2094, MXF: Sony Real Time Metadata: fix timecode drop frame flag
x S1194, Fix random behavior due to uninitialised value
x MPEG-TS: Increase probing at end for getting duration
x PNG: Fix buffer leak
x IAB: Fix bug in IAB channel code mapping
x HTML output: Better escape of HTML strings
x XML output: Fix comment in comment
x MXF: Avoid crash in mxf assets on unsupported audio
x HEVC: Add missing parsing of some multilayer SPS elements

Version 24.06, 2024-06-27
-------------
+ I1881, MXF & MOV: customizable seek pos and duration of caption probe
Expand Down
29 changes: 29 additions & 0 deletions History_GUI.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,35 @@ Known bugs
- Languages (other than english and French) : not all words are translated, I need translators!
- Others? https://sourceforge.net/p/mediainfo/_list/tickets

Version 24.11, 2024-11-07
-------------
+ New Indonesian (bahasa Indonesia) translation
+ Update Belarusian translation
+ Windows: Full 64-bit version (thanks to cjee21)
+ Windows: Improved support of High DPI (thanks to cjee21)
+ Windows: Improved support of Dark Theme (thanks to cjee21)
+ Windows: Improved HTML view (thanks to cjee21)
+ Windows: Upgrade file open dialog (thanks to cjee21)
+ Windows: SemiBold monospaced font(thanks to cjee21)
+ I1945, PAC subtitle format support
+ I2130, EXR: support of time code and frame rate
+ MXF: Support of more flavors of ISXD, IAB, Dolby Vision Metadata
+ MXF: Support of all known ULs in MediaTrace output
+ AVC: Improved detection of AVC-Intra
+ TTML: Add Duration_Start_Command/Duration_End_Command
x IMF: Allow XML documents larger than 16 MB
x I2133, TTML: Fix timecode when timeBase is media
x I2110, MXF: Fix wrong Delay field with NDF timecodes
x I2094, MXF: Sony Real Time Metadata: fix timecode drop frame flag
x S1194, Fix random behavior due to uninitialised value
x MPEG-TS: Increase probing at end for getting duration
x PNG: Fix buffer leak
x IAB: Fix bug in IAB channel code mapping
x HTML output: Better escape of HTML strings
x XML output: Fix comment in comment
x MXF: Avoid crash in mxf assets on unsupported audio
x HEVC: Add missing parsing of some multilayer SPS elements

Version 24.06, 2024-06-27
-------------
+ Windows GUI: Dark/Light theme preference is saved
Expand Down
2 changes: 1 addition & 1 deletion Project/AppImage/Recipe.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ if ! grep "CentOS release 6\..*" /etc/centos-release; then
fi

# Setup environment
VERSION=24.06
VERSION=24.11

if [ "$(arch)" == "i386" ]; then
ARCH="i686"
Expand Down
4 changes: 2 additions & 2 deletions Project/BCB/GUI/MediaInfo_GUI.cbproj
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,10 @@
</PropertyGroup>
<PropertyGroup Condition="'$(Base)'!=''">
<Defines>MEDIAINFO_DLL_RUNTIME;$(Defines)</Defines>
<VerInfo_Keys>CompanyName=MediaArea.net;FileDescription=MediaInfo;FileVersion=24.06.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=MediaInfo;ProductVersion=24.06.0.0;Comments=</VerInfo_Keys>
<VerInfo_Keys>CompanyName=MediaArea.net;FileDescription=MediaInfo;FileVersion=24.11.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=MediaInfo;ProductVersion=24.11.0.0;Comments=</VerInfo_Keys>
<Manifest_File>None</Manifest_File>
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
<VerInfo_MinorVer>06</VerInfo_MinorVer>
<VerInfo_MinorVer>11</VerInfo_MinorVer>
<VerInfo_Release>0</VerInfo_Release>
<VerInfo_MajorVer>24</VerInfo_MajorVer>
<VerInfo_Locale>1033</VerInfo_Locale>
Expand Down
2 changes: 1 addition & 1 deletion Project/GNU/CLI/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dnl #########################################################################
dnl -------------------------------------------------------------------------
dnl Name and version
dnl
AC_INIT([mediainfo], [24.06])
AC_INIT([mediainfo], [24.11])

dnl -------------------------------------------------------------------------
dnl Test if we are at the good place
Expand Down
2 changes: 1 addition & 1 deletion Project/GNU/GUI/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dnl #########################################################################
dnl -------------------------------------------------------------------------
dnl Name and version
dnl
AC_INIT([mediainfo-gui], [24.06])
AC_INIT([mediainfo-gui], [24.11])

dnl -------------------------------------------------------------------------
dnl Test if we are at the good place
Expand Down
4 changes: 2 additions & 2 deletions Project/GNU/GUI/mediainfo-gui.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,9 @@
<update_contact>info@mediaarea.net</update_contact>
<developer_name>MediaArea.net SARL</developer_name>
<releases>
<release version="24.06" date="2024-06-27">
<release version="24.11" date="2024-11-07">
<description>
<p>Update to MediaInfo library 24.06 with bug fixes.</p>
<p>Update to MediaInfo library 24.11 with bug fixes.</p>
</description>
</release>
​</releases>
Expand Down
4 changes: 2 additions & 2 deletions Project/GNU/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Contributor: hydro <hydro@freenet.de>

pkgname=('mediainfo' 'mediainfo-gui')
pkgver=24.06
pkgver=24.11
pkgrel=1
pkgdesc="supplies technical and tag information about a video or audio file"
url="http://mediaarea.net"
Expand All @@ -12,7 +12,7 @@ source=(${pkgname}_${pkgver}.orig.tar.xz)
md5sums=('00000000000000000000000000000000')
arch=('i686' 'x86_64')

depends=('libzen>=0.4.41' 'libmediainfo>=24.06' 'wxwidgets-gtk3' 'webkit2gtk' 'bubblewrap' 'libsm' 'desktop-file-utils')
depends=('libzen>=0.4.41' 'libmediainfo>=24.11' 'wxwidgets-gtk3' 'webkit2gtk' 'bubblewrap' 'libsm' 'desktop-file-utils')

prepare() {
cd "${srcdir}"/MediaInfo/Project/GNU/CLI
Expand Down
16 changes: 8 additions & 8 deletions Project/GNU/mediainfo.dsc
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,22 @@ Format: 3.0 (quilt)
Source: mediainfo
Binary: mediainfo, mediainfo-dbg, mediainfo-gui, mediainfo-gui-dbg
Architecture: any
Version: 24.06-1
Version: 24.11-1
Maintainer: MediaArea.net SARL <info@mediaarea.net>
Homepage: http://MediaArea.net/MediaInfo
Standards-Version: 3.9.6
Vcs-Browser: https://github.com/MediaArea/MediaInfo
Vcs-Git: https://github.com/MediaArea/MediaInfo.git
Build-Depends: debhelper (>= 9), dh-autoreconf, libmediainfo-dev (>= 24.06), libzen-dev (>= 0.4.41), libwxgtk3.0-dev, zlib1g-dev, pkg-config
Build-Depends: debhelper (>= 9), dh-autoreconf, libmediainfo-dev (>= 24.11), libzen-dev (>= 0.4.41), libwxgtk3.0-dev, zlib1g-dev, pkg-config
Package-List:
mediainfo deb utils optional arch=any
mediainfo-gui deb utils optional arch=any
Checksums-Sha1:
0000000000000000000000000000000000000000 000000 mediainfo_24.06.orig.tar.xz
0000000000000000000000000000000000000000 000000 mediainfo_24.06-1.debian.tar.xz
0000000000000000000000000000000000000000 000000 mediainfo_24.11.orig.tar.xz
0000000000000000000000000000000000000000 000000 mediainfo_24.11-1.debian.tar.xz
Checksums-Sha256:
0000000000000000000000000000000000000000000000000000000000000000 000000 mediainfo_24.06.orig.tar.xz
0000000000000000000000000000000000000000000000000000000000000000 000000 mediainfo_24.06-1.debian.tar.xz
0000000000000000000000000000000000000000000000000000000000000000 000000 mediainfo_24.11.orig.tar.xz
0000000000000000000000000000000000000000000000000000000000000000 000000 mediainfo_24.11-1.debian.tar.xz
Files:
00000000000000000000000000000000 000000 mediainfo_24.06.orig.tar.xz
00000000000000000000000000000000 000000 mediainfo_24.06-1.debian.tar.xz
00000000000000000000000000000000 000000 mediainfo_24.11.orig.tar.xz
00000000000000000000000000000000 000000 mediainfo_24.11-1.debian.tar.xz
8 changes: 4 additions & 4 deletions Project/GNU/mediainfo.spec
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
%global mediainfo_version 24.06
%global mediainfo_version 24.11
%global mediainfo_version_major 24
%global mediainfo_version_minor 06
%global libmediainfo_version 24.06
%global mediainfo_version_minor 11
%global libmediainfo_version 24.11
%global libmediainfo_version_major 24
%global libmediainfo_version_minor 06
%global libmediainfo_version_minor 11
%global libzen_version 0.4.41
%global libzen_version_major 0
%global libzen_version_minor 4
Expand Down
8 changes: 4 additions & 4 deletions Project/MSVC2013/CLI/MediaInfo_CLI.rc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#include <winresrc.h>

VS_VERSION_INFO VERSIONINFO
FILEVERSION 24,06,0,0
PRODUCTVERSION 24,06,0,0
FILEVERSION 24,11,0,0
PRODUCTVERSION 24,11,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -19,10 +19,10 @@ BEGIN
BEGIN
VALUE "CompanyName", "MediaArea.net"
VALUE "FileDescription", "MediaInfo"
VALUE "FileVersion", "24.06.0.0"
VALUE "FileVersion", "24.11.0.0"
VALUE "LegalCopyright", "Copyright (C) 2002-2024 MediaArea.net SARL"
VALUE "ProductName", "MediaInfo"
VALUE "ProductVersion", "24.06.0.0"
VALUE "ProductVersion", "24.11.0.0"
END
END
BLOCK "VarFileInfo"
Expand Down
8 changes: 4 additions & 4 deletions Project/MSVC2013/GUI/MediaInfo_GUI.rc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#include <winresrc.h>

VS_VERSION_INFO VERSIONINFO
FILEVERSION 24,06,0,0
PRODUCTVERSION 24,06,0,0
FILEVERSION 24,11,0,0
PRODUCTVERSION 24,11,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -19,10 +19,10 @@ BEGIN
BEGIN
VALUE "CompanyName", "MediaArea.net"
VALUE "FileDescription", "MediaInfo"
VALUE "FileVersion", "24.06.0.0"
VALUE "FileVersion", "24.11.0.0"
VALUE "LegalCopyright", "Copyright (C) 2002-2024 MediaArea.net SARL"
VALUE "ProductName", "MediaInfo"
VALUE "ProductVersion", "24.06.0.0"
VALUE "ProductVersion", "24.11.0.0"
END
END
BLOCK "VarFileInfo"
Expand Down
8 changes: 4 additions & 4 deletions Project/MSVC2015/CLI/MediaInfo_CLI.rc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#include <winresrc.h>

VS_VERSION_INFO VERSIONINFO
FILEVERSION 24,06,0,0
PRODUCTVERSION 24,06,0,0
FILEVERSION 24,11,0,0
PRODUCTVERSION 24,11,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -19,10 +19,10 @@ BEGIN
BEGIN
VALUE "CompanyName", "MediaArea.net"
VALUE "FileDescription", "MediaInfo"
VALUE "FileVersion", "24.06.0.0"
VALUE "FileVersion", "24.11.0.0"
VALUE "LegalCopyright", "Copyright (C) 2002-2024 MediaArea.net SARL"
VALUE "ProductName", "MediaInfo"
VALUE "ProductVersion", "24.06.0.0"
VALUE "ProductVersion", "24.11.0.0"
END
END
BLOCK "VarFileInfo"
Expand Down
8 changes: 4 additions & 4 deletions Project/MSVC2015/GUI/MediaInfo_GUI.rc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#include <winresrc.h>

VS_VERSION_INFO VERSIONINFO
FILEVERSION 24,06,0,0
PRODUCTVERSION 24,06,0,0
FILEVERSION 24,11,0,0
PRODUCTVERSION 24,11,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -19,10 +19,10 @@ BEGIN
BEGIN
VALUE "CompanyName", "MediaArea.net"
VALUE "FileDescription", "MediaInfo"
VALUE "FileVersion", "24.06.0.0"
VALUE "FileVersion", "24.11.0.0"
VALUE "LegalCopyright", "Copyright (C) 2002-2024 MediaArea.net SARL"
VALUE "ProductName", "MediaInfo"
VALUE "ProductVersion", "24.06.0.0"
VALUE "ProductVersion", "24.11.0.0"
END
END
BLOCK "VarFileInfo"
Expand Down
8 changes: 4 additions & 4 deletions Project/MSVC2017/CLI/MediaInfo_CLI.rc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#include <winresrc.h>

VS_VERSION_INFO VERSIONINFO
FILEVERSION 24,06,0,0
PRODUCTVERSION 24,06,0,0
FILEVERSION 24,11,0,0
PRODUCTVERSION 24,11,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -19,10 +19,10 @@ BEGIN
BEGIN
VALUE "CompanyName", "MediaArea.net"
VALUE "FileDescription", "MediaInfo"
VALUE "FileVersion", "24.06.0.0"
VALUE "FileVersion", "24.11.0.0"
VALUE "LegalCopyright", "Copyright (C) 2002-2024 MediaArea.net SARL"
VALUE "ProductName", "MediaInfo"
VALUE "ProductVersion", "24.06.0.0"
VALUE "ProductVersion", "24.11.0.0"
END
END
BLOCK "VarFileInfo"
Expand Down
8 changes: 4 additions & 4 deletions Project/MSVC2017/GUI/MediaInfo_GUI.rc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#include <winresrc.h>

VS_VERSION_INFO VERSIONINFO
FILEVERSION 24,06,0,0
PRODUCTVERSION 24,06,0,0
FILEVERSION 24,11,0,0
PRODUCTVERSION 24,11,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -19,10 +19,10 @@ BEGIN
BEGIN
VALUE "CompanyName", "MediaArea.net"
VALUE "FileDescription", "MediaInfo"
VALUE "FileVersion", "24.06.0.0"
VALUE "FileVersion", "24.11.0.0"
VALUE "LegalCopyright", "Copyright (C) 2002-2024 MediaArea.net SARL"
VALUE "ProductName", "MediaInfo"
VALUE "ProductVersion", "24.06.0.0"
VALUE "ProductVersion", "24.11.0.0"
END
END
BLOCK "VarFileInfo"
Expand Down
8 changes: 4 additions & 4 deletions Project/MSVC2019/CLI/MediaInfo_CLI.rc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#include <winresrc.h>

VS_VERSION_INFO VERSIONINFO
FILEVERSION 24,06,0,0
PRODUCTVERSION 24,06,0,0
FILEVERSION 24,11,0,0
PRODUCTVERSION 24,11,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -19,10 +19,10 @@ BEGIN
BEGIN
VALUE "CompanyName", "MediaArea.net"
VALUE "FileDescription", "MediaInfo"
VALUE "FileVersion", "24.06.0.0"
VALUE "FileVersion", "24.11.0.0"
VALUE "LegalCopyright", "Copyright (C) 2002-2024 MediaArea.net SARL"
VALUE "ProductName", "MediaInfo"
VALUE "ProductVersion", "24.06.0.0"
VALUE "ProductVersion", "24.11.0.0"
END
END
BLOCK "VarFileInfo"
Expand Down
8 changes: 4 additions & 4 deletions Project/MSVC2019/GUI/MediaInfo_GUI.rc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#include <winresrc.h>

VS_VERSION_INFO VERSIONINFO
FILEVERSION 24,06,0,0
PRODUCTVERSION 24,06,0,0
FILEVERSION 24,11,0,0
PRODUCTVERSION 24,11,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -19,10 +19,10 @@ BEGIN
BEGIN
VALUE "CompanyName", "MediaArea.net"
VALUE "FileDescription", "MediaInfo"
VALUE "FileVersion", "24.06.0.0"
VALUE "FileVersion", "24.11.0.0"
VALUE "LegalCopyright", "Copyright (C) 2002-2024 MediaArea.net SARL"
VALUE "ProductName", "MediaInfo"
VALUE "ProductVersion", "24.06.0.0"
VALUE "ProductVersion", "24.11.0.0"
END
END
BLOCK "VarFileInfo"
Expand Down
8 changes: 4 additions & 4 deletions Project/MSVC2022/CLI/MediaInfo_CLI.rc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#include <winresrc.h>

VS_VERSION_INFO VERSIONINFO
FILEVERSION 24,06,0,0
PRODUCTVERSION 24,06,0,0
FILEVERSION 24,11,0,0
PRODUCTVERSION 24,11,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -19,10 +19,10 @@ BEGIN
BEGIN
VALUE "CompanyName", "MediaArea.net"
VALUE "FileDescription", "MediaInfo"
VALUE "FileVersion", "24.06.0.0"
VALUE "FileVersion", "24.11.0.0"
VALUE "LegalCopyright", "Copyright (C) 2002-2024 MediaArea.net SARL"
VALUE "ProductName", "MediaInfo"
VALUE "ProductVersion", "24.06.0.0"
VALUE "ProductVersion", "24.11.0.0"
END
END
BLOCK "VarFileInfo"
Expand Down
Loading

0 comments on commit 3d843ce

Please sign in to comment.