From 44ee459bd35c43bc1f0dab03cea4966c2fd4e84f Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Mon, 29 May 2017 19:58:13 +0200 Subject: [PATCH] Release Nageru 1.6.0. --- NEWS | 19 +++++++++++++++++++ README | 4 ++-- bmusb | 2 +- 3 files changed, 22 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 29f1789..761f395 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,22 @@ +Nageru 1.6.0, May 29th, 2017 + + - Add support for having videos (from file or from URL) as a separate + input channels, albeit with some limitations. Apart from the obvious use of + looping pause clips or similar, this can be used to integrate with CasparCG; + see the manual for more details. + + - Add a frame analyzer (accessible from the Video menu) containing an + RGB histogram and a color dropped tool. This is useful in calibrating + video chains by playing back a known signal. Note that this adds a + dependency on QCustomPlot. + + - Allow overriding Y'CbCr input interpretation, for inputs that don't + use the correct settings. Also, Rec. 601 is now used by default instead + of Rec. 709 for SD resolutions. + + - Support other sample rates than 48000 Hz from bmusb. + + Nageru 1.5.0, April 5th, 2017 - Support for low-latency HDMI/SDI output in addition to (or instead of) the diff --git a/README b/README index b419b50..c89a3e8 100644 --- a/README +++ b/README @@ -39,10 +39,10 @@ Nageru is in beta stage. It currently needs: are driven through the “bmusb” driver, using libusb-1.0. If you want zerocopy USB, you need libusb 1.0.21 or newer, as well as a recent kernel (4.6.0 or newer). Zerocopy USB helps not only for performance, - but also for stability. You need at least version 0.6.0. + but also for stability. You need at least version 0.7.0. - Movit, my GPU-based video filter library (https://movit.sesse.net). - You will need at least version 1.5.0. + You will need at least version 1.5.1. - Qt 5.5 or newer for the GUI. diff --git a/bmusb b/bmusb index b18056f..32043c9 160000 --- a/bmusb +++ b/bmusb @@ -1 +1 @@ -Subproject commit b18056fe32dd46134d7f12165bfa083378f2d9bb +Subproject commit 32043c95d3b9f8cb97d6d28b9996fa1bec2ce11b -- 2.39.2