From 1ff81216ef647d6df885688d7a627419cf8cd4c1 Mon Sep 17 00:00:00 2001 From: k4yt3x Date: Sun, 1 Dec 2024 00:00:00 +0000 Subject: [PATCH] docs: update changelog Signed-off-by: k4yt3x --- CHANGELOG.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f162c89..398f7da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,11 +10,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Automatic selection of the most suitable pixel format for the output video. -- Support for specifying arbitrary `AVOptions` for the encoder (#1232). +- Frame interpolation processing mode. - More `AVCodecContext` options. +- Support for RIFE ncnn Vulkan. +- Support for specifying arbitrary `AVOptions` for the encoder (#1232). ### Changed +- Improve error handling and error messages. - Improve the CLI help message structure and clarity. ### Fixed @@ -38,9 +41,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - A better timer that gets paused when the processing is paused. - Detection for the validity of the provided GPU ID. +- Status bar and processing statistics. (Video2X Qt6) - The `--listgpus` option to list available Vulkan GPU devices. - Vulkan device selection for libplacebo. -- Status bar and processing statistics. (Video2X Qt6) ### Changed