Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 638 Bytes

File metadata and controls

11 lines (8 loc) · 638 Bytes

0.2.0 (April 24, 2026)

  • Added IsolatedMp4Decryptor for process-isolated file decryption so multiple file decrypts can run in parallel safely.
  • Added the optional tokio feature and async isolated file decryption support through decrypt_file_async.
  • Improved error reporting with structured Bento4 operation and error-name details.
  • Added checked-in multi-key single-file fixtures, examples, and integration tests for one MP4 that requires multiple KIDs.
  • Fixed the native worker build so intermediate object files stay under target instead of leaking into the crate root.

0.1.0 (April 24, 2026)

  • Initial crate release