Skip to content

Commit

Permalink
Preparing v24.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins CI committed Nov 7, 2024
1 parent 26e5ad9 commit c8ab09e
Show file tree
Hide file tree
Showing 27 changed files with 103 additions and 82 deletions.
21 changes: 21 additions & 0 deletions History_DLL.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,27 @@ x Correction
bug reports and feature request are here:
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
2 changes: 1 addition & 1 deletion Project/CMake/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ project(MediaInfoLib)
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/cmake/modules")

set(MediaInfoLib_MAJOR_VERSION 24)
set(MediaInfoLib_MINOR_VERSION 06)
set(MediaInfoLib_MINOR_VERSION 11)
set(MediaInfoLib_PATCH_VERSION 0)
set(MediaInfoLib_VERSION ${MediaInfoLib_MAJOR_VERSION}.${MediaInfoLib_MINOR_VERSION})

Expand Down
2 changes: 1 addition & 1 deletion Project/GNU/Library/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([libmediainfo], [24.06])
AC_INIT([libmediainfo], [24.11])

dnl -------------------------------------------------------------------------
dnl Test if we are at the good place
Expand Down
2 changes: 1 addition & 1 deletion Project/GNU/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Contributor: hydro <[email protected]>

pkgname=('libmediainfo' 'python-mediainfo')
pkgver=24.06
pkgver=24.11
pkgrel=1
pkgdesc="shared library for mediainfo"
arch=('i686' 'x86_64')
Expand Down
14 changes: 7 additions & 7 deletions Project/GNU/libmediainfo.dsc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Format: 3.0 (quilt)
Source: libmediainfo
Binary: libmediainfo-dev, libmediainfo0, python-mediainfodll, python3-mediainfodll, libmediainfo-doc libmediainfo0-dbg
Architecture: any all
Version: 24.06-1
Version: 24.11-1
Maintainer: MediaArea.net SARL <[email protected]>
Homepage: http://MediaArea.net/MediaInfo
Standards-Version: 3.9.6
Expand All @@ -16,11 +16,11 @@ Package-List:
python-mediainfodll deb python optional arch=all
python3-mediainfodll deb python optional arch=all
Checksums-Sha1:
0000000000000000000000000000000000000000 000000 libmediainfo_24.06.orig.tar.xz
0000000000000000000000000000000000000000 000000 libmediainfo_24.06-1.debian.tar.xz
0000000000000000000000000000000000000000 000000 libmediainfo_24.11.orig.tar.xz
0000000000000000000000000000000000000000 000000 libmediainfo_24.11-1.debian.tar.xz
Checksums-Sha256:
0000000000000000000000000000000000000000000000000000000000000000 000000 libmediainfo_24.06.orig.tar.xz
0000000000000000000000000000000000000000000000000000000000000000 000000 libmediainfo_24.06-1.debian.tar.xz
0000000000000000000000000000000000000000000000000000000000000000 000000 libmediainfo_24.11.orig.tar.xz
0000000000000000000000000000000000000000000000000000000000000000 000000 libmediainfo_24.11-1.debian.tar.xz
Files:
00000000000000000000000000000000 000000 libmediainfo_24.06.orig.tar.xz
00000000000000000000000000000000 000000 libmediainfo_24.06-1.debian.tar.xz
00000000000000000000000000000000 000000 libmediainfo_24.11.orig.tar.xz
00000000000000000000000000000000 000000 libmediainfo_24.11-1.debian.tar.xz
6 changes: 3 additions & 3 deletions Project/GNU/libmediainfo.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
%global libmediainfo_version 24.06
%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 Expand Up @@ -385,7 +385,7 @@ rm -f %{buildroot}%{_libdir}/%{name_without_0_ending}.la
%endif

