2024-10-08 02:29:00 +00:00
|
|
|
# Changelog
|
|
|
|
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
|
|
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
|
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
|
|
2024-12-21 00:00:00 +00:00
|
|
|
## [6.3.0] - 2024-12-20
|
2024-12-16 00:00:00 +00:00
|
|
|
|
2024-12-21 02:58:19 +00:00
|
|
|
### Added
|
|
|
|
|
2024-12-21 00:00:00 +00:00
|
|
|
- A logger manager to provide unified logging across the application.
|
2024-12-21 02:58:19 +00:00
|
|
|
- Support for Real-CUGAN ncnn Vulkan (#1198).
|
2024-12-21 00:00:00 +00:00
|
|
|
- (Video2X Qt6) A check to ensure the required VC++ Redistributable version is installed.
|
|
|
|
- (Video2X Qt6) A configuration manager to save user preferences like the last selected language.
|
|
|
|
- (Video2X Qt6) A new logging widget to display logs in the UI.
|
|
|
|
- (Video2X Qt6) Custom options `crf=20` and `preset=slow` to the default encoder options.
|
|
|
|
- (Video2X Qt6) French translation.
|
|
|
|
- (Video2X Qt6) The ability to check for available updates and prompt the user to update.
|
|
|
|
- (Video2X Qt6) Tooltips for processor and encoder options.
|
2024-12-21 02:58:19 +00:00
|
|
|
|
2024-12-17 16:24:51 +00:00
|
|
|
### Changed
|
|
|
|
|
|
|
|
- Improve optimization flags and add namespaces for better code organization.
|
2024-12-21 00:00:00 +00:00
|
|
|
- (Video2X Qt6) Add processor names to processed videos instead of `.processed`.
|
|
|
|
- (Video2X Qt6) The output video suffix from auto-generated to `.mkv`.
|
2024-12-17 16:24:51 +00:00
|
|
|
|
2024-12-16 00:00:00 +00:00
|
|
|
### Fixed
|
|
|
|
|
|
|
|
- Make the encoder always use the calculated PTS with corrected math.
|
2024-12-21 00:00:00 +00:00
|
|
|
- (Video2X Qt6) The issue where task configs are being restored incorrectly in the UI.
|
2024-12-16 00:00:00 +00:00
|
|
|
|
2024-12-12 00:00:00 +00:00
|
|
|
## [6.2.0] - 2024-12-11
|
2024-11-10 00:00:00 +00:00
|
|
|
|
2024-11-10 00:00:00 +00:00
|
|
|
### Added
|
|
|
|
|
|
|
|
- Automatic selection of the most suitable pixel format for the output video.
|
2024-12-01 09:55:56 +00:00
|
|
|
- Frame interpolation processing mode.
|
2024-11-22 00:00:00 +00:00
|
|
|
- More `AVCodecContext` options.
|
2024-12-01 09:55:56 +00:00
|
|
|
- Support for RIFE ncnn Vulkan.
|
|
|
|
- Support for specifying arbitrary `AVOptions` for the encoder (#1232).
|
2024-12-21 00:00:00 +00:00
|
|
|
- (Video2X Qt6) Visual C++ Redistributable version check to the installer.
|
2024-11-10 00:00:00 +00:00
|
|
|
|
2024-11-22 00:00:00 +00:00
|
|
|
### Changed
|
|
|
|
|
2024-12-12 00:00:00 +00:00
|
|
|
- Improve CLI argument validation.
|
2024-12-01 09:55:56 +00:00
|
|
|
- Improve error handling and error messages.
|
2024-11-22 00:00:00 +00:00
|
|
|
- Improve the CLI help message structure and clarity.
|
2024-12-21 00:00:00 +00:00
|
|
|
- (Video2X Qt6) Improve the UI with a complete redesign.
|
2024-11-22 00:00:00 +00:00
|
|
|
|
2024-12-02 07:24:30 +00:00
|
|
|
### Removed
|
|
|
|
|
|
|
|
- The C API for easier maintenance and development.
|
|
|
|
|
2024-11-10 00:00:00 +00:00
|
|
|
### Fixed
|
|
|
|
|
|
|
|
- Timestamp errors processing frames with PTS equal to 0 (#1222).
|
|
|
|
|
2024-11-07 00:00:00 +00:00
|
|
|
## [6.1.1] - 2024-11-07
|
2024-11-06 00:00:00 +00:00
|
|
|
|
2024-11-06 00:00:00 +00:00
|
|
|
### Added
|
|
|
|
|
|
|
|
- Time remaining, and processing speed to the status bar.
|
|
|
|
|
2024-11-06 00:00:00 +00:00
|
|
|
### Fixed
|
|
|
|
|
|
|
|
- Stream mapping for cases where the video stream is not the first stream in the input file (#1217).
|
2024-11-07 00:00:00 +00:00
|
|
|
- The encoder using the wrong color space for the output video.
|
2024-11-06 00:00:00 +00:00
|
|
|
|
2024-11-05 00:00:00 +00:00
|
|
|
## [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.
|
2024-12-21 00:00:00 +00:00
|
|
|
- (Video2X Qt6) Status bar and processing statistics.
|
2024-11-05 00:00:00 +00:00
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
|
|
|
- Automatically detect if options `colorspace` and `range` are supported by the buffer filter.
|
|
|
|
- Resource file missing error messages.
|
|
|
|
- Rewritten the CLI with C++.
|
|
|
|
|
2024-11-22 00:00:00 +00:00
|
|
|
### Fixed
|
|
|
|
|
|
|
|
- Wide character string paths support on Windows systems without UTF-8 support enabled (#1201).
|
|
|
|
|
2024-11-05 00:00:00 +00:00
|
|
|
## [6.0.0] - 2024-10-29
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
|
|
|
- The initial release of the 6.0.0 version of Video2X.
|