From 3c82d5b73e0dd7c0093cebaa98cdc301bbaf0cb9 Mon Sep 17 00:00:00 2001 From: Alex Butler Date: Sat, 16 Nov 2024 14:35:08 +0000 Subject: [PATCH] Release 0.8.0 --- CHANGELOG.md | 2 +- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cad9092..0107106 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# Unreleased (v0.8.0) +# v0.8.0 * crf-search: Tweak 2nd iteration logic that slices the crf range at the 25% or 75% crf point. - Widen to 20%/80% to account for searches of the "middle" two subranges being more optimal. - Disable when using custom min/max crf ranges under half the default. diff --git a/Cargo.lock b/Cargo.lock index d27bca6..4b65011 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "ab-av1" -version = "0.7.19" +version = "0.8.0" dependencies = [ "anyhow", "async-stream", @@ -608,9 +608,9 @@ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" [[package]] name = "libc" -version = "0.2.162" +version = "0.2.164" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "18d287de67fe55fd7e1581fe933d965a5a9477b38e949cfa9f8574ef01506398" +checksum = "433bfe06b8c75da9b2e3fbea6e5329ff87748f0b144ef75306e674c3f6f7c13f" [[package]] name = "libredox" diff --git a/Cargo.toml b/Cargo.toml index 3722672..bf9f40a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ab-av1" -version = "0.7.19" +version = "0.8.0" authors = ["Alex Butler "] edition = "2021" description = "AV1 encoding with fast VMAF sampling"