forked from aws/dcv-color-primitives
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NEWS
110 lines (88 loc) · 2.32 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
News in 0.4.0
-------------
* YCbCr full range support
* Fixed C bindings documentation
* Fixed C bindings unit tests
News in 0.3.1
-------------
* Fix build issue by linking bcrypt
* Fixed clippy warnings
News in 0.3.0
-------------
* Fix build issue by linking mathlib (Rust 1.55 and newer)
* Updated dependencies
News in 0.2.0
-------------
* Make the C api public
News in 0.1.18
--------------
* Image conversion is now using the most performant available path (sse2 or avx2)
even when the image width is not a multiple of 16 (sse2) or 32 (avx2)
* Added code coverage through tarpaulin
* Fixed bug in plane constraint computation
* Check if the buffers contain enough data according to the
desired conversion
News in 0.1.17
--------------
* Fixed 32-bit build
News in 0.1.16
--------------
* Added bgra to rgb conversion
News in 0.1.15
--------------
* Improved rgb to bgra conversion
News in 0.1.14
--------------
* Add support for wasm32 target
News in 0.1.13
--------------
* Fixed all compilation errors and warnings on the C unit tests
News in 0.1.12
--------------
* Handle overflow in bgr to i444 conversion
* Handle zero-width images
* Avoid triggering panic in get_buffers_size
* Avoid triggering panic in avx2 rgb to nv12 conversion (and viceversa)
* Synchronized C unit tests with rust ones
* Benchmark: ensure fair comparison between algorithms and operating systems
News in 0.1.11
--------------
* Add support for ARM platform
* Fixed performance regression when using SSE2 and AVX2
News in 0.1.10
--------------
* Added argb, bgra, bgr to i444 conversion
News in 0.1.9
--------------
* Added argb, bgra, bgr to i420 conversion
News in 0.1.8
--------------
* Fix chroma unpacking for i420_lrgb avx2 conversion
News in 0.1.7
--------------
* Fix suboptimal performance due to a regression in 0.1.6
News in 0.1.6
--------------
* Fix crashes to illegal instructions execution
News in 0.1.5
--------------
* Meson fixes
- Fixes for release build
News in 0.1.4
--------------
* Meson fixes
- Support debugoptimized
- Link to librt in old systems
- Support full path for pkgconfig
News in 0.1.3
--------------
* Added i444 to bgra conversion
News in 0.1.2
--------------
* Added i420 to bgra conversion
News in 0.1.1
--------------
* Added rgb to bgra conversion
News in 0.1
--------------
* First version of DCV Color Primitives