Skip to content

Commit

Permalink
Merge pull request #642 from g-maxime/preparing-v18.03
Browse files Browse the repository at this point in the history
Preparing v18.03
  • Loading branch information
JeromeMartinez authored Mar 20, 2018
2 parents f194094 + 8668434 commit 0c07a23
Show file tree
Hide file tree
Showing 33 changed files with 132 additions and 94 deletions.
19 changes: 19 additions & 0 deletions History_CLI.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,25 @@ x Correction
bug reports and feature request are here :
https://github.com/MediaArea/MediaConch_SourceCode

Version 18.03, 2018-03-19
--------------
x I782, FFV1: Golomb Rice parsing was wrong
x I210, FFV1: remove sar_den test must be 0 if sar_num is 0
x Do not apply policies to attachments
x Print error if data directory isn't writable And polices can be applied on fields provided by new MediaInfo library:
+ AV1: support of AOmedia AV1 based on latest specifications draft, raw (OBU) and in MKV
+ DPX: endianess, packing mode, compression mode
+ MXF: detection and parsing of ProRes (SMPTE RDD 44)
+ MXF: HDR metadata support
+ AVC: add consumer camera recording date/time
+ AVC: add consumer camera model name and iris F number
+ JPEG: ICC parsing, display of ICC color space
+ MediaInfo JSON output
x colour description: trying (again!) to have more coherent labeling
x AAC: SBR parsing issue with 3+ channel streams, with sometimes false-positive PS detection
x DPX: some elements in trace were wrongly displayed (wrong endianess)
+ License change

Version 17.12, 2017-12-21
--------------
Endianness and Sign report for PCM Matroska tracks
Expand Down
19 changes: 19 additions & 0 deletions History_GUI.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,25 @@ x Correction
bug reports and feature request are here :
https://github.com/MediaArea/MediaConch_SourceCode

Version 18.03, 2018-03-19
--------------
x I782, FFV1: Golomb Rice parsing was wrong
x I210, FFV1: remove sar_den test must be 0 if sar_num is 0
x Do not apply policies to attachments
x Print error if data directory isn't writable And polices can be applied on fields provided by new MediaInfo library:
+ AV1: support of AOmedia AV1 based on latest specifications draft, raw (OBU) and in MKV
+ DPX: endianess, packing mode, compression mode
+ MXF: detection and parsing of ProRes (SMPTE RDD 44)
+ MXF: HDR metadata support
+ AVC: add consumer camera recording date/time
+ AVC: add consumer camera model name and iris F number
+ JPEG: ICC parsing, display of ICC color space
+ MediaInfo JSON output
x colour description: trying (again!) to have more coherent labeling
x AAC: SBR parsing issue with 3+ channel streams, with sometimes false-positive PS detection
x DPX: some elements in trace were wrongly displayed (wrong endianess)
+ License change

Version 17.12, 2017-12-21
--------------
Endianness and Sign report for PCM Matroska tracks
Expand Down
2 changes: 1 addition & 1 deletion Project/AppImage/Recipe.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ if ! grep "CentOS release 6\..*" /etc/centos-release ; then
fi

# Setup evironment
VERSION=17.12
VERSION=18.03

if [ "$(arch)" == "i386" ] ; then
ARCH="i686"
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([mediaconch], [17.12.0])
AC_INIT([mediaconch], [18.03.0])

dnl -------------------------------------------------------------------------
dnl Test if we are at the good place
Expand Down
10 changes: 5 additions & 5 deletions Project/GNU/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# This PKGBUILD is for OBS

pkgname=('mediaconch' 'mediaconch-server' 'mediaconch-gui')
pkgver=17.12
pkgver=18.03
pkgrel=1
pkgdesc="Implementation checker and policy checker for video and audio files"
url="http://MediaArea.net/MediaConch"
Expand All @@ -13,7 +13,7 @@ md5sums=('00000000000000000000000000000000')
arch=('i686' 'x86_64')

# Buildtime dependencies for all packages need to be listed here
makedepends=('desktop-file-utils' 'libxml2' 'libxslt' 'sqlite' 'libevent' 'qt5-base' 'qt5-webkit' 'libzen>=0.4.37' 'libmediainfo>=0.7.99')
makedepends=('desktop-file-utils' 'libxml2' 'libxslt' 'sqlite' 'libevent' 'qt5-base' 'qt5-webkit' 'libzen>=0.4.37' 'libmediainfo>=18.03')
# OBS don't provide jansson
#makedepends=(${makedepends[@]} jansson)

