Skip to content

Commit

Permalink
Merge pull request #1115 from g-maxime/preparing-v19.04
Browse files Browse the repository at this point in the history
Preparing v19.04
  • Loading branch information
JeromeMartinez authored Apr 23, 2019
2 parents 5fb0cfd + b0c5e0d commit 01eaa65
Show file tree
Hide file tree
Showing 23 changed files with 93 additions and 67 deletions.
26 changes: 26 additions & 0 deletions History_DLL.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,32 @@ x Correction
bug reports and feature request are here:
https://sourceforge.net/p/mediainfo/_list/tickets

Version 19.04, 2019-04-23
--------------
+ USAC: DRC effect types, Sample peak level, True peak level, Program loudness
+ HDR: SMPTE ST 2094 App 4 (including HDR10+) support
+ HDR: move HDR10, Dolby Vision and SL-HDR meta to specific generic "HDR Format" lines
+ Matroska: SMPTE ST 2086 (HDR10) support
+ Matroska: FieldOrder support
+ HEIF image format support
+ AV1: support of AV1 in MP4, HEIF, IVF
+ MOV: Add a lot more countries to AppleStoreCountry field internal list
+ MXF: Fix memory leak when fully parsing big file with acquisition metadata
+ HEVC: more HEVC profiles (Multiview, Scalable, Screen Content...)
+ AAC: better handling of corrupted streams
+ AAC: better handling of unknown channel layouts
+ AVC in MP4: better support of corrupted streams
x B1101, AVI: fix crash with some invalid streams
x B1101, SMPTE ST 337: fix crash with some invalid streams
x Matroska: chapters timestamp were not display if chapters have no name
x MXF: Fix false positive truncated file detection when there is no Random Index Pack
x AAC: channel layout typos (Rls instead of Lrs, Lr instead of Rb)
x ProRes: correctly show color space if alpha plane is present
x MPEG Audio: some VBR files use "Info" Xing header, so we ignore the difference between "Info" and "Xing"
x I943, MPEG-4: wrong display aspect ratio in some corner cases (32-bit release only)
x I1096, OGG: assign METADATA_BLOCK_PICTURE tag to cover
x I339, text in square brackets stripped in $if() section

Version 18.12, 2018-12-10
--------------
+ DCP: support of multi-reel packages
Expand Down
4 changes: 2 additions & 2 deletions Project/CMake/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ cmake_minimum_required(VERSION 2.8.11)

set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules")

set(MediaInfoLib_MAJOR_VERSION 18)
set(MediaInfoLib_MINOR_VERSION 12)
set(MediaInfoLib_MAJOR_VERSION 19)
set(MediaInfoLib_MINOR_VERSION 04)
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], [18.12])
AC_INIT([libmediainfo], [19.04])

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
pkgver=18.12
pkgver=19.04
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: 18.12-1
Version: 19.04-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_18.12.orig.tar.xz
0000000000000000000000000000000000000000 000000 libmediainfo_18.12-1.debian.tar.xz
0000000000000000000000000000000000000000 000000 libmediainfo_19.04.orig.tar.xz
0000000000000000000000000000000000000000 000000 libmediainfo_19.04-1.debian.tar.xz
Checksums-Sha256:
0000000000000000000000000000000000000000000000000000000000000000 000000 libmediainfo_18.12.orig.tar.xz
0000000000000000000000000000000000000000000000000000000000000000 000000 libmediainfo_18.12-1.debian.tar.xz
0000000000000000000000000000000000000000000000000000000000000000 000000 libmediainfo_19.04.orig.tar.xz
0000000000000000000000000000000000000000000000000000000000000000 000000 libmediainfo_19.04-1.debian.tar.xz
Files:
00000000000000000000000000000000 000000 libmediainfo_18.12.orig.tar.xz
00000000000000000000000000000000 000000 libmediainfo_18.12-1.debian.tar.xz
00000000000000000000000000000000 000000 libmediainfo_19.04.orig.tar.xz
00000000000000000000000000000000 000000 libmediainfo_19.04-1.debian.tar.xz
8 changes: 4 additions & 4 deletions Project/GNU/libmediainfo.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
%global libmediainfo_version 18.12
%global libmediainfo_version_major 18
%global libmediainfo_version_minor 12
%global libmediainfo_version 19.04
%global libmediainfo_version_major 19
%global libmediainfo_version_minor 04
%global libzen_version 0.4.37
%global libzen_version_major 0
%global libzen_version_minor 4
Expand Down Expand Up @@ -308,7 +308,7 @@ rm -f %{buildroot}%{_libdir}/%{name_without_0_ending}.la
%endif

