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
