Skip to content

Commit

Permalink
Merge pull request #207 from g-maxime/preparing-v17.12
Browse files Browse the repository at this point in the history
Preparing v17.12
  • Loading branch information
GuillaumeRoques authored Dec 21, 2017
2 parents e4acf58 + be5d401 commit d428e25
Show file tree
Hide file tree
Showing 30 changed files with 118 additions and 72 deletions.
23 changes: 23 additions & 0 deletions History_CLI.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.12, 2017-12-21
--------------
+ MediaInfoOnline: https://mediaarea.net/MediaInfoOnline
+ JavaScript build and example
+ Dolby Vision: detection of Dolby Vision and display of profile for MPEG-TS and MP4 files
+ MPEG-4: Support of external time code tracks (.qtc)
+ JPEG 2000: Support of IMF profiles
+ F523, BDMV: Support of UHD Blu-ray playlist
+ Endianness and Sign report for PCM Matroska tracks
+ MPEG-4: Resolume DXV display
+ MPEG-4: support of file names >64 chars long or non ASCII for referenced files
+ Slight binary size optimizations
+ colour_description: some changes in order to have more readable names (DCI P3, Display P3, sRGB)
x MP4: crash with some HEVC streams with Dolby Vision
x VC-3: frame rate should not be detected as wrong when there are several frames per block
x Matroska: wrong color range info
x Matroska: fix crash with some corrupted files
x MXF: better support of height when there is an incoherence between header and footer
x transfer_characteristics: fix BT.2020 difference between values 14 and 15
x Trace: fix freeze with some files
x Trace: invalid character encoding with some MOV files
x Some memory leak fixes

Version 17.10, 2017-11-02
--------------
+ We need your support! Visit https://mediaarea.net/SupportUs
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.12, 2017-12-21
--------------
+ MediaInfoOnline: https://mediaarea.net/MediaInfoOnline
+ JavaScript build and example
+ Dolby Vision: detection of Dolby Vision and display of profile for MPEG-TS and MP4 files
+ MPEG-4: Support of external time code tracks (.qtc)
+ JPEG 2000: Support of IMF profiles
+ F523, BDMV: Support of UHD Blu-ray playlist
+ Endianness and Sign report for PCM Matroska tracks
+ MPEG-4: Resolume DXV display
+ MPEG-4: support of file names >64 chars long or non ASCII for referenced files
+ Slight binary size optimizations
+ colour_description: some changes in order to have more readable names (DCI P3, Display P3, sRGB)
x MP4: crash with some HEVC streams with Dolby Vision
x VC-3: frame rate should not be detected as wrong when there are several frames per block
x Matroska: wrong color range info
x Matroska: fix crash with some corrupted files
x MXF: better support of height when there is an incoherence between header and footer
x transfer_characteristics: fix BT.2020 difference between values 14 and 15
x Trace: fix freeze with some files
x Trace: invalid character encoding with some MOV files
x Some memory leak fixes

Version 17.10, 2017-11-02
--------------
+ We need your support! Visit https://mediaarea.net/SupportUs
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.10
VERSION=17.12

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.10.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=;Comments=</VerInfo_Keys>
<VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=17.12.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=;Comments=</VerInfo_Keys>
<Manifest_File>None</Manifest_File>
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
<VerInfo_MinorVer>10</VerInfo_MinorVer>
<VerInfo_MinorVer>12</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.10.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=MediaInfo;ProductVersion=17.10.0.0;Comments=</VerInfo_Keys>
<VerInfo_Keys>CompanyName=MediaArea.net;FileDescription=MediaInfo;FileVersion=17.12.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=MediaInfo;ProductVersion=17.12.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.10])
AC_INIT([mediainfo], [17.12])

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.10])
AC_INIT([mediainfo-gui], [17.12])

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

