Skip to content

Commit

Permalink
Merge pull request #198 from g-maxime/preparing-v17.10
Browse files Browse the repository at this point in the history
Preparing v17.10
  • Loading branch information
JeromeMartinez authored Nov 2, 2017
2 parents 249be6f + 60db600 commit 60e41d2
Show file tree
Hide file tree
Showing 33 changed files with 136 additions and 89 deletions.
24 changes: 24 additions & 0 deletions History_CLI.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,30 @@ 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 17.10, 2017-11-02
--------------
+ We need your support! Visit https://mediaarea.net/SupportUs
+ Version scheme is now YY.MM (year dot month, 2 digits each)
+ New MediaInfo XML output, with XSD, more suitable for automatic parsing. Use " --Output=OLDXML" for keeping previous behavior
+ New " --Info_OutputFormats" option for listing supported output formats
+ Universal Ad ID: refactored display, better display of value and registry, XML name slightly modified
+ MOV: support of HDR metadata (MasteringDisplayColorVolume, MaxCLL, MaxFALL)
+ BWF: display of UMID and loudness info
+ AAC: show program_config_element in trace
+ MPEG Audio: frame rate info
+ PCM in WAV and Matroska: Support of ValidBitsPerSample
+ I197, EBUCore: 1.8 output uses now final version of XSD and final XSD location
+ Matroska: tweaking frame rate empirical detection for some corner cases
x I1070, LAME 3.100 info tag was incorrectly parsed
x B1068, MPEG Audio: Incoherent duration between General and Audio parts, Audio part duration fixed
x Matroska: showing "A_MS/ACM" Matroska CodecID
x MXF: Fix crash with some buggy files
x MXF: was not well supporting MXF referencing only 1 file
x PCM in WAV: 8-bit content is unsigned and without endianess
x PCM in WAV and Matroska: More coherency between Wave info and ExtensibleWave Info (bitdepth, sign)
x WAV: GUID display was with first 8 bytes in wrong order
x Several crash fixes

Version 0.7.99, 2017-09-11
--------------
+ EBUCore: JSON output (--Output=EBUCore_1.8_JSON)
Expand Down
23 changes: 23 additions & 0 deletions History_GUI.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,29 @@ 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 17.10, 2017-11-02
--------------
+ We need your support! Visit https://mediaarea.net/SupportUs
+ Version scheme is now YY.MM (year dot month, 2 digits each)
+ New MediaInfo XML output, with XSD, more suitable for automatic parsing.
+ Universal Ad ID: refactored display, better display of value and registry, XML name slightly modified
+ MOV: support of HDR metadata (MasteringDisplayColorVolume, MaxCLL, MaxFALL)
+ BWF: display of UMID and loudness info
+ AAC: show program_config_element in trace
+ MPEG Audio: frame rate info
+ PCM in WAV and Matroska: Support of ValidBitsPerSample
+ I197, EBUCore: 1.8 output uses now final version of XSD and final XSD location
+ Matroska: tweaking frame rate empirical detection for some corner cases
x I1070, LAME 3.100 info tag was incorrectly parsed
x B1068, MPEG Audio: Incoherent duration between General and Audio parts, Audio part duration fixed
x Matroska: showing "A_MS/ACM" Matroska CodecID
x MXF: Fix crash with some buggy files
x MXF: was not well supporting MXF referencing only 1 file
x PCM in WAV: 8-bit content is unsigned and without endianess
x PCM in WAV and Matroska: More coherency between Wave info and ExtensibleWave Info (bitdepth, sign)
x WAV: GUID display was with first 8 bytes in wrong order
x Several crash fixes

Version 0.7.99, 2017-09-11
--------------
+ EBUCore: JSON output
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=17.09
VERSION=17.10

if [ "$(arch)" == "i386" ] ; then
ARCH="i686"
Expand Down
6 changes: 3 additions & 3 deletions Project/BCB/GUI/MediaInfo_GUI.cbproj
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@
</PropertyGroup>
<PropertyGroup Condition="'$(Base)'!=''">
<Defines>MEDIAINFO_DLL_STATIC;$(Defines)</Defines>
<VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=17.09.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=;Comments=</VerInfo_Keys>
<VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=17.10.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=;Comments=</VerInfo_Keys>
<Manifest_File>None</Manifest_File>
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
<VerInfo_MinorVer>09</VerInfo_MinorVer>
<VerInfo_MinorVer>10</VerInfo_MinorVer>
<VerInfo_Release>0</VerInfo_Release>
<VerInfo_MajorVer>17</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=17.09.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=MediaInfo;ProductVersion=17.09.0.0;Comments=</VerInfo_Keys>
<VerInfo_Keys>CompanyName=MediaArea.net;FileDescription=MediaInfo;FileVersion=17.10.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=MediaInfo;ProductVersion=17.10.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], [17.09])
AC_INIT([mediainfo], [17.10])

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

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 <hydro@freenet.de>

