Skip to content

Releases: aws/dcv-color-primitives

v0.7.0

11 Dec 16:00
Compare
Choose a tag to compare
  • 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

03 Nov 16:30
Compare
Choose a tag to compare
  • 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

06 Jun 12:51
Compare
Choose a tag to compare
  • Fixed C bindings compilation on Windows

v0.5.3

07 Mar 20:04
Compare
Choose a tag to compare
  • Fixed documentation examples to not allocate image buffers on the stack.

v0.5.2

27 Feb 16:34
91ddd89
Compare
Choose a tag to compare
  • Added nv12 to rgb conversion

v0.5.1

28 Jun 08:39
Compare
Choose a tag to compare
  • Avoid reading invalid data for rgb to bgra conversion

v0.5.0

17 May 07:36
Compare
Choose a tag to compare
  • Renamed ColorSpace::Lrgb in favor of ColorSpace::Rgb
    #63
  • Refactor internal conversion functions using the paste! macro

v0.4.1

22 Apr 14:40
Compare
Choose a tag to compare
  • BGR to RGB conversion

v0.4.0

18 Jan 13:56
28bba7c
Compare
Choose a tag to compare
  • YCbCr full range support
  • Fixed C bindings documentation
  • Fixed C bindings unit tests

v0.3.1

17 Dec 08:58
Compare
Choose a tag to compare
  • Fix build issue on rust 1.57 by linking bcrypt
  • Fixed clippy warnings on rust on rust 1.57