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

**Describe the bug** Currently rav1e assumes that every frame's duration is one unit of time_base. This is only correct for fixed framerate streams. **To Reproduce** Using rav1e to encode a...

bug

**Describe the bug** Encoder configuration is currently only possible to provide when creating an encoder context. It would be useful to be able to change at least the bitrate (and...

bug

Update libc to v0.2.155 to support LoongArch64. Release notes :https://github.com/rust-lang/libc/releases

**Describe the bug** It looks like there is a dependency on the git library to get better version information. This should only be required for nightly builds but not for...

enhancement

**Describe the bug** When I am encoding https://www.breunig.xyz/share/2024-04-02/raw9.yuv (150 MB), at around the 12 second mark rav1e produces distorted blocks like so: ![mpv-shot0001](https://github.com/xiph/rav1e/assets/307954/dd208e80-3bf7-40aa-9de1-8aa9c2725c2a) When watching the encoded video, it seems...

bug

**Describe the bug** ```bash ➜ rav1e git:(master) ✗ cargo cinstall --release Finished release [optimized + debuginfo] target(s) in 0.25s Installing pkg-config file Error: CliError { error: Some(failed to copy `....../rav1e/target/x86_64-unknown-linux-gnu/release/rav1e.pc`...

bug

Since #3348, CI can't upload codecov stats for the master branch: > Error: Codecov token not found. Please provide Codecov token with -t flag. [example run](https://github.com/xiph/rav1e/actions/runs/8158956978/job/22302080855) The [codecov repo](https://github.com/codecov/codecov-action) mentions...

As noted in #3359, we want to add tests in CI to verify wasm, both on stable and minimum supported rustc versions.

CI

`cargo c -F desync_finder` on latest master fails with >50 errors. The errors seem to be mostly two issues: 1. `WriterBase` calling functions that aren't `const` inside a const context...