pkgname=('mediainfo' 'mediainfo-gui')
pkgver=17.10
pkgver=17.12
pkgrel=1
pkgdesc="supplies technical and tag information about a video or audio file"
url="http://mediaarea.net"
Expand Down
14 changes: 7 additions & 7 deletions Project/GNU/mediainfo.dsc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Format: 3.0 (quilt)
Source: mediainfo
Binary: mediainfo, mediainfo-dbg, mediainfo-gui, mediainfo-gui-dbg
Architecture: any
Version: 17.10-1
Version: 17.12-1
Maintainer: MediaArea.net SARL <info@mediaarea.net>
Homepage: http://MediaArea.net/MediaInfo
Standards-Version: 3.9.6
Expand All @@ -13,11 +13,11 @@ Package-List:
mediainfo deb utils optional arch=any
mediainfo-gui deb utils optional arch=any
Checksums-Sha1:
0000000000000000000000000000000000000000 000000 mediainfo_17.10.orig.tar.xz
0000000000000000000000000000000000000000 000000 mediainfo_17.10-1.debian.tar.xz
0000000000000000000000000000000000000000 000000 mediainfo_17.12.orig.tar.xz
0000000000000000000000000000000000000000 000000 mediainfo_17.12-1.debian.tar.xz
Checksums-Sha256:
0000000000000000000000000000000000000000000000000000000000000000 000000 mediainfo_17.10.orig.tar.xz
0000000000000000000000000000000000000000000000000000000000000000 000000 mediainfo_17.10-1.debian.tar.xz
0000000000000000000000000000000000000000000000000000000000000000 000000 mediainfo_17.12.orig.tar.xz
0000000000000000000000000000000000000000000000000000000000000000 000000 mediainfo_17.12-1.debian.tar.xz
Files:
00000000000000000000000000000000 000000 mediainfo_17.10.orig.tar.xz
00000000000000000000000000000000 000000 mediainfo_17.10-1.debian.tar.xz
00000000000000000000000000000000 000000 mediainfo_17.12.orig.tar.xz
00000000000000000000000000000000 000000 mediainfo_17.12-1.debian.tar.xz
2 changes: 1 addition & 1 deletion Project/GNU/mediainfo.spec
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%define mediainfo_version 17.10
%define mediainfo_version 17.12
%define libmediainfo_version 17.10
%define libzen_version 0.4.37

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,10,0,0
PRODUCTVERSION 17,10,0,0
FILEVERSION 17,12,0,0
PRODUCTVERSION 17,12,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.10.0.0"
VALUE "FileVersion", "17.12.0.0"
VALUE "LegalCopyright", "Copyright (C) 2002-2015 MediaArea.net SARL"
VALUE "ProductName", "MediaInfo"
VALUE "ProductVersion", "17.10.0.0"
VALUE "ProductVersion", "17.12.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,10,0,0
PRODUCTVERSION 17,10,0,0
FILEVERSION 17,12,0,0
PRODUCTVERSION 17,12,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.10.0.0"
VALUE "FileVersion", "17.12.0.0"
VALUE "LegalCopyright", "Copyright (C) 2002-2015 MediaArea.net SARL"
VALUE "ProductName", "MediaInfo"
VALUE "ProductVersion", "17.10.0.0"
VALUE "ProductVersion", "17.12.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,10,0,0
PRODUCTVERSION 17,10,0,0
FILEVERSION 17,12,0,0
PRODUCTVERSION 17,12,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.10.0.0"
VALUE "FileVersion", "17.12.0.0"
VALUE "LegalCopyright", "Copyright (C) 2002-2015 MediaArea.net SARL"
VALUE "ProductName", "MediaInfo"
VALUE "ProductVersion", "17.10.0.0"
VALUE "ProductVersion", "17.12.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,10,0,0
PRODUCTVERSION 17,10,0,0
FILEVERSION 17,12,0,0
PRODUCTVERSION 17,12,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.10.0.0"
VALUE "FileVersion", "17.12.0.0"
VALUE "LegalCopyright", "Copyright (C) 2002-2015 MediaArea.net SARL"
VALUE "ProductName", "MediaInfo"
VALUE "ProductVersion", "17.10.0.0"
VALUE "ProductVersion", "17.12.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,10,0,0
PRODUCTVERSION 17,10,0,0
FILEVERSION 17,12,0,0
PRODUCTVERSION 17,12,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.10.0.0"
VALUE "FileVersion", "17.12.0.0"
VALUE "LegalCopyright", "Copyright (C) 2002-2015 MediaArea.net SARL"
VALUE "ProductName", "MediaInfo"
VALUE "ProductVersion", "17.10.0.0"
VALUE "ProductVersion", "17.12.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,10,0,0
PRODUCTVERSION 17,10,0,0
FILEVERSION 17,12,0,0
PRODUCTVERSION 17,12,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.10.0.0"
VALUE "FileVersion", "17.12.0.0"
VALUE "LegalCopyright", "Copyright (C) 2002-2015 MediaArea.net SARL"
VALUE "ProductName", "MediaInfo"
VALUE "ProductVersion", "17.10.0.0"
VALUE "ProductVersion", "17.12.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.10) unstable; urgency=low
mediainfo (17.12) unstable; urgency=low

* See History.txt for more info and real dates

Expand Down
4 changes: 2 additions & 2 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.10-1deb6
Version: 17.12-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.10), libzen-dev (>= 0.4.37), libwxgtk2.8-dev, zlib1g-dev, pkg-config, automake, autoconf, libtool
Files:
00000000000000000000000000000000 000000 mediainfo_17.10-1deb6.tar.gz
00000000000000000000000000000000 000000 mediainfo_17.12-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.10-1) experimental; urgency=medium
mediainfo (17.12-1) experimental; urgency=medium

* Upstream version 17.10
* Upstream version 17.12
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
14 changes: 7 additions & 7 deletions Project/OBS/deb7.dsc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Format: 3.0 (quilt)
Source: mediainfo
Binary: mediainfo, mediainfo-dbg, mediainfo-gui, mediainfo-gui-dbg
Architecture: any
Version: 17.10-1deb7
Version: 17.12-1deb7
Maintainer: MediaArea.net SARL <info@mediaarea.net>
Homepage: http://MediaArea.net/MediaInfo
Standards-Version: 3.9.6
Expand All @@ -13,11 +13,11 @@ Package-List:
mediainfo deb utils optional arch=any
mediainfo-gui deb utils optional arch=any
Checksums-Sha1:
0000000000000000000000000000000000000000 000000 mediainfo_17.10.orig.tar.xz
0000000000000000000000000000000000000000 000000 mediainfo_17.10-1deb7.debian.tar.xz
0000000000000000000000000000000000000000 000000 mediainfo_17.12.orig.tar.xz
0000000000000000000000000000000000000000 000000 mediainfo_17.12-1deb7.debian.tar.xz
Checksums-Sha256:
0000000000000000000000000000000000000000000000000000000000000000 000000 mediainfo_17.10.orig.tar.xz
0000000000000000000000000000000000000000000000000000000000000000 000000 mediainfo_17.10-1deb7.debian.tar.xz
0000000000000000000000000000000000000000000000000000000000000000 000000 mediainfo_17.12.orig.tar.xz
0000000000000000000000000000000000000000000000000000000000000000 000000 mediainfo_17.12-1deb7.debian.tar.xz
Files:
00000000000000000000000000000000 000000 mediainfo_17.10.orig.tar.xz
00000000000000000000000000000000 000000 mediainfo_17.10-1deb7.debian.tar.xz
00000000000000000000000000000000 000000 mediainfo_17.12.orig.tar.xz
00000000000000000000000000000000 000000 mediainfo_17.12-1deb7.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 @@
mediainfo (17.10-1) experimental; urgency=medium
mediainfo (17.12-1) experimental; urgency=medium

* Upstream version 17.10
* Upstream version 17.12
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
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: mediainfo
Binary: mediainfo, mediainfo-dbg, mediainfo-gui, mediainfo-gui-dbg
Architecture: any
Version: 17.10-1deb9
Version: 17.12-1deb9
Maintainer: MediaArea.net SARL <info@mediaarea.net>
Homepage: http://MediaArea.net/MediaInfo
Standards-Version: 3.9.6
Expand All @@ -13,11 +13,11 @@ Package-List:
mediainfo deb utils optional arch=any
mediainfo-gui deb utils optional arch=any
Checksums-Sha1:
0000000000000000000000000000000000000000 000000 mediainfo_17.10.orig.tar.xz
0000000000000000000000000000000000000000 000000 mediainfo_17.10-1deb9.debian.tar.xz
0000000000000000000000000000000000000000 000000 mediainfo_17.12.orig.tar.xz
0000000000000000000000000000000000000000 000000 mediainfo_17.12-1deb9.debian.tar.xz
Checksums-Sha256:
0000000000000000000000000000000000000000000000000000000000000000 000000 mediainfo_17.10.orig.tar.xz
0000000000000000000000000000000000000000000000000000000000000000 000000 mediainfo_17.10-1deb9.debian.tar.xz
0000000000000000000000000000000000000000000000000000000000000000 000000 mediainfo_17.12.orig.tar.xz
0000000000000000000000000000000000000000000000000000000000000000 000000 mediainfo_17.12-1deb9.debian.tar.xz
Files:
00000000000000000000000000000000 000000 mediainfo_17.10.orig.tar.xz
00000000000000000000000000000000 000000 mediainfo_17.10-1deb9.debian.tar.xz
00000000000000000000000000000000 000000 mediainfo_17.12.orig.tar.xz
00000000000000000000000000000000 000000 mediainfo_17.12-1deb9.debian.tar.xz
4 changes: 2 additions & 2 deletions Project/OBS/obs_mediainfo
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,8 @@ Download_Packages $1 $2 $3 x x "" openSUSE_Tumbleweed x86_64 .x86_64
}


mediainfov="17.10"
libmediainfov="17.10"
mediainfov="17.12"
libmediainfov="17.12"
libzenv="0.4.32"
destversion="1"

Expand Down
Loading

0 comments on commit d428e25

Please sign in to comment.