Releases: rust-av/dav1d-rs
Releases · rust-av/dav1d-rs
v0.10.3
- Add colorimetry information API in Picture by @philn in #94
- Mark
InnerPicture
as Send+Sync
by @sdroege in #96
- Add API for ChromaLocation information retrieval by @philn in #97
v0.10.2
- Fix docs.rs docs generation thanks (@DerZade)
v0.9.6
- Use an up to date system-deps with the correct range check
- Unbreak from-source building.
v0.9.5
- Dav1d 1.3.x is abi and api incompatible with 1.2.
v0.9.4
- Fix struct padding size depending on features (thanks @linkmauve !)
- Update to current bitflags (thanks @sdroege !)
v0.7.0
- Support only dav1d 0.9.2 and later.
- API break to match the current dav1d
- Add
Settings
to tune and tweak the decoder
v0.6.1
- Update to the latest deps
API breaking changes
The Err() returned by the function now wraps i32 with a is_again()
function available to discriminate between recoverable and unrecoverable errors.