%changelog
* Sun Jan 01 2012 MediaArea.net SARL <[email protected]> - 18.12-0
* Sun Jan 01 2012 MediaArea.net SARL <[email protected]> - 19.04-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/Dll/MediaInfo.rc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#include <winresrc.h>

VS_VERSION_INFO VERSIONINFO
FILEVERSION 18,12,0,0
PRODUCTVERSION 18,12,0,0
FILEVERSION 19,04,0,0
PRODUCTVERSION 19,04,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", "18.12.0.0"
VALUE "FileVersion", "19.04.0.0"
VALUE "LegalCopyright", "Copyright (C) 2002-2019 MediaArea.net SARL"
VALUE "ProductName", "MediaInfo"
VALUE "ProductVersion", "18.12.0.0"
VALUE "ProductVersion", "19.04.0.0"
END
END
BLOCK "VarFileInfo"
Expand Down
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 18,12,0,0
PRODUCTVERSION 18,12,0,0
FILEVERSION 19,04,0,0
PRODUCTVERSION 19,04,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", "18.12.0.0"
VALUE "FileVersion", "19.04.0.0"
VALUE "LegalCopyright", "Copyright (C) 2002-2019 MediaArea.net SARL"
VALUE "ProductName", "MediaInfo"
VALUE "ProductVersion", "18.12.0.0"
VALUE "ProductVersion", "19.04.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 18,12,0,0
PRODUCTVERSION 18,12,0,0
FILEVERSION 19,04,0,0
PRODUCTVERSION 19,04,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", "18.12.0.0"
VALUE "FileVersion", "19.04.0.0"
VALUE "LegalCopyright", "Copyright (C) 2002-2019 MediaArea.net SARL"
VALUE "ProductName", "MediaInfo"
VALUE "ProductVersion", "18.12.0.0"
VALUE "ProductVersion", "19.04.0.0"
END
END
BLOCK "VarFileInfo"
Expand Down
8 changes: 4 additions & 4 deletions Project/MSVC2015/Dll/MediaInfo.rc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#include <winresrc.h>

VS_VERSION_INFO VERSIONINFO
FILEVERSION 18,12,0,0
PRODUCTVERSION 18,12,0,0
FILEVERSION 19,04,0,0
PRODUCTVERSION 19,04,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", "18.12.0.0"
VALUE "FileVersion", "19.04.0.0"
VALUE "LegalCopyright", "Copyright (C) 2002-2019 MediaArea.net SARL"
VALUE "ProductName", "MediaInfo"
VALUE "ProductVersion", "18.12.0.0"
VALUE "ProductVersion", "19.04.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 18,12,0,0
PRODUCTVERSION 18,12,0,0
FILEVERSION 19,04,0,0
PRODUCTVERSION 19,04,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", "18.12.0.0"
VALUE "FileVersion", "19.04.0.0"
VALUE "LegalCopyright", "Copyright (C) 2002-2019 MediaArea.net SARL"
VALUE "ProductName", "MediaInfo"
VALUE "ProductVersion", "18.12.0.0"
VALUE "ProductVersion", "19.04.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 18,12,0,0
PRODUCTVERSION 18,12,0,0
FILEVERSION 19,04,0,0
PRODUCTVERSION 19,04,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", "18.12.0.0"
VALUE "FileVersion", "19.04.0.0"
VALUE "LegalCopyright", "Copyright (C) 2002-2019 MediaArea.net SARL"
VALUE "ProductName", "MediaInfo"
VALUE "ProductVersion", "18.12.0.0"
VALUE "ProductVersion", "19.04.0.0"
END
END
BLOCK "VarFileInfo"
Expand Down
8 changes: 4 additions & 4 deletions Project/MSVC2017/Dll/MediaInfo.rc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#include <winresrc.h>

VS_VERSION_INFO VERSIONINFO
FILEVERSION 18,12,0,0
PRODUCTVERSION 18,12,0,0
FILEVERSION 19,04,0,0
PRODUCTVERSION 19,04,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", "18.12.0.0"
VALUE "FileVersion", "19.04.0.0"
VALUE "LegalCopyright", "Copyright (C) 2002-2019 MediaArea.net SARL"
VALUE "ProductName", "MediaInfo"
VALUE "ProductVersion", "18.12.0.0"
VALUE "ProductVersion", "19.04.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 18,12,0,0
PRODUCTVERSION 18,12,0,0
FILEVERSION 19,04,0,0
PRODUCTVERSION 19,04,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", "18.12.0.0"
VALUE "FileVersion", "19.04.0.0"
VALUE "LegalCopyright", "Copyright (C) 2002-2019 MediaArea.net SARL"
VALUE "ProductName", "MediaInfo"
VALUE "ProductVersion", "18.12.0.0"
VALUE "ProductVersion", "19.04.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 18,12,0,0
PRODUCTVERSION 18,12,0,0
FILEVERSION 19,04,0,0
PRODUCTVERSION 19,04,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", "18.12.0.0"
VALUE "FileVersion", "19.04.0.0"
VALUE "LegalCopyright", "Copyright (C) 2002-2019 MediaArea.net SARL"
VALUE "ProductName", "MediaInfo"
VALUE "ProductVersion", "18.12.0.0"
VALUE "ProductVersion", "19.04.0.0"
END
END
BLOCK "VarFileInfo"
Expand Down
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 (18.12-1) experimental; urgency=medium
libmediainfo (19.04-1) experimental; urgency=medium

* Upstream version 18.12
* Upstream version 19.04
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/deb9.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, python-mediainfodll, python3-mediainfodll, libmediainfo-doc libmediainfo0v5-dbg
Architecture: any all
Version: 18.12-1deb9
Version: 19.04-1deb9
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_18.12.orig.tar.xz
0000000000000000000000000000000000000000 000000 libmediainfo_18.12-1deb9.debian.tar.xz
0000000000000000000000000000000000000000 000000 libmediainfo_19.04.orig.tar.xz
0000000000000000000000000000000000000000 000000 libmediainfo_19.04-1deb9.debian.tar.xz
Checksums-Sha256:
0000000000000000000000000000000000000000000000000000000000000000 000000 libmediainfo_18.12.orig.tar.xz
0000000000000000000000000000000000000000000000000000000000000000 000000 libmediainfo_18.12-1deb9.debian.tar.xz
0000000000000000000000000000000000000000000000000000000000000000 000000 libmediainfo_19.04.orig.tar.xz
0000000000000000000000000000000000000000000000000000000000000000 000000 libmediainfo_19.04-1deb9.debian.tar.xz
Files:
00000000000000000000000000000000 000000 libmediainfo_18.12.orig.tar.xz
00000000000000000000000000000000 000000 libmediainfo_18.12-1deb9.debian.tar.xz
00000000000000000000000000000000 000000 libmediainfo_19.04.orig.tar.xz
00000000000000000000000000000000 000000 libmediainfo_19.04-1deb9.debian.tar.xz
2 changes: 1 addition & 1 deletion Project/Solaris/mkpkg
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ release=`uname -r`

#Creation of known directories and filenames
name="libmediainfo0"
version="18.12"
version="19.04"
Home=`pwd`
install_prefix=${Home}/mk_package
packagecreation_prefix=${Home}/create_package
Expand Down
2 changes: 1 addition & 1 deletion Project/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.12
19.04
2 changes: 1 addition & 1 deletion Source/Install/MediaInfo_DLL_Windows_i386.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ RequestExecutionLevel admin
; Some defines
!define PRODUCT_NAME "MediaInfo"
!define PRODUCT_PUBLISHER "MediaArea.net"
!define PRODUCT_VERSION "18.12"
!define PRODUCT_VERSION "19.04"
!define PRODUCT_VERSION4 "${PRODUCT_VERSION}.0.0"
!define PRODUCT_WEB_SITE "http://MediaArea.net/MediaInfo"
!define COMPANY_REGISTRY "Software\MediaArea.net"
Expand Down
2 changes: 1 addition & 1 deletion Source/Install/MediaInfo_DLL_Windows_x64.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ RequestExecutionLevel admin
; Some defines
!define PRODUCT_NAME "MediaInfo"
!define PRODUCT_PUBLISHER "MediaArea.net"
!define PRODUCT_VERSION "18.12"
!define PRODUCT_VERSION "19.04"
!define PRODUCT_VERSION4 "${PRODUCT_VERSION}.0.0"
!define PRODUCT_WEB_SITE "http://MediaArea.net/MediaInfo"
!define COMPANY_REGISTRY "Software\MediaArea.net"
Expand Down
2 changes: 1 addition & 1 deletion Source/MediaInfo/MediaInfo_Config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ namespace MediaInfoLib
{

//---------------------------------------------------------------------------
const Char* MediaInfo_Version=__T("MediaInfoLib - v18.12");
const Char* MediaInfo_Version=__T("MediaInfoLib - v19.04");
const Char* MediaInfo_Url=__T("http://MediaArea.net/MediaInfo");
Ztring EmptyZtring; //Use it when we can't return a reference to a true Ztring
const Ztring EmptyZtring_Const; //Use it when we can't return a reference to a true Ztring, const version
Expand Down
Loading

0 comments on commit 01eaa65

Please sign in to comment.