X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=NEWS;h=1ab710896162b58fa2f226e5aaa6fe86394dc36a;hb=2578d6de47d4a578f3b880c97dd6432e7d9d7139;hp=59b01b44ed6e3abb083e0ca239cbd97a73713064;hpb=5e77e932e6a5795882ecba1b3f62a26523863179;p=nageru 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.