Expand Down Expand Up @@ -49,7 +49,7 @@ build() {

package_mediaconch() {
pkgdesc="${pkgdesc} (CLI)"
depends=('libxml2' 'libxslt' 'sqlite' 'libevent' 'libzen>=0.4.37' 'libmediainfo>=0.7.99')
depends=('libxml2' 'libxslt' 'sqlite' 'libevent' 'libzen>=0.4.37' 'libmediainfo>=18.03')

cd "${srcdir}"/MediaConch/Project/GNU/CLI
make DESTDIR="${pkgdir}" install-strip
Expand All @@ -63,7 +63,7 @@ package_mediaconch() {

package_mediaconch-server() {
pkgdesc="${pkgdesc} (Server)"
depends=('libxml2' 'libxslt' 'sqlite' 'libevent' 'libzen>=0.4.37' 'libmediainfo>=0.7.99')
depends=('libxml2' 'libxslt' 'sqlite' 'libevent' 'libzen>=0.4.37' 'libmediainfo>=18.03')
backup=('etc/mediaconch/MediaConch.rc')

cd "${srcdir}"/MediaConch/Project/GNU/Server
Expand All @@ -82,7 +82,7 @@ package_mediaconch-server() {

package_mediaconch-gui() {
pkgdesc="${pkgdesc} (GUI)"
depends=('libxml2' 'libxslt' 'sqlite' 'libevent' 'qt5-base' 'qt5-webkit' 'libzen>=0.4.37' 'libmediainfo>=0.7.99')
depends=('libxml2' 'libxslt' 'sqlite' 'libevent' 'qt5-base' 'qt5-webkit' 'libzen>=0.4.37' 'libmediainfo>=18.03')

cd "${srcdir}"/MediaConch
install -D -m 0755 Project/Qt/mediaconch-gui "${pkgdir}"/usr/bin/mediaconch-gui
Expand Down
2 changes: 1 addition & 1 deletion Project/GNU/Server/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([mediaconchd], [17.12.0])
AC_INIT([mediaconchd], [18.03.0])

dnl -------------------------------------------------------------------------
dnl Test if we are at the good place
Expand Down
16 changes: 8 additions & 8 deletions Project/GNU/mediaconch.dsc
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ Format: 3.0 (quilt)
Source: mediaconch
Binary: mediaconch, mediaconch-dbg, mediaconch-server, mediaconch-server-dbg, mediaconch-gui, mediaconch-gui-dbg
Architecture: any
Version: 17.12-1
Version: 18.03-1
Maintainer: MediaArea.net SARL <[email protected]>
Homepage: http://MediaArea.net/MediaConch
Standards-Version: 3.9.6
Vcs-Git: https://github.com/MediaArea/MediaConch_SourceCode.git
Vcs-Browser: https://github.com/MediaArea/MediaConch_SourceCode
Build-Depends: debhelper (>= 9), dh-autoreconf, tofrodos, libmediainfo-dev (>= 0.7.99), libzen-dev (>= 0.4.37), qt5-qmake, qtbase5-dev, libqt5webkit5-dev, libxml2-dev, libxslt-dev, libsqlite3-dev, libjansson-dev, zlib1g-dev, pkg-config, automake, autoconf, libtool, libcurl4-gnutls-dev, libevent-dev
Build-Depends: debhelper (>= 9), dh-autoreconf, tofrodos, libmediainfo-dev (>= 18.03), libzen-dev (>= 0.4.37), qt5-qmake, qtbase5-dev, libqt5webkit5-dev, libxml2-dev, libxslt-dev, libsqlite3-dev, libjansson-dev, zlib1g-dev, pkg-config, automake, autoconf, libtool, libcurl4-gnutls-dev, libevent-dev
Package-List:
mediaconch deb utils optional arch=any
mediaconch-server deb utils optional arch=any
Expand All @@ -17,11 +17,11 @@ Package-List:
mediaconch-server-dbg debug utils extra arch=any
mediaconch-gui-dbg deb debug extra arch=any
Checksums-Sha1:
0000000000000000000000000000000000000000 000000 mediaconch_17.12.orig.tar.xz
0000000000000000000000000000000000000000 000000 mediaconch_17.12-1.debian.tar.xz
0000000000000000000000000000000000000000 000000 mediaconch_18.03.orig.tar.xz
0000000000000000000000000000000000000000 000000 mediaconch_18.03-1.debian.tar.xz
Checksums-Sha256:
0000000000000000000000000000000000000000000000000000000000000000 000000 mediaconch_17.12.orig.tar.xz
0000000000000000000000000000000000000000000000000000000000000000 000000 mediaconch_17.12-1.debian.tar.xz
0000000000000000000000000000000000000000000000000000000000000000 000000 mediaconch_18.03.orig.tar.xz
0000000000000000000000000000000000000000000000000000000000000000 000000 mediaconch_18.03-1.debian.tar.xz
Files:
00000000000000000000000000000000 000000 mediaconch_17.12.orig.tar.xz
00000000000000000000000000000000 000000 mediaconch_17.12-1.debian.tar.xz
00000000000000000000000000000000 000000 mediaconch_18.03.orig.tar.xz
00000000000000000000000000000000 000000 mediaconch_18.03-1.debian.tar.xz
4 changes: 2 additions & 2 deletions Project/GNU/mediaconch.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
%define mediaconch_version 17.12
%define libmediainfo_version 0.7.99
%define mediaconch_version 18.03
%define libmediainfo_version 18.03
%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/MediaConch_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,12,0,0
PRODUCTVERSION 17,12,0,0
FILEVERSION 18,03,0,0
PRODUCTVERSION 18,03,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -19,10 +19,10 @@ BEGIN
BEGIN
VALUE "CompanyName", "MediaArea.net"
VALUE "FileDescription", "Implementation checker, policy checker, reporter, and fixer"
VALUE "FileVersion", "17.12.0.0"
VALUE "FileVersion", "18.03.0.0"
VALUE "LegalCopyright", "Copyright (C) 2002-2015 MediaArea.net SARL"
VALUE "ProductName", "MediaConch"
VALUE "ProductVersion", "17.12.0.0"
VALUE "ProductVersion", "18.03.0.0"
END
END
BLOCK "VarFileInfo"
Expand Down
8 changes: 4 additions & 4 deletions Project/MSVC2013/GUI/MediaConch_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,12,0,0
PRODUCTVERSION 17,12,0,0
FILEVERSION 18,03,0,0
PRODUCTVERSION 18,03,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -19,10 +19,10 @@ BEGIN
BEGIN
VALUE "CompanyName", "MediaArea.net"
VALUE "FileDescription", "Implementation checker, policy checker, reporter, and fixer"
VALUE "FileVersion", "17.12.0.0"
VALUE "FileVersion", "18.03.0.0"
VALUE "LegalCopyright", "Copyright (C) 2002-2015 MediaArea.net SARL"
VALUE "ProductName", "MediaConch"
VALUE "ProductVersion", "17.12.0.0"
VALUE "ProductVersion", "18.03.0.0"
END
END
BLOCK "VarFileInfo"
Expand Down
8 changes: 4 additions & 4 deletions Project/MSVC2013/Server/MediaConch-Server.rc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#include <winresrc.h>

VS_VERSION_INFO VERSIONINFO
FILEVERSION 17,12,0,0
PRODUCTVERSION 17,12,0,0
FILEVERSION 18,03,0,0
PRODUCTVERSION 18,03,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -19,10 +19,10 @@ BEGIN
BEGIN
VALUE "CompanyName", "MediaArea.net"
VALUE "FileDescription", "Implementation checker, policy checker, reporter, and fixer"
VALUE "FileVersion", "17.12.0.0"
VALUE "FileVersion", "18.03.0.0"
VALUE "LegalCopyright", "Copyright (C) 2002-2015 MediaArea.net SARL"
VALUE "ProductName", "MediaConch"
VALUE "ProductVersion", "17.12.0.0"
VALUE "ProductVersion", "18.03.0.0"
END
END
BLOCK "VarFileInfo"
Expand Down
8 changes: 4 additions & 4 deletions Project/MSVC2015/CLI/MediaConch_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,12,0,0
PRODUCTVERSION 17,12,0,0
FILEVERSION 18,03,0,0
PRODUCTVERSION 18,03,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -19,10 +19,10 @@ BEGIN
BEGIN
VALUE "CompanyName", "MediaArea.net"
VALUE "FileDescription", "Implementation checker, policy checker, reporter, and fixer"
VALUE "FileVersion", "17.12.0.0"
VALUE "FileVersion", "18.03.0.0"
VALUE "LegalCopyright", "Copyright (C) 2002-2015 MediaArea.net SARL"
VALUE "ProductName", "MediaConch"
VALUE "ProductVersion", "17.12.0.0"
VALUE "ProductVersion", "18.03.0.0"
END
END
BLOCK "VarFileInfo"
Expand Down
8 changes: 4 additions & 4 deletions Project/MSVC2015/GUI/MediaConch_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,12,0,0
PRODUCTVERSION 17,12,0,0
FILEVERSION 18,03,0,0
PRODUCTVERSION 18,03,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -19,10 +19,10 @@ BEGIN
BEGIN
VALUE "CompanyName", "MediaArea.net"
VALUE "FileDescription", "Implementation checker, policy checker, reporter, and fixer"
VALUE "FileVersion", "17.12.0.0"
VALUE "FileVersion", "18.03.0.0"
VALUE "LegalCopyright", "Copyright (C) 2002-2015 MediaArea.net SARL"
VALUE "ProductName", "MediaConch"
VALUE "ProductVersion", "17.12.0.0"
VALUE "ProductVersion", "18.03.0.0"
END
END
BLOCK "VarFileInfo"
Expand Down
8 changes: 4 additions & 4 deletions Project/MSVC2015/Server/MediaConch-Server.rc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#include <winresrc.h>

VS_VERSION_INFO VERSIONINFO
FILEVERSION 17,12,0,0
PRODUCTVERSION 17,12,0,0
FILEVERSION 18,03,0,0
PRODUCTVERSION 18,03,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -19,10 +19,10 @@ BEGIN
BEGIN
VALUE "CompanyName", "MediaArea.net"
VALUE "FileDescription", "Implementation checker, policy checker, reporter, and fixer"
VALUE "FileVersion", "17.12.0.0"
VALUE "FileVersion", "18.03.0.0"
VALUE "LegalCopyright", "Copyright (C) 2002-2015 MediaArea.net SARL"
VALUE "ProductName", "MediaConch"
VALUE "ProductVersion", "17.12.0.0"
VALUE "ProductVersion", "18.03.0.0"
END
END
BLOCK "VarFileInfo"
Expand Down
8 changes: 4 additions & 4 deletions Project/MSVC2017/CLI/MediaConch_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,12,0,0
PRODUCTVERSION 17,12,0,0
FILEVERSION 18,03,0,0
PRODUCTVERSION 18,03,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -19,10 +19,10 @@ BEGIN
BEGIN
VALUE "CompanyName", "MediaArea.net"
VALUE "FileDescription", "Implementation checker, policy checker, reporter, and fixer"
VALUE "FileVersion", "17.12.0.0"
VALUE "FileVersion", "18.03.0.0"
VALUE "LegalCopyright", "Copyright (C) 2002-2015 MediaArea.net SARL"
VALUE "ProductName", "MediaConch"
VALUE "ProductVersion", "17.12.0.0"
VALUE "ProductVersion", "18.03.0.0"
END
END
BLOCK "VarFileInfo"
Expand Down
8 changes: 4 additions & 4 deletions Project/MSVC2017/GUI/MediaConch_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,12,0,0
PRODUCTVERSION 17,12,0,0
FILEVERSION 18,03,0,0
PRODUCTVERSION 18,03,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -19,10 +19,10 @@ BEGIN
BEGIN
VALUE "CompanyName", "MediaArea.net"
VALUE "FileDescription", "Implementation checker, policy checker, reporter, and fixer"
VALUE "FileVersion", "17.12.0.0"
VALUE "FileVersion", "18.03.0.0"
VALUE "LegalCopyright", "Copyright (C) 2002-2015 MediaArea.net SARL"
VALUE "ProductName", "MediaConch"
VALUE "ProductVersion", "17.12.0.0"
VALUE "ProductVersion", "18.03.0.0"
END
END
BLOCK "VarFileInfo"
Expand Down
8 changes: 4 additions & 4 deletions Project/MSVC2017/Server/MediaConch-Server.rc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#include <winresrc.h>

VS_VERSION_INFO VERSIONINFO
FILEVERSION 17,12,0,0
PRODUCTVERSION 17,12,0,0
FILEVERSION 18,03,0,0
PRODUCTVERSION 18,03,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -19,10 +19,10 @@ BEGIN
BEGIN
VALUE "CompanyName", "MediaArea.net"
VALUE "FileDescription", "Implementation checker, policy checker, reporter, and fixer"
VALUE "FileVersion", "17.12.0.0"
VALUE "FileVersion", "18.03.0.0"
VALUE "LegalCopyright", "Copyright (C) 2002-2015 MediaArea.net SARL"
VALUE "ProductName", "MediaConch"
VALUE "ProductVersion", "17.12.0.0"
VALUE "ProductVersion", "18.03.0.0"
END
END
BLOCK "VarFileInfo"
Expand Down
4 changes: 2 additions & 2 deletions Project/Mac/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>17.12</string>
<string>18.03</string>
<key>CFBundleVersion</key>
<string>17.12</string>
<string>18.03</string>
<key>DTCompiler</key>
<string></string>
<key>DTPlatformBuild</key>
Expand Down
2 changes: 1 addition & 1 deletion Project/OBS/deb7.debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
mediaconch (17.12-1deb7) unstable; urgency=low
mediaconch (18.03-1deb7) unstable; urgency=low

* See History.txt for more info and real dates

Expand Down
Loading

0 comments on commit 0c07a23

Please sign in to comment.