Skip to content

Commit

Permalink
Merge pull request #12 from awxkee/dev
Browse files Browse the repository at this point in the history
YUV 4:2:0 improvements
  • Loading branch information
awxkee authored Nov 25, 2024
2 parents e8bc878 + 16c23de commit 1ca3167
Show file tree
Hide file tree
Showing 111 changed files with 8,314 additions and 1,408 deletions.
174 changes: 168 additions & 6 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@ workspace = { members = ["app"] }

[package]
name = "yuvutils-rs"
version = "0.5.5"
version = "0.5.6"
edition = "2021"
description = "High performance utilities for YUV format handling and conversion."
readme = "README.md"
keywords = ["yuv", "ycbcr", "yuv2rgb", "rgb2yuv", "converter"]
license = "Apache-2.0 OR BSD-3-Clause"
license = "BSD-3-Clause OR Apache-2.0"
authors = ["Radzivon Bartoshyk"]
documentation = "https://github.com/awxkee/yuvutils-rs"
categories = ["multimedia::images", "multimedia::video"]
homepage = "https://github.com/awxkee/yuvutils-rs"
repository = "https://github.com/awxkee/yuvutils-rs"
exclude = ["*.jpg", "assets/*"]
exclude = ["*.jpg", "assets/*", "*.png"]

[dependencies]
num-traits = "0.2.19"
Expand Down
Loading

0 comments on commit 1ca3167

Please sign in to comment.