pkgname=('mediainfo' 'mediainfo-gui')
pkgver=17.09
pkgver=17.10
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>=17.09' 'wxgtk' 'libsm' 'desktop-file-utils')
depends=('libzen>=0.4.37' 'libmediainfo>=17.10' '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: 17.09-1
Version: 17.10-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 (>= 17.09), libzen-dev (>= 0.4.37), libwxgtk3.0-dev, zlib1g-dev, pkg-config
Build-Depends: debhelper (>= 9), dh-autoreconf, libmediainfo-dev (>= 17.10), 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_17.09.orig.tar.xz
0000000000000000000000000000000000000000 000000 mediainfo_17.09-1.debian.tar.xz
0000000000000000000000000000000000000000 000000 mediainfo_17.10.orig.tar.xz
0000000000000000000000000000000000000000 000000 mediainfo_17.10-1.debian.tar.xz
Checksums-Sha256:
0000000000000000000000000000000000000000000000000000000000000000 000000 mediainfo_17.09.orig.tar.xz
0000000000000000000000000000000000000000000000000000000000000000 000000 mediainfo_17.09-1.debian.tar.xz
0000000000000000000000000000000000000000000000000000000000000000 000000 mediainfo_17.10.orig.tar.xz
0000000000000000000000000000000000000000000000000000000000000000 000000 mediainfo_17.10-1.debian.tar.xz
Files:
00000000000000000000000000000000 000000 mediainfo_17.09.orig.tar.xz
00000000000000000000000000000000 000000 mediainfo_17.09-1.debian.tar.xz
00000000000000000000000000000000 000000 mediainfo_17.10.orig.tar.xz
00000000000000000000000000000000 000000 mediainfo_17.10-1.debian.tar.xz
4 changes: 2 additions & 2 deletions Project/GNU/mediainfo.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
%define mediainfo_version 17.09
%define libmediainfo_version 17.09
%define mediainfo_version 17.10
%define libmediainfo_version 17.10
%define libzen_version 0.4.37

%if 0%{?fedora_version} || 0%{?centos_version} >= 600 || 0%{?rhel_version} >= 600
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 17,09,0,0
PRODUCTVERSION 17,09,0,0
FILEVERSION 17,10,0,0
PRODUCTVERSION 17,10,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", "17.09.0.0"
VALUE "FileVersion", "17.10.0.0"
VALUE "LegalCopyright", "Copyright (C) 2002-2015 MediaArea.net SARL"
VALUE "ProductName", "MediaInfo"
VALUE "ProductVersion", "17.09.0.0"
VALUE "ProductVersion", "17.10.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 17,09,0,0
PRODUCTVERSION 17,09,0,0
FILEVERSION 17,10,0,0
PRODUCTVERSION 17,10,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", "17.09.0.0"
VALUE "FileVersion", "17.10.0.0"
VALUE "LegalCopyright", "Copyright (C) 2002-2015 MediaArea.net SARL"
VALUE "ProductName", "MediaInfo"
VALUE "ProductVersion", "17.09.0.0"
VALUE "ProductVersion", "17.10.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 17,09,0,0
PRODUCTVERSION 17,09,0,0
FILEVERSION 17,10,0,0
PRODUCTVERSION 17,10,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", "17.09.0.0"
VALUE "FileVersion", "17.10.0.0"
VALUE "LegalCopyright", "Copyright (C) 2002-2015 MediaArea.net SARL"
VALUE "ProductName", "MediaInfo"
VALUE "ProductVersion", "17.09.0.0"
VALUE "ProductVersion", "17.10.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 17,09,0,0
PRODUCTVERSION 17,09,0,0
FILEVERSION 17,10,0,0
PRODUCTVERSION 17,10,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", "17.09.0.0"
VALUE "FileVersion", "17.10.0.0"
VALUE "LegalCopyright", "Copyright (C) 2002-2015 MediaArea.net SARL"
VALUE "ProductName", "MediaInfo"
VALUE "ProductVersion", "17.09.0.0"
VALUE "ProductVersion", "17.10.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 17,09,0,0
PRODUCTVERSION 17,09,0,0
FILEVERSION 17,10,0,0
PRODUCTVERSION 17,10,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", "17.09.0.0"
VALUE "FileVersion", "17.10.0.0"
VALUE "LegalCopyright", "Copyright (C) 2002-2015 MediaArea.net SARL"
VALUE "ProductName", "MediaInfo"
VALUE "ProductVersion", "17.09.0.0"
VALUE "ProductVersion", "17.10.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 17,09,0,0
PRODUCTVERSION 17,09,0,0
FILEVERSION 17,10,0,0
PRODUCTVERSION 17,10,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", "17.09.0.0"
VALUE "FileVersion", "17.10.0.0"
VALUE "LegalCopyright", "Copyright (C) 2002-2015 MediaArea.net SARL"
VALUE "ProductName", "MediaInfo"
VALUE "ProductVersion", "17.09.0.0"
VALUE "ProductVersion", "17.10.0.0"
END
END
BLOCK "VarFileInfo"
Expand Down
2 changes: 1 addition & 1 deletion Project/OBS/deb6.debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
mediainfo (17.09) unstable; urgency=low
mediainfo (17.10) unstable; urgency=low

* See History.txt for more info and real dates

Expand Down
6 changes: 3 additions & 3 deletions Project/OBS/deb6.debian/control
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Source: mediainfo
Priority: optional
Maintainer: MediaArea.net SARL <info@mediaarea.net>
Build-Depends: debhelper (>= 5), tofrodos, libmediainfo-dev (>= 17.09), libzen-dev (>= 0.4.37), libwxgtk2.8-dev, zlib1g-dev, pkg-config, automake, autoconf, libtool
Build-Depends: debhelper (>= 5), tofrodos, libmediainfo-dev (>= 17.10), libzen-dev (>= 0.4.37), libwxgtk2.8-dev, zlib1g-dev, pkg-config, automake, autoconf, libtool
Standards-Version: 3.7.3
Section: libs
Homepage: http://MediaArea.net/MediaInfo
Expand All @@ -11,7 +11,7 @@ Vcs-Browser: http://mediainfo.svn.sourceforge.net/viewvc/mediainfo/MediaInfo/
Package: mediainfo
Section: utils
Architecture: any
Depends: libmediainfo0 (>= 17.09), libzen0 (>= 0.4.37), zlib1g
Depends: libmediainfo0 (>= 17.10), libzen0 (>= 0.4.37), zlib1g
Description: MediaInfo is a convenient unified display of the most relevant technical
and tag data for video and audio files.
.
Expand Down Expand Up @@ -41,7 +41,7 @@ Description: MediaInfo is a convenient unified display of the most relevant tech
Package: mediainfo-gui
Section: utils
Architecture: any
Depends: libmediainfo0 (>= 17.09), libzen0 (>= 0.4.37), libwxgtk2.8-0, zlib1g
Depends: libmediainfo0 (>= 17.10), libzen0 (>= 0.4.37), libwxgtk2.8-0, zlib1g
Description: MediaInfo is a convenient unified display of the most relevant technical
and tag data for video and audio files.
.
Expand Down
6 changes: 3 additions & 3 deletions Project/OBS/deb6.dsc
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ Format: 1.0
Source: mediainfo
Binary: mediainfo, mediainfo-dbg, mediainfo-gui, mediainfo-gui-dbg
Architecture: any
Version: 17.09-1deb6
Version: 17.10-1deb6
Maintainer: MediaArea.net SARL <info@mediaarea.net>
Homepage: http://MediaArea.net/MediaInfo
Standards-Version: 3.7.3
Build-Depends: debhelper (>= 5), tofrodos, libmediainfo-dev (>= 17.09), libzen-dev (>= 0.4.37), libwxgtk2.8-dev, zlib1g-dev, pkg-config, automake, autoconf, libtool
Build-Depends: debhelper (>= 5), tofrodos, libmediainfo-dev (>= 17.10), libzen-dev (>= 0.4.37), libwxgtk2.8-dev, zlib1g-dev, pkg-config, automake, autoconf, libtool
Files:
00000000000000000000000000000000 000000 mediainfo_17.09-1deb6.tar.gz
00000000000000000000000000000000 000000 mediainfo_17.10-1deb6.tar.gz
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 (17.09-1) experimental; urgency=medium
mediainfo (17.10-1) experimental; urgency=medium

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

-- MediaArea <info@mediaarea.net> Mon, 02 Nov 2015 10:30:00 +0100
Expand Down
6 changes: 3 additions & 3 deletions Project/OBS/deb7.debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Section: utils
Maintainer: MediaArea.net SARL <info@mediaarea.net>
Build-Depends: debhelper (>= 9),
dh-autoreconf,
libmediainfo-dev (>= 17.09),
libmediainfo-dev (>= 17.10),
libzen-dev (>= 0.4.37),
libwxgtk2.8-dev,
zlib1g-dev,
Expand All @@ -16,7 +16,7 @@ Vcs-Browser: https://github.com/MediaArea/MediaInfo

Package: mediainfo
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libmediainfo0 (>= 17.09), libzen0 (>= 0.4.37)
Depends: ${shlibs:Depends}, ${misc:Depends}, libmediainfo0 (>= 17.10), libzen0 (>= 0.4.37)
Description: command-line utility for reading information from audio/video files
MediaInfo is a utility used for retrieving technical information and other
metadata about audio or video files.
Expand All @@ -41,7 +41,7 @@ Description: command-line utility for reading information from audio/video files

Package: mediainfo-gui
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libmediainfo0 (>= 17.09), libzen0 (>= 0.4.37)
Depends: ${shlibs:Depends}, ${misc:Depends}, libmediainfo0 (>= 17.10), libzen0 (>= 0.4.37)
Description: graphical utility for reading information from audio/video files
MediaInfo is a utility used for retrieving technical information and other
metadata about audio or video files.
Expand Down
Loading

0 comments on commit 60e41d2

Please sign in to comment.