Skip to content

Commit

Permalink
Version 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shssoichiro committed Jun 12, 2024
1 parent 9a47021 commit bfcdc19
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
15 changes: 11 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## Version 0.5.1

- Add harmonic mean output
- Add ttf feature to `plotters` library
- Bump all dependencies

## Version 0.5.0

- Bump minimum MSRV to 1.74.1
Expand All @@ -20,7 +26,7 @@
## Version 0.3.4

- Add `--frame-threads` argument to support frame parallel multithreading
- This is set to 1 by default because it does linearly increase memory usage
- This is set to 1 by default because it does linearly increase memory usage
- Various performance improvements

## Version 0.3.3
Expand All @@ -43,7 +49,7 @@
## Version 0.2.2

- Fix decoding of AV1 files with overlays when using `ffmpeg_build` feature
- Or at least attempt to. There still seems to be some flakiness with linking libdav1d.
- Or at least attempt to. There still seems to be some flakiness with linking libdav1d.
- Add support for YUVJ files

## Version 0.2.1
Expand All @@ -54,5 +60,6 @@

- Add support for video comparison
- This change splits ssimulacra2_rs into two subcommands:
- `ssimulacra2_rs image input.png output.png` for comparing still images. All popular input formats are supported.
- `ssimulacra2_rs video input.y4m output.y4m` for comparing videos. All popular input formats are supported. This feature requires the `ffmpeg` feature be enabled, which is on by default.
- `ssimulacra2_rs image input.png output.png` for comparing still images. All popular input formats are supported.
- `ssimulacra2_rs video input.y4m output.y4m` for comparing videos. All popular input formats are supported. This
feature requires the `ffmpeg` feature be enabled, which is on by default.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ssimulacra2_rs"
version = "0.5.0"
version = "0.5.1"
edition = "2021"
description = "Binary exposing the ssimulacra2 rust implementation"
repository = "https://github.com/rust-av/ssimulacra2_bin"
Expand Down

0 comments on commit bfcdc19

Please sign in to comment.