Skip to content

Releases: rust-av/dav1d-rs

v0.10.3

10 Apr 17:23
Compare
Choose a tag to compare
  • 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

03 Jan 22:53
Compare
Choose a tag to compare
  • Fix docs.rs docs generation thanks (@DerZade)

v0.10.1

01 Nov 13:12
Compare
Choose a tag to compare
  • Support dav1d 1.3.0

v0.9.6

31 Oct 12:31
Compare
Choose a tag to compare
  • Use an up to date system-deps with the correct range check
  • Unbreak from-source building.

v0.9.5

24 Oct 18:39
Compare
Choose a tag to compare
  • Dav1d 1.3.x is abi and api incompatible with 1.2.

v0.9.4

09 Jul 07:43
Compare
Choose a tag to compare
  • Fix struct padding size depending on features (thanks @linkmauve !)
  • Update to current bitflags (thanks @sdroege !)

v0.9.3

25 Feb 10:29
Compare
Choose a tag to compare
  • support dav1d 1.1

v0.7.0

02 Mar 17:23
Compare
Choose a tag to compare
  • 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

02 Mar 17:20
Compare
Choose a tag to compare
  • Update to the latest deps

API breaking changes

19 Jan 15:28
Compare
Choose a tag to compare

The Err() returned by the function now wraps i32 with a is_again() function available to discriminate between recoverable and unrecoverable errors.