mirror of
https://github.com/k4yt3x/video2x.git
synced 2024-12-27 14:39:09 +00:00
33b7c53e16
Signed-off-by: k4yt3x <i@k4yt3x.com>
1.1 KiB
1.1 KiB
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[Unreleased]
Fixed
- Stream mapping for cases where the video stream is not the first stream in the input file (#1217).
[6.1.0] - 2024-11-04
Added
- A better timer that gets paused when the processing is paused.
- Detection for the validity of the provided GPU ID.
- The
--listgpus
option to list available Vulkan GPU devices. - Vulkan device selection for libplacebo.
- Status bar and processing statistics. (Video2X Qt6)
Fixed
- Wide character string paths support on Windows systems without UTF-8 suppoprt enabled (#1201).
Changed
- Automatically detect if options
colorspace
andrange
are supported by the buffer filter. - Resource file missing error messages.
- Rewritten the CLI with C++.
[6.0.0] - 2024-10-29
Added
- The initial release of the 6.0.0 version of Video2X.