From: Steinar H. Gunderson Date: Mon, 14 Nov 2022 23:25:44 +0000 (+0100) Subject: Release Nageru and Futatabi 2.2.0. X-Git-Tag: 2.2.0^0 X-Git-Url: https://git.sesse.net/?p=nageru;a=commitdiff_plain;h=2578d6de47d4a578f3b880c97dd6432e7d9d7139 Release Nageru and Futatabi 2.2.0. --- diff --git a/NEWS b/NEWS index 59b01b4..1ab7108 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,25 @@ +Nageru and Futatabi 2.2.0, November 15th, 2022 + + - Support AV1 output, via SVT-AV1. Note that this is still somewhat + experimental, not the least because SVT-AV1's streaming support + is not as mature as x264. + + - Remove the dependency on QCustomPlot. + + - Expose BlurEffect and UnsharpMaskEffect to the theme. + + - Clean up several rarely-unused command-line flags: + - All the 10-bit flags are now collapsed to --10-bit. + - Remove --http-uncompressed-video. + - Remove the x264 VBV flags. + - Hide --x264-speedcontrol-verbose. + - Hide --no-flush-pbos. + + - Make a workaround for audio monitoring output under PipeWire. + + - Update CEF compatibility (tested with CEF 107). + + Nageru and Futatabi 2.1.0, February 6th, 2022 - Support unsynchronized HDMI/SDI output. diff --git a/meson.build b/meson.build index c41990f..c917239 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('nageru', 'cpp', default_options: ['buildtype=debugoptimized'], version: '2.1.1-pre') +project('nageru', 'cpp', default_options: ['buildtype=debugoptimized'], version: '2.2.0') cxx = meson.get_compiler('cpp') qt5 = import('qt5')