File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 2
2
All notable changes to this project will be documented in this file.
3
3
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
4
4
5
- ## v0.2.1 (2012-12-09)
5
+ ## v0.2.2 (2022-02-12)
6
+
7
+ - Added and SSE3-specific SIMD intrinsic implementation for idct and color
8
+ conversion. It will run if applicable targets are detect at _ runtime_ .
9
+ - The SIMD implementation is not bit-for-bit compatible with non-SIMD output.
10
+ You can enable the ` platform_independent ` feature, to ensure that only
11
+ bit-for-bit equivalent code runs and output is the same on all platforms.
12
+ - Improved performance some more by avoiding bounds checks with array types.
13
+ - Multithreading is now used more frequently, without the rayon target, except
14
+ on an explicit list of unsupported platforms.
15
+
16
+ ## v0.2.1 (2022-12-09)
6
17
7
18
- Fix decoding error due to conflict of lossless with some spectral selections.
8
19
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " jpeg-decoder"
3
- version = " 0.2.1 "
3
+ version = " 0.2.2 "
4
4
authors = [" The image-rs Developers" ]
5
5
description = " JPEG decoder"
6
6
documentation = " https://docs.rs/jpeg-decoder"
You can’t perform that action at this time.
0 commit comments