Skip to content

Version 0.7.1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 06 Oct 08:46
· 3 commits to master since this release
  • Add ffmpeg decoding support; this is optional and currently requires building from source
  • Fix a math overflow on 32-bit for MSSSIM
  • Publish a new av_metrics_decoder crate, to use the y4m and ffmpeg decoders independently.
    These are re-exported through av-metrics, so the av-metrics interface is unchanged.
  • Add progress indicator
  • Remove internal unwraps (enables cleaner exiting, especially when used as a crate)
  • Improve error messages