Skip to content

Commit 306eabb

Browse files
authored
Merge pull request #434 from bavc/bump-to-0.9
Bump to 0.9
2 parents 89bffdd + 96df6a0 commit 306eabb

File tree

11 files changed

+42
-19
lines changed

11 files changed

+42
-19
lines changed

History.txt

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
0.9, 2017-08-15
2+
-----
3+
+ Add scaling options for players (now with 100%, fit to window, and free scale)
4+
+ Oscilloscope player
5+
+ Support for a comments track for temporal annotations
6+
+ Support a horizontal offset variable in 10 column Bit Plane player
7+
+ Update graph selection from checkboxes to toggle buttons
8+
+ Refactoring player code, deduplication, and cleanup
9+
+ Add phase meter player
10+
+ Documentation updates
11+
+ Expanded --debug mode
12+
+ Add a deflicker graph
13+
+ Keyboard shortcut to copy the active timestamp
14+
+ Add a chroma delay player
15+
+ Add a luma adjust player
16+
+ Add limiter player
17+
+ Add Vectorscope High Low player
18+
+ Update Broadcast Illegal Focus to use lutyuv rather than geq, better with non-8-bit
19+
x Fixes to frame tiles and value highlight players
20+
x Fixes scaling issues when there is a selection box
21+
x Fix loading pkt_size and pkt_duration from xml.gz files
22+
x Fix to use of VREP player with field split
23+
124
0.8, 2017-04-15
225
-----
326
+ Added a QCTools command line interface, "qcli"

License.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
Copyright ©: 2013-2017, BAVC. All Rights Reserved.
1313
</p>
1414
<p>
15-
Version 0.8
15+
Version 0.9
1616
</p>
1717
<p>
1818
QCTools is licensed under a GPLv3 License.

Project/GNU/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Maintainer: MediaArea.net SARL <[email protected]>
33

44
pkgname=qctools
5-
pkgver=0.8
5+
pkgver=0.9
66
pkgrel=1
77
pkgdesc="QCTools (Quality Control Tools for Video Preservation)"
88
url="http://mediaarea.net"

Project/GNU/qctools.dsc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Format: 1.0
22
Source: qctools
33
Binary: qctools, qctools-dbg
44
Architecture: any
5-
Version: 0.8-1
5+
Version: 0.9
66
Maintainer: MediaArea.net SARL <[email protected]>
77
Homepage: http://www.bavc.org/qctools
88
Standards-Version: 3.7.3
@@ -11,8 +11,8 @@ Package-List:
1111
qctools deb utils optional arch=any
1212
qctools-dbg deb debug optional arch=any
1313
Checksums-Sha1:
14-
0000000000000000000000000000000000000000 000000 qctools_0.8-1.tar.gz
14+
0000000000000000000000000000000000000000 000000 qctools_0.9.tar.gz
1515
Checksums-Sha256:
16-
0000000000000000000000000000000000000000000000000000000000000000 000000 qctools_0.8-1.tar.gz
16+
0000000000000000000000000000000000000000000000000000000000000000 000000 qctools_0.9.tar.gz
1717
Files:
18-
00000000000000000000000000000000 000000 qctools_0.8-1.tar.gz
18+
00000000000000000000000000000000 000000 qctools_0.9.tar.gz

Project/GNU/qctools.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
%define qctools_version 0.8
1+
%define qctools_version 0.9
22

33
Name: qctools
44
Version: %{qctools_version}

Project/MSVC2013/GUI/QCTools.rc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#include <winresrc.h>
22

33
VS_VERSION_INFO VERSIONINFO
4-
FILEVERSION 0,8,0,0
5-
PRODUCTVERSION 0,8,0,0
4+
FILEVERSION 0,9,0,0
5+
PRODUCTVERSION 0,9,0,0
66
FILEFLAGSMASK 0x17L
77
#ifdef _DEBUG
88
FILEFLAGS 0x1L
@@ -19,12 +19,12 @@ BEGIN
1919
BEGIN
2020
VALUE "CompanyName", "MediaArea.net"
2121
VALUE "FileDescription", "QCTools"
22-
VALUE "FileVersion", "0.8.0.0"
22+
VALUE "FileVersion", "0.9.0.0"
2323
VALUE "InternalName", "QCTools - GUI - MSVC 2017"
2424
VALUE "LegalCopyright", "BAVC.org"
2525
VALUE "OriginalFilename", "QCTools.exe"
2626
VALUE "ProductName", "QCTools"
27-
VALUE "ProductVersion", "0.8.0.0"
27+
VALUE "ProductVersion", "0.9.0.0"
2828
END
2929
END
3030
BLOCK "VarFileInfo"

Project/MSVC2015/GUI/QCTools.rc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#include <winresrc.h>
22

33
VS_VERSION_INFO VERSIONINFO
4-
FILEVERSION 0,8,0,0
5-
PRODUCTVERSION 0,8,0,0
4+
FILEVERSION 0,9,0,0
5+
PRODUCTVERSION 0,9,0,0
66
FILEFLAGSMASK 0x17L
77
#ifdef _DEBUG
88
FILEFLAGS 0x1L
@@ -19,12 +19,12 @@ BEGIN
1919
BEGIN
2020
VALUE "CompanyName", "MediaArea.net"
2121
VALUE "FileDescription", "QCTools"
22-
VALUE "FileVersion", "0.8.0.0"
22+
VALUE "FileVersion", "0.9.0.0"
2323
VALUE "InternalName", "QCTools - GUI - MSVC 2017"
2424
VALUE "LegalCopyright", "BAVC.org"
2525
VALUE "OriginalFilename", "QCTools.exe"
2626
VALUE "ProductName", "QCTools"
27-
VALUE "ProductVersion", "0.8.0.0"
27+
VALUE "ProductVersion", "0.9.0.0"
2828
END
2929
END
3030
BLOCK "VarFileInfo"

Project/Mac/mkdmg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ VERSION="$2"
1010
FILES="$3"
1111

1212
APPNAME="QCTools"
13-
VERSION="0.8"
13+
VERSION="0.9"
1414
SIGNATURE="MediaArea.net"
1515

1616
DMG="tmp-${APPNAME}.dmg"

Project/OBS/obs_qctools

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Download_Packages $1 x x x x "" openSUSE_Tumbleweed x86_64 .x86_64
9595
}
9696

9797

98-
qctoolsv="0.8"
98+
qctoolsv="0.9"
9999
destversion="1"
100100

101101
Download_Global 3.1

Project/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.8
1+
0.9

0 commit comments

Comments
 (0)