%changelog
* Sun Jan 01 2012 MediaArea.net SARL <[email protected]> - 24.06-0
* Sun Jan 01 2012 MediaArea.net SARL <[email protected]> - 24.11-0
- See History.txt for more info and real dates
- Previous packages made by Toni Graffy <[email protected]>
- Fedora style made by Vasiliy N. Glazov <[email protected]>
8 changes: 4 additions & 4 deletions Project/MSVC2013/Example/HowToUse.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", "Most relevant technical and tag data for video and audio files"
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/ShellExtension/MediaInfoShellExt.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", "Most relevant technical and tag data for video and audio files"
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/Example/HowToUse.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", "Most relevant technical and tag data for video and audio files"
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/ShellExtension/MediaInfoShellExt.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", "Most relevant technical and tag data for video and audio files"
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/Example/HowToUse.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", "Most relevant technical and tag data for video and audio files"
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/ShellExtension/MediaInfoShellExt.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", "Most relevant technical and tag data for video and audio files"
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/Example/HowToUse.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", "Most relevant technical and tag data for video and audio files"
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/ShellExtension/MediaInfoShellExt.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", "Most relevant technical and tag data for video and audio files"
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/Example/HowToUse.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", "Most relevant technical and tag data for video and audio files"
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/ShellExtension/MediaInfoShellExt.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", "Most relevant technical and tag data for video and audio files"
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
4 changes: 2 additions & 2 deletions Project/OBS/deb12.debian/changelog
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
libmediainfo (24.06-1) experimental; urgency=medium
libmediainfo (24.11-1) experimental; urgency=medium

* Upstream version 24.06
* Upstream version 24.11
For details, see https://github.com/MediaArea/MediaInfoLib/blob/master/History_DLL.txt

-- MediaArea <[email protected]> Mon, 02 Nov 2015 10:30:00 +0100
Expand Down
14 changes: 7 additions & 7 deletions Project/OBS/deb12.dsc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Format: 3.0 (quilt)
Source: libmediainfo
Binary: libmediainfo-dev, libmediainfo0v5, python3-mediainfodll, libmediainfo-doc libmediainfo0v5-dbg
Architecture: any all
Version: 24.06-1deb12
Version: 24.11-1deb12
Maintainer: MediaArea.net SARL <[email protected]>
Homepage: http://MediaArea.net/MediaInfo
Standards-Version: 3.9.6
Expand All @@ -16,11 +16,11 @@ Package-List:
python-mediainfodll deb python optional arch=all
python3-mediainfodll deb python optional arch=all
Checksums-Sha1:
0000000000000000000000000000000000000000 000000 libmediainfo_24.06.orig.tar.xz
0000000000000000000000000000000000000000 000000 libmediainfo_24.06-1deb12.debian.tar.xz
0000000000000000000000000000000000000000 000000 libmediainfo_24.11.orig.tar.xz
0000000000000000000000000000000000000000 000000 libmediainfo_24.11-1deb12.debian.tar.xz
Checksums-Sha256:
0000000000000000000000000000000000000000000000000000000000000000 000000 libmediainfo_24.06.orig.tar.xz
0000000000000000000000000000000000000000000000000000000000000000 000000 libmediainfo_24.06-1deb12.debian.tar.xz
0000000000000000000000000000000000000000000000000000000000000000 000000 libmediainfo_24.11.orig.tar.xz
0000000000000000000000000000000000000000000000000000000000000000 000000 libmediainfo_24.11-1deb12.debian.tar.xz
Files:
00000000000000000000000000000000 000000 libmediainfo_24.06.orig.tar.xz
00000000000000000000000000000000 000000 libmediainfo_24.06-1deb12.debian.tar.xz
00000000000000000000000000000000 000000 libmediainfo_24.11.orig.tar.xz
00000000000000000000000000000000 000000 libmediainfo_24.11-1deb12.debian.tar.xz
4 changes: 2 additions & 2 deletions Project/OBS/deb9.debian/changelog
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
libmediainfo (24.06-1) experimental; urgency=medium
libmediainfo (24.11-1) experimental; urgency=medium

* Upstream version 24.06
* Upstream version 24.11
For details, see https://github.com/MediaArea/MediaInfoLib/blob/master/History_DLL.txt

-- MediaArea <[email protected]> Mon, 02 Nov 2015 10:30:00 +0100
Expand Down
Loading

0 comments on commit c8ab09e

Please sign in to comment.