From 72c0070a3a336e645e9c97343639de45263c5dd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20=C5=A0ediv=C3=BD?= Date: Sun, 29 Jan 2023 20:30:32 +0100 Subject: [PATCH] update changelog. --- docs/changelog.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/changelog.md b/docs/changelog.md index b995b20c..05dbbd48 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -2,10 +2,18 @@ ## master branch +### New Features +- Added AV1 tag, metadata and pipeline. Unfortunately does not work yet, since the encoding is way too slow (by @mbattista). + ### Bugs - Fixed TCP mux occasional freeze by adding write buffer to it. - Fixed stereo problem in chromium-based browsers, where it was only as mono by adding `stereo=1` to opus SDP to clients answer. - Fixed keysym mapping for unknown keycodes, which was causing some key combinations to not work on some keyboards. +- Fixed a bug where `max_fps=0` would lead to an invalid pipeline. + +### Misc +- Updated to go 1.19 and Node 18, removed go-events as dependency (by @mbattista). +- Added adaptive framerate which now streams in the framerate you selected from the dropdown. ## [n.eko v2.7](https://github.com/m1k1o/neko/releases/tag/v2.7)