Skip to content

Tags: image-rs/jpeg-decoder

Tags

v0.3.1

Toggle v0.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release 0.3.1 (#276) 

v0.3.0

Toggle v0.3.0's commit message

Verified

This tag was signed with the committer’s verified signature.
197g Aurelia Molzer
Release 0.3.0 - The MSRV policy is now managed by the `rust-version` field in `Cargo.toml`. - The color transform can now be overridden as well as hinted with `Decoder::set_color_transform`. sha256sum: bc0000e42512c92e31c2252315bda326620a4e034105e900c98ec492fa077b3e target/package/jpeg-decoder-0.3.0.crate

v0.2.6

Toggle v0.2.6's commit message

Verified

This tag was signed with the committer’s verified signature.
197g Aurelia Molzer
Release 0.2.6 - Another fix to allow usage in WASM target. - Decoding in the WASM target is now actively tested in CI. 9478aa10f73e7528198d75109c8be5cd7d15fb530238040148d5f9a22d4c5b3b target/package/jpeg-decoder-0.2.6.crate

v0.2.5

Toggle v0.2.5's commit message

Verified

This tag was signed with the committer’s verified signature.
197g Aurelia Molzer
Release 0.2.5 - Fix single threaded usage in WASM target.

v0.2.4

Toggle v0.2.4's commit message

Verified

This tag was signed with the committer’s verified signature.
197g Aurelia Molzer
Release 0.2.4 - Corrects minimal version requirements of dependency `rayon`. 744c24117572563a98a7e9168a5ac1ee4a1ca7f702211258797bbe0ed0346c3c target/package/jpeg-decoder-0.2.4.crate

v0.2.3

Toggle v0.2.3's commit message

Verified

This tag was signed with the committer’s verified signature.
197g Aurelia Molzer
Release 0.2.3 - Added `Decoder::set_max_decoding_buffer_size` which limits the bytes allocated for the output of the decoding process. - Added Arm64-Neon intrinsic implementation of idct and color conversion. This depends on a Rust nightly compiler feature ([`aarch64_target_feature`]) and it must be explicitly enabled. As soon as the minimum supported Rust version includes the stabilization of this feature, the code will be enabled by default and the feature changed to do nothing. [`aarch64_target_feature`]: rust-lang/rust#90620 a55ad40a2d27923f63b6fbde5934926176c69ac5e23da6ac05ebfaca984e163f target/package/jpeg-decoder-0.2.3.crate

v0.2.2

Toggle v0.2.2's commit message

Verified

This tag was signed with the committer’s verified signature.
197g Aurelia Molzer
Version 0.2.2 - Added and SSE3-specific SIMD intrinsic implementation for idct and color conversion. It will run if applicable targets are detect at _runtime_. - The SIMD implementation is not bit-for-bit compatible with non-SIMD output. You can enable the `platform_independent` feature, to ensure that only bit-for-bit equivalent code runs and output is the same on all platforms. - Improved performance some more by avoiding bounds checks with array types. - Multithreading is now used more frequently, without the rayon target, except on an explicit list of unsupported platforms. 105fb082d64e2100074587f59a74231f771750c664af903f1f9f76c9dedfc6f1 target/package/jpeg-decoder-0.2.2.crate

v0.2.1

Toggle v0.2.1's commit message

Verified

This tag was signed with the committer’s verified signature.
197g Aurelia Molzer
Release 0.2.1 - Fix decoding error due to conflict of lossless with some spectral selections.

v0.2.0

Toggle v0.2.0's commit message

Verified

This tag was signed with the committer’s verified signature.
197g Aurelia Molzer
Release 0.2.0 - Added Lossless JPEG support - Added support for EXIF and ICC data - Minimum supported rust version changed to 1.48 and no formal policy for bump releases for now - Minor stability fixes on invalid jpeg images

v0.1.22

Toggle v0.1.22's commit message

Verified

This tag was signed with the committer’s verified signature.
197g Aurelia Molzer
Release 0.1.22 - Fix panic on jpeg without frames. sha256sum: 229d53d58899083193af11e15917b5640cd40b29ff475a1fe4ef725deb02d0f2 target/package/jpeg-decoder-0.1.22.crate