Releases: aws/dcv-color-primitives
Releases · aws/dcv-color-primitives
v0.7.0
- Added rgb and rgb to yuv neon acceleration
- Remove internal
swap_bytes
- Remove
BgrOverflow
case
- Updated itertools to 0.13
- Use llvm-cov instead of tarpaulin for coverage
v0.6.1
- Added debug traits for public structs.
- Added {i420,i444,nv12} > rgba conversions.
- Perform thread-safe, automatic library initialization:
#66
- Removed function
initialize().
describe_acceleration()
is always successful, so it does
not wrap the value in a Result
anymore.
- Removed deprecated
ColorSpace::Lrgb
.
v0.5.4
- Fixed C bindings compilation on Windows
v0.5.3
- Fixed documentation examples to not allocate image buffers on the stack.
v0.5.2
- Added nv12 to rgb conversion
v0.5.1
- Avoid reading invalid data for rgb to bgra conversion
v0.5.0
- Renamed
ColorSpace::Lrgb
in favor of ColorSpace::Rgb
#63
- Refactor internal conversion functions using the
paste!
macro
v0.4.0
- YCbCr full range support
- Fixed C bindings documentation
- Fixed C bindings unit tests
v0.3.1
- Fix build issue on rust 1.57 by linking bcrypt
- Fixed clippy warnings on rust on rust 1.57