Skip to content

Commit

Permalink
Merge pull request #434 from bavc/bump-to-0.9
Browse files Browse the repository at this point in the history
Bump to 0.9
  • Loading branch information
ablwr authored Aug 15, 2017
2 parents 89bffdd + 96df6a0 commit 306eabb
Show file tree
Hide file tree
Showing 11 changed files with 42 additions and 19 deletions.
23 changes: 23 additions & 0 deletions History.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
0.9, 2017-08-15
-----
+ Add scaling options for players (now with 100%, fit to window, and free scale)
+ Oscilloscope player
+ Support for a comments track for temporal annotations
+ Support a horizontal offset variable in 10 column Bit Plane player
+ Update graph selection from checkboxes to toggle buttons
+ Refactoring player code, deduplication, and cleanup
+ Add phase meter player
+ Documentation updates
+ Expanded --debug mode
+ Add a deflicker graph
+ Keyboard shortcut to copy the active timestamp
+ Add a chroma delay player
+ Add a luma adjust player
+ Add limiter player
+ Add Vectorscope High Low player
+ Update Broadcast Illegal Focus to use lutyuv rather than geq, better with non-8-bit
x Fixes to frame tiles and value highlight players
x Fixes scaling issues when there is a selection box
x Fix loading pkt_size and pkt_duration from xml.gz files
x Fix to use of VREP player with field split

0.8, 2017-04-15
-----
+ Added a QCTools command line interface, "qcli"
Expand Down
2 changes: 1 addition & 1 deletion License.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
Copyright ©: 2013-2017, BAVC. All Rights Reserved.
</p>
<p>
Version 0.8
Version 0.9
</p>
<p>
QCTools is licensed under a GPLv3 License.
Expand Down
2 changes: 1 addition & 1 deletion Project/GNU/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Maintainer: MediaArea.net SARL <[email protected]>

pkgname=qctools
pkgver=0.8
pkgver=0.9
pkgrel=1
pkgdesc="QCTools (Quality Control Tools for Video Preservation)"
url="http://mediaarea.net"
Expand Down
8 changes: 4 additions & 4 deletions Project/GNU/qctools.dsc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Format: 1.0
Source: qctools
Binary: qctools, qctools-dbg
Architecture: any
Version: 0.8-1
Version: 0.9
Maintainer: MediaArea.net SARL <[email protected]>
Homepage: http://www.bavc.org/qctools
Standards-Version: 3.7.3
Expand All @@ -11,8 +11,8 @@ Package-List:
qctools deb utils optional arch=any
qctools-dbg deb debug optional arch=any
Checksums-Sha1:
0000000000000000000000000000000000000000 000000 qctools_0.8-1.tar.gz
0000000000000000000000000000000000000000 000000 qctools_0.9.tar.gz
Checksums-Sha256:
0000000000000000000000000000000000000000000000000000000000000000 000000 qctools_0.8-1.tar.gz
0000000000000000000000000000000000000000000000000000000000000000 000000 qctools_0.9.tar.gz
Files:
00000000000000000000000000000000 000000 qctools_0.8-1.tar.gz
00000000000000000000000000000000 000000 qctools_0.9.tar.gz
2 changes: 1 addition & 1 deletion Project/GNU/qctools.spec
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%define qctools_version 0.8
%define qctools_version 0.9

Name: qctools
Version: %{qctools_version}
Expand Down
8 changes: 4 additions & 4 deletions Project/MSVC2013/GUI/QCTools.rc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#include <winresrc.h>

VS_VERSION_INFO VERSIONINFO
FILEVERSION 0,8,0,0
PRODUCTVERSION 0,8,0,0
FILEVERSION 0,9,0,0
PRODUCTVERSION 0,9,0,0
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -19,12 +19,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "MediaArea.net"
VALUE "FileDescription", "QCTools"
VALUE "FileVersion", "0.8.0.0"
VALUE "FileVersion", "0.9.0.0"
VALUE "InternalName", "QCTools - GUI - MSVC 2017"
VALUE "LegalCopyright", "BAVC.org"
VALUE "OriginalFilename", "QCTools.exe"
VALUE "ProductName", "QCTools"
VALUE "ProductVersion", "0.8.0.0"
VALUE "ProductVersion", "0.9.0.0"
END
END
BLOCK "VarFileInfo"
Expand Down
8 changes: 4 additions & 4 deletions Project/MSVC2015/GUI/QCTools.rc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#include <winresrc.h>

VS_VERSION_INFO VERSIONINFO
FILEVERSION 0,8,0,0
PRODUCTVERSION 0,8,0,0
FILEVERSION 0,9,0,0
PRODUCTVERSION 0,9,0,0
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -19,12 +19,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "MediaArea.net"
VALUE "FileDescription", "QCTools"
VALUE "FileVersion", "0.8.0.0"
VALUE "FileVersion", "0.9.0.0"
VALUE "InternalName", "QCTools - GUI - MSVC 2017"
VALUE "LegalCopyright", "BAVC.org"
VALUE "OriginalFilename", "QCTools.exe"
VALUE "ProductName", "QCTools"
VALUE "ProductVersion", "0.8.0.0"
VALUE "ProductVersion", "0.9.0.0"
END
END
BLOCK "VarFileInfo"
Expand Down
2 changes: 1 addition & 1 deletion Project/Mac/mkdmg
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ VERSION="$2"
FILES="$3"

APPNAME="QCTools"
VERSION="0.8"
VERSION="0.9"
SIGNATURE="MediaArea.net"

DMG="tmp-${APPNAME}.dmg"
Expand Down
2 changes: 1 addition & 1 deletion Project/OBS/obs_qctools
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ Download_Packages $1 x x x x "" openSUSE_Tumbleweed x86_64 .x86_64
}


qctoolsv="0.8"
qctoolsv="0.9"
destversion="1"

Download_Global 3.1
Expand Down
2 changes: 1 addition & 1 deletion Project/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8
0.9
2 changes: 1 addition & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
qctools (0.8.0-1) unstable; urgency=low
qctools (0.9.0) unstable; urgency=low

* See History.txt for more info and real dates

Expand Down

0 comments on commit 306eabb

Please sign in to comment.