diff --git a/History_CLI.txt b/History_CLI.txt index b4e185be4..80b92cdd5 100644 --- a/History_CLI.txt +++ b/History_CLI.txt @@ -12,6 +12,22 @@ 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 20.09, 2020-10-09 +------------- ++ Dolby ED2: full featured support (presentations, presentation targets, beds, objects) ++ MKV: support of Dolby Vision metadata ++ MXF: detection of Dolby E hidden in PCM tracks having more than 2 channels ++ WAV: detection of Dolby E hidden in PCM tracks having more than 2 channels ++ CineForm: display of color space (including Bayer), bit depth +x WAV: more precise sample count +x SMPTE ST 337: catch of streams starting later than usual (probing increased from 4 to 16 PCM "frames") +x PNG: detection of additional alpha plane in color space +x MXF: detection of additional alpha plane in color space +x AVI: detection of additional alpha plane in color space +x MPEG Audio: was wrongly flagging Xing info tag as CBR +x VorbisTag: does not skip DISCID +x Miscellaneous bug/crash fixes + Version 20.08, 2020-08-11 ------------- + MPEG-H 3D Audio full featured support (group presets, switch groups, groups, signal groups) diff --git a/History_GUI.txt b/History_GUI.txt index e0aab370d..197852ba5 100644 --- a/History_GUI.txt +++ b/History_GUI.txt @@ -12,6 +12,22 @@ 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 20.09, 2020-10-09 +------------- ++ Dolby ED2: full featured support (presentations, presentation targets, beds, objects) ++ MKV: support of Dolby Vision metadata ++ MXF: detection of Dolby E hidden in PCM tracks having more than 2 channels ++ WAV: detection of Dolby E hidden in PCM tracks having more than 2 channels ++ CineForm: display of color space (including Bayer), bit depth +x WAV: more precise sample count +x SMPTE ST 337: catch of streams starting later than usual (probing increased from 4 to 16 PCM "frames") +x PNG: detection of additional alpha plane in color space +x MXF: detection of additional alpha plane in color space +x AVI: detection of additional alpha plane in color space +x MPEG Audio: was wrongly flagging Xing info tag as CBR +x VorbisTag: does not skip DISCID +x Miscellaneous bug/crash fixes + Version 20.08, 2020-08-11 ------------- + MPEG-H 3D Audio full featured support (group presets, switch groups, groups, signal groups) diff --git a/Project/AppImage/Recipe.sh b/Project/AppImage/Recipe.sh index c955ee409..7342eec3c 100644 --- a/Project/AppImage/Recipe.sh +++ b/Project/AppImage/Recipe.sh @@ -47,7 +47,7 @@ if ! grep "CentOS release 6\..*" /etc/centos-release ; then fi # Setup evironment -VERSION=20.08 +VERSION=20.09 if [ "$(arch)" == "i386" ] ; then ARCH="i686" diff --git a/Project/BCB/GUI/MediaInfo_GUI.cbproj b/Project/BCB/GUI/MediaInfo_GUI.cbproj index 2d3c5fa1a..bb117a8c5 100644 --- a/Project/BCB/GUI/MediaInfo_GUI.cbproj +++ b/Project/BCB/GUI/MediaInfo_GUI.cbproj @@ -42,10 +42,10 @@ MEDIAINFO_DLL_STATIC;$(Defines) - CompanyName=;FileDescription=;FileVersion=20.08.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=;Comments= + CompanyName=;FileDescription=;FileVersion=20.09.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=;Comments= None true - 08 + 09 0 20 1033 @@ -105,7 +105,7 @@ 0 rtl.lib;vcl.lib;bcbie.lib - CompanyName=MediaArea.net;FileDescription=MediaInfo;FileVersion=20.08.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=MediaInfo;ProductVersion=20.08.0.0;Comments= + CompanyName=MediaArea.net;FileDescription=MediaInfo;FileVersion=20.09.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=MediaInfo;ProductVersion=20.09.0.0;Comments= $(BDS)\bin\default_app.manifest diff --git a/Project/GNU/CLI/configure.ac b/Project/GNU/CLI/configure.ac index 4d5199e6d..d3b9a22ea 100644 --- a/Project/GNU/CLI/configure.ac +++ b/Project/GNU/CLI/configure.ac @@ -5,7 +5,7 @@ dnl ######################################################################### dnl ------------------------------------------------------------------------- dnl Name and version dnl -AC_INIT([mediainfo], [20.08]) +AC_INIT([mediainfo], [20.09]) dnl ------------------------------------------------------------------------- dnl Test if we are at the good place diff --git a/Project/GNU/GUI/configure.ac b/Project/GNU/GUI/configure.ac index 6d69b549f..b87b127ab 100644 --- a/Project/GNU/GUI/configure.ac +++ b/Project/GNU/GUI/configure.ac @@ -5,7 +5,7 @@ dnl ######################################################################### dnl ------------------------------------------------------------------------- dnl Name and version dnl -AC_INIT([mediainfo-gui], [20.08]) +AC_INIT([mediainfo-gui], [20.09]) dnl ------------------------------------------------------------------------- dnl Test if we are at the good place diff --git a/Project/GNU/GUI/mediainfo-gui.metainfo.xml b/Project/GNU/GUI/mediainfo-gui.metainfo.xml index ee44024c8..f3f422281 100644 --- a/Project/GNU/GUI/mediainfo-gui.metainfo.xml +++ b/Project/GNU/GUI/mediainfo-gui.metainfo.xml @@ -101,9 +101,9 @@ info@mediaarea.net MediaArea.net SARL - + -

Update to MediaInfo library 20.08 with bug fixes.

+

Update to MediaInfo library 20.09 with bug fixes.

diff --git a/Project/GNU/PKGBUILD b/Project/GNU/PKGBUILD index abb1c63ec..b879de9e2 100644 --- a/Project/GNU/PKGBUILD +++ b/Project/GNU/PKGBUILD @@ -3,7 +3,7 @@ # Contributor: hydro pkgname=('mediainfo' 'mediainfo-gui') -pkgver=20.08 +pkgver=20.09 pkgrel=1 pkgdesc="supplies technical and tag information about a video or audio file" url="http://mediaarea.net" @@ -12,7 +12,7 @@ source=(${pkgname}_${pkgver}.orig.tar.xz) md5sums=('00000000000000000000000000000000') arch=('i686' 'x86_64') -depends=('libzen>=0.4.37' 'libmediainfo>=20.08' 'wxgtk' 'libsm' 'desktop-file-utils') +depends=('libzen>=0.4.37' 'libmediainfo>=20.09' 'wxgtk' 'libsm' 'desktop-file-utils') prepare() { cd "${srcdir}"/MediaInfo/Project/GNU/CLI diff --git a/Project/GNU/mediainfo.dsc b/Project/GNU/mediainfo.dsc index 276a58ef6..02a495b28 100644 --- a/Project/GNU/mediainfo.dsc +++ b/Project/GNU/mediainfo.dsc @@ -2,22 +2,22 @@ Format: 3.0 (quilt) Source: mediainfo Binary: mediainfo, mediainfo-dbg, mediainfo-gui, mediainfo-gui-dbg Architecture: any -Version: 20.08-1 +Version: 20.09-1 Maintainer: MediaArea.net SARL 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 (>= 20.08), libzen-dev (>= 0.4.37), libwxgtk3.0-dev, zlib1g-dev, pkg-config +Build-Depends: debhelper (>= 9), dh-autoreconf, libmediainfo-dev (>= 20.09), 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_20.08.orig.tar.xz - 0000000000000000000000000000000000000000 000000 mediainfo_20.08-1.debian.tar.xz + 0000000000000000000000000000000000000000 000000 mediainfo_20.09.orig.tar.xz + 0000000000000000000000000000000000000000 000000 mediainfo_20.09-1.debian.tar.xz Checksums-Sha256: - 0000000000000000000000000000000000000000000000000000000000000000 000000 mediainfo_20.08.orig.tar.xz - 0000000000000000000000000000000000000000000000000000000000000000 000000 mediainfo_20.08-1.debian.tar.xz + 0000000000000000000000000000000000000000000000000000000000000000 000000 mediainfo_20.09.orig.tar.xz + 0000000000000000000000000000000000000000000000000000000000000000 000000 mediainfo_20.09-1.debian.tar.xz Files: - 00000000000000000000000000000000 000000 mediainfo_20.08.orig.tar.xz - 00000000000000000000000000000000 000000 mediainfo_20.08-1.debian.tar.xz + 00000000000000000000000000000000 000000 mediainfo_20.09.orig.tar.xz + 00000000000000000000000000000000 000000 mediainfo_20.09-1.debian.tar.xz diff --git a/Project/GNU/mediainfo.spec b/Project/GNU/mediainfo.spec index 6e0eab1ad..7d2e11f5f 100644 --- a/Project/GNU/mediainfo.spec +++ b/Project/GNU/mediainfo.spec @@ -1,9 +1,9 @@ -%global mediainfo_version 20.08 +%global mediainfo_version 20.09 %global mediainfo_version_major 20 -%global mediainfo_version_minor 08 -%global libmediainfo_version 20.08 +%global mediainfo_version_minor 09 +%global libmediainfo_version 20.09 %global libmediainfo_version_major 20 -%global libmediainfo_version_minor 08 +%global libmediainfo_version_minor 09 %global libzen_version 0.4.37 %global libzen_version_major 0 %global libzen_version_minor 4 diff --git a/Project/MSVC2013/CLI/MediaInfo_CLI.rc b/Project/MSVC2013/CLI/MediaInfo_CLI.rc index ea19dabcb..645dc39e8 100644 --- a/Project/MSVC2013/CLI/MediaInfo_CLI.rc +++ b/Project/MSVC2013/CLI/MediaInfo_CLI.rc @@ -1,8 +1,8 @@ #include VS_VERSION_INFO VERSIONINFO - FILEVERSION 20,08,0,0 - PRODUCTVERSION 20,08,0,0 + FILEVERSION 20,09,0,0 + PRODUCTVERSION 20,09,0,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -19,10 +19,10 @@ BEGIN BEGIN VALUE "CompanyName", "MediaArea.net" VALUE "FileDescription", "MediaInfo" - VALUE "FileVersion", "20.08.0.0" + VALUE "FileVersion", "20.09.0.0" VALUE "LegalCopyright", "Copyright (C) 2002-2020 MediaArea.net SARL" VALUE "ProductName", "MediaInfo" - VALUE "ProductVersion", "20.08.0.0" + VALUE "ProductVersion", "20.09.0.0" END END BLOCK "VarFileInfo" diff --git a/Project/MSVC2013/GUI/MediaInfo_GUI.rc b/Project/MSVC2013/GUI/MediaInfo_GUI.rc index 7ec1eba4f..4c96d6e87 100644 --- a/Project/MSVC2013/GUI/MediaInfo_GUI.rc +++ b/Project/MSVC2013/GUI/MediaInfo_GUI.rc @@ -1,8 +1,8 @@ #include VS_VERSION_INFO VERSIONINFO - FILEVERSION 20,08,0,0 - PRODUCTVERSION 20,08,0,0 + FILEVERSION 20,09,0,0 + PRODUCTVERSION 20,09,0,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -19,10 +19,10 @@ BEGIN BEGIN VALUE "CompanyName", "MediaArea.net" VALUE "FileDescription", "MediaInfo" - VALUE "FileVersion", "20.08.0.0" + VALUE "FileVersion", "20.09.0.0" VALUE "LegalCopyright", "Copyright (C) 2002-2020 MediaArea.net SARL" VALUE "ProductName", "MediaInfo" - VALUE "ProductVersion", "20.08.0.0" + VALUE "ProductVersion", "20.09.0.0" END END BLOCK "VarFileInfo" diff --git a/Project/MSVC2015/CLI/MediaInfo_CLI.rc b/Project/MSVC2015/CLI/MediaInfo_CLI.rc index 7f2cd8550..598e231c9 100644 --- a/Project/MSVC2015/CLI/MediaInfo_CLI.rc +++ b/Project/MSVC2015/CLI/MediaInfo_CLI.rc @@ -1,8 +1,8 @@ #include VS_VERSION_INFO VERSIONINFO - FILEVERSION 20,08,0,0 - PRODUCTVERSION 20,08,0,0 + FILEVERSION 20,09,0,0 + PRODUCTVERSION 20,09,0,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -19,10 +19,10 @@ BEGIN BEGIN VALUE "CompanyName", "MediaArea.net" VALUE "FileDescription", "MediaInfo" - VALUE "FileVersion", "20.08.0.0" + VALUE "FileVersion", "20.09.0.0" VALUE "LegalCopyright", "Copyright (C) 2002-2020 MediaArea.net SARL" VALUE "ProductName", "MediaInfo" - VALUE "ProductVersion", "20.08.0.0" + VALUE "ProductVersion", "20.09.0.0" END END BLOCK "VarFileInfo" diff --git a/Project/MSVC2015/GUI/MediaInfo_GUI.rc b/Project/MSVC2015/GUI/MediaInfo_GUI.rc index c05ae0bf8..0decb1f19 100644 --- a/Project/MSVC2015/GUI/MediaInfo_GUI.rc +++ b/Project/MSVC2015/GUI/MediaInfo_GUI.rc @@ -1,8 +1,8 @@ #include VS_VERSION_INFO VERSIONINFO - FILEVERSION 20,08,0,0 - PRODUCTVERSION 20,08,0,0 + FILEVERSION 20,09,0,0 + PRODUCTVERSION 20,09,0,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -19,10 +19,10 @@ BEGIN BEGIN VALUE "CompanyName", "MediaArea.net" VALUE "FileDescription", "MediaInfo" - VALUE "FileVersion", "20.08.0.0" + VALUE "FileVersion", "20.09.0.0" VALUE "LegalCopyright", "Copyright (C) 2002-2020 MediaArea.net SARL" VALUE "ProductName", "MediaInfo" - VALUE "ProductVersion", "20.08.0.0" + VALUE "ProductVersion", "20.09.0.0" END END BLOCK "VarFileInfo" diff --git a/Project/MSVC2017/CLI/MediaInfo_CLI.rc b/Project/MSVC2017/CLI/MediaInfo_CLI.rc index 7f2cd8550..598e231c9 100644 --- a/Project/MSVC2017/CLI/MediaInfo_CLI.rc +++ b/Project/MSVC2017/CLI/MediaInfo_CLI.rc @@ -1,8 +1,8 @@ #include VS_VERSION_INFO VERSIONINFO - FILEVERSION 20,08,0,0 - PRODUCTVERSION 20,08,0,0 + FILEVERSION 20,09,0,0 + PRODUCTVERSION 20,09,0,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -19,10 +19,10 @@ BEGIN BEGIN VALUE "CompanyName", "MediaArea.net" VALUE "FileDescription", "MediaInfo" - VALUE "FileVersion", "20.08.0.0" + VALUE "FileVersion", "20.09.0.0" VALUE "LegalCopyright", "Copyright (C) 2002-2020 MediaArea.net SARL" VALUE "ProductName", "MediaInfo" - VALUE "ProductVersion", "20.08.0.0" + VALUE "ProductVersion", "20.09.0.0" END END BLOCK "VarFileInfo" diff --git a/Project/MSVC2017/GUI/MediaInfo_GUI.rc b/Project/MSVC2017/GUI/MediaInfo_GUI.rc index c05ae0bf8..0decb1f19 100644 --- a/Project/MSVC2017/GUI/MediaInfo_GUI.rc +++ b/Project/MSVC2017/GUI/MediaInfo_GUI.rc @@ -1,8 +1,8 @@ #include VS_VERSION_INFO VERSIONINFO - FILEVERSION 20,08,0,0 - PRODUCTVERSION 20,08,0,0 + FILEVERSION 20,09,0,0 + PRODUCTVERSION 20,09,0,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -19,10 +19,10 @@ BEGIN BEGIN VALUE "CompanyName", "MediaArea.net" VALUE "FileDescription", "MediaInfo" - VALUE "FileVersion", "20.08.0.0" + VALUE "FileVersion", "20.09.0.0" VALUE "LegalCopyright", "Copyright (C) 2002-2020 MediaArea.net SARL" VALUE "ProductName", "MediaInfo" - VALUE "ProductVersion", "20.08.0.0" + VALUE "ProductVersion", "20.09.0.0" END END BLOCK "VarFileInfo" diff --git a/Project/MSVC2019/CLI/MediaInfo_CLI.rc b/Project/MSVC2019/CLI/MediaInfo_CLI.rc index 7f2cd8550..598e231c9 100644 --- a/Project/MSVC2019/CLI/MediaInfo_CLI.rc +++ b/Project/MSVC2019/CLI/MediaInfo_CLI.rc @@ -1,8 +1,8 @@ #include VS_VERSION_INFO VERSIONINFO - FILEVERSION 20,08,0,0 - PRODUCTVERSION 20,08,0,0 + FILEVERSION 20,09,0,0 + PRODUCTVERSION 20,09,0,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -19,10 +19,10 @@ BEGIN BEGIN VALUE "CompanyName", "MediaArea.net" VALUE "FileDescription", "MediaInfo" - VALUE "FileVersion", "20.08.0.0" + VALUE "FileVersion", "20.09.0.0" VALUE "LegalCopyright", "Copyright (C) 2002-2020 MediaArea.net SARL" VALUE "ProductName", "MediaInfo" - VALUE "ProductVersion", "20.08.0.0" + VALUE "ProductVersion", "20.09.0.0" END END BLOCK "VarFileInfo" diff --git a/Project/MSVC2019/GUI/MediaInfo_GUI.rc b/Project/MSVC2019/GUI/MediaInfo_GUI.rc index c05ae0bf8..0decb1f19 100644 --- a/Project/MSVC2019/GUI/MediaInfo_GUI.rc +++ b/Project/MSVC2019/GUI/MediaInfo_GUI.rc @@ -1,8 +1,8 @@ #include VS_VERSION_INFO VERSIONINFO - FILEVERSION 20,08,0,0 - PRODUCTVERSION 20,08,0,0 + FILEVERSION 20,09,0,0 + PRODUCTVERSION 20,09,0,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -19,10 +19,10 @@ BEGIN BEGIN VALUE "CompanyName", "MediaArea.net" VALUE "FileDescription", "MediaInfo" - VALUE "FileVersion", "20.08.0.0" + VALUE "FileVersion", "20.09.0.0" VALUE "LegalCopyright", "Copyright (C) 2002-2020 MediaArea.net SARL" VALUE "ProductName", "MediaInfo" - VALUE "ProductVersion", "20.08.0.0" + VALUE "ProductVersion", "20.09.0.0" END END BLOCK "VarFileInfo" diff --git a/Project/OBS/deb10.debian/changelog b/Project/OBS/deb10.debian/changelog index a900c54ea..a2b37fcb3 100644 --- a/Project/OBS/deb10.debian/changelog +++ b/Project/OBS/deb10.debian/changelog @@ -1,6 +1,6 @@ -mediainfo (20.08-1) experimental; urgency=medium +mediainfo (20.09-1) experimental; urgency=medium - * Upstream version 20.08 + * Upstream version 20.09 For details, see https://github.com/MediaArea/MediaInfo/blob/master/History_GUI.txt -- MediaArea Mon, 02 Nov 2015 10:30:00 +0100 diff --git a/Project/OBS/deb10.debian/control b/Project/OBS/deb10.debian/control index dabc89475..fa0201d77 100644 --- a/Project/OBS/deb10.debian/control +++ b/Project/OBS/deb10.debian/control @@ -4,7 +4,7 @@ Section: utils Maintainer: MediaArea.net SARL Build-Depends: debhelper (>= 10), dh-autoreconf, - libmediainfo-dev (>= 20.08), + libmediainfo-dev (>= 20.09), libzen-dev (>= 0.4.37), libwxgtk3.0-gtk3-dev, adwaita-icon-theme, @@ -18,7 +18,7 @@ Vcs-Browser: https://github.com/MediaArea/MediaInfoLib Package: mediainfo Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, libmediainfo0v5 (>= 20.08), libzen0v5 (>= 0.4.37) +Depends: ${shlibs:Depends}, ${misc:Depends}, libmediainfo0v5 (>= 20.09), libzen0v5 (>= 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. @@ -43,7 +43,7 @@ Description: command-line utility for reading information from audio/video files Package: mediainfo-gui Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, libmediainfo0v5 (>= 20.08), libzen0v5 (>= 0.4.37) +Depends: ${shlibs:Depends}, ${misc:Depends}, libmediainfo0v5 (>= 20.09), libzen0v5 (>= 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. diff --git a/Project/OBS/deb10.dsc b/Project/OBS/deb10.dsc index d06bb45f9..eea58c2db 100644 --- a/Project/OBS/deb10.dsc +++ b/Project/OBS/deb10.dsc @@ -2,22 +2,22 @@ Format: 3.0 (quilt) Source: mediainfo Binary: mediainfo, mediainfo-dbg, mediainfo-gui, mediainfo-gui-dbg Architecture: any -Version: 20.08-1deb10 +Version: 20.09-1deb10 Maintainer: MediaArea.net SARL Homepage: http://MediaArea.net/MediaInfo Standards-Version: 3.9.6 Vcs-Browser: https://github.com/MediaArea/MediaInfoLib Vcs-Git: https://github.com/MediaArea/MediaInfoLib.git -Build-Depends: debhelper (>= 10), dh-autoreconf, libmediainfo-dev (>= 20.08), libzen-dev (>= 0.4.37), libwxgtk3.0-gtk3-dev, adwaita-icon-theme, zlib1g-dev, pkg-config, rename +Build-Depends: debhelper (>= 10), dh-autoreconf, libmediainfo-dev (>= 20.09), libzen-dev (>= 0.4.37), libwxgtk3.0-gtk3-dev, adwaita-icon-theme, zlib1g-dev, pkg-config, rename Package-List: mediainfo deb utils optional arch=any mediainfo-gui deb utils optional arch=any Checksums-Sha1: - 0000000000000000000000000000000000000000 000000 mediainfo_20.08.orig.tar.xz - 0000000000000000000000000000000000000000 000000 mediainfo_20.08-1deb10.debian.tar.xz + 0000000000000000000000000000000000000000 000000 mediainfo_20.09.orig.tar.xz + 0000000000000000000000000000000000000000 000000 mediainfo_20.09-1deb10.debian.tar.xz Checksums-Sha256: - 0000000000000000000000000000000000000000000000000000000000000000 000000 mediainfo_20.08.orig.tar.xz - 0000000000000000000000000000000000000000000000000000000000000000 000000 mediainfo_20.08-1deb10.debian.tar.xz + 0000000000000000000000000000000000000000000000000000000000000000 000000 mediainfo_20.09.orig.tar.xz + 0000000000000000000000000000000000000000000000000000000000000000 000000 mediainfo_20.09-1deb10.debian.tar.xz Files: - 00000000000000000000000000000000 000000 mediainfo_20.08.orig.tar.xz - 00000000000000000000000000000000 000000 mediainfo_20.08-1deb10.debian.tar.xz + 00000000000000000000000000000000 000000 mediainfo_20.09.orig.tar.xz + 00000000000000000000000000000000 000000 mediainfo_20.09-1deb10.debian.tar.xz diff --git a/Project/OBS/deb7.debian/changelog b/Project/OBS/deb7.debian/changelog index 2095a9903..1dcff5657 100644 --- a/Project/OBS/deb7.debian/changelog +++ b/Project/OBS/deb7.debian/changelog @@ -1,6 +1,6 @@ -mediainfo (20.08-1) experimental; urgency=medium +mediainfo (20.09-1) experimental; urgency=medium - * Upstream version 20.08 + * Upstream version 20.09 For details, see https://github.com/MediaArea/MediaInfo/blob/master/History_GUI.txt -- MediaArea Mon, 02 Nov 2015 10:30:00 +0100 diff --git a/Project/OBS/deb7.debian/control b/Project/OBS/deb7.debian/control index c8e8f7571..2eb488447 100644 --- a/Project/OBS/deb7.debian/control +++ b/Project/OBS/deb7.debian/control @@ -4,7 +4,7 @@ Section: utils Maintainer: MediaArea.net SARL Build-Depends: debhelper (>= 9), dh-autoreconf, - libmediainfo-dev (>= 20.08), + libmediainfo-dev (>= 20.09), libzen-dev (>= 0.4.37), libwxgtk2.8-dev, zlib1g-dev, @@ -16,7 +16,7 @@ Vcs-Browser: https://github.com/MediaArea/MediaInfo Package: mediainfo Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, libmediainfo0 (>= 20.08), libzen0 (>= 0.4.37) +Depends: ${shlibs:Depends}, ${misc:Depends}, libmediainfo0 (>= 20.09), 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. @@ -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 (>= 20.08), libzen0 (>= 0.4.37) +Depends: ${shlibs:Depends}, ${misc:Depends}, libmediainfo0 (>= 20.09), 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. diff --git a/Project/OBS/deb7.dsc b/Project/OBS/deb7.dsc index 272988d9c..649371b83 100644 --- a/Project/OBS/deb7.dsc +++ b/Project/OBS/deb7.dsc @@ -2,22 +2,22 @@ Format: 3.0 (quilt) Source: mediainfo Binary: mediainfo, mediainfo-dbg, mediainfo-gui, mediainfo-gui-dbg Architecture: any -Version: 20.08-1deb7 +Version: 20.09-1deb7 Maintainer: MediaArea.net SARL 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 (>= 20.08), libzen-dev (>= 0.4.37), libwxgtk2.8-dev, zlib1g-dev, pkg-config +Build-Depends: debhelper (>= 9), dh-autoreconf, libmediainfo-dev (>= 20.09), libzen-dev (>= 0.4.37), libwxgtk2.8-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_20.08.orig.tar.xz - 0000000000000000000000000000000000000000 000000 mediainfo_20.08-1deb7.debian.tar.xz + 0000000000000000000000000000000000000000 000000 mediainfo_20.09.orig.tar.xz + 0000000000000000000000000000000000000000 000000 mediainfo_20.09-1deb7.debian.tar.xz Checksums-Sha256: - 0000000000000000000000000000000000000000000000000000000000000000 000000 mediainfo_20.08.orig.tar.xz - 0000000000000000000000000000000000000000000000000000000000000000 000000 mediainfo_20.08-1deb7.debian.tar.xz + 0000000000000000000000000000000000000000000000000000000000000000 000000 mediainfo_20.09.orig.tar.xz + 0000000000000000000000000000000000000000000000000000000000000000 000000 mediainfo_20.09-1deb7.debian.tar.xz Files: - 00000000000000000000000000000000 000000 mediainfo_20.08.orig.tar.xz - 00000000000000000000000000000000 000000 mediainfo_20.08-1deb7.debian.tar.xz + 00000000000000000000000000000000 000000 mediainfo_20.09.orig.tar.xz + 00000000000000000000000000000000 000000 mediainfo_20.09-1deb7.debian.tar.xz diff --git a/Project/OBS/deb9.debian/changelog b/Project/OBS/deb9.debian/changelog index a900c54ea..a2b37fcb3 100644 --- a/Project/OBS/deb9.debian/changelog +++ b/Project/OBS/deb9.debian/changelog @@ -1,6 +1,6 @@ -mediainfo (20.08-1) experimental; urgency=medium +mediainfo (20.09-1) experimental; urgency=medium - * Upstream version 20.08 + * Upstream version 20.09 For details, see https://github.com/MediaArea/MediaInfo/blob/master/History_GUI.txt -- MediaArea Mon, 02 Nov 2015 10:30:00 +0100 diff --git a/Project/OBS/deb9.debian/control b/Project/OBS/deb9.debian/control index 3369deaed..9fc85d8c9 100644 --- a/Project/OBS/deb9.debian/control +++ b/Project/OBS/deb9.debian/control @@ -4,7 +4,7 @@ Section: utils Maintainer: MediaArea.net SARL Build-Depends: debhelper (>= 9), dh-autoreconf, - libmediainfo-dev (>= 20.08), + libmediainfo-dev (>= 20.09), libzen-dev (>= 0.4.37), libwxgtk3.0-dev, adwaita-icon-theme, @@ -18,7 +18,7 @@ Vcs-Browser: https://github.com/MediaArea/MediaInfoLib Package: mediainfo Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, libmediainfo0v5 (>= 20.08), libzen0v5 (>= 0.4.37) +Depends: ${shlibs:Depends}, ${misc:Depends}, libmediainfo0v5 (>= 20.09), libzen0v5 (>= 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. @@ -43,7 +43,7 @@ Description: command-line utility for reading information from audio/video files Package: mediainfo-gui Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, libmediainfo0v5 (>= 20.08), libzen0v5 (>= 0.4.37) +Depends: ${shlibs:Depends}, ${misc:Depends}, libmediainfo0v5 (>= 20.09), libzen0v5 (>= 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. diff --git a/Project/OBS/deb9.dsc b/Project/OBS/deb9.dsc index 4e752ac0c..5c085cc1a 100644 --- a/Project/OBS/deb9.dsc +++ b/Project/OBS/deb9.dsc @@ -2,22 +2,22 @@ Format: 3.0 (quilt) Source: mediainfo Binary: mediainfo, mediainfo-dbg, mediainfo-gui, mediainfo-gui-dbg Architecture: any -Version: 20.08-1deb9 +Version: 20.09-1deb9 Maintainer: MediaArea.net SARL Homepage: http://MediaArea.net/MediaInfo Standards-Version: 3.9.6 Vcs-Browser: https://github.com/MediaArea/MediaInfoLib Vcs-Git: https://github.com/MediaArea/MediaInfoLib.git -Build-Depends: debhelper (>= 9), dh-autoreconf, libmediainfo-dev (>= 20.08), libzen-dev (>= 0.4.37), libwxgtk3.0-dev, adwaita-icon-theme, zlib1g-dev, pkg-config, rename +Build-Depends: debhelper (>= 9), dh-autoreconf, libmediainfo-dev (>= 20.09), libzen-dev (>= 0.4.37), libwxgtk3.0-dev, adwaita-icon-theme, zlib1g-dev, pkg-config, rename Package-List: mediainfo deb utils optional arch=any mediainfo-gui deb utils optional arch=any Checksums-Sha1: - 0000000000000000000000000000000000000000 000000 mediainfo_20.08.orig.tar.xz - 0000000000000000000000000000000000000000 000000 mediainfo_20.08-1deb9.debian.tar.xz + 0000000000000000000000000000000000000000 000000 mediainfo_20.09.orig.tar.xz + 0000000000000000000000000000000000000000 000000 mediainfo_20.09-1deb9.debian.tar.xz Checksums-Sha256: - 0000000000000000000000000000000000000000000000000000000000000000 000000 mediainfo_20.08.orig.tar.xz - 0000000000000000000000000000000000000000000000000000000000000000 000000 mediainfo_20.08-1deb9.debian.tar.xz + 0000000000000000000000000000000000000000000000000000000000000000 000000 mediainfo_20.09.orig.tar.xz + 0000000000000000000000000000000000000000000000000000000000000000 000000 mediainfo_20.09-1deb9.debian.tar.xz Files: - 00000000000000000000000000000000 000000 mediainfo_20.08.orig.tar.xz - 00000000000000000000000000000000 000000 mediainfo_20.08-1deb9.debian.tar.xz + 00000000000000000000000000000000 000000 mediainfo_20.09.orig.tar.xz + 00000000000000000000000000000000 000000 mediainfo_20.09-1deb9.debian.tar.xz diff --git a/Project/OBS/obs_mediainfo b/Project/OBS/obs_mediainfo index a56901459..f736b3bac 100644 --- a/Project/OBS/obs_mediainfo +++ b/Project/OBS/obs_mediainfo @@ -180,8 +180,8 @@ Download_Packages $1 $2 $3 x x "" openSUSE_Tumbleweed x86_64 .x86_64 } -mediainfov="20.08" -libmediainfov="20.08" +mediainfov="20.09" +libmediainfov="20.09" libzenv="0.4.32" destversion="1" diff --git a/Project/QMake/GUI/AppxManifest.xml b/Project/QMake/GUI/AppxManifest.xml index 8955beaa2..6d5c3e4ad 100644 --- a/Project/QMake/GUI/AppxManifest.xml +++ b/Project/QMake/GUI/AppxManifest.xml @@ -9,7 +9,7 @@ diff --git a/Project/QMake/GUI/mediainfo-gui.rc b/Project/QMake/GUI/mediainfo-gui.rc index 63c38cde3..813cbe8ea 100644 --- a/Project/QMake/GUI/mediainfo-gui.rc +++ b/Project/QMake/GUI/mediainfo-gui.rc @@ -1,8 +1,8 @@ #include VS_VERSION_INFO VERSIONINFO - FILEVERSION 20,08,0,0 - PRODUCTVERSION 20,08,0,0 + FILEVERSION 20,09,0,0 + PRODUCTVERSION 20,09,0,0 FILEFLAGSMASK 0x17L #ifdef _DEBUG FILEFLAGS 0x1L diff --git a/Project/Snap/mediainfo-gui/snapcraft.yaml b/Project/Snap/mediainfo-gui/snapcraft.yaml index 604fd8e54..ae0451c57 100644 --- a/Project/Snap/mediainfo-gui/snapcraft.yaml +++ b/Project/Snap/mediainfo-gui/snapcraft.yaml @@ -1,5 +1,5 @@ name: mediainfo-gui -version: 20.08 +version: 20.09 summary: Graphical utility for reading information from audio/video files description: | MediaInfo is a utility used for retrieving technical information and other diff --git a/Project/Snap/mediainfo/snapcraft.yaml b/Project/Snap/mediainfo/snapcraft.yaml index 381d6d968..007abcdd3 100644 --- a/Project/Snap/mediainfo/snapcraft.yaml +++ b/Project/Snap/mediainfo/snapcraft.yaml @@ -1,5 +1,5 @@ name: mediainfo -version: 20.08 +version: 20.09 summary: Command-line utility for reading information from audio/video files description: | MediaInfo is a utility used for retrieving technical information and other diff --git a/Project/Solaris/mkpkg b/Project/Solaris/mkpkg index 9d5a5934d..4463ab284 100755 --- a/Project/Solaris/mkpkg +++ b/Project/Solaris/mkpkg @@ -9,7 +9,7 @@ release=`uname -r` #Creation of known directories and filenames name="mediainfo" -version="20.08" +version="20.09" Home=`pwd` install_prefix=${Home}/mk_package packagecreation_prefix=${Home}/create_package diff --git a/Project/version.txt b/Project/version.txt index 914eaa85b..3eea3c4c0 100644 --- a/Project/version.txt +++ b/Project/version.txt @@ -1 +1 @@ -20.08 +20.09 diff --git a/Source/Common/Preferences.h b/Source/Common/Preferences.h index 49e74a27e..2864f9b74 100644 --- a/Source/Common/Preferences.h +++ b/Source/Common/Preferences.h @@ -32,7 +32,7 @@ //--------------------------------------------------------------------------- //--------------------------------------------------------------------------- -#define MediaInfo_Version_GUI __T("20.08") +#define MediaInfo_Version_GUI __T("20.09") //--------------------------------------------------------------------------- //--------------------------------------------------------------------------- diff --git a/Source/GUI/Android/app/build.gradle b/Source/GUI/Android/app/build.gradle index 45582d825..e8f2c0eac 100644 --- a/Source/GUI/Android/app/build.gradle +++ b/Source/GUI/Android/app/build.gradle @@ -15,8 +15,8 @@ android { applicationId "net.mediaarea.mediainfo" minSdkVersion 14 targetSdkVersion 29 - versionCode 16 - versionName "20.08" + versionCode 18 + versionName "20.09" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" vectorDrawables { useSupportLibrary true diff --git a/Source/GUI/Android/app/src/main/res/values/strings.xml b/Source/GUI/Android/app/src/main/res/values/strings.xml index 3f6117407..0c8848a05 100644 --- a/Source/GUI/Android/app/src/main/res/values/strings.xml +++ b/Source/GUI/Android/app/src/main/res/values/strings.xml @@ -8,7 +8,7 @@ MediaInfo - 20.08 + 20.09 (You must at least open one file) About MediaInfo v%MI_VERSION% using MediaInfoLib v%MIL_VERSION% diff --git a/Source/GUI/Cocoa/MediaInfo.xcodeproj/project.pbxproj b/Source/GUI/Cocoa/MediaInfo.xcodeproj/project.pbxproj index c3067ba25..f9100639f 100644 --- a/Source/GUI/Cocoa/MediaInfo.xcodeproj/project.pbxproj +++ b/Source/GUI/Cocoa/MediaInfo.xcodeproj/project.pbxproj @@ -1028,13 +1028,13 @@ isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; - APP_VERSION = 20.08; + APP_VERSION = 20.09; CODE_SIGN_ENTITLEMENTS = MediaInfo.entitlements; CODE_SIGN_IDENTITY = ""; CODE_SIGN_STYLE = Automatic; COMBINE_HIDPI_IMAGES = YES; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 20.08.3; + CURRENT_PROJECT_VERSION = 20.09.3; DEVELOPMENT_TEAM = ""; GCC_DYNAMIC_NO_PIC = NO; GCC_MODEL_TUNING = G5; @@ -1060,12 +1060,12 @@ isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; - APP_VERSION = 20.08; + APP_VERSION = 20.09; CODE_SIGN_ENTITLEMENTS = MediaInfo.entitlements; CODE_SIGN_IDENTITY = ""; CODE_SIGN_STYLE = Automatic; COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 20.08.3; + CURRENT_PROJECT_VERSION = 20.09.3; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; DEVELOPMENT_TEAM = ""; GCC_MODEL_TUNING = G5; diff --git a/Source/GUI/Qt/mainwindow.cpp b/Source/GUI/Qt/mainwindow.cpp index 990347135..cbc3cb7e7 100644 --- a/Source/GUI/Qt/mainwindow.cpp +++ b/Source/GUI/Qt/mainwindow.cpp @@ -48,7 +48,7 @@ using namespace ZenLib; #define QString2wstring(_DATA) \ Ztring().From_UTF8(_DATA.toUtf8()) -#define VERSION "20.08" +#define VERSION "20.09" #if defined(_WIN32) && defined(WINAPI_FAMILY) && (WINAPI_FAMILY==WINAPI_FAMILY_APP) //UWP Application #include #include diff --git a/Source/GUI/UWP/Package.appxmanifest b/Source/GUI/UWP/Package.appxmanifest index c683cba33..cca8939d3 100644 --- a/Source/GUI/UWP/Package.appxmanifest +++ b/Source/GUI/UWP/Package.appxmanifest @@ -1,6 +1,6 @@  - + MediaInfo diff --git a/Source/GUI/iOS/MediaInfo/Info.plist b/Source/GUI/iOS/MediaInfo/Info.plist index 80ee3d243..15fa1668f 100644 --- a/Source/GUI/iOS/MediaInfo/Info.plist +++ b/Source/GUI/iOS/MediaInfo/Info.plist @@ -15,9 +15,9 @@ CFBundlePackageType APPL CFBundleShortVersionString - 20.08 + 20.09 CFBundleVersion - 20.08 + 20.09 LSRequiresIPhoneOS UILaunchStoryboardName diff --git a/Source/Install/MediaInfo_GUI_Windows.nsi b/Source/Install/MediaInfo_GUI_Windows.nsi index 456be5362..bd539c62a 100644 --- a/Source/Install/MediaInfo_GUI_Windows.nsi +++ b/Source/Install/MediaInfo_GUI_Windows.nsi @@ -5,7 +5,7 @@ RequestExecutionLevel admin ; Some defines !define PRODUCT_NAME "MediaInfo" !define PRODUCT_PUBLISHER "MediaArea.net" -!define PRODUCT_VERSION "20.08" +!define PRODUCT_VERSION "20.09" !define PRODUCT_VERSION4 "${PRODUCT_VERSION}.0.0" !define PRODUCT_WEB_SITE "http://MediaArea.net/MediaInfo" !define COMPANY_REGISTRY_OLD "Software\MediaArea.net" diff --git a/debian/changelog b/debian/changelog index 2095a9903..1dcff5657 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,6 @@ -mediainfo (20.08-1) experimental; urgency=medium +mediainfo (20.09-1) experimental; urgency=medium - * Upstream version 20.08 + * Upstream version 20.09 For details, see https://github.com/MediaArea/MediaInfo/blob/master/History_GUI.txt -- MediaArea Mon, 02 Nov 2015 10:30:00 +0100 diff --git a/debian/control b/debian/control index 007431ce3..aec653a3c 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Section: utils Maintainer: MediaArea.net SARL Build-Depends: debhelper (>= 9), dh-autoreconf, - libmediainfo-dev (>= 20.08), + libmediainfo-dev (>= 20.09), libzen-dev (>= 0.4.37), libwxgtk3.0-dev, zlib1g-dev, @@ -16,7 +16,7 @@ Vcs-Browser: https://github.com/MediaArea/MediaInfo Package: mediainfo Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, libmediainfo0 (>= 20.08), libzen0 (>= 0.4.37) +Depends: ${shlibs:Depends}, ${misc:Depends}, libmediainfo0 (>= 20.09), 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. @@ -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 (>= 20.08), libzen0 (>= 0.4.37) +Depends: ${shlibs:Depends}, ${misc:Depends}, libmediainfo0 (>= 20.09), 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.