Skip to content

Commit

Permalink
Merge pull request #368 from g-maxime/preparing-v19.07
Browse files Browse the repository at this point in the history
Preparing v19.07
  • Loading branch information
JeromeMartinez authored Jul 16, 2019
2 parents 5265277 + 72aa919 commit 5b45552
Show file tree
Hide file tree
Showing 40 changed files with 143 additions and 104 deletions.
19 changes: 19 additions & 0 deletions History_CLI.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,25 @@ 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 19.07, 2019-07-16
--------------
+ Dolby E: readout of Dolby E program description
+ MXF: Detection of Dolby Vision
+ MP4: support of Spatial Audio Metadata
+ DV: color space is explicit
+ DV: audio format settings
+ Matroska: PCM bit rate
+ MOV, MXF: Time code frame rate
+ DV: DVCAM commercial name for locked audio and PAL 4:2:0
+ MXF: Time code track name
x USAC: frame rate was missing in case of non standard sampling rate
x USAC: fix infinite loop with some LATM streams
x WAV: MP3 delay should be added to BWF time reference
x TTML: fix wrong output with standalone files
x N19/STL: fix crash with some uncommon framerates
x VC-3: fix sub sampling with some v2 files
x DV: Time code frame number was wrong (divided by 2) for 50/60 fps content

Version 19.04, 2019-04-23
--------------
+ USAC: DRC effect types, Sample peak level, True peak level, Program loudness
Expand Down
20 changes: 20 additions & 0 deletions History_GUI.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,26 @@ 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 19.07, 2019-07-16
--------------
+ Mac App Store version: File comparison (InApp purchase)
+ Dolby E: readout of Dolby E program description
+ MXF: Detection of Dolby Vision
+ MP4: support of Spatial Audio Metadata
+ DV: color space is explicit
+ DV: audio format settings
+ Matroska: PCM bit rate
+ MOV, MXF: Time code frame rate
+ DV: DVCAM commercial name for locked audio and PAL 4:2:0
+ MXF: Time code track name
x USAC: frame rate was missing in case of non standard sampling rate
x USAC: fix infinite loop with some LATM streams
x WAV: MP3 delay should be added to BWF time reference
x TTML: fix wrong output with standalone files
x N19/STL: fix crash with some uncommon framerates
x VC-3: fix sub sampling with some v2 files
x DV: Time code frame number was wrong (divided by 2) for 50/60 fps content

Version 19.04, 2019-04-23
--------------
+ USAC: DRC effect types, Sample peak level, True peak level, Program loudness
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 evironment
VERSION=19.04
VERSION=19.07

if [ "$(arch)" == "i386" ] ; then
ARCH="i686"
Expand Down
8 changes: 4 additions & 4 deletions Project/BCB/GUI/MediaInfo_GUI.cbproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
 <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ProjectGuid>{8AF87745-B671-4B4E-A428-B47B72F174BA}</ProjectGuid>
<ProjectVersion>18.2</ProjectVersion>
<ProjectVersion>19.7</ProjectVersion>
<FrameworkType>VCL</FrameworkType>
<MainSource>MediaInfo_GUI.cpp</MainSource>
<Base>True</Base>
Expand Down Expand Up @@ -42,10 +42,10 @@
</PropertyGroup>
<PropertyGroup Condition="'$(Base)'!=''">
<Defines>MEDIAINFO_DLL_STATIC;$(Defines)</Defines>
<VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=19.04.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=;Comments=</VerInfo_Keys>
<VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=19.07.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=;Comments=</VerInfo_Keys>
<Manifest_File>None</Manifest_File>
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
<VerInfo_MinorVer>04</VerInfo_MinorVer>
<VerInfo_MinorVer>07</VerInfo_MinorVer>
<VerInfo_Release>0</VerInfo_Release>
<VerInfo_MajorVer>19</VerInfo_MajorVer>
<VerInfo_Locale>1033</VerInfo_Locale>
Expand Down Expand Up @@ -105,7 +105,7 @@
<PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
<VerInfo_Release>0</VerInfo_Release>
<LinkPackageStatics>rtl.lib;vcl.lib;bcbie.lib</LinkPackageStatics>
<VerInfo_Keys>CompanyName=MediaArea.net;FileDescription=MediaInfo;FileVersion=19.04.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=MediaInfo;ProductVersion=19.04.0.0;Comments=</VerInfo_Keys>
<VerInfo_Keys>CompanyName=MediaArea.net;FileDescription=MediaInfo;FileVersion=19.07.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=MediaInfo;ProductVersion=19.07.0.0;Comments=</VerInfo_Keys>
<Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
</PropertyGroup>
<ItemGroup>
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], [19.04])
AC_INIT([mediainfo], [19.07])

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], [19.04])
AC_INIT([mediainfo-gui], [19.07])

dnl -------------------------------------------------------------------------
dnl Test if we are at the good place
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 <[email protected]>

pkgname=('mediainfo' 'mediainfo-gui')
pkgver=19.04
pkgver=19.07
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.37' 'libmediainfo>=19.04' 'wxgtk' 'libsm' 'desktop-file-utils')
depends=('libzen>=0.4.37' 'libmediainfo>=19.07' 'wxgtk' '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: 19.04-1
Version: 19.07-1
Maintainer: MediaArea.net SARL <[email protected]>
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 (>= 19.04), libzen-dev (>= 0.4.37), libwxgtk3.0-dev, zlib1g-dev, pkg-config
Build-Depends: debhelper (>= 9), dh-autoreconf, libmediainfo-dev (>= 19.07), libzen-dev (>= 0.4.37), 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_19.04.orig.tar.xz
0000000000000000000000000000000000000000 000000 mediainfo_19.04-1.debian.tar.xz
0000000000000000000000000000000000000000 000000 mediainfo_19.07.orig.tar.xz
0000000000000000000000000000000000000000 000000 mediainfo_19.07-1.debian.tar.xz
Checksums-Sha256:
0000000000000000000000000000000000000000000000000000000000000000 000000 mediainfo_19.04.orig.tar.xz
0000000000000000000000000000000000000000000000000000000000000000 000000 mediainfo_19.04-1.debian.tar.xz
0000000000000000000000000000000000000000000000000000000000000000 000000 mediainfo_19.07.orig.tar.xz
0000000000000000000000000000000000000000000000000000000000000000 000000 mediainfo_19.07-1.debian.tar.xz
Files:
00000000000000000000000000000000 000000 mediainfo_19.04.orig.tar.xz
00000000000000000000000000000000 000000 mediainfo_19.04-1.debian.tar.xz
00000000000000000000000000000000 000000 mediainfo_19.07.orig.tar.xz
00000000000000000000000000000000 000000 mediainfo_19.07-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 19.04
%global mediainfo_version 19.07
%global mediainfo_version_major 19
%global mediainfo_version_minor 04
%global libmediainfo_version 19.04
%global mediainfo_version_minor 07
%global libmediainfo_version 19.07
%global libmediainfo_version_major 19
%global libmediainfo_version_minor 04
%global libmediainfo_version_minor 07
%global libzen_version 0.4.37
%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 19,04,0,0
PRODUCTVERSION 19,04,0,0
FILEVERSION 19,07,0,0
PRODUCTVERSION 19,07,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", "19.04.0.0"
VALUE "FileVersion", "19.07.0.0"
VALUE "LegalCopyright", "Copyright (C) 2002-2019 MediaArea.net SARL"
VALUE "ProductName", "MediaInfo"
VALUE "ProductVersion", "19.04.0.0"
VALUE "ProductVersion", "19.07.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 19,04,0,0
PRODUCTVERSION 19,04,0,0
FILEVERSION 19,07,0,0
PRODUCTVERSION 19,07,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", "19.04.0.0"
VALUE "FileVersion", "19.07.0.0"
VALUE "LegalCopyright", "Copyright (C) 2002-2019 MediaArea.net SARL"
VALUE "ProductName", "MediaInfo"
VALUE "ProductVersion", "19.04.0.0"
VALUE "ProductVersion", "19.07.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 19,04,0,0
PRODUCTVERSION 19,04,0,0
FILEVERSION 19,07,0,0
PRODUCTVERSION 19,07,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", "19.04.0.0"
VALUE "FileVersion", "19.07.0.0"
VALUE "LegalCopyright", "Copyright (C) 2002-2019 MediaArea.net SARL"
VALUE "ProductName", "MediaInfo"
VALUE "ProductVersion", "19.04.0.0"
VALUE "ProductVersion", "19.07.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 19,04,0,0
PRODUCTVERSION 19,04,0,0
FILEVERSION 19,07,0,0
PRODUCTVERSION 19,07,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", "19.04.0.0"
VALUE "FileVersion", "19.07.0.0"
VALUE "LegalCopyright", "Copyright (C) 2002-2019 MediaArea.net SARL"
VALUE "ProductName", "MediaInfo"
VALUE "ProductVersion", "19.04.0.0"
VALUE "ProductVersion", "19.07.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 19,04,0,0
PRODUCTVERSION 19,04,0,0
FILEVERSION 19,07,0,0
PRODUCTVERSION 19,07,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", "19.04.0.0"
VALUE "FileVersion", "19.07.0.0"
VALUE "LegalCopyright", "Copyright (C) 2002-2019 MediaArea.net SARL"
VALUE "ProductName", "MediaInfo"
VALUE "ProductVersion", "19.04.0.0"
VALUE "ProductVersion", "19.07.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 19,04,0,0
PRODUCTVERSION 19,04,0,0
FILEVERSION 19,07,0,0
PRODUCTVERSION 19,07,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", "19.04.0.0"
VALUE "FileVersion", "19.07.0.0"
VALUE "LegalCopyright", "Copyright (C) 2002-2019 MediaArea.net SARL"
VALUE "ProductName", "MediaInfo"
VALUE "ProductVersion", "19.04.0.0"
VALUE "ProductVersion", "19.07.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 18,08,1,0
PRODUCTVERSION 18,08,1,0
FILEVERSION 19,07,0,0
PRODUCTVERSION 19,07,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", "18.08.1.0"
VALUE "FileVersion", "19.07.0.0"
VALUE "LegalCopyright", "Copyright (C) 2002-2019 MediaArea.net SARL"
VALUE "ProductName", "MediaInfo"
VALUE "ProductVersion", "18.08.1.0"
VALUE "ProductVersion", "19.07.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 18,08,1,0
PRODUCTVERSION 18,08,1,0
FILEVERSION 19,07,0,0
PRODUCTVERSION 19,07,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", "18.08.1.0"
VALUE "FileVersion", "19.07.0.0"
VALUE "LegalCopyright", "Copyright (C) 2002-2019 MediaArea.net SARL"
VALUE "ProductName", "MediaInfo"
VALUE "ProductVersion", "18.08.1.0"
VALUE "ProductVersion", "19.07.0.0"
END
END
BLOCK "VarFileInfo"
Expand Down
4 changes: 2 additions & 2 deletions Project/OBS/deb7.debian/changelog
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
mediainfo (19.04-1) experimental; urgency=medium
mediainfo (19.07-1) experimental; urgency=medium

* Upstream version 19.04
* Upstream version 19.07
For details, see https://github.com/MediaArea/MediaInfo/blob/master/History_GUI.txt

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

0 comments on commit 5b45552

Please sign in to comment.