video2x/CHANGELOG.md
K4YT3X 627f3d84a4
Some checks are pending
Build / ubuntu (push) Waiting to run
Build / windows (push) Waiting to run
Build / container (push) Waiting to run
feat(rife): add support for frame interpolation and RIFE (#1244)
* feat: add RIFE files and processor/interpolator abstractions
* feat: add `rife` as processor option
* feat: add frame interpolation math except first frame
* feat: complete motion interpolation and add scene detection
* feat: improve Vulkan device validation
* fix: fix casting issues and variable names
* refactor: improve error-checking; add abstractions and factories
* refactor: improve readability of the frames processor
* docs: update changelog

Signed-off-by: k4yt3x <i@k4yt3x.com>
2024-12-01 09:55:56 +00:00

1.7 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]

Added

  • Automatic selection of the most suitable pixel format for the output video.
  • 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

  • Timestamp errors processing frames with PTS equal to 0 (#1222).

[6.1.1] - 2024-11-07

Added

  • Time remaining, and processing speed to the status bar.

Fixed

  • Stream mapping for cases where the video stream is not the first stream in the input file (#1217).
  • The encoder using the wrong color space for the output video.

[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.
  • Status bar and processing statistics. (Video2X Qt6)
  • The --listgpus option to list available Vulkan GPU devices.
  • Vulkan device selection for libplacebo.

Changed

  • Automatically detect if options colorspace and range are supported by the buffer filter.
  • Resource file missing error messages.
  • Rewritten the CLI with C++.

Fixed

  • Wide character string paths support on Windows systems without UTF-8 support enabled (#1201).

[6.0.0] - 2024-10-29

Added

  • The initial release of the 6.0.0 version of Video2X.