rav1e icon indicating copy to clipboard operation
rav1e copied to clipboard

The fastest and safest AV1 encoder.

Results 160 rav1e issues
Sort by recently updated
recently updated
newest added

This improves performance at a small cost to efficiency

This avoids having to re-check bounds every time we perform SAD, as the region knows its own size. It also may save 2 usize's being passed around during ME. To...

**Describe the bug** When building `librav1e.0.5.1.dylib` on MacOS Monterey with `export MACOSX_DEPLOYMENT_TARGET=10.12`, the library is still built for MacOS 12 and above. **To Reproduce** ```sh cd /Library/Developer/CommandLineTools/SDKs sudo curl -L...

bug

Currently adds the following: - `--deblock-strength` - `--deblock-sharpness` - `--ip-qidx-ratio` - `--temporal-rdo-strength` These flags will be available only if the `devel` feature flag is active, as they are intended to...

**Describe the bug** I submitted an issue to https://github.com/msys2/MINGW-packages/issues/13609 which describes the scenario that when using conventional compiler flags in MSYS2 CLANG64 environment to build rav1e the linking would fail...

bug

The function returns void, meaning no failure is expected, yet it accept values that will be rejected when calling rav1e_context_new() with the provided RaConfig. An example is 0:1 or 0:0....

bug

rav1e's reference frame structure is very simple, it would be easy to properly code this value. Note that it has implications for sequence header compatibility, though, e.g. when joining chunked...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [backtrace](https://togithub.com/rust-lang/backtrace-rs) | dependencies | patch | `0.3.72` -> `0.3.73` | |...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [system-deps](https://togithub.com/gdesmott/system-deps) | dependencies | major | `6` -> `7` | ---...