From 13fa86d5435ea72ba047eba34c53a417456235f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20=C5=A0ediv=C3=BD?= Date: Sat, 1 Apr 2023 22:58:39 +0200 Subject: [PATCH] update changelog. --- docs/changelog.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/changelog.md b/docs/changelog.md index e3099a66..6f35a55a 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -9,6 +9,8 @@ - Added `?embed=1` parameter to the URL, which will hide the sidebar and the top bar, so that it can be embedded in other websites. - Added `?volume=<0-1>` parameter to the URL, which will set the inital volume of the player (by @urbanekpj). - Touch events are now supported on mobile devices (by @urbanekpj). +- Added NVENC support, hardware h264 encoding for Nvidia GPUs! +- Fixed an issue where `nvh264enc` did not send SPS and PPS NAL units (by @mbattista). ### Bugs - Fixed TCP mux occasional freeze by adding write buffer to it.