Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare for release 0.3.0 #2160

Merged
merged 1 commit into from Feb 7, 2020
Merged

Prepare for release 0.3.0 #2160

merged 1 commit into from Feb 7, 2020

Conversation

lu-zero
Copy link
Collaborator

@lu-zero lu-zero commented Feb 7, 2020

Improvements

  • Faster and better Speed 10
  • Smaller binaries (Around 3MB stripped on x86_64/Linux)
  • Faster build times (About 14% faster build time)
  • Multi-threaded deblocking filter
  • Additional x86_64 SIMD code
  • More auto-vectorizable codepaths and bounds check elisions
  • ⅙ less memory allocations
  • Improvements on the intra-modes pruning logic in the RDO
  • More float to fixed-point conversions
  • Make an early-exit condition in RDO faster
  • Simplify logic in Counter/Recorder store method
  • Support wasm32-wasi as build target.

New tools

  • Intra edge filter (native mode only, about 4% slower at speed level 2 for 0.5% enhanced compression)
  • Switch frame support (use -S, --switch-frame-interval <SWITCH_FRAME_INTERVAL> to enable it from the CLI)
  • Fine directional intra prediction
  • Still Picture support (AVIF)

Changes

  • Upstream nasm-rs 0.1.7 can be used to build rav1e.
  • The C header produced is now C++-compatible

Fixes

#1930
#2055

Known issues

#2104

Copy link
Collaborator

@shssoichiro shssoichiro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉

@lu-zero lu-zero merged commit a9de35d into xiph:master Feb 7, 2020
@lu-zero lu-zero deleted the release-0.3.0 branch February 7, 2020